@charset "utf-8";

#headerTbl {
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(../../images/cartHeader_bg.jpg);
	text-align: right;
	font-weight: bold;
	width: 960px;
}
#signup {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
form#searchSite {
	background-image: url(../../images/header/search.jpg);
	background-repeat: no-repeat;
	padding-left: 0px;
	height: 39px;
	padding-right: 0px;
	width: 382px;
	padding-top: 0px;
	background-position: right;
	float: right;
	margin-right: 1px;
	margin-top: 1px;
	margin-bottom: 3px;
}

input#text {
	width: 230px;
	margin-top: 8px;
}


input#search {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #4E4E50;
	width: 40px;
	margin-left: 3px;
	font-weight: bold;
	height: 20px;
	background-image: url(../../images/header/search_go_btn.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
}
#mainNav_bg  {
	background-image: url(../../images/header/mainNav_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 25px;
}
#mainNav    {
	color: #FFFFFF;
	height: 25px;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../../images/header/mainNav_bg.jpg);
}

#mainNav td   {
	padding-top: 0px;
}
#headerTbl   a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}

#headerTbl a:hover {
	color: #abb7c7;
	text-decoration: none;
}
#headerTbl a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.phone {
	float: left;
	margin-left: 10px;
}
