@charset "utf-8";
/* CSS Document */
#header {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	padding:0;
	width: 960px;
	margin: 5px auto -10px auto;
	height: 53px;
	overflow: hidden;
}
html>body #header {
	margin: 5px auto -5px auto;
}
#header a {
	border: none;
	text-decoration: none;
}
#header #slogan{
	width: 98px;
	height: 53px;
	margin-left: -5px;
}
#header #contactOptions {
	float: left;
	text-align: center; 
	margin: -43px 0 0 250px;
	padding-left: 0px;
}
html>body #header #contactOptions {
	padding-left: 0px;
	margin-left:150px;
	
}
#header #contactOptions p {
	font-size: 12px;
	color: #CCCCCC; 
	margin-left:0px; 
	margin-top:20px;
	display:inline;
}
#header #contactOptions p#affilPhone{
	 vertical-align:super;
}
#header #contactOptions p a { /* ORDER ONLINE Button*/
	margin-top: 1px;
	display:inline-block;
	padding: 8px 50px;
	background-image: url(/images/template/white_button.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #757575;
	border: none;
}
#header #contactOptions p a:hover {
	color: #cccccc;
	text-decoration: none;
	border: none;
}
#header #menus{
	text-transform: uppercase;
	font-size:11px;
	color: #cc0000;
	font-weight: normal;
	text-align: right;
	width: 530px;
	float: right;
	margin: -50px 0px 0px -235px;
}
html>body #header #menus {
	margin-left: 0px;
	padding-left:-50px;
}
#header #menus p {
	padding: 5px 0 0 0;
	clear:both;
	background-image: url(/images/template/shortcut_divider.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#header #menus ul {
	text-align: right;
	float: right;
	height:25px;
}
#header #menus ul li {
	float: left;
	color:#CCCCCC; 
	padding:3px 0 0 5px;
}
#header #menus ul li iframe {
	width: 300px;
	margin-right: -10px;
	margin-top: -3px;
}
html>body #header #menus ul li iframe {
	width: 305px;
}
#header #menus ul li form {
	width: 350px; 
	padding:0;  
	margin:-3px 0 0 0;
}
#header #menus ul li form .textField {
	float:left; 
	font-size:12px; 
	border: 1px solid #6b0001; 	
	background: #ffffff url(/images/template/input_bg.jpg) repeat-x; 
	width:140px; 
	height:14px; 
	margin-left:5px;
	
}
#header #menus ul li form .searchButton {
	float:left; 
}
#header #menus ul li.bullet {
	padding-left:7px;
	background:transparent url(../../images/template/red_arrow.gif) 0 8px no-repeat;
}
#header #menus a {
	border: none;
	padding-left: 0px;
	font-style: normal;
	text-decoration: none;
	color: #cccccc;
}
#header #menus a:hover {
	text-decoration: none;
	color: #ffffff;
}
.headerLoginText {
	text-transform: none;
	font-weight: bold;
	float:left;
}

