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

.header { clear:both; text-align:left; height:187px;}
.header .logo {float:left; height:129px;}
.header .my_account {height:80px; width:150px; float:right; margin-right:20px; margin-top:40px;}
.header .my_account a {color:#FF7721; text-decoration:none;}
.header .my_account a:hover {color:#fff; text-decoration:none;}
.header .my_account .account_title {clear:both; width:150px; font-size:18px; color:#ffffff; letter-spacing:-1px;}
.header .my_account .account_title a {color:#fff; text-decoration:none;}
.header .my_account .account_title a:hover {color:#FFF; text-decoration:none;}
.header .my_account .account_login {float:left; width:40px; font-size:12px; border-right:1px solid #ffffff; padding-right:6px; text-align:right;}
.header .my_account .account_register {float:left; width:50px; font-size:12px; padding-left:10px;}
	.header .main_menu { clear:both; width:100%; margin-left:auto; margin-right:auto; height:47px; font-size:11px;}
	.header .main_menu a {color:#fff; text-decoration:none; font-size:14px; font-weight:bold;}
	.header .main_menu a:hover {color:#fff; text-decoration:underline;}
		.header .main_menu .menu_container {padding-top:14px; height:33px; width:500px; float:left;}
		.header .main_menu .menu_container .home_page { float:left; padding-left:20px; padding-right:20px; }
		.header .main_menu .menu_container .account_page { float:left; padding-left:20px; padding-right:20px; }
		.header .main_menu .menu_container .browse_categories_page { float:left; padding-left:20px; padding-right:20px; }
		.header .main_menu .menu_container .browse_manufacturers_page { float:left; padding-left:20px; padding-right:20px; }
		.header .main_menu .menu_container .contact_us { float:left; padding-left:20px; padding-right:20px; }
		
	.header .main_menu .search_container {float:left; width:483px; height:47px;}

