/*******************************************************************************
   Page Setup
*******************************************************************************/
* {
	margin: 0;
	padding: 0;
   	}

:focus {
	outline: 0;
	}

a {
   	text-decoration: underline;
   	}

html {
	background: url(../images/bkgrd/html-bkgrd.jpg) top center no-repeat #FFFFFF;
	width: 100%;
	}

body {
	background: url(../images/bkgrd/body-bkgrd.jpg) top center repeat-x;
	text-align: center;
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: 11px;
   	}
	
div#header-container {
	width: 100%;
	height: 117px;
	}
	
div#header {
	width: 1076px;
	height: 117px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/bkgrd/header-bkgrd.jpg) top center no-repeat;
	}
	
div#main-container {
	width: 100%;
	}

div#main {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	}
	
div#features {
	float: left;
	width: 200px;
	margin-right: 7px;
	}
	
div#content {
	float: left;
	width: 620px;
	margin-right: 7px;
	line-height: 1.46em;
	}
	
div#products {
	float: left;
	width: 190px;
	}

div#footer-container {
	width: 100%;
	height: 129px;
	background: url(../images/bkgrd/footer-bkgrd.jpg) top center repeat-x;
	}

div#footer {
	width: 1024px;
	height: 129px;
	margin: 20px auto 0 auto;
	text-align: left;
	color: #999999;
	font-size: 10px;
	}

/*******************************************************************************
	Header
*******************************************************************************/
div#header-nav {
	float: right;
	height: 10px;
	padding: 9px 26px 0 0;
	}
	
div#header-nav a {
	color: #FFFF00;
	line-height: 10px;
	text-decoration: none;
	}
	
div#header-nav a:hover {
	text-decoration: underline;
	}
	
div#logo {
	float: left;
	width: 361px;
	height: 63px;
	}
	
div#logo a {
	display: block;
	width: 354px;
	height: 80px;
	margin: 3px 0 0 0;
	}
	
div#nav {
	float: right;
	width: 653px;
	padding: 41px 26px 0 0;
	}
	
/*******************************************************************************
	Features
*******************************************************************************/
div#store-info {
	width: 180px;
	height: 188px;
	background: url(../images/bkgrd/store-info-bkgrd.jpg) top center no-repeat;
	padding: 5px 10px 0 10px;
	margin-bottom: 7px;
	font-size: 10px;
	color: #333333;
	}
	
div#store-info h1 {
	color: #3C4B61;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
div#store-info p {
	padding-top: 3px;
	padding-bottom: 3px;
	}
	
div#store-info p.last {
	padding-bottom: 0;
	}
	
div#store-info a {
	color: #0066FF;
	}
	
div#store-info span.days {
	float: left;
	display: block;
	width: 30px;
	padding-right: 5px;
	font-weight: bold;
	text-align: right;
	}

div#store-info span.hours {
	float: left;
	display: block;
	}

div#store-info br {
	clear: both;
	}
	
div#poll {
	margin-bottom: 7px;
	}
	
div#pit-pass {
	width: 200px;
	height: 115px;
	}

/*******************************************************************************
	Products
*******************************************************************************/
div#manufacturers {
	width: 180px;
	height: 161px;
	padding: 2px 5px 0 5px;
	margin-bottom: 7px;
	background: url(../images/bkgrd/manufacturers-bkgrd.gif) top center no-repeat;
	}
	
div#manufacturers ul {
	list-style-type: none;
	}
	
div#manufacturers ul li {
	text-align: center;
	font-size: 1px;
	line-height: 0;
	padding: 5px 0 5px 0;
	border-bottom: 1px dashed #B0D0FF;
	}
	
div#manufacturers ul li.last {
	border-bottom: 0;
	padding-bottom: 0;
	}

/*******************************************************************************
	Content
*******************************************************************************/
#content,
#content * {
	font-family: Arial, sans-serif;
	color: #666666;
	}

#content h1 {
	color: #3C4B61;
	font-size: 2.18em;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 0.3em;
	}

#content h2 {
	color: #0066FF;
	font-size: 1.64em;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 0.6em;
	padding-bottom: 0.3em;
	}

#content h3 {
	color: #666666;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 0.3em;
	}

#content h4 {
	color: #666666;
	font-size: 1.0em;
	font-weight: bold;
	}

#content p {
	padding-top: 0.3em;
	padding-bottom: 0.5em;
	}

#content p.center {
	text-align: center;
	}
	
#content p.indent {
	margin-left: 1.75em;
	}
	
#content p.footnote {
	font-size: 0.9em;
	padding-top: 1.3em;
	}
	
#content a {
	color: #0066FF;
	}

#content ul {
	margin-left: 1.75em;
	padding-bottom: 0.5em;
	}

#content ul.indent_list {
	list-style: none;
	margin-left: 2.75em;
	}

#content ol {
	margin-left: 2.0em;
	padding-bottom: 0.5em;
	}
	
#content hr {
	border: 0;
	color: #0E4C72;
	background-color: #0E4C72;
	height: 2px;
	width: 100%;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
/*******************************************************************************
   Poll
*******************************************************************************/
div#poll {
	width: 200px;
	}

/* HOT DEALS HEAD */	
div#poll-head {
	width: 190px;
	height: 33px;
	padding-left: 10px;
	background: url(../images/bkgrd/poll-bkgrd.gif) top center no-repeat;
	}

div#poll h1 {
	color: #3C4B61;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 2px;
	}

div#poll-content {
	width: 170px;
	padding: 15px;
	background: url(../images/bkgrd/poll-content-bkgrd.gif) top center repeat-y;
	}

div#poll-bottom {
	width: 200px;
	height: 5px;
	background: url(../images/bkgrd/poll-bottom-bkgrd.gif) top center no-repeat;
	font-size: 1px;
	}

/*******************************************************************************
	Footer
*******************************************************************************/
div#follow {
	float: right;
	margin-top: 13px;
	}
	
div#follow p {
	text-align: right;
	margin-bottom: 4px;
	}
	
div#follow a {
	margin-left: 8px;
	}

div#copyright {
	float: left;
	margin-top: 29px;
	}
	
div#copyright a {
	color: #999999;
	text-decoration: none;
	}

div#copyright a:hover {
	text-decoration: underline;
	}

div#curious {
	float: right;
	margin-top: 29px;
	}

div#curious a {
	color: #999999;
	text-decoration: none;
	}

div#curious a:hover {
	text-decoration: underline;
	}

/*******************************************************************************
	Cleaner
*******************************************************************************/
div.cleaner {
	clear: both;
	line-height: 0;
	font-size: 1px;
	height: 0;
	}