/********************

GLOBAL STYLES 

Version:	1.0
Author:		Troy Riso

*********************/ 





/* ------------------------- CSS CALLS ------------------------- */
@import url("pages.css");
@import url("popup.css");
@import url("thickbox.css");
@import url("rating.css");
@import url("selectbox.css");





/* ------------------------- ELEMENT RESET ------------------------- */
/*html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend*/

* {
	margin: 0;
	padding: 0;
	}

body {
	background: #021821;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	}
	
h2, h3, h4, p, ul, ol, dl, table {
	}

img {
	border: 0;
	}
	
hr {
	display: none;
	/* for accessibility purposes */
	}

table { 
	border-collapse: collapse; 
	border-spacing: 0;
	}

table tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top; 
	}	

ul, ol {
	padding-left: 22px;
	}
	
ul li, ol li {
	padding-bottom: 5px;
	}
	
a {
	color: #fff;
	text-decoration: underline;
	}
	
a:hover {
	color: #f89921;
	text-decoration: underline;
	}

a:focus {
	outline: none;
	}





/* ------------------------- LAYOUT ------------------------- */



/* ---------- CONTAINER ---------- */
#container {
	margin: 0 auto;
	width: 1024px;
	}



/* ---------- MAIANREA ---------- */
#mainarea {
	background-color: #4aa7c2;
	background-image: url(../images/bg_general.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 673px;
	position: relative;
	width: 100%;
	z-index: 2;
	}



/* ---------- LOGO ---------- */
#logo {
	left: 20px;
	position: absolute;
	top: 10px;
	z-index: 3;
	}
	
#logo h1 {
	background: url(../images/logo_promotion.png) no-repeat;
	height: 122px;
	width: 160px;
	}
	
#logo h1 span {
	display: none;
	}



/* ---------- NAV ---------- */
#nav {
	left: 190px;
	position: absolute;
	top: 20px;
	z-index: 3;
	}
	
#nav ul {
	margin: 0;
	padding: 0;
	}
	
#nav ul li {
	display: block;
	float: left;
	list-style: none;
	height: 44px;
	margin: 0;
	padding: 0;
	}
	
#nav ul li a span,
#nav ul li span span {
	display: none;
	}
	
	
/* state - off */
#nav ul li a {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 14px;
	margin: 15px 18px 0 18px;
	}
	
#nav ul li a:hover {
	height: 44px;
	margin: 0px;
	}
	
#nav-home a {
	background-image: url(../images/nav_home.png);
	width: 35px;
	}
	
#nav-prizes a {
	background-image: url(../images/nav_prizes.png);
	width: 44px;
	}
	
#nav-gallery a {
	background-image: url(../images/nav_gallery.png);
	width: 56px;
	}
	
#nav-learn a {
	background-image: url(../images/nav_learn.png);
	width: 40px;
	}


/* state - on */
#nav ul li span.on {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 44px;
	}
	
#nav-home a:hover,
#nav-home span.on {
	background-image: url(../images/nav_home_on.png);
	width: 89px;
	}
	
#nav-prizes a:hover,
#nav-prizes span.on {
	background-image: url(../images/nav_prizes_on.png);
	width: 89px;
	}
	
#nav-gallery a:hover,
#nav-gallery span.on {
	background-image: url(../images/nav_gallery_on.png);
	width: 110px;
	}
	
#nav-learn a:hover,
#nav-learn span.on {
	background-image: url(../images/nav_learn_on.png);
	width: 89px;
	}



/* ---------- CONTENT ---------- */
#content {
	padding-top: 130px;
	/* check "pages.css" for overrides */
	}
	
#content h2,
#content h3,
#content p,
#content ul,
#content ol {
	margin-bottom: 20px;
	}
	
.headline {
	}
	
.bodycopy {
	}

.buttons {
	}
	
.form {
	}
	
.form .fields {
	}
	
#errors {
	color: #f89921;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
	}
	
.callout {
	}



/* ---------- FOOTER ---------- */
#footer {
	background: #021821;
	font-size: 10px;
	padding-bottom: 10px;
	position: relative;
	width: 100%;
	z-index: 1;
	}
	
#links {
	color: #9aa3a6;
	padding: 15px 0 0 20px;
	}

#links a {
	color: #9aa3a6;
	margin-left: 20px;
	text-decoration: none;
	}
	
#links a:hover {
	color: #f89921; /*#d41d5c;*/
	text-decoration: none;
	}
	
#links span.on {
	color: #d41d5c;
	margin-left: 20px;
	text-decoration: none;
	}
	
#legal {
	color: #4e5e64;
	padding: 20px 20px 0 20px;
	/*width: 640px;*/
	}
	
#legal-promotion {
	color: #4e5e64;
	padding: 20px 20px 0 20px;
	/*width: 640px;*/
	}
	
#legal-promotion p {
	margin-bottom: 10px;
	}
	
#catchphrase {
	position: absolute;
	right: 55px;
	top: 15px;
	}
	
#catchphrase h3 {
	background: url(../images/catchphrase.png) no-repeat;
	height: 14px;
	width: 170px;
	}
	
#catchphrase h3 span {
	display: none;
	}





/* ------------------------- SHARED ------------------------- */



/* ---------- ASSORTED ---------- */
.accessiblity {
	display: none;
	}

.clear {
	clear: both;
	}
	
.hide {
	display: none !important;
	}
	
.line-break {
	display: block;
	}
	
.preloader {
	display: none;
	}
	
.show {
	display: block !important;
	}
	
.tracking-tag {
	display: none;
	}



/* ---------- BLOCK TO CENTER ---------- */
/* (centers unknown width) */
/* Containing element MUST have the property "text-align: center;" in order to center the "blocktocenter" DIV */
	
.blocktocenter {
	display: table; /* Necessary for centering a block element with an unknown width. Divs by default have 100% width and therefore cannot (as a block element) be centered. Hence changing it to a table via the display property. A table is a block level element with no default width. Therefore using the usual "margin:0 auto;" will center it. A containing div must be wrapped around the div we intend to turn into a table, and it must have a text-align: center; in order for the IE hacks to work. */
	margin: 0 auto; /* necessary for centering a block element with an unknown width */
	text-align: center;
	}
	
/* IE6 selector (hacks IE6 because it doesn't fully support the display property) */
*html .blocktocenter {
	display: inline;
	zoom: 1;
	}
	
/* IE7 selector (hacks IE7 because it doesn't fully support the display property) */
*:first-child+html .blocktocenter {
	display: inline;
	zoom: 1;
	}
/* this can also be done with conditional IE comments if the style sheet needs to pass W3C validation */



/* ---------- BUTTONS ---------- */
.button {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	display: block;
	}
	
.button span {
	display: none;
	}
	
#btn-back {
	background-image: url(../images/btn_back.png);
	height: 40px;
	width: 90px;
	}
	
#btn-cancel {
	background-image: url(../images/btn_cancel.png);
	height: 37px;
	width: 98px;
	}

#btn-close {
	background-image: url(../images/btn_close.png);
	height: 37px;
	width: 92px;
	}
	
#btn-enternow {
	background-image: url(../images/btn_enternow.png);
	height: 103px;
	width: 226px;
	}
	
#btn-enternow-small {
	background-image: url(../images/btn_enternow_small.png);
	height: 56px;
	width: 124px;
	}
	
#btn-enternow-large {
	background-image: url(../images/btn_enternow_large.png);
	height: 104px;
	width: 217px;
	}
	
#btn-gallery {
	background-image: url(../images/btn_gallery.png);
	height: 34px;
	width: 90px;
	}
	
#btn-getit {
	background-image: url(../images/btn_getit.png);
	height: 131px;
	width: 214px;
	}
	
#btn-go {
	background-image: url(../images/btn_go.png);
	height: 34px;
	width: 60px;
	}
	
#btn-go-text {
	background-image: url(../images/btn_go_text.png);
	height: 15px;
	width: 28px;
	}
	
#btn-send {
	background-image: url(../images/btn_send.png);
	height: 37px;
	width: 86px;
	}
	
#btn-share {
	background-image: url(../images/btn_share.png);
	height: 37px;
	width: 92px;
	}
	
#btn-spreadtheword {
	background-image: url(../images/btn_spreadtheword.png);
	height: 44px;
	width: 170px;
	}
	
#btn-spreadtheword-tall {
	background-image: url(../images/btn_spreadtheword_tall.png);
	height: 56px;
	width: 161px;
	}
	
#btn-submit {
	background-image: url(../images/btn_submit.png);
	height: 51px;
	width: 117px;
	}
	
#btn-taf-more {
	background-image: url(../images/btn_taf_more.png);
	height: 40px;
	width: 205px;
	}



/* ---------- FIELDS ---------- */
/* check "pages.css" for overrides */


/* row/col */
.row {
	float: left;
	}

.col {
	float: left;
	}
	

/* fields */
.field {
	background: #fff;
	border: 1px solid #bfbfbf;
	color: #111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
.field.radio {
	border: 0;
	}

.field.text {
	height: 16px;
	padding: 3px 5px 2px 5px;
	}
	
.field.textarea {
	}
	
.field.select {
	height: 23px;
	padding: 2px 2px 2px 0px;
	}


/* graphic */
.field-graphic {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 24px; /*26px;*/
	padding: 2px 3px 0 3px;
	}
	
.field-graphic input {
	background-color: transparent;
	border: 0;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	width: inherit;
	}
	
.field-graphic.short,
.field-graphic.short input {
	width: 28px; /*34px;*/
	}

.field-graphic.medium,
.field-graphic.medium input {
	width: 39px; /*45px;*/
	}
	
.field-graphic.long,
.field-graphic.long input {
	width: 173px; /*179px;*/
	}
	
.field-graphic.short { background-image: url(../images/field_short.gif); }
.field-graphic.medium { background-image: url(../images/field_medium.gif); }
.field-graphic.long { background-image: url(../images/field_long.gif); }



/* ---------- FONTS ---------- */
.font-gotham {
	/* dynamically written into the page by "js/cufon" to allow non-system font embedding */
	}



/* ---------- GRAPHICS ---------- */
.graphic {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	}
	
.graphic span {
	display: none;
	}



/* ---------- HEADS ---------- */
.head {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	}
	
.head span {
	display: none;
	}
	
#head-captcha {
	background-image: url(../images/head_captcha.png);
	height: 157px;
	width: 297px;
	}
	
#head-early {
	background-image: url(../images/head_early.png);
	height: 170px;
	width: 744px;
	}
	
#head-faq {
	background-image: url(../images/head_faq.png);
	height: 63px;
	width: 99px;
	}
	
#head-front {
	background-image: url(../images/head_front.png);
	height: 250px;
	width: 654px;
	}
	
#head-essay {
	background-image: url(../images/head_essay.png);
	height: 111px;
	width: 623px;
	}

#head-gallery {
	background-image: url(../images/head_gallery.png);
	height: 73px;
	width: 465px;
	}

#head-gallery-details {
	background-image: url(../images/head_gallery_details.png);
	height: 72px;
	width: 326px;
	}
	
#head-getit {
	background-image: url(../images/head_getit.png);
	height: 122px;
	width: 366px;
	}
	
#head-learn {
	background-image: url(../images/head_learn.png);
	height: 145px;
	width: 421px;
	}

#head-limit {
	background-image: url(../images/head_limit.png);
	height: 170px;
	width: 617px;
	}
	
#head-limit-reg {
	background-image: url(../images/head_limit_reg.png);
	height: 87px;
	width: 681px;
	}
	
#head-over {
	background-image: url(../images/head_over.png);
	height: 94px;
	width: 781px;
	}
	
#head-prizes {
	background-image: url(../images/head_prizes.png);
	height: 92px;
	width: 726px;
	}
	
#head-reg {
	background-image: url(../images/head_reg.png);
	height: 100px;
	width: 648px;
	}

#head-requirements {
	background-image: url(../images/head_requirements.png);
	height: 104px;
	width: 205px;
	}
	
#head-rules {
	background-image: url(../images/head_rules.png);
	height: 71px;
	width: 164px;
	}
	
#head-sorry {
	background-image: url(../images/head_sorry.png);
	height: 64px;
	width: 198px;
	}

#head-success {
	background-image: url(../images/head_success.png);
	height: 174px;
	width: 473px;
	}
	
#head-taf {
	background-image: url(../images/head_taf.png);
	height: 62px;
	width: 351px;
	}
	
#head-taf-success {
	background-image: url(../images/head_taf_success.png);
	height: 158px;
	width: 325px;
	}



/* ---------- ICONS ---------- */
.icon {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	width: 20px;
	}
	
.icon span {
	display: none;
	}
	
.icon.facebook {
	background-image: url(../images/logo_facebook.png);
	}
	
.icon.twitter {
	background-image: url(../images/logo_twitter.png);
	}



/* ---------- LOGOS ---------- */
.logo {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	}
	
.logo span {
	display: none;
	}
	
#logo-promotion {
	background-image: url(../images/logo_promotion.png);
	height: 122px;
	width: 160px;
	}



/* ---------- SUBHEADS ---------- */
.subhead {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	}
	
.subhead span {
	display: none;
	}
	
#subhead-entertowin {
	background-image: url(../images/subhead_entertowin.png);
	height: 21px;
	width: 377px;
	}
	
#subhead-entertowin-small {
	background-image: url(../images/subhead_entertowin_small.png);
	height: 34px;
	width: 166px;
	}
	
#subhead-gotapopndropshot {
	background-image: url(../images/subhead_gotapopndropshot.png);
	height: 35px;
	width: 240px;
	}
	
#subhead-prizes {
	background-image: url(../images/subhead_prizes.png);
	height: 24px;
	width: 140px;
	}

#subhead-seewhoelse {
	background-image: url(../images/subhead_seewhoelse.png);
	height: 71px;
	width: 178px;
	}

#subhead-success {
	background-image: url(../images/subhead_success.png);
	height: 19px;
	width: 350px;
	}
	
#subhead-uploadphoto {
	background-image: url(../images/subhead_uploadphoto.png);
	height: 16px;
	width: 101px;
	}



/* ---------- TABLES ---------- */
.table-select tr td {
	padding-right: 7px;
	padding-bottom: 10px;
	}
	
.table-select tr td input {
	*position: relative;
	*top: -3px;
	}



/* ---------- TEXT ---------- */
.font-size-18 { font-size: 18px !important; }
.font-size-14 { font-size: 14px !important; }
.font-size-13 { font-size: 13px !important; }
.font-size-12 { font-size: 12px !important; }
.font-size-11 { font-size: 11px !important; }
.font-size-10 { font-size: 10px !important; }


  
  
  
  
  
