/*-----------------Master Page----------------------*/
@import url("header.css");
@import url("topmenu.css");
@import url("submenu.css");
@import url("footer.css");

html,body
{
	margin:0;
	padding:0;
	border:0;
}

body
{
	font-family:Arial;
	font-size:12px;
	text-align:center;
	vertical-align:top;
	line-height:16px;
	background:#FFFFFF;
}

a
{
	outline:none;
	border:0;
	outline-width:0;
}

p
{
    margin:0;
}

img
{
	margin:0;
	padding:0;
}

	#center
	{
		width:878px;
		padding:0;
		margin:0 auto;
		text-align:left;
		display:table;
	}
		
	.main_content
	{
		width:100%;
		min-height:400px;
		margin:10px 0 0 0;
		background:url('../images/main_content_top.gif') no-repeat right top;
		float:right;
	}
	
	.main_content_def
	{
		width:100%;
		margin:10px 0 0 0;
		float:right;
	}
	
		.homepage_content
		{
			width:100%;
			float:right;
			vertical-align:top;
			line-height:20px;
			color:#545454;
		}
		
		.banners_holder
		{
			width:869px;
			padding:6px 0 0 0;
			float:right;
		}
		
			.banner_holder
			{
				width:212px;
				padding:0 7px 0 0;
				float:left;
			}
		
		.submenu_holder
		{
			width:605px;
			height:30px;
			padding:0 32px 0 234px;
			float:right;
		}
		
		.buy_now
		{
			width:60px;
			height:25px;
			border:0;
			float:right;
		}
		
		#content_holder
		{
			width:813px;
			padding:0 31px 0 33px;
			border-left:solid 1px #FFFFFF;
			float:left;
			background:#e5e5e5 url('../images/main_top2.gif') no-repeat top right;
		}
		
			.content
			{
				width:813px;
				min-height:400px;	
				float:left;
				vertical-align:top;
				line-height:20px;
				background:#fff;
				color:#545454;
			}

		#content_bottom
		{
			width:100%;
			height:34px;
			float:left;
		}
	
	
		
	
	
	
	
.title
{
	width:100%;
	padding:10px 0;
	float:right;
	font-size:16px;
	color:#435168;
}



.standartFont 
{
	color:#435168;
	font-size:12px;
	text-decoration:none;
}

.gallery_holder
{
    width:762px;
    height:113px;
    padding:0 25px 70px;
    float:left;
}

    .gallery_arrow_left
    {
        width:54px;
        height:113px;
        border:0;
        float:left;
        display:block;
        background:url(../images/arrow_left.gif) no-repeat;
    }
    
    .gallery_arrow_left:hover
    {
        width:54px;
        height:113px;
        border:0;
        float:left;
        display:block;
        background:url(../images/arrow_left_on.gif) no-repeat;
    }
    
    .gallery_arrow_right
    {
        width:54px;
        height:113px;
        border:0;
        float:left;
        display:block;
        background:url(../images/arrow_right.gif) no-repeat;
    }
    
    .gallery_arrow_right:hover
    {
        width:54px;
        height:113px;
        border:0;
        float:left;
        display:block;
        background:url(../images/arrow_right_on.gif) no-repeat;
    }
    
    #container 
    {
        position: relative;
        width: 654px;
        height: 113px;
        overflow: hidden;
        border:0;
        float:left;
    }

    #big_image
    {
        width:813px;
        height:354px;
        overflow:hidden;
        text-align:center;
        vertical-align:bottom;
        margin:auto auto 0 auto;
    }
    
    #big_image_holder
    {
        width:813px;
        height:354px;
        padding:0 0 0;
        float:left;
        line-height:450px;
        vertical-align:bottom;
    }
    
    .b_image
    {
        vertical-align:bottom;
    }
    
    .image_holder
    {
        width:91px;
        height:64px;
        padding:25px 8px 24px 8px;
        float:left;
    }
 
    .image_back
    {
        width:79px;
        height:54px;
        padding:5px 6px;
        background:url('../images/image_back.jpg') no-repeat top;
        float:left;
        display:block;
    }
    
    .thumb_image
    {
        width:79px;
        height:54px;
        border:0;
    }

    .content2 {
      width: 200px;
      height: 200px;
      float: left;
      margin-left: 10px;
      margin-right: 10px;
      padding: 5px;
      border: 1px solid #EFEFEF;
      font-size: .8em;
    }

 

