@charset "UTF-8";
/* CSS Document */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Global styles */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

html, body {
    width: 100%;
	height: 100%;
}
body {
    margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
}
div#container {
    width: 778px;
	height: 835px;
	margin: 0 auto;
	padding: 0;
	background-color: #000000;
}
img {
    border: none;
}
p, h1, h2, h3, h4, h5, h6 {
    color: #FFFFFF;
	margin: 0 0 10px 0;
}

/* Links */

a:link,
a:visited {
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFF00;
    line-height: 17px;
	font-weight: bold;
}
a:hover,
a:active,
a.active,
a.active:hover,
a.active:visited {
    text-decoration: none;
    color: #FF0000;
}

/* Social media icons */

a.twitter,
a.facebook,
a.youtube {
    width: 32px;
	height: 32px;
	margin: 10px 10px 0 0;
	text-indent: -9999px;
	display: block;
	cursor: pointer;
	float: left;
	clear: none;
}
a.twitter {
    background: transparent url(images/icon_twitter.png) no-repeat 0 0;
}
a.facebook {
    background: transparent url(images/icon_facebook.png) no-repeat 0 0;
}
a.youtube {
    background: transparent url(images/icon_youtube.png) no-repeat 0 0;
}
a.twitter:hover,
a.facebook:hover,
a.youtube:hover {
    background-position: 0 -32px;
}

/* Form post messages */

div.form-post-messages {
    width: 500px;
	margin: 0 0 10px 0;
	padding: 10px;
    background-color: #999999;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
div.form-post-messages p.error {
    color: #FF0000;
	margin: 0;
}
div.form-post-messages p.success {
    color: #009900;
	margin: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Global Form Styles */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

form {
    margin: 0;
	padding: 0;
}
form fieldset {
	margin: 0 0 10px 0;
	padding: 10px;
	border: solid #666666 1px;
}
form legend {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 21px;
	font-weight: bold;
	color: #FF0000;
}
form legend span {
	font-size: 12px;
	color: #000000;
}
form ul {
    list-style-type: none;
	width: 100%;
	margin: 20px 0 20px 0;
	padding: 0;
	float: left;
}
form ul li {
    list-style-type: none;
	width: 100%;
	margin: 0 0 6px 0;
	padding: 0;
	float: left;
	clear: both;
}
form ul li.heading {
    font-weight: bold;
	font-size: 12px;
	color: #BC271E;
}
form ul li label,
form ul li p {
    width: 180px;
	margin: 0 10px 0 0;
	text-align: right;
	float: left;
	clear: none;
}
form ul li label em,
form ul li p em {
    font-weight: bold;
	color: #FFFF00;
}
form ul li label.radio,
form ul li label.checkbox,
form ul li label.short {
    width: auto;
	margin: 0 4px 0 4px;
	text-align: left;
	clear: none;
}
form ul li span,
form ul li input,
form ul li select {
	margin: 0 4px 0 4px;
	float: left;
	clear: none;
}
form ul li textarea {
	margin: 0 0 0 4px;
	float: left;
	clear: none;
}
form input#submit {
    margin: 0;
	float: right;
	clear: both;
}
p#required_message {
    width: 100%;
	margin: 0;
	padding: 0;
	text-align: right;
	font-weight: bold;
	color: #D1661D;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Header */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#header {
    width: 100%;
	height: 56px;
	float: left;
	clear: both;
}
h1 {
    width: 100%;
    height: 36px;
	margin: 0;
	padding: 4px 0 0 0;
	text-align: center;
	font-size: 20px;
	line-height: 26px;
	float: left;
	clear: both;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Nav */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

ul#nav {
    list-style-type: none;
	width: 732px;
	margin: 0;
	padding: 0 0 0 46px;
	border-top: #FF0000 10px solid;
	float: left;
	clear: both;
}
ul#nav li {
    list-style-type: none;
	margin: 8px 25px 0 0;
	padding: 0;
	float: left;
	clear: none;
	white-space: nowrap;
}
ul#nav li a {
    font-size: 13px;
	white-space: nowrap;
    color: #A4D7F3;
}
ul#nav li a:hover {
    color: #FF0000;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Splash page */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body.splash_page div#container {
    background: #000000 url(images/hand-with-bottle.jpg) no-repeat 0 0;
}
body.splash_page h1 {
    display: none;
}
body.splash_page h2 {
	width: 700px;
	height: 59px;
	margin: 10px 0 25px 39px;
	text-indent: -9999px;
	background: transparent url(images/tagline.jpg) no-repeat 0 0;
	float: left;
	clear: both;
}
body.splash_page div.left-col {
    width: 389px;
	float: left;
	clear: both;
}
body.splash_page div.right-col {
    width: 366px;
	float: left;
	clear: none;
}
body.splash_page div.info {
    width: 300px;
	height: 245px;
	margin-left: 45px;
	float: left;
	clear: both;
}
body.splash_page div.info p {
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}
body.splash_page div.commercial {
	width: 152px;
	height: 185px;
	margin: 0 0 0 2px;
	float: left;
	clear: both;
}
body.splash_page div.commercial h3 {
	margin: 0 0 4px 0;
	text-align: right;
	color: #A4D7F3;
	font-size: 14px;
}
body.splash_page div#flash_commercial {
    background-color: #000000;
	text-align: center;
	padding: 6px;
}
body.splash_page div#flash_commercial h4 {
    font-size: 12px;
}
body.splash_page div.tv-offer {
	margin: 0 0 0 2px;
	float: left;
	clear: both;
}
body.splash_page h3.stores {
	margin: 160px 0 5px 0;
	float: right;
	clear: both;
}
body.splash_page h3.stores a {
    width: 133px;
	height: 68px;
	text-indent: -9999px;
	background: transparent url(images/heading-store-locator.jpg) no-repeat 0 0;
	display: block;
}
body.splash_page div.stores {
	width: 97px;
	height: 81px;
	margin: 0 16px 276px 0;
	border: #FF0000 2px solid;
	float: right;
	clear: both;
}
body.splash_page div#flash_stores {
    background-color: #000000;
	text-align: center;
}
body.splash_page div#flash_stores h4 {
    font-size: 12px;
}
body.splash_page h3.nascar_promo {
	margin: 15px 0 8px 0;
	float: right;
	clear: both;
}
body.splash_page h3.nascar_promo a {
    width: 245px;
	height: 256px;
	text-indent: -9999px;
	background: transparent url(images/heading-promo-code.png) no-repeat 0 0;
	display: block;
}
body.splash_page p.website {
    width: 306px;
	height: 34px;
	margin: 0 0 2px 0;
	text-indent: -9999px;
	background: transparent url(images/winning-brands-ca.png) no-repeat top right;
	float: right;
	clear: both;
}
body.splash_page p.stocks {
	width: 353px;
	margin: 0 13px 13px 0;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	float: right;
	clear: both;
}
body.splash_page p.copyright {
	width: 353px;
	margin: 0 13px 0 0;
	text-align: right;
	font-size: 10px;
	float: right;
	clear: both;
}

/* Contest Rules */

div#contest_rules {
    margin-top: 20px;
	float: left;
}
div#zoom h3,
div#zoom h4 {
    text-align: center;
	color: #000000;
}
div#zoom p {
	color: #000000;
}
div#zoom p.message {
    padding: 0 80px;
}
div#zoom_content div {
    height: 400px;
	width: 700px;
	padding: 0 10px;
	overflow: auto; 
}