* {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
}

body {
	background: url(../images/body_bg.gif) repeat-x;
}

p {
	font-size: 12px;
	line-height: 20px;
	color: #444;
}

h3 {
	font-weight: normal;
	font-size: 16px;
	color: #6d6d6d;
}

.wrapper { display:inline-block; background-color: #e6e6e6; }
.wrapper:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
* html .wrapper { height:1%; }
.wrapper { display:block; }

#entryform, #home, #game, #offrules, #gameover {
	background-color: #847b77;
}

#header-wrap {
	background: url("../images/header-wrap_bg.gif") repeat-x;
	height: 216px;
	border-top: 1px solid #567179;
	border-bottom: 1px solid #567179;
	margin-top: 46px;
}

#header {
	background: url("../images/header_bg.jpg") no-repeat;
	width: 972px;
	height: 216px;
	margin: 0 auto;
}

/*** HOME *****/

#home #header-wrap {
	background: url("../images/header-wrapmain_bg.gif") repeat-x;
	height: 311px;
}

#home #header {
	background: url("../images/headermain_bg.jpg") no-repeat;
	height: 311px;
}

#hostess-logo {
	float: left;
}

#hostess-logo a {
	background: url("../images/hostess-logo.png") no-repeat;
	display:block;
	width: 127px;
	height: 61px;
	text-indent: -900px;
	overflow: hidden;
	outline: none;
	margin: -42px 0 0 16px;
}

#home h1 {
	float: left;
	clear: both;
}

#home h1 a {
	background: url("../images/hoops-logo.png") no-repeat;
	display: block;
	width: 356px;
	height: 297px;
	text-indent: -900px;
	overflow: hidden;
	outline: none;
	margin: -10px 0 0 -16px;
}

#enterbtn {
	float: left;
}

#header a#enterbtn {
	background: url("../images/enter_btn.gif") no-repeat;
	display: block;
	width: 366px;
	height: 74px;
	text-indent: -900px;
	overflow: hidden;
	outline: none;
	margin: 20px 0 0 10px;
}

#header a:hover#enterbtn {
	background-position: bottom;
}

#home #header h2 {
	margin: 0 0 0 10px;
}

#home #header p {
	margin-left: 10px;
}

#home p.small {
	font-size: 14px;
	width: 610px;
	line-height: 20px;
	margin-top: 24px;
}

#home #content-inner {
	background: url("../images/kid.gif") no-repeat right bottom;
	width: 374px;
	height: 202px;
	margin-left: 160px;
}

#home #content h3 {
	background: url("../images/snacktime_shootout.gif") no-repeat;
	display: block;
	width: 254px;
	height: 65px;
	text-indent: -900px;
	overflow: hidden;
	outline: none;
}

#home #content p {
	background: url("../images/intro_paragraph.gif") no-repeat;
	display: block;
	width: 238px;
	height: 43px;
	text-indent: -900px;
	overflow: hidden;
	outline: none;
	margin: 10px 0 0 6px;
}

#home #content a {
	background: url("../images/playnow_btn.gif") no-repeat;
	display: block;
	width: 111px;
	height: 38px;
	text-indent: -900px;
	overflow: hidden;
	outline: none;
	margin: 10px 0 0 66px;
}

#home #content a:hover {
	background-position: bottom;
}

#home #social {
	margin-top: -68px;
}

/*** ENTRY FORM ******/

#entryform h1 {
	float: left;
}

#entryform h1 a {
	background: url("../images/logo.png") no-repeat;
	display: block;
	width: 253px;
	height: 254px;
	text-indent: -900px;
	overflow: hidden;
	outline: none;
	margin-top: -42px;
}

#header h2 {
	background: url("../images/headline.gif") no-repeat;
	display: block;
	width: 545px;
	height: 37px;
	text-indent: -900px;
	overflow: hidden;
	outline: none;
	float: left;
	margin: 20px 0 0 34px;
}

#header p, #header a#rulesbtn {
	float: left;
	-moz-text-shadow: 1px 1px 1px #555;
	-webkit-text-shadow: 1px 1px 1px #555;
	text-shadow: 1px 1px 1px #555;
	margin-left:  34px;
}

#header p {
	font-size: 18px;
	color: #fff;
	line-height: 22px;
	width: 590px;
	margin-top: 8px;
}

#header a#rulesbtn {
	background: url("../images/blue_btn.gif") no-repeat;
	width: 240px;
	height: 23px;
	font-size: 15px;
	font-weight: bold;
	color: #ffe971;
	text-align: center;
	padding-top: 8px;
	text-decoration: none;
	margin-top: 24px;
	outline: none;
}

#header a:hover#rulesbtn {
	color: #fff;
}

#rules-wrap {
	display: none;
	background-color: #d5e5eb;
}

#rules {
	position: relative;
	width: 972px;
	height: 186px;
	margin: 0 auto;
	padding-top: 24px;
}

#rules #col1 {
	width: 412px;
	float: left;
	margin-left: 90px;
}

#rules #col2 {
	width: 310px;
	float: left;
	margin-left: 60px;
}

dl {
	margin-top: 8px;
	line-height: 20px;
}

dt {
	color: #60473e;
	font-size: 13px;
	font-weight: bold;
	width: 70px;
	float: left;
	clear: both;
	text-align: right;
}

dd {
	color: #444;
	font-size: 13px;
	width: 230px;
	float: right;
	text-align: left;
}

#rundown {
	background: url("../images/rundown.gif") no-repeat;
	width: 111px;
	height: 14px;
	text-indent: -900px;
	overflow: hidden;
	margin-bottom: 10px;
}

#playtowin {
	background: url("../images/playtowin.gif") no-repeat;
	width: 94px;
	height: 17px;
	text-indent: -900px;
	overflow: hidden;
}

#rules a {
	position: absolute;
	bottom: 6px;
	right: 40px;
	background: url("../images/close_btn.gif") no-repeat;
	display: block;
	width: 23px;
	height: 23px;
	text-indent: -900px;
	overflow: hidden;
	outline: none;
}

#rules a:hover {
	background-position: bottom;
}

#content {
	width: 972px;
	margin: 30px auto;
}

#address {
	float: right;
	margin-right: 40px;
}

#basics, #boxes {
	float: left;
	clear: both;
}

#basics h3 {
	background: url("../images/1.gif") no-repeat;
}

#address h3 {
	background: url("../images/2.gif") no-repeat;
}

#boxes h3 {
	background: url("../images/3.gif") no-repeat;
}

#basics h3, #address h3, #boxes h3 {
	height: 25px;
	padding: 12px 0 0 50px;
}

#basics, #boxes {
	margin-left: 90px;
}

#boxes {
	margin-top: 20px;
}

fieldset {
	border: 1px solid #939393;
	background-color: #f5f5f5;
	width: 406px;
	padding: 6px 0 12px;
}

.textfield-wrap {
	float: left;
	margin-top: 6px;
}

form p, form a, form label {
  font-family: Georgia, "News 706", "Adobe Garamond", "Garamond ITC", Times, "Times New Roman", serif;
}

form label {
	float: left;
	text-align:right;
}

form a {
  color: #035596; /* blue */
}

body#entryform label, #friend label {
  background: #e8f6fc; /* powder blue */
  color: #454545;
  text-align: right;
  font-size: 0.70em;
  line-height: 1.50em;
  padding: 0 12px;
  width: 118px;
  position: relative; top: 6px;
}

body#entryform label#promo {
  background: #ffeb9a; /* canary yellow */
  width: 130px;
}

body#entryform #game_code {
	width: 238px;
}

.no-game-code {
	font-size: 11px;
	float: right;
	clear: both;
	margin: 2px 6px 0 0;
}

#step-1 {
	float: left;
	clear: both;
	margin-top: 20px;
	padding-bottom: 16px;
}

#step-2 {
	margin-top: 6px;
}

label span {
  font-family: Arial, Verdana, sans-serif;
  background: #ddd;
  color: #3b3b3b;
  font-size: 11px;
  padding: 3px 5px; margin-left: 5px;
}

body#entryform label.with-box {
	color: #666;
	font-size: 13px;
	text-align: left;
	background: none;
	float: left;
	width: 300px;
	margin-top: 7px;
}

input.checkbox {
  clear: both; display: block;
  margin: 5px 0 0 10px;
}

body#entryform select {
	color: #252525;
	margin: 7px 0 4px 5px;
}

body#entryform .textfield, #friend .textfield {
	font-family: Georgia, "News 706", "Adobe Garamond", "Garamond ITC", Times, "Times New Roman", serif;
	border: 1px solid #c7c7c7;
	font-size: 0.80em;
	color: #252525;
	width: 248px;
	padding: 6px 4px;
	margin-right: 6px;
	float: left;
}

body#entryform .simple {
	border: none;
	background: none;
	margin-left: 40px;
	padding-top: 0;
}

body#entryform .checkbox {
	float: left;
	margin-top: 16px;
}

body#entryform .short {
	width: 100px;
}

body#entryform .phone {
	width: 72px;
}

.phone-number {
	float: left;
}

.submit {
	margin-top: 12px;
}

.required {
	color: #c00;
	margin: 0;
	padding: 0;
	background: none;
}

#requirements {
	float: right;
	margin-right: 40px;
	margin-top: 10px;
	background-color: #ddd;
	padding: 0 6px;
	font-size: 11px;
}

.error {
	color: #6d6d6d;
	font-weight: normal;
	margin: 0 40px 20px 90px;
	line-height: 20px;
	border: 1px solid #6d6d6d;
	padding: 10px;
	background-color: #ffeb9a;
}

/* TELL A FRIEND */

#friend {
	background: none;
	background-color: #f8f8f7;	
	margin: 0;
	width: 740px;
	height: 335px; /* 385px - #friendcontent margins */
}

#friend h3 {
	background: url("../images/tell_friend.gif") no-repeat;
	display: block;
	width: 315px;
	height: 89px;
	text-indent: -900px;
	overflow: hidden;
	outline: none;
	margin: 0 auto;
}

#friend #friendcontent {
	margin: 0 auto;
	width: 408px;
	margin-top: 50px;
}

#friendset {
	border: #e8e8e7 1px solid;
	background-color: #f9f9f8;
	margin-top: 20px;
}

#friend #submits {
	float: right;
}

#friend #submits p {
	float: left;
	margin-left: 30px;
}

#friend #submits input {
	margin-top: 6px;
}

#goback {
	margin-top: 20px;
}

#friend p, #friend a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #656565;
}

/* GAME */

#game #content {
	margin: 0 auto;
}

/* FOOTER */

#social {
	clear: both;
	width: 972px;
	margin: 0 auto;
}

#social ul {
	float: right;
	list-style: none;
	margin: 0 120px 10px;
}

#social ul li {
	float: left;
	margin-left: 36px;
}

#social .twitter {
	background: url("../images/social_btn.gif") no-repeat left top;
	display: block;
	width: 52px;
	height: 40px;
	text-indent: -900px;
	overflow: hidden;
	outline: none;
}

#social .facebook {
	background: url("../images/social_btn.gif") no-repeat -90px top;
	display: block;
	width: 82px;
	height: 40px;
	text-indent: -900px;
	overflow: hidden;
	outline: none;
}

#social .email {
	background: url("../images/social_btn.gif") no-repeat -205px top;
	display: block;
	width: 53px;
	height: 40px;
	text-indent: -900px;
	overflow: hidden;
	outline: none;
}

#social a:hover.twitter {
	background-position: left bottom;
}

#social a:hover.facebook {
	background-position: -90px bottom;
}

#social a:hover.email {
	background-position: -205px bottom;
}

#footer {
	background: url("../images/footer_bg.gif") no-repeat;
	width: 972px;
	height: 87px;
	margin: 0 auto;
	padding-top: 4px;
}

#footer p {
	float: left;
	font-size: 10px;
	color: #cbc7c6;
	margin: 12px 40px 0 20px;
	line-height: 12px;
}

#footer p.links {
	float: right;
}

#footer a {
	font-weight: bold;
	font-size: 11px;
	color: #cbc7c6;
	margin-right: 30px;
}

/* OFFICIAL RULES */

#offrules h1 {
	float: left;
}

#offrules h1 a {
	background: url("../images/logo.png") no-repeat;
	display: block;
	width: 253px;
	height: 254px;
	text-indent: -900px;
	overflow: hidden;
	outline: none;
	margin-top: -42px;
}

#offrules #content p {
	margin-bottom: 10px;
}