@charset "UTF-8";
/* CSS Document */

IMG {
	border: 0px;
}

body#index {
	display: none;
	background-color:#FFFFFF;
}

html {
	text-align: center;
	margin: 0;
	padding: 0;
}
body {
	background-color: #333;
	margin: 0; 
	padding: 0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
}
div#center{
	width: 770px;
	margin: 0px auto;
	height: 100%;
}
div#center1{
	width: 400px;
	margin: 0px auto;
	height: 100%;
}

#ban {
	width: 770px;
	height: 70px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#linkToHome {
	position: absolute;
	left: 17px;
	width: 250px;
	height: 70px;
	margin: 0px;
}
h1 {
	text-indent: -2000px;
	margin: 0;
	float: left;
}
#discounBan {
	background-image:url(../images/discountBanner.gif);
	background-repeat: no-repeat;
	width: 339px;
	height: 31px;
	position: absolute;
	left: 363px;
	top: 19px;
	text-indent: -2000px;
}
#nav {
	width: 770px;
	height: 28px;
	background-image: url(../images/nav-bg.jpg);
	background-repeat: repeat-x;
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
}
#nav ul { 
	margin: 0; 
	padding: 0px;
}
#nav li {
	float: left; 
	padding: 4px 10px 0px; 
	background: url(../images/navDivider.gif) 100% no-repeat; 
	list-style-type: none;
	height: 24px;
}
#nav li a {
	display: block; 
	color: #FFF; 
	text-decoration: none;
}
#nav a:hover { 
	color: #FC0;
}
#nav #warranty {
	background: none;
}
#nav #cart {
	background: url(../images/cart-bg1.jpg) 100% 66% no-repeat;
	font-size: smaller;
	text-align: right;
	padding-top: 9px;
	margin: -3px 10px 0px 0px;
	width: 138px;
	height: 24px;
	float: right;
}
#nav #cart li {
	background-color: Lime !important;
}

a:link {
	color: #009;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: #009;
}
#content {
	background-color: #FFF;
	width: 750px;
	text-align: left;
	padding: 0px 10px 10px 10px;
}
#welcome {
	width: 455px;
	margin: 0;
	padding: 8px 5px 0px 0px;
	float: left;
	overflow: hidden;
}
h2 {
	color: #C00;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 0 -10px 0;
}
#disclaimer {
	background: url(../images/disclaimer-bg.jpg) no-repeat;
	font-size: .89em;
	color: #424242;
	width: 274px;
	height: 101px;
	line-height: 1.15em;
	padding: 5px 10px 10px;
	overflow: hidden;
}
.clear {
	clear: both;
}
.subHeader {
	border-bottom: solid 2px #F90;
	padding: 10px 0px 2px 0px;
	background: url(../images/subHeader-bg.jpg) repeat-x bottom;
}
.subHeaderImg {
	float: left;
}
#products {
	text-align: center;
}
.discountPrice {
	color: #F00;
	font-weight: bold;
}
.smProductPic {
	padding: 10px;
}
.lgProductPic {
	padding: 10px 10px 0px 0px;
	float: left;
}
#productInfo {
	margin-left: 230px;
}
#productInfo h3 {
	color: #FF9900;
	margin-bottom: 2px;
	padding-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
h3 {
	color: #FF9900;
	margin: 0px 0px 2px 0px;
	padding-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.sizingChart {
	font-size: smaller;
}
.actualMeasurement {
	background-color: #EFEFEF;
}
.outletSize {
	background-color: #CCC;
}
.asterisk {
	font-weight: bold;
	color: #F00;
	vertical-align: baseline;
}
#footer {
	background: url(../images/footer-bg.jpg) repeat-x #900;
	height: 50px;
	font-size: x-small;
	padding: 10px 0px 0px 0px;
	text-align: center;
	clear: both;
	color: #FFF;
}
#footer a {
	color: #FFF;
	}
#footer a:hover {
	text-decoration: none;
}