@charset "utf-8";

/* CSS Document */



.header { clear:both; text-align:left; height:110px;}
.header a { color:#fff; text-decoration:none; }
.header a:hover { color:#a0daee; text-decoration:none; }
	.header .logo {float:left;}
	.header .countries { float:right; height:36px; width:470px; color:#fff; padding-top:10px; }
		.header .countries .country { float:left;} 
			.header .countries .country .flag { float:left; width:20px; padding-top:1px;} 
			.header .countries .country .current { float:left; width:80px; font-weight:bold; color:#a0daee;} 
			.header .countries .country .visit { float:left; width:100px;} 
	.header .header_basket { float:right; height:68px; width:272px; color:#fff; margin-right:20px; background:url(../../images/shopping_cart_bg.jpg) top center no-repeat; }	
	.header .main_menu { clear:both; width:900px; height:40px; background:url(../../images/design/menu_bg.jpg) top center no-repeat; font-size:11px; padding-top:0px;}
		.header .main_menu a {color:#FFFFFF; text-decoration:none; font-size:11px;}
		.header .main_menu a:hover {color:#FFFFFF; background:url(../../images/design/menu_link.jpg) top center repeat-x;}
		.header .main_menu .link { float:left; height:28px; padding-left:15px; padding-right:15px; padding-top:12px; background:url(../../images/design/menu_divider.jpg) top right no-repeat; }
		.header .main_menu .login_page { float:right; height:28px;  padding-left:15px; padding-right:15px; padding-top:12px; background:url(../../images/design/menu_divider.jpg) top left no-repeat; }
		.header .main_menu .register_page { float:right; height:28px; padding-left:15px; padding-right:15px; padding-top:12px; background:url(../../images/design/menu_divider.jpg) top left no-repeat; }




