@charset "iso-8859-1";
/* CSS Document */
html
{
	min-height:100%;
}

body 
{ 
	min-height:100%;
	
	font-family:"Arial", Verdana, sans-serif;
	font-size:85%;
	line-height:20px;
	height:100%;
	margin:0;
	padding:0;
}

#index_container 
{
	background-image: url(../images/index.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%; 
	background-attachment: scroll;
	
	height:100%;
	min-height:100%;
		
	margin:0;
}

#profile_container 
{
	background-image: url(../images/profile.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%; 
	background-attachment: scroll;
	
	height:100%;
	min-height:100%;
		
	margin:0;
}

#background_container 
{
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%; 
	background-attachment: scroll;
	
	height:100%;
	min-height:100%;
		
	margin:0;
}

#quality_container 
{
	background-image: url(../images/quality.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%; 
	background-attachment: scroll;
	
	height:100%;
	min-height:100%;
		
	margin:0;
}

#products_container 
{
	background-image: url(../images/products.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%; 
	background-attachment: scroll;
	
	height:100%;
	min-height:100%;
		
	margin:0;
}

#header { 
	width:770px; 
	margin:auto;
	height:60px;
	background-image: url(../images/header.jpg);
}

#layout
{
	width:770px;
	margin:auto;
	min-height:auto;
	height:auto;
}

#footer
{
	width:770px;
	margin:auto;
	text-align:center;
	line-height:17px;
	clear:both;
}

#navigate{
	width:531px;
	height:60px;
	margin:auto;
	float:right;
}

#content_top_index { 
	width:233px; 
	margin:auto;
	height:270px;
	background-image: url(../images/index_pic.jpg);
	background-repeat: no-repeat;
	text-align:left;
	vertical-align:top;
	padding-bottom:2px;
}

#content_top_profile { 
	width:233px; 
	margin:auto;
	height:270px;
	background-image: url(../images/profile_pic.jpg);
	background-repeat: no-repeat;
	text-align:left;
	vertical-align:top;
	padding-bottom:2px;
}

#content_top_background { 
	width:233px; 
	margin:auto;
	height:270px;
	background-image: url(../images/background_pic.jpg);
	background-repeat: no-repeat;
	text-align:left;
	vertical-align:top;
	padding-bottom:2px;
}

#content_top_quality { 
	width:233px; 
	margin:auto;
	height:270px;
	background-image: url(../images/quality_pic.jpg);
	background-repeat: no-repeat;
	text-align:left;
	vertical-align:top;
	padding-bottom:2px;
}

#content_left{
	width:232px;
	height:auto;
	margin:0;
	float:left;
	margin-top:2px;
	padding-right:8px;
}

#content_left_products{
	width:740px;
	height:25px;
	float:left;
}

#content_part{
	width:505px;
	height:auto;
	margin:0;
}

#content_right{
	width:528px;
	height:auto;
	margin-top:10px; padding:0; 
	float:right;
}

#content_part_products{
	width:760px;
	height:auto;
	margin-left:5px;
	margin-bottom:10px;
}

#content_right_products{
	width:765px;
	height:25px;
	margin:0;
	float:left;
}

#contact_part_up{
	width:231px;
	height:16px;
	background-image: url(../images/up.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

#displaybackground{
	width:231px;
	height:auto;
	line-height:normal;
	padding:1px 0 1px 0;
	background-image: url(../images/middle.jpg);
	background-repeat:repeat-y;
}

#display{
	margin-left:10px;
	width:208px;
	height:auto;
	line-height:normal;
	padding:1px 0 1px 0;
}

#contact_part_down{
	width:231px;
	height:16px;
	background-image: url(../images/down.jpg);background-repeat:no-repeat;background-position:top;
	margin-bottom:20px;
}

#honrizontal{
	width:770px;
	margin:auto;
	clear:both;
}

#limit{
	/*overflow-x: auto;*/
	/*overflow-y: auto;*/
	width:528px;
}

#limit_products{
	/*overflow-x: auto;*/
	/*overflow-y: auto;*/
	width:760px;
}

a.navigate_bar
{
	font-size:80%;
	color: #FFFFFF;
	font-family:Arial;
	font-weight:600;
	text-decoration: none;
}

a.navigate_bar:hover
{
	font-size:80%;
	color: #FFFFFF;
	font-family:Arial;
	font-weight:600;
	text-decoration:underline;
}

a.footer_navigate_bar
{	
	font-family: Arial;
	font-size:80%;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

a.footer_navigate_bar:hover 
{	
	font-family: Arial;
	font-size:80%;
	font-weight: normal;
	color: #FF0000;
	text-decoration: underline;
}

.vertical{
	color: #F5C251;
	font-weight:600;
}

.footer_vertical{
	color: #333333;
	font-weight:400;
	font-size:90%;
}

.line{
	color: #336699;
}

.footer_copyright{
	font-size:80%;
	color: #333333;
	font-family:Arial;
}

