/** resets **/
body, html, ol, ul, li, form {margin:0;padding:0;}
ul li {list-style-type: none;}
/** end resets **/

/** Utility **/
.phark {
    text-indent: -5000px;
    overflow: hidden;
    display:block;
}
.clearfix {
    clear:both;
}

/** Global **/
html, body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:100%;
	color:#fff;
	background-color:#34afeb;
}
img {
	border:0;
}
a, a:hover, a:visited, a:active {
	color:#fff;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#canvas {width:980px;margin:0 auto;background-color:#1c4680;font-size:.8em;}
h1,h2,h3,h4,p {margin:0;}
fieldset {border:0;margin:0;padding:0;}
sup {position:relative;top:2px;font-size:0.85em;line-height:0.5em;}
.underline {
	text-decoration:underline;
}
.show {display:block;}
.hide {display:none;}
#verifyBlock .errors {display:block;margin-top:5px;color:#ffff66;font-style:italic;}
#content {
	background-color:#34afeb;
	position:relative;
}
#header {
	overflow:hidden;
	position:absolute;
	top:0;
	width:980px;
	margin:0 auto;
	z-index:999;
	height:61px;
}
#header-bg {
	background:transparent url(../images/nav-bg-tile.png) repeat-x scroll 0 0;
	height:48px;
	left:0;
	top:0;
	position:absolute;
	width:100%;
	z-index:2;
}
#nav_bg {
	height:61px;
	left:0;
	position:absolute;
	top:0;
	width:980px;
	background:transparent url(../images/nav-bg.png) no-repeat 0 0;
}
	
#nav_links {
	position:absolute;
	top:0px;
	left:35px;
}
#nav_links #logo {
	float:left;
	margin:6px 0 0 0;
}
#nav_links ul {
	float:left;
	overflow:hidden;
	margin:10px 0 0 10px;
}
#nav_links ul li {
	font-size:0.85em;
	font-weight:bold;
	padding-left:18px;
	float:left;
	text-transform:uppercase;
}
#nav_links ul li a {
	color:#767676;
	line-height:24px;
}
#nav_links ul li.twitter a {line-height:24px;padding:5px 25px 5px 0px;background:transparent url(../images/twitter_icon.png) no-repeat scroll center right;}
#nav_links ul li.facebook a {line-height:24px;padding:5px 25px 5px  0px;background:transparent url(../images/facebook_icon.png) no-repeat scroll center right;}
#logoutUpdate {
	position:absolute;
	top:15px;
	right:0px;
	color:#767676;
	text-transform: uppercase;
	overflow:hidden;
	font-size:0.85em;
	font-weight:bold;
}
#logoutUpdate div {
	float:left;
	line-height:12px;
}
#logoutUpdate div a {
	color:#767676;
}
#logoutUpdate div.welcome span.name {
	color:#34afeb;
}
#logoutUpdate div.logout {
	padding:0 4px 0 12px;
}
#logoutUpdate div.update {
	padding-left:6px;
	border-left:1px solid #767676;
}

#footer {
	background-color:#000;
	padding:10px 0;
	width:100%;
	color:#2381b7;
	overflow:hidden;
}
#footer ul {
	overflow:hidden;
	float:right;
}		
#footer ul li {
	font-size:0.8em;
	float:left;
	border-right:1px solid #2381b7;
	padding-right:9px;
	margin-right:7px;
}	
#footer ul li.last {
	padding-right:10px;
	border-right:none;
}	
#footer ul li a {
	color:#2381b7
}
#content .color-burst {
	position:absolute;
	top:0px;
	left:0px;
	height:124px;
	width:980px;
	background:transparent url(../images/color_burst.png) no-repeat 0 0;
    }
.error-container ul {
    margin-top:6px;
    }
h1 sup {
    font-size:0.5em;
}
#leftShadow {
    background:transparent url(../images/bkg_lft_gradient.png) repeat-y 0 0;
    width:50px;
    position:absolute;
    top:0px;
    left:0px;
    }
#rightShadow {
    background:transparent url(../images/bkg_rgt_gradient.png) repeat-y 0 0;
    width:50px;
    position:absolute;
    top:0px;
    right:0px;
    }
/** end Global **/

/** landing **/
#main {
	margin-top:39px;
	background:transparent url(../images/color_burst.jpg) no-repeat 0 0;
}
#content .landing{
	min-height:530px;
	background:#1c4680 url(../images/landing_bkg.jpg) no-repeat 0 0;
}	
#content .landing h1 {
	position:relative;
	top:-15px;
	left:11px;
}
#main h2 {
	padding:23px 0 0 48px;
}
#main #video {
    text-align:center;
}
#main #video .bg_video {
    background:url(../images/bg_video.png) no-repeat center center;
    width:410px;
    height:246px;
    padding-top:10px;
    margin:0 auto;
    text-align:center;
}
#main #video a.phark {
    background:url(../images/btn_watch_video.png) no-repeat center center;
    width:146px;
    height:46px;
    margin:0 auto;
}
#main #facebook {
    margin:20px 0 0 530px;
    font-size:.859em;
}
#main #facebook h3 {
    font-family: Skia,Arial,sans-serif;
    font-size: 1.273em;
}
#main #facebook h3,
#main #facebook p {
    margin-left:75px;
}
#main #facebook .fb-poll a,
#main #facebook .fb-like a {
    float:left;
    margin-bottom:10px;
}
#main #facebook .fb-poll p {
    padding-top:10px;
}
#main #facebook .fb-like h3 {
    background:url(../images/txt_like_practicing_safe_breath.png) no-repeat left center;
    height:16px;
}
.OverlayContainer {
    z-index:1000;
}
.MultiBoxContainer {
    background: #000;
    padding:0;
    border:3px solid #fff;
    z-index:1001;
}
.MultiBoxClose {
    top:-20px;
    right:-20px;
    z-index: 1003;
}
/** end landing **/

/** sweeps landing **/
#content .sign-in {
	background: transparent url(../images/prizes_bg.jpg) no-repeat 0 0;
	height:675px;
}
#content .sign-in h1 {
	position:relative;
	top:-3px;
	left:11px;
}
#content .sign-in #prizes {
	top:270px;
}
#signInBlock {
	left:364px;
	position:absolute;
	top:393px;
	width:500px;
	overflow:hidden;
}
#signInBlock #signInInputs {
	width:290px;
	float:left;
	padding-left:5px;
	overflow:hidden;
}
#signInBlock #signInInputs fieldset {
	float:left;
	width:46%;
}
#signInBlock #signInInputs fieldset .error-span {
    margin-left:-4px;
    }
#signInBlock .header {
	font-size:1em;
	font-weight:bold;
}	
#signInBlock #signInInputs label,
#signInBlock #signInInputs input {
	display:block;
}
#signInBlock #signInInputs label {
	font-size:0.8em;
	margin:2px 0 1px 0;
}
#signInBlock #signInInputs input.emailAddress,
#signInBlock #signInInputs input.password {
	width:125px;
}
#signInBlock #signInInputs input {
	margin-bottom:6px;
}
.rememberBox {overflow:hidden;}
#signInBlock #signInInputs .rememberBox input {margin:0;padding:0;float:left;border:0;}
#signInBlock #signInInputs .rememberBox label {
	float:left;
	width:75px;
	margin:1px 0 0 3px;
}
#signInBlock #signInInputs .forgot-password {
	margin-top:5px;
	font-size:0.85em;
	clear:left;
}
#signInBlock #signInInputs input.logInSubmit {
	background:transparent url(../images/log_in_btn.png) no-repeat 0 0;
    border:0 none;
    height:46px;
    margin:10px 0 0 5px;
    width:143px;
    cursor:pointer;
    text-indent:-9999px;
}
#signInBlock #register {
	float:left;
	width:170px;
	padding-left:30px;
}
#signInBlock #register .header {
	padding:0 0 11px 6px;
}
#signInBlock #register p {
	font-size:0.85em;
	padding-left:6px;
}
.error-container {
    display:block;
    padding:5px;
    margin:5px 0;
    background-color:#fff;
    border:1px solid red;
    }
#playNowLoggedIn .header {
    margin-bottom:6px;
    }
#playNowLoggedIn {
    padding:15px 0 0 83px;
    width:200px;
    }    
/** end sweeps landing **/

/** age verify **/
#content .verify {
	height:600px;
	background-color:#1c4680;
}
#content .verify h1 {
	padding:30px 0 0 70px;
	font-size:2.1em;
	font-weight:normal;
}
#verifyBlock {
	padding: 0 0 0 70px;
}
#verifyBlock label {
	position:absolute;
	left:-5000px;
}
#verifyBlock fieldset {
	margin:25px 0;
}
#verifyBlock fieldset select{
	margin-right:10px;
}
#verifyBlock input.verifySubmit{
	margin:0 0 0 -5px;
	background:transparent url(../images/continue_btn.png) no-repeat 0 0;
    border:0 none;
    height:43px;
    width:104px;
    cursor:pointer;
    text-indent:-9999px;
    display:block;
}
#verifyBlock select.state-select {margin-right:2px;}
#verifyBlock span.required {position:relative;top:-3px;}	
/** end age verify **/

/** game **/
#content .game {
	height:616px;
	text-align:center;
	background:#1c4680 url(none) no-repeat 0 0;
}
#playGameContent {
	background:transparent url(../images/jeans-bkg.jpg) no-repeat 0 0;
	height:582px;

}
#playGameContent h1 {
	padding:24px 0 0 43px;
}
#playGameContent .header {
	text-align:center;
	position:relative;
	top:-35px;
}
#playGameContent ul {
	margin:-23px auto 0 auto;
	width:815px;
	overflow:hidden;
}
#playGameContent ul li {
	list-style-type:none;
	float:left;
	position:relative;
	font-size:0.8em;
}
#playGameContent ul li.car {
	width:320px;
	text-align:center;
	padding-top:47px;
}
#playGameContent ul li.car .text {
	padding-left:93px;
}
#playGameContent ul li.phone {
	padding:0;
	text-align:center;
	width:163px;
}
#playGameContent ul li.card {
	width:163px;
	padding-top:43px;
	text-align:center;
}
#playGameContent ul li.card .text {
	padding-top:15px;
	padding-left:10px;
}
#playGameContent ul li.gum {
	width:154px;
	padding-left:15px;
	padding-top:56px;
}
#playGameContent ul li.gum .text {
	padding-left:15px;
	padding-top:12px;
}
#playGameContent .disclaimer {
	position:absolute;
	bottom:0px;
	right:0px;
	font-size:.8em;
	padding:5px;
}
#playGameContent .win-button {
	text-align:center;
	margin:20px 0 10px;
}
#playGameContent .share-text {
	text-align:center;
	font-size:0.9em;
}

#facebookOverlay {
	position:absolute;
	top:80px;
	left:-5000px;
	height:310px;
	width:575px;
}
.overlay-bkg {
	background:transparent url(../images/overlay_bg.png) no-repeat 0 0;
	height:310px;
	width:575px;
}
.overlay-content {
	font-size:0.9em;
	padding:60px 50px;
	position:absolute;
	text-align:center;
	top:0;
}
.overlay-content .text {
	margin-bottom:30px;
}
/** end game **/

/** game results **/
#content .game-results {
	background:transparent url(../images/jeans-bkg.jpg) no-repeat 0 0;
	height:582px;
	text-align:center;
}
#content .game-results h1 {
	padding:17px 0 0 0;
}
#content .game-results h2 {
	padding:0 0 0 0;
	margin:-20px 0 0;
}
#content .game-results .prize-image {
    margin: -44px 0 0 0;
    }
#content .game-results .prize-text {
	width:435px;
	margin:0 auto;
}
#content .game-results .facebook-link {
	margin-top:10px;
}
#content .not-winner h1{
	padding:100px 0 0 0;
}
#content .not-winner h2{
	padding:20px 160px 0 160px;
	margin:0 0 0 0;
}
#content .not-winner .prize-text img {
	margin-top: 30px;
}
.prize-text-sub {
	font-weight:bold;
}
/** end game results **/

/** products **/
#content .products {
	background-color:#1c4680;
}
#content .products h1 {
	margin:25px 0 10px;
	padding-left:35px;
	font-weight:normal;
	font-size:2.1em;
}
#content .products p {
	padding-left:35px;
	margin-bottom:35px;
	width:450px;
}
#content .products ul {
	overflow:hidden;
	padding-left:35px;
	margin-bottom:60px;
	clear:left;
	height:100%;
}
#content .products ul li {
	float:left;
	position:relative;
	float:left;
	width:210px;
	margin-right:75px;
}
#content .products ul li .image {
}
#content .products ul li .name {
	font-weight:bold;
	position:relative;
    top:-13px;
	font-size:1.1em;
}
#content .products ul li .description {
	font-size:.9em;
	position:relative;
    top:-13px;
}
#content .products ul li .footnote {
	font-size:.7em;
	position:relative;
    top:-4px;
}
#content .products ul li.blast .name,
#content .products ul li.blast .description {
    top:-29px;
}
#content .products ul li.blast .footnote {
    top:-17px;
}
#content .products sup {
	font-size:0.7em;
	top:2px;
}
.nutritionLink {padding-top:6px;}
.nutritionLink a {text-decoration:underline;padding-right:10px;background: transparent url(../images/white_arrow.gif) no-repeat right 1px;}
/** end products **/

/** official rules **/
#content .rules 
{
    background:#fff url(../images/color_burst_wht.jpg) no-repeat 0 0;
	padding:0 195px 100px 0;
	height:auto;
}
#content .rules h1 {
	color:#3bb4eb;
	font-size:2.3em;
	font-weight:normal;
	margin-top:25px;
	padding-left:35px;
	width:435px;
}
#content .rules p {
	color:#000;
	font-size:.9em;
	margin-top: 25px;
	padding-left:35px;
}	
/** end official rules **/

/** legal | privacy policy **/
#content .legal,
#content .privacyPolicy {
    background:#fff url(../images/color_burst_wht.jpg) no-repeat 0 0;
	color:#000;
	text-align:left;
}
.policiesBox {padding:0 150px;}
.policiesBox p {padding-top:15px;}
.policiesBox p a {color:Blue;text-decoration:underline;}
#content .legal h2,
#content .privacyPolicy h2 {
	padding-bottom:35px;
}
#legalFrame {
    height:1775px;
    width:935px;
    }
#privacyFrame {
    height:1900px;
    width:935px;
    }
/** end legal | privacy policy **/


/** nutrition **/
#content .nutrition {
	height:auto;
	color:#000;
	background:#fff url(../images/color_burst_wht.jpg) no-repeat 0 0;
	padding:0 270px 50px 35px;
}
#content .nutrition sup {
    font-size:.85em;
    line-height:normal;
    position: inherit;
    top:auto;
}
#content .nutrition h1 sup {
    font-size:0.4em;
}	
#content .nutrition h1 {
	color:#1c4680;
	font-size:2.3em;
	font-weight:normal;
	margin:30px 0 15px;
}
#content .nutrition h2 {
	font-size:1.6em;
	margin:20px 0;
	padding-left:0px;
}	
#main.nutrition h3 {
	font-size:1em;
	margin:25px 0 10px 0;
}
#content .nutrition p {
	font-size:.9em;
}
#content .nutrition table {
	width:500px;
	border-collapse:collapse;
	border:2px solid #000000;
}
#content .nutrition table td,
#content .nutrition table th {
	border-collapse:collapse;
	border:1px solid #000000;
}
#content .nutrition table td{
	padding:1px 5px;
}
#content .nutrition caption {font-weight:bold;}
/** end nutrition **/

/** begin registration **/
#content .registration {
    min-height:463px;
    }
#content .registration,
#content .confirm,
#content .forgot  {
	background-color:#1c4680;
	overflow:hidden;
	padding-bottom:70px;
  }
#content .confirm,
#content .forgot {
    height:600px;
    }
.registration-container {
    position:relative;
    }    
.registration-section {
    padding:0 0 0 35px;
    width:470px;
    position:relative;
    }
#content .registration h1 {    
    padding:15px 0 0 35px;
}
#content .registration h1,
#content .confirm h1,
#content .forgot h1 {
	font-size:2.1em;
	font-weight:normal;
} 
.confirm-form,
.forgot-form {
    margin:25px 0 0 35px;
    }
.confirm .error-container,     
.forgot .error-container {
    width:224px;
    }
.registration .error-container {
    width:400px;
    }
.login-section .error-container {
    width:auto;
    }    
.forgot-form p {
    margin:10px 0 30px 0;
    }
.forgot-form input,
.label-messages
{
    float:left;
}
.label-messages
{
    margin-left:10px;
    color:#ffff66;
}
.forgot-input-container 
{
    margin-top:30px;
    }
#content .forgot .error-container {
    margin: 10px 0 0 0; 
}
p.reg-text {
    width:340px;
    padding-bottom:25px;
    }
.registration-section fieldset label,
.login-section fieldset label {
    display:block;
    font-weight:bold;
    font-size:.9em;
    margin-bottom:1px;
    } 
.registration-section fieldset label a,
.registration-section fieldset label a:visited,
.registration-section fieldset label a:active {
    text-decoration:underline;
    }    
.registration-section fieldset input,
.login-section fieldset input {
    width:200px;
    margin-bottom:10px;
    font-size:.9em;
    border:1px solid #666;
    padding:0 2px 2px 2px;
    height:15px;
}
.login-section fieldset input 
{
    width:125px;
}
.login-section fieldset .rememberBox input 
{
    width:auto;
    margin:0 5px 0 0;
    border:0;
    float:left;
    }
.login-section fieldset .rememberBox label 
{
    float:left;
    }
.login-section fieldset .forgot-password 
{
    padding-top:5px;
    clear:left;
    } 
    
.login-section fieldset input.logInSubmit 
{
	background:transparent url(../images/log_in_btn.png) no-repeat 0 0;
    border:0 none;
    height:46px;
    width:143px;
    cursor:pointer;
    text-indent:-9999px;
    display:block;
    }
      
.registration-section fieldset select {
    width:206px;
    height:21px;
    margin-bottom:10px;
    font-size:.9em;
    border:1px solid #666;
}
.registration-section fieldset input.upc-input {
    margin-bottom:5px;
    }
.registration-section fieldset input.cancel 
{
    height:45px;
    width:189px;
    }
fieldset.opt-in {
    margin:20px 0 20px;
    }
fieldset.opt-in input {
    float:left;
    width:auto;
    border: 0;
    padding:0;
    margin:0 10px 0 0;
    }
fieldset.opt-in label {
    font-weight:normal;
    }
fieldset.recaptcha-block {
    position:relative;
    left:-3px;
    padding:10px 0 15px 0;
    }
fieldset.buttons {
    margin-left:-9px;
    }
fieldset input.image-btn {height:auto;width:auto;}

.registration-section fieldset input.cancel-btn {
	background:transparent url(../images/cancel_registration_btn.png) no-repeat 0 0;
    border:0 none;
    height:45px;
    width:189px;
    cursor:pointer;
    text-indent:-9999px;
    margin:0 4px 0 0;
    padding:0;
    float:left;
    }
.registration-section fieldset input.plain-cancel-btn {
	background:transparent url(../images/cancel_sm_btn.png) no-repeat 0 0;
    border:0 none;
    height:45px;
    width:95px;
    cursor:pointer;
    text-indent:-9999px;
    margin:0 4px 0 0;
    padding:0;
    float:left;
    }
.registration-section fieldset input.continue-btn {
	background:transparent url(../images/continue_btn.png) no-repeat 0 0;
    border:0 none;
    height:43px;
    width:104px;
    cursor:pointer;
    text-indent:-9999px;
    margin:1px 0 0 0;
    padding:0;
    float:left;
    }
.registration-section .header {
    font-size:2.1em;
    padding:30px 0 5px 0;
    }
.toll-number {
    font-size:0.85em;
    }
fieldset.upc {position:relative;}
.upc-image 
{
    position:absolute;
    top:0px;
    left:250px;
    }    
.login-section {
    padding-top:30px;
    position:absolute;
    width:350px;
    top:0;
    right:128px;
    }
.login-section fieldset {
    float:left;
    width: 50%;
}
.login-section .header {font-weight:bold;margin-bottom:5px;}
.reg-thanks {
    padding: 10px 0 0 35px;
    }
/** end registration **/

/** Tell A Friend **/
#content .tellafriend-form 
{
	background-color:#1c4680;
	overflow:hidden;
	padding-bottom:70px;
	min-height:600px;
	margin: 50px 0 0 70px;
  }
.tellafriend-form p {
    margin: 15px 0;
    width:380px;
    }
.tellafriend-form label,
.tellafriend-form input,
.confirm-form label,
.confirm-form input,
.forgot-form label,
.forgot-form input{
	display:block;
}
.tellafriend-form label,
.confirm-form label,
.forgot-form label {
	margin:2px 0 1px 0;
}
.tellafriend-form input,
.confirm-form input,
.forgot-form input {
	margin-bottom:6px;
    width:200px;
    font-size:.9em;
    border:1px solid #666;
    padding:0 2px 2px 2px;
    height:15px;
}
.tellafriend-form .error-container {
    width:360px;
    }
input.send-btn 
{
    text-indent:-9999px;
    background:transparent url(../images/send_btn.jpg) no-repeat 0 0 ;
    width:78px;
    height:47px;
    border:0;
    cursor:pointer;
    margin-left:-5px;
    }    
/** End Tell A Friend **/

/** Enter Game **/
#content .enterGame {
  	background:#1c4680 url(../images/jeans-bkg.jpg) no-repeat 0 0;
	overflow:hidden;
	height:582px;
}
#content .enterGame #playGameContent {
	background:transparent url(none) no-repeat 0 0;
}
input.see-if-won-btn {
    text-indent:-9999px;
    background:transparent url(../images/see_if_youve_won.png) no-repeat 0 0 ;
    width:209px;
    height:50px;
    border:0;
    cursor:pointer;
    }
input.confirm-btn {
    text-indent:-9999px;
    background:transparent url(../images/continue_btn.png) no-repeat 0 0 ;
    width:104px;
    height:43px;
    border:0;
    cursor:pointer;
    margin-left:-5px;
    }
input.forgot-btn {
    text-indent:-9999px;
    background:transparent url(../images/forgot_btn.jpg) no-repeat 0 0 ;
    width:151px;
    height:46px;
    border:0;
    cursor:pointer;
    margin-left:-5px;
    clear:left;
    }
.trackingContainer 
{
    height:0px;
}