@charset "utf-8";

body, div, h6, h5, h4, h3, h2, h1, ul, li {
	margin: 0px;
	padding: 0px;
}

h1 { font-size: 28px; }

h2 { font-size: 24px; }

h3 { font-size: 20px; }

h4 { font-size: 18px; }

h5 { font-size: 16px; }

h6 { font-size: 14px; }

body {
	background-color: #eee9c6;
	color: #157147;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #157147;
	text-decoration: none;
	font-weight: bold;
}

a img { border: none; }

a:hover { color: #003107; }

#top_bar_wrapper {
	background:url(../images/page_background.jpg) repeat-x;
	width: 100%;
}

#page_wrapper {
	margin: 0px auto;
	width: 980px;
	position: relative;
}

#left_header {
	float: left;
	width: 260px;
}

#top_nav {
	float: left;
	width: 650px;
	font-size: 14px;
	margin-top: 30px;
}

#top_nav img {
	display: block;
	margin-top: 30px;
}

#ggg_logo {
	position: absolute;
	right: 0;
	top: 50px;
}

#body_copy {
	float: left;
	color: #000;
	margin: 20px 0 10px -30px;
	font-size: 12px;
	width: 440px;
}

#body_copy div {
	margin-bottom: 2px;
	width: 440px;
}

#body_copy #indent1 { margin-left: 30px; }

#body_copy #indent2 { margin-left: 24px; }

#body_copy #indent3 { margin-left: 18px; }

#body_copy #indent4 {
	margin-left: 12px;
	font-weight: bold;
}

#form {
	width: 395px;
	float: left;
}

#form label {
	float: left;
	text-align: right;
	display: block;
	clear: left;
	width: 225px;
	padding-top: 8px;
	color: #000;
}

.input_bg {
	background: url(../images/great_gear_giveaway/field-bg.jpg) no-repeat;
	width: 165px;
	height: 31px;
	position: relative;
	float: left;
	margin-bottom: 12px;
}

.input_bg input {
	position: absolute;
	top: 6px;
	left: 19px;
	width: 132px;
	height: 20px;
	padding: 1px;
	background: none;
	border: none;
	font-size: 12px;
}

.input_bg input:active {
	border: 1px solid #F00;
}

#prizes_links {
	background: url(../images/great_gear_giveaway/prize-products.jpg) no-repeat;
	width: 585px;
	height: 394px;
	float: right;
	margin-top: 60px;
	position: relative;
}

#prizes_links span {
	position: absolute;
	top: 325px;
	left: 390px;
	font-size: 10px;
}

#disclaimer {
	clear: both;
	padding-top: 20px;
	text-align: center;
}

#disclaimer img {
	margin-right: 10px;
}

#errorMessage {
	clear: both;
	color: #C33;
	font-weight: bold;
	width: 365px;
	text-align: center;
	padding-top: 10px;
	display: none;
}

#topErrors {
	font-weight: bold;
	color: #C33;
	width: 395px;
	text-align: center;
	margin-bottom: 5px;
}

.extra {
	display: none;
}

.winner_pic {
	display: block;
	float: left;
	text-align: center;
	width: 190px;
	margin: 15px 0 0 0;
}
