@charset "utf-8";
/* CSS Document */

#layout{
	width:800px;
	margin:0 auto;
}
#container{
	background-color:#FFF;
	width:100%;
	float:left;
}
.submenu{
	width:auto;
	float:left;
	letter-spacing: 1px;
	font-weight:bold;
	margin-left:35px;
	margin-right:35px;
	color:#000;
}
.submenu a{
	text-decoration:none;
	color:#000;
}
body{
	background-color:#DFDFDF;
	margin:0 auto;
	font-family:Arial;
	font-size:12px;
	color:#666;
}
select{
		color:#666;
}
a{
	color:#666;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#footer_row{
	width:770px;
	float:left;
	padding:15px;
}
#top_yellow_bar{
	width:100%;
	height:10px;
	background-color:#FF0;
	float:left;	
}
#logo_col{
	margin-top:40px;
	margin-left:13px;
	width:200px;
	height:100px;
	float:left;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
}
#banner_n_menu_col{
	width:580px;
	float:left;
}
#banner_col{
	width:100%;
	float:left;
}
#content_row, #menu_row{
	width:100%;
	float:left;
}
#menu_col{
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
}
.menu_items{
	width:auto;
	float:left;
	letter-spacing: 1px;
	font-weight:bold;
	margin-left:27px;
	margin-right:27px;
}
.menu_items_separator{
	width:1px;
	background-color:#666;
	height:20px;
	margin-left:11px;
	margin-right:11px;
	float:left;
	
}

.menu_items a{
	text-decoration:none;
	color:#000;
}
.menu_items a:hover{
	text-decoration:none;
	color:#09F;
}
.shadow{
position:relative;
display:inline;
z-index:100;
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.1; /*firefox 1.5 opacity*/
-moz-opacity:0.1; /*mozilla opacity*/
-khtml-opacity:0.1; /*opacity*/
z-index:10;

}
#bottom_bar{
	width:100%;
	height:2px;
	background-color:#999;
	margin-bottom:5px;
	float:left;
}
#bottom_copyright{
	text-align:right;
	float:right;
}
#bottom_contact{
	width:auto;
	float:left;
}
#product_bg{
	width:168px;
	height:39px;
	margin-left:-6px;
	margin-top:44px;
	padding:8px;
	float:left;
	background-image:url(../images/index/product_bg.png);
}