/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, em, img, strong,ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
ul {
	list-style: none;
}
img {
	display: block;
}
hr {
	display: none;
}


html, body { height: 100%; }

body {
	background-color: #000;
	color: #fff;
	font-size: 12px;
	line-height: 18px;	
	font-family: Georgia, 'Times New Roman', Times, serif;
}

h2 {
	margin-bottom: 9px;
	font-size: 16px;
}
.bigger h2 {
	margin-bottom: 18px;
	font-size: 24px;
}

form h3 {
	margin-bottom: 18px;
	color: #920D0C;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
}

p {
	margin-bottom: 18px;
}
.bigger p {
	font-size: 18px;
}
p#error {
	padding-top: 9px;
	color: #920D0C;
}
p.lift {
	font-weight: bold;
	font-size: 13px;
}
form#competiton p.help {
	float: left;
	margin-bottom: 0;
	padding-top: 4px;
	width: 50%;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

ol {
	margin-left: 30px;
}

img#budcan {
	float: right;
	margin-left: 15px;
}

a, p.help a {
	color: #fff;
}
a:hover, a:focus {
	text-decoration: underline;
}
form a {
	color: #920d0c;
}
.bigger p a {
	padding-left: 10px;
	padding-right: 10px;
	color: #33551C;
}

form#competiton {
	overflow: hidden;
	/*padding-top: 45px;*/
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;;
}
	form#competiton fieldset {
		overflow: hidden;
		/*margin-bottom: 7px;*/
		padding-top: 32px;
		padding-bottom: 36px;
		width: 788px;
		padding-left: 48px; 
		background-color: #fff;
	}
label {
	display: block;
	color: #920d0c;
}
label.inline {
	padding-top: 22px;
}
input.text {
	margin: 0;
	border: 0;
	padding: 3px;
	width: 219px;
	background-color: #780000;
	color: #fff;
}
input.checkbox {
	margin: 0;
}
input.short {
	width: 55px;
}

div.form-item {
	float: left;
	margin-bottom: 18px;
	width: 250px;
}
div.submit {
	float: right;
	padding-top: 4px;
	width: auto;
}


#header {
	position: absolute;
	left: 50%;
	margin-left: -490px;
	width: 980px;
	height: 206px;
}

#content {
	height: 100%;
}
body > #content { 
	height: auto; 
	min-height: 100%;  /* sticky-footer */
}

#main {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding-top: 236px;
	padding-left: 36px;
	padding-bottom: 150px;
	width: 872px;
	background: #a60300 url(../img/css/bg_content.jpg) no-repeat 0 206px;
}
body#rules #main {
	padding-top: 20px;
	padding-bottom: 0;
	background-position: 0 0;
}
	#content .col {
		float: left;
		margin-right: 36px;
		width: 400px;
	}
	#content .wider {
		clear: both;
		width: 618px;
	}
	#content .wide {
		clear: both;
		width: 836px;
	}
	#content .bigger {
		padding-top: 36px;
		padding-bottom: 18px;
		background-color: #fff;
		color: #33551c;
		text-align: center;
	}

#footer {
	clear: both;
	margin-top: -130px;
	width: 100%;
	height: 130px;
	background: url(../img/css/bg_footer.gif) repeat-x 0 0;
}
#footer ul {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 980px;
}
#footer ul li {
	position: absolute;
}
#footer ul li#logo {
	top: 68px;
	left: 360px;
	width: 277px; 
	height: 62px;
}
#footer ul li#bud {
	z-index: 10;
	top: -41px;
	left: 33px;
	width: 205px; 
	height: 171px;
}
#footer ul li#ball {
	top: 42px;
	right: 30px; 
	height: 88px;
}

