/* @override http://generalsnusfda.client.rivetglobal.com/styles/page.css */

/* GENERAL LAYOUT ELEMENTS   
----------------------------------------------------------*/
/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;}*/
/* remember to define focus styles! */
:focus {outline: 0;}
body {line-height: 1;color: black;background: white;}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a
{
    color: #ffffff;
}

/* GLOBAL LAYOUT ELEMENTS   
----------------------------------------------------------*/

.content {
	position: relative;
	z-index: 0;
}
.header-bg {
	position: absolute;
	top: 56px;
	width: 984px;
	height: 130px;
	color: #ffcc33;
	background: #000;
	filter:alpha(opacity=65);
	-moz-opacity:.65;
	opacity:.65;
	z-index: 20;
}
.header {
	position: absolute;
	top: 56px;
	width: 950px;
	height: 130px;
	font-size: 1.7em;line-height:1.0em; font-weight: normal; font-family: "Franklin Gothic Book", Helvetica, Verdana, Sans-Serif;
	color: #ffcc33;
	text-align: left;
	padding-top: 14px;
	padding-left: 325px;
	z-index: 22;
}
.left {
	text-align: left;
}
.header h1 {
	font-size: 2.0em;line-height:normal; font-weight: normal; font-family: "Franklin Gothic Book", Helvetica, Verdana, Sans-Serif;
	color: #FFF;
}

.headline h1 
{
    display: block;
	color: #ffffff;
	font-size: 5.5em;line-height:1.0em; font-weight: bold; font-family: "Franklin Gothic Book", Helvetica, Verdana, Sans-Serif;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 700px;
}

.headline h1.primary
{
    text-align: left;
    color: #ffcc33;
}

.headline h1.secondary
{
    text-align: right;
}

.logo {
	position: absolute;
	top: 26px;
	left: 12px;
	width: 118px;
	height: 118px;
	z-index: 51;
}    
.formatted-button 
{
    width: 116px;
    height: 27px;
    text-align: center;
    border: solid 1px #ffcc33;
    color: #ffcc33;
    font-size: 1.3em;
    line-height: 27px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    cursor: pointer;
    background: transparent url(../images/btn-background.jpg) no-repeat 0 -232px;
}

a span.formatted-button { text-decoration: none!important;}

/* ROTATOR LAYOUT ELEMENTS   
----------------------------------------------------------*/
.rotator-container
{
    width: 984px;
    height: 519px;
    position: relative;
}
.rotator-navigation
{
    position: absolute;
    top: 490px;
    left: 60px;
    z-index: 51;
}
.rotator-link {
	position: absolute;
	top: 465px;
	width: 950px;
	height: 50px;
	font-size: 1.7em;line-height:1.0em; font-weight: normal; font-family: "Franklin Gothic Book", Helvetica, Verdana, Sans-Serif;
	color: #ffcc33;
	text-align: left;
	padding-top: 14px;
	padding-left: 790px;
	z-index: 22;
}
.rotator-link a
{
    color: #ffcc33;
    text-decoration: underline;
}

/* NAVIGATION LAYOUT ELEMENTS   
----------------------------------------------------------*/

.nav {
	position: absolute;
	top: 10px;
	width: 900px;
	z-index: 50;
	color: #CCC;
	clear: both;
	text-align: right;
	font: 1.0em "Franklin Gothic Book", Helvetica, Verdana, Sans-Serif;
}
.nav a {
	color: #CCC;
}
.nav a:hover 
{
    color: #FFF;
}
.nav .navupper {
	position: relative;
	width: 125px;
	top: 5px;left: 65px;
	font: inherit;
}
.nav .navmiddle {
	position: relative;
	width: 205px;
	top: 5px;
	text-align: center;
}
.navmiddle .daysleft {
	position: relative;
	width: 50px;
	float: left;
	clear: both;
	margin: 0 0 10px 0;
	text-align: right;
	font-style: italic;
	font-size: 3em;
	color: #444444;
}
.navmiddle .dayslefttext {
	position: relative;
	width: 130px;
	float: left;
	margin: 5px 0 10px 10px;
	text-align: left;
	font-style: italic;
	font-size: 1.3em;
	color: #CCCCCC;
}
.nav ul li {
	background-color: #EDE3EB;
	border-top: 1px solid #403324;
	font-size: 1.7em; font-weight: normal; font-family: 'BigNoodleTitlingRegular', Arial;
	color: #403324;
	text-indent: 5px;

}
.nav ul li.highlight {
	background-color: #aa7a16;
}
.nav ul li b 
{
    font-weight: normal;
    color: #ffffff;
}
.nav ul.InnerPanel
{
    margin-top: 0;
    padding-top: 0;
}
.nav ul.InnerPanel li
{
    border-top: none;
}
.nav ul li a {
	text-decoration: none;
	line-height:1.6em;
	color: #403324;
}
#panel
{
	margin: 0px;
    padding: 0px;
    background: #fff;
}
ul#panel li ul li {
	padding: 0 0 0 10px;
	text-indent: 0px;
}
ul#panel li ul.InnerPanel {
	position: relative;
	padding: 0 0 10px 10px;
}
ul#panel li ul li span.MenuItem a {
	font-size: .4em; font-weight: normal; font-family: "Franklin Gothic Book", Helvetica, Verdana, Sans-Serif;background: transparent;
}

/* MARQUEE LAYOUT ELEMENTS   
----------------------------------------------------------*/
.marquee {
	position: relative;
	height: 34px;
	background-color: #1f0901;
	font-size: 1.3em;line-height:1.8em; font-weight: normal; font-family: "Franklin Gothic Book", Helvetica, Verdana, Sans-Serif;
	text-align: right;
	color: #cfb2a0;
	z-index: 00;
}
.marquee-spacer
{
    display:inline-block;
    width:200px
}

/* SWEEPSTAKES LAYOUT ELEMENTS   
----------------------------------------------------------*/
.innercontent {
	position: absolute;
	top: 250px;
	left: 500px;
	width: 420px;
	padding: 10px;
	color: #FFF;
	z-index: 25;
	font-size: 1em; font-weight: normal; font-family: "Franklin Gothic Book", Helvetica, Verdana, Sans-Serif;
}
.innercontent span {
	font-size: 1.4em;line-height:1.2em; font-weight: normal; font-family: "Franklin Gothic Book", Helvetica, Verdana, Sans-Serif;
}
.innercontent a {
	color: #ffcc33;
}
.innercontent small {
	font-size: .6em;
}
.innercontent-bg {
	position: absolute;
	top: 250px;
	left: 500px;
	width: 420px;
	height: 200px;
	background: #000;
	padding: 10px;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	z-index: 20;
}
.btn-sweeps {
	position: absolute;
	z-index: 60;
	top: 360px;
	left: 830px;
}
.winner-name
{
    height: 2.0em;
    width: 150px;
    float: left;
    color: #ffcc33;
    clear: left;
    margin-left: 5px;
}
.winner-state
{
    height: 2.0em;
    width: 150px;
    float: left;
}
.winner-date
{
    height: 2.0em;
    width: 100px;
    float: right;
    color: #ffcc33;
}

/* PRODUCTS LAYOUT ELEMENTS   
----------------------------------------------------------*/
.products-header {
	position: absolute;
	top: 46px;
	height: 130px;
	width: 640px;
	font-size: 2.4em;line-height:normal; font-weight: normal; font-family: "Franklin Gothic Book", Helvetica, Verdana, Sans-Serif;
	color: #FFF;
	margin-left: 320px;
	margin-top: 14px;
	text-align: right;
	z-index: 22;
}
.products-header span {
	color: #000;
}

.products-nav {
	position: absolute;
	top: 105px;
	left: 253px;
	z-index: 52;
	height: 32px;
	border-top: 3px solid #ffcc33;
	border-bottom: 3px solid #ffcc33;
	width: 730px;
	background-color: #131212;
}
.products-nav li {
	display: block;
	float: right;
	font-size: 1.2em;line-height:normal; font-weight: normal; font-family: "Franklin Gothic Book", Helvetica, Verdana, Sans-Serif;
}

/* The styles for these will be handled a little differently in the end but this should get you going */
.products-nav li a {position: relative;height: 32px;color: #5b5a36;text-decoration: none;padding: 6px 16px;line-height: 32px;}
.products-nav li a:hover, .products-nav li a.active {position: relative;height: 32px;color: #FFFFFF;text-decoration: none;padding: 6px 16px;line-height: 32px;background-color: #000;}
.products-nav li a:hover .products-new, .products-nav li a.active .products-new {color: #fe9f51;text-decoration: none;}

.products-summary
{
    position: absolute;
    width: 260px;
    height: auto;
    left: 690px;
    bottom: 40px;
    z-index: 22;
	background: #000;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	padding: 10px;
	border: solid 1px #ffcc33;	
}

/* SUBPAGE LAYOUT ELEMENTS   
----------------------------------------------------------*/
.subpage-header
{
    margin-bottom: 20px;
    width: 550px;
    clear: both;
	color: #ffcc33;
	font-size: 1.5em;line-height:1.5em; font-weight: normal; font-family: "Franklin Gothic Book", Helvetica, Verdana, Sans-Serif;
}

.subpage-content
{
    margin: 0;
    color: #ffffff;
    clear: both;
    position: relative;
    line-height: 14px;
    min-height: 425px;
    background-color: #000;
    z-index: 20;
}
.subpage-content div.inner {
	padding: 10px;
}
.subpage-button
{
    position: absolute;
    text-align: center;
    height: 27px;
    width: 116px;
    margin: 0 0 0 -58px;
    bottom: 15px;
    left: 50%;
    cursor: hand;
}

.subpage-content p.steps
{
    margin: 10px auto;
    position: relative;
    bottom: 0px;
    text-align: center;
    width: 760px;
}

.subpage-scroller
{
    width: 520px;
    height: 410px;
    color: #ffffff;
}

.subpage-content fieldset 
{
    margin: 0;
    padding: 0;
    border: 0;
}

.subpage-content fieldset p 
{
    color: #ffcc33;
    clear: both;
}

.subpage-content fieldset label 
{
    display: block;
    width: 200px;
    float: left;
    clear: left;
    margin-right: 10px;
    color: #ffcc33;
    line-height: 1.0em;
}

.subpage-content legend 
{
	color: #ffcc33;
	font-size: 1.5em;
	line-height:1.0em; 
	font-weight: normal; 
	font-family: "Franklin Gothic Book", Helvetica, Verdana, Sans-Serif;
}

.subpage-content legend span
{
    color: #ffffff;
}

.subpage-content input[type="text"], .subpage-content input[type="password"], .subpage-content select, subpage-content input.subpage-textbox
{
    width: 450px;
    border: 1px solid #CCC;
    float: left;
    margin: 0 0 10px 0;
}

.subpage-content textarea
{
    width: 660px;
    height: 100px;
    border: 1px solid #CCC;
}

.subpage-content input.shorttextbox, .subpage-content select.shorttextbox
{
    width: 150px;
}

input.mediumtextbox, select.mediumtextbox
{
    width: 200px;
}
input.fulltextbox, select.fulltextbox
{
    width: 450px!important;

}
.copy-white
{
    color: #ffffff;
}

.copy-gold
{
    color: #ffcc33;
}
.subpage-content p.registration_options
{
    padding:0;
}

.subpage-content p.registration_questions 
{
    display: none;
    height:25px;
    background: #393738;
    padding: 6px 0 0 10px;
    margin: -7px 15px 7px 0;
}
.subpage-content p.registration_questions .field-validation-error 
{
    display: block;
    float: right;
	padding:0px;
	width: 0px;
	height: 00px;
    background: none;
    border: none;
    margin-right: 10px;

}

.subpage-content p.registration_questions input
{
    border: 1px solid #CCC;
}

/* TAB ELEMENTS   
----------------------------------------------------------*/
ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	height: auto;
	width: auto;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	margin-bottom: 0px;
	overflow: hidden;
	position: relative;
	border: none;
}
ul.tabs li a {
	text-decoration: none;
	color: #ccc;
	display: block;
	padding: 0 20px 20px 10px;
	outline: none;
	font-size: 1.5em;
	font-weight: normal; 
	font-family: "Franklin Gothic Book", Helvetica, Verdana, Sans-Serif;

}
ul.tabs li a:hover {
	
}	
ul.tabs li.active, html ul.tabs li.active a:hover, ul.tabs li.active a  {
	background: transparent;
    color: #ffcc33;
}
.tab_container 
{
    margin: 0;
	border-top: none;
	clear: both;
	width: auto;
}
.tab_content 
{
    margin: 10px;
}
.tab_content p
{
    color: #ffcc33;
}

/* FAQ ELEMENTS   
----------------------------------------------------------*/
.faq-question
{
    color: #ffcc33;
    font-weight: bold;
}

.faq-answer
{
    margin-bottom: 2.0em;
}

/* OFFICIAL RULES ELEMENTS   
----------------------------------------------------------*/
.officialrules ol li
{
    list-style-type: decimal;
    margin-left: 25px;
    margin-bottom: 2.0em;
}

/* MISCELLANEOUS ELEMENTS   
----------------------------------------------------------*/
.callout-bg
{
    background: #000;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	border: solid 1px #ffcc33;	
}

.callout-bg-solid
{
    background: #000;
	border: solid 1px #ffcc33;	
}

.padding-10
{
    padding: 10px;
}

.loading-anim
{
    width: 116px;
    height: 25px;
    background: #000 url(/images/ajax-loader.gif) no-repeat center center;
    border: solid 1px #999;
}
.loading-wait
{
    position: absolute;
    left: 50%;
    margin-left: -60px;
    bottom: 0px;
    width: 116px;
    height: 27px;
}

.optional_label
{
    text-align: left;
    color: #ffcc33;
    font-size: 0.9em;
}