/* styles for fastlane elements */
.clear {
	display: block;
	*display: inline-block;
	_height: 1%;
}
.clear:after { 
	content: "."; 
	clear: both; 
	display: block; 
	visibility: hidden; 
	height: 0; 
	line-height: 0; 
}
#header1 {
	width: 870px;
	height: 100px;
	background-image: url(/images/nav/header-bg.jpg);
	background-repeat: no-repeat;		
}	
#header1 .logo {
	padding: 22px 0 0 25px;
}
#header1 a {
	color: #ffffff;
	text-decoration: none;
}
#header1 .headerlinks {
	float:right;
	width: 540px;
	text-align:right;
	padding: 7px 15px 0 0;
}
#header1 .headerlinks ul.first {
	display:block;
	margin: 0; padding: 0;
	/*
	margin-left: 50px; */
	margin-bottom: 12px;
	
	list-style-type: none;
	float:right;	
}
#header1 .headerlinks ul.first li {
	border-right:1px solid #68559B;
	color:#FFFFFF;
	display:inline;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:0 0.8em 0 0;
	padding:0 0.8em 0 0;
}
#header1 .headerlinks ul.first li.cart {
	border:0 none;
	margin:0;
	position:relative;
	padding: 0;
}
li.cart a {
	background:transparent url(/images/icon/icon_cart_checkout.gif) no-repeat scroll 0 0;
	color:#FFFFFF;
	height:13px;
	padding:0 0 0 1.9em;
}

#header1 h3 {
	margin:0; padding:0;
}

#header1 #phone {
	color:#E9E6F4;
	float:left;		
	font-size:1.1em;
	font-weight:bold;
	line-height:1.31em;
	margin:0.15em 1.2em 0 0;
}
#header1 .btnGrayHoriz {
	background:transparent url(/images/btn/btn_gray_horiz_left.gif) no-repeat scroll 0 0;
	color:#237A05;
	display:block;
	float:left;
	font-size:1.1em;
	font-weight:bold;
	height:21px;
	line-height:1.7em;
	padding:0 0 0 1em;
}
#header1 .btnPurpleHoriz {
	background:transparent url(/images/btn/btn_purple_horiz_left.gif) no-repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:1.1em;
	font-weight:bold;
	height:21px;
	line-height:1.7em;
	padding:0 0 0 1em;
}
#header1 .btnGrayHoriz span {
	background:transparent url(/images/btn/btn_gray_horiz_right.gif) no-repeat scroll right top;
	display:block;
	float: left;
	height:21px;
	padding:0 1em 0 0;
}
#header1 .btnPurpleHoriz span {
	background:transparent url(/images/btn/btn_purple_horiz_right.gif) no-repeat scroll right top;
	display:block;
	float: left;
	height:21px;
	padding:0 1em 0 0;
}
#header1 .btnPurpleHoriz em {
	border-left:1px solid #271261;
	color:#271261;
	font-size:0.8em;
	font-style:normal;
	font-weight:normal;
	margin:0 0 0 1em;
	padding:0.5em 0 0.5em 0.7em;
}
#header1 a, #header1 button {
	cursor:pointer;
	text-decoration:none;
}	
#header1 h4 {
	margin:0; padding:0;
	color:#DAD2EC;
	float:left;
	font-size:1.1em;
	font-weight:normal;
	line-height:1.3em;
	margin:0.15em 0.45em 0 0;		
}
