@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 { float:left; width:500px; height:40px; margin-top:1px; font-size:11px;}

		.header .main_menu .menu_link { float:left; padding-left:15px; padding-right:15px; height:28px; padding-top:12px; background:url(../../images/menu_divider.jpg) top right no-repeat; }

	  .header .main_menu .menu_link:hover { background:#1b82ab; }

      .header .main_menu .menu_link a { color:#fff; }

      

      

	.header .left_menu { float:right; width:320px; height:40px; margin-top:1px; font-size:11px; background:url(../../images/menu_divider.jpg) top left no-repeat; padding-left:9px; }

		.header .left_button { float:left; padding-right:5px; padding-top:6px; }


