@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(images/webWallPaper.jpg) no-repeat fixed center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}
#a img {
	border: none;
}
h1, h2, h3, h4, p {
	font-weight: normal;
	color: #FFF;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
table {
	border-width: medium;
	border-style: none;
}
h5 {
	color: #FF9;
	font: bolder 0.75em Arial, Helvetica, sans-serif;
}
#container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	background: url(images/stansGreySlice.png) repeat-y center top;
	text-align: left;
} 
#header {
	background: url(images/stansTitleBanner2_03.png) no-repeat left top;
	height: 235px;
	border-top: 10px solid #000;
} 
#mainContent {
	float: left;
	width: 890px;
	color: #000;
	margin-left: 30px;
	margin-bottom: 15px;
}
#mainContent p, h1, h2, h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-style: none;
	border-bottom-style: none;
}
#mainContent h2 {
	font-weight: bolder;
}
#mainContent h3 {
	color: #FF9;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-style: none;
	border-bottom-style: none;
	line-height: .2em;
}
#mainContent a {
	font-size: 1em;
	color: #999;
	text-decoration: none;
	font-weight: bolder;
}
#mainContent a:hover, #footer a:active, #footer a:focus {
	color:#FFF;
}
#mainContent table caption {
	font-size: 1px;
}
#mainContent table tr th {
	background: #000 url(images/table_slice2.jpg) repeat-x;
	border-style: none;
	padding-top: 0px;
	padding-bottom: 0px;
}
#mainContent table tr td {
	border-style: none;
	background-color: #000;
}
#mainContent h3 em {
}
#lowerInfo {
	float: left;
	width: 860px;
	margin-top: 10px;
}
#footer {
	margin-right: 20px;
	margin-left: 20px;
	border-top: 1px solid #FF9;
	padding-top: 10px;
	height: 110px;
}
#footer img {
	float: left;
	border: none;
	padding-right: 10px;
}
#footer h1 {
	color: #F30;
	text-align: right;
	font-size: .7em;
	line-height: 2px;
	font-weight: bold;
}
#footer h2 {
	font-size: 0.7em;
	font-weight: bold;
	color: #FFC;
	text-align: right;
	line-height: 2px;
}
#footer a {
	font-size: 1em;
	color: #999;
	text-decoration: none;
	font-weight: bolder;
}
#footer a:hover, #footer a:active, #footer li a:focus {
	color: #C60;
}
#footer p {
	margin: 0 15 0 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #F30;
	text-align: right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.features {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
.bikeModel {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
}
.topBanner {
	padding-bottom: 3px;
	border: none;
}
.wasPriceTag {
	color: #F00;
	font-size: .75em;
}

