#wrapper {
	width: 800px;
	height: auto;
	margin: 0 auto;
	position: static;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0;
	padding: 0;
}
p a {
	font-weight: bold;
	color: #086c00;
}
#nav {
	height: 30px;
	width: 800px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #086c00;
	text-align: left;
	line-height: 1.2em;
}
#nav a {
	font-size: 0.8em;
	color: #086c00;
	text-align: left;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	text-decoration: none;
	padding-top: 2px;
	display: block;
	float: left;
}
#nav a:hover {
	text-decoration: underline;
	background-color: #086c00;
	color: #FFFFFF;
}
#content {
	height: auto;
	width: 800px;
	margin-top: 10px;
	overflow: auto;
}

#leftcol {
	width: 470px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-bottom: 30px;
	position: static;
	padding-left: 50px;
	min-height: 404px;
}
#rightcol {
	height: auto;
	width: 190px;
	margin-left: 50px;
	padding: 10px;
	text-align: left;
	float: left;
	position: static;
}
#rightcol p {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	float: none;
	display: block;
	width: 190px;
	font-size: 11px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #086c00;
	margin-top: 0px;
}

#footer {
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #086c00;
	position: relative;
	height: 50px;
	float: left;
	margin-top: 15px;
	padding-top: 5px;
	color: #086c00;
	text-align: right;
	width: 800px;
}
#footer a {
	color: #086c00;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #086c00;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
}
#leftcol p {
	line-height: 19px;
	margin-top: 10px;
}
.smalltext {
	font-size: 9px !important;
	line-height: 15px!important;
	padding-top: 5px;
}
.labels {
	font-size: 12px;
}
.list {
	list-style-type: none;
	margin-left: 10px;
	padding-left: 0px;
}

.listsub {
	list-style-type: none;
	margin-left: 15px;
	padding-left: 0px;
	padding-top: 10px;
}
.list li {
	background-image: url(images/bullet.gif);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-bottom: 10px;
}
.list a {
	color: #086c00;
}
.list a:hover {
	color: #7cd3f1;
}
.question {
	font-weight: bold;
	color: #086c00;
}
.distributor {
	margin-left: 20px;
}

.superscript {
	vertical-align: -5%;
	font-size: 70%;
}
sup {
	font-size: 65%;
	line-height: normal;
	text-decoration: none;
	vertical-align: top;
}
.req {
	line-height: normal;
	text-decoration: none;
	vertical-align: top;
	color: red;	
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #086c00;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0px;
}
ul {
	margin-left: 10px;
	padding-left: 10px;
}
li {
	margin-bottom: 8px;
	text-indent: 0px;
	margin-left: 0px;
}
#toolbox {
	width: 800px;
	font-size: 12px;
	clear: both;
	margin-bottom: 10px;
	height: 20px;
	display: block;
	background-color: #086c00;
	margin-top: 20px;
}
#toolbox ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 800px;
	line-height: 19px;
}
#toolbox li {
	width: auto;
	float: left;
}
#toolbox a {
	display: block;
	padding: 0px 8px 0px 8px;
	text-decoration: none;
	color: #CCCCCC;
	background-color: #086c00;
	width: auto;
	border-right: solid 1px #CCCCCC;
}

#toolbox a:hover {
	text-decoration: underline;
	background-color: #CC0000;
}
.insectbutton a {
	font-size: 11px;
	height: 58px;
	width: auto;
	margin-bottom: 10px;
	display: block;
	border: solid 1px #FFFFFF;
	color: #000000;
	text-decoration: none;
	line-height: 50px;
}
.insectbutton a:hover {
	border-color: #086c00;
	text-decoration: underline;
}
H3 a {
	color: #086C00;
}

#rightcol ul {
	font-size: 11px;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	font-weight: bold;
	color: #086c00;
}
#rightcol li a {
	font-weight: normal;
	text-decoration: underline;
	color: #086c00;
}
#giveAway {
	text-align: center;
}
#giveAway a {
	color: #000;
	
}


/* ============= contest ==================== */

form ol {   
 	padding: 1em 0 0 0; 
	list-style: none;  
}  
  



form li {    
float: left;    
clear: left;    
width: 100%;    
padding-bottom: 1em;
position: relative;  
}

form li input, form li textarea {
	width: 260px;
	float: left;
	
}

label {    
float: left;    
width: 12em;    
 margin-right: 1em;    
text-align: right; 
font-weight: bold;
color: #086c00;  
}

#contestForm #optOutP {
	width: 260px;
	height: 60px;
	position: absolute;
	top: 20px;
	left:180px;
}


input#optOut {
	width: 20px;
	height: 20px;
	position: absolute;
	top:30px;
	left: 150px;
}

input#submitBtn {
	width: 125px;
}


label.error {
	color: red;
	position: absolute;
	top: 5px;
	left: 430px;
	width: 250px;
	height: 15px;
	text-align: left;
}
#btype {
	margin-top: 60px;
}

p.required {
	position: absolute;
	top: -30px;
	left: 150px;
	font-weight: bold;
	color: #086c00;
}

#entrySucess, #entryError {
	padding: 5px 10px;
	color:  #086c00;
	background-color: #fff;
	border: 4px solid #086c00;
	text-align: left;
}

#entrySucess {
	background-image: url(images/valid_green.png);
	background-repeat: no-repeat;
	background-position: 10px 8px;
}
#entrySucess p, #entryError p {
	margin-left: 45px;
	font-weight: bold;
}
#entryError {
	background-image: url(images/attention.png);
	background-repeat: no-repeat;
	background-position: 10px 20px;
}


#cabelesCard {
	display: block;
	margin: 10px auto 0 auto;
}

#contest #leftcol h1 {
	padding-top: 60px;
	font-size: 17px;
}
#contest #rightcol .labels  {
	text-align: right;
	width:170px;
}

