@charset "utf-8";
/* CSS Document */
#container #header{
	left:30px;
	z-index:100;
	position:absolute;
	width:890px !important;
}
#container #header #logo{
	float:left;
	margin-top:30px;
/*	margin-left:30px!important;
	margin-left:15px;*/
	margin-bottom:23px;
	cursor:hand;
	cursor:pointer;
}

#container #header #logo a{
	float:inherit;
	cursor:hand;
}

#container #header #search{
	float:right;
	margin-top:30px;
/*	margin-right:30px;	*/
	margin-bottom:23px;	
}
#container #header #search #searchtext{
	height:13px;
	width:108px;
	background-color:#595959;
	border:solid #444444 1px;
	font-size:14px;
	color:#CCCCCC;
}

#container #header #search #searchbutton{
	
	cursor:pointer;
	margin-left:4px;
	margin-top:0px!important;
	margin-top:0px;
	margin-bottom:2px!important;
	margin-bottom:0px;
}

#container #menu{
	width:890px!important;
	margin:auto auto;
	z-index:100;
	top:113px!important;
	left:30px;
	position:absolute;
}
* html #container #menu{
	width:920px;
	margin: auto auto;
} 

#container #menu #mainmenu{
	padding-left:8px;
}
html>body #container #menu #mainmenu{ /*not for ie 6.0*/
	clear:both;
	background-image:url(../images/menu_bg.png);
	background-repeat:no-repeat;
	height:32px;
}
* html #container #menu #mainmenu{ /*for ie 6.0*/
	clear:both;
	height:32px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="../images/menu_bg.png");
	background:none;
}
/*#container #menu #mainmenu ul{
	overflow:auto;
}*/
#container #menu #mainmenu ul li{
	float:left;
	position:relative;
}
#container #menu #mainmenu ul li a{
	text-indent:-100000px;
	display:block;
	height:32px;
	width:68px;
    text-align:center;	
	float:inherit;
	overflow:hidden;
}

#container #menu #mainmenu ul li a.main_menu_aboutus{
	width:70px;
	background:url(../images/main_menu_aboutus.gif) no-repeat 0 -32px;
}
#container #menu #mainmenu ul li a.main_menu_product{
	width:38px;
	background:url(../images/main_menu_product.gif) no-repeat 0 -32px;
}
#container #menu #mainmenu ul li a.main_menu_stores{
	width:76px;
	background:url(../images/main_menu_stores.gif) no-repeat 0 -32px;
}
#container #menu #mainmenu ul li a.main_menu_news{
	width:38px;
	background:url(../images/main_menu_news.gif) no-repeat 0 -32px;
}
#container #menu #mainmenu ul li a.main_menu_cooperation{
	background:url(../images/main_menu_cooperation.gif) no-repeat 0 -32px;
	width:67px;
}

#container #menu #mainmenu ul li a.selected{background-position:0 0;}

#container #menu .index{ /*for ie 6.0*/
	clear:both;
	height:23px;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=false, src="");
}

html>body #container #menu #submenu{ /*not for ie 6.0*/
	clear:both;
	background-image:url(../images/menu_sub_bg.png);
	background-repeat:no-repeat;
	height:23px;
}
* html #container #menu #submenu{ /*for ie 6.0*/
	clear:both;
	height:23px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="../images/menu_sub_bg.png");
	background:none;
}


#container #menu #submenu .sub_menu_aboutus,#container #menu #submenu .sub_menu_product,#container #menu #submenu .sub_menu_stores,#container #menu #submenu .sub_menu_news,#container #menu #submenu .sub_menu_cooperation{
	display:none;
}

#container #menu #submenu ul li{
	float:left;
	padding-top:2px;
	padding-left:4px;
	padding-right:4px;
	position:relative;
	color:#FFFFFF;
	font-size:14px;
 
}
#container #menu #submenu ul li a{
	color:#ffffff;
	font-size:14px;
	text-decoration:none;
}
#container #menu #submenu ul li a:hover{
	text-decoration:underline;
}