
* {
    margin: 0;
    padding: 0;
}

body {
	background-color: #e8e7dd;
	font: 10pt/11pt verdana;
}

#divheader {
    position: relative;
    width: 1000px;
    height: 637px;
    margin: 0 auto;
}

#divheader #barra{
    position: absolute;
    top: 0;
    left: -450px;
}
#divheader #banner{
    margin-top: 82px;
}

#divheader #lbanner{
    position: absolute;
    left: -450px;
    top: 82px;
}

#divheader #rbanner{
    position: absolute;
    right: -450px;
    top: 82px;
}

#divheader #logo{
    position: absolute;
    top: 0;
    left: 0;
}

#divheader #menu {
    position: absolute;
    top: 28px;
    left: 250px;
    height: 27px;
    width: 600px;
}

#divheader #menu a {
    width: 106px;
    height: 27px;
    margin-right: 20px;
    display: inline-block;
}

#menulink1{
    background: url("../images/UPGRADES.png") no-repeat;
}
#menulink1:hover, #menulink1.active{
    background: url("../images/UPGRADES_over.jpg") no-repeat;
}

#menulink2{
    background: url("../images/GANHA20.png") no-repeat;
}
#menulink2:hover, #menulink2.active{
    background: url("../images/GANHA20_over.png") no-repeat;
}

#menulink3{
    background: url("../images/INFORMACOES.png") no-repeat;
}
#menulink3:hover, #menulink3.active{
    background: url("../images/INFORMACOES_over.png") no-repeat;
}
#menulink4{
    background: url("../images/CONDICOES_.png") no-repeat;
}
#menulink4:hover, #menulink4.active{
    background: url("../images/CONDICOES_over.png") no-repeat;
}

#divcontent {
    position: relative;
    width: 1000px;
    margin: 0 auto 50px auto;
}

p.ulinha {
    text-align: center;
    border-bottom: 1px solid #92918C;
    color: #000;
    padding: 10px 0 10px 0;
    font-size: 14px;
}

div.pc {
    position: absolute;
    width: 500px;
    height: 570px;
    text-align: center;
}

div.lpc {
    top: 150px;
    left: 0;
    border-right: 1px solid #92918C;
}
div.rpc {
    top: 150px;
    right: 0;
}

#title_escolhe {
    position: absolute;
    top: 75px;
    left: 380px;
    width: 240px;
    height: 90px;
    /*background: url("../images/escolhe.png") no-repeat;*/
}

.pctext {
    background-color: #FFF;
    width: 460px;
    height: 170px;
    margin: 10px;
    text-align: left;
    padding: 20px 10px 20px 10px;
}

.pctext p{ 
	margin-bottom: 5px;
}

.escolher {
    position: absolute;
    bottom: 20px;
    right: 50px;
    width: 150px;
    height: 30px;
    color: #FFF;
    background-color: #363636;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    display: block;
}
.escolher:hover {
    color: #363636;
    background-color: #aaa;
}

#divform {
    position: relative;
    background-color: #FFF;
    margin-top: 30px;
    text-align: center;
    min-height: 650px;
}


#lform {
    position: absolute;
    width: 435px;
    top: 220px;
    left: 50px;
    text-align: left;
}
#rform {
    position: absolute;
    width: 435px;
    top: 220px;
    right: 50px;
    text-align: left;
}

#cform {
    position: absolute;
    width: 900px;
    top: 350px;
    left: 50px;
    text-align: left;

}



#divform label {
    width: 140px;
    display: inline-block;
    color: #749f2b;
}
#divform input {
    width: 280px;
    font-size: 10pt;
}

#divform #codigo{
    width: 80px;
}

#divform form p{
    margin-bottom: 10px;
}

#divform a {
    font-size: 14px;
    color: #749f2b;
}

#divform a:hover{
    color: #749f2b;
}

#divform input[type=submit]{
    margin-top: 400px;
    color: #a37f56;
    background-color: #fff;
    border: 1px solid #a37f56;
}

#divform input[type=submit]:hover{
    cursor: pointer;
    background-color: #eee;
}

#divinfo {
    position: relative;
    background-color: #FFF;
    margin-top: 30px;
    padding: 0 20px 20px 20px;
}

#divinfo p {
	margin-bottom: 5px;
}

#divcond {
    position: relative;
    background-color: #FFF;
    margin-top: 30px;
    padding: 0 20px 20px 20px;
}

h4 {
    font-weight: normal;
    color: #749f2b;
}

.validerror {
	font-size: 9pt;
	color: #ff5555;
}

.titulo{
	color: #a37f56;
	height: 19px;	
}

#cform label{
	width: auto;	
}
#cform .mail{
	width: 250px;
}
#cform .tel{
	width: 150px;
}

#divvalidation{
	margin: 30px;	
}

#divvalidation li {
	list-style: none;
}

#divfim{
	margin: 50px;
	font-weight: bold;
	font-size: 24pt;
	line-height: 32pt;
}