/* CSS Document */

*{
	padding:0px;
	margin:0px;
	list-style:none;
	border:none;
}

html{
    overflow: -moz-scrollbars-vertical;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

h2{
	padding:20px 0px;
	margin-bottom:10px;
	font-size:13px;
}

h3{
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	color:#be3926;
}

p{
	margin-bottom:15px;
}

a{
	outline:none;
	text-decoration:none;
	font-weight:bold;
	color:#cc3333;	
}

p#navegacao{
	font-size:10px;
	margin-bottom:25px;
}

a.botao{
	display:block;
	width:120px;
	padding:5px 10px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	background-color:#be3926;
}

/*  FORMULARIOS  */

label{
	display:block;
}

input,
textarea{
	padding:3px;
	border:1px solid #999;
}

select{
	padding:2px;
	border:1px solid #999;
}

input:focus,
select:focus,
textarea:focus{
	border:1px solid #cc3333;
}


#fbotao{
	width:175px;
	height:30px;
	padding-left:15px;
	text-align:left;
	font-weight:bold;
	color:#fff;
	background-color:#be3926;
	border:none;
}

/*  TOPO  */

#topo{
	width:100%;
	height:94px;
	background:url(../img/bgTop.jpg) repeat-x;
}

#topo div{
	position:relative;
	width:800px;
	height:94px;
	margin:0px auto;
}

#topo h1{
	display:none;
}

#topo a#logo{
	position:absolute;
	top:61px;
	left:0px;
	display:block;
	width:66px;
	height:85px;
	background:url(../img/logo.gif) no-repeat;
	z-index:1;
}

#topo #logosalesforce{
	position:absolute;
	top:50px;
	left:670px;
	display:block;
	width:122px;
	height:25px;
	background:url(../img/logosalesforce.gif) no-repeat;
}

#topo #switch{
	position:absolute;
	top:0px;
	left:660px;
	width:116px;
	padding:7px 13px;
	background-color:#862016;
}

#topo #switch li{
	display:block;
	float:left;
}

#topo #switch li#swtpt{
	width:60px;
	padding-right:5px;
	border-right:1px solid #fff;
}

#topo #switch li#swten{
	width:40px;
	padding-left:10px;
}

#topo #switch a{
	font-weight:normal;
	font-size:10px;
	color:#fff;
}

/* 	MENU PRINCIPAL  */

#menu{
	height:72px;
	padding-left:100px;
	margin-bottom:40px;
	border-bottom:5px solid #be3826;
	z-index:2;
}

#menu li{
	position:relative;
	display:block;
	float:left;
	margin-left:14px;
	font-size:12px;
}

#menu li a{
	display:block;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

#menu li:hover ul,
#menu li.over ul { 
	display: block; 
}

/* SUBMENU */

#menu ul.submenu{
	display:none;
	position:absolute;
	top:70px;
	padding-top:8px;
}

#menu ul.submenu li{
	margin-left:0px;
	margin-bottom:1px;
}

#menu ul.submenu li a{
	display:block;
	height:14px;
	padding:5px 10px;
	color:#fff;
	background-color:#be3826;
}

ul#subvaluenet li a{
	width:62px;
}

ul#subservicos li a{
	width:118px;
}


/*	CORPO  */

#container{
	position:relative;
	width:800px;
	overflow:hidden;
	margin:0px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

div.colEsq{
	width:500px;
	float:left;
	margin-right:57px;
}

div.colDir{
	width:243px;
	float:left;
}

/* COLUNA DIREITA DEFAULT */

#trial{
	padding:0 0 20px 0px;
}

#especialista{
	padding:20px 0px;
}

/*  RODAPÉ  */

#rodape{
	position:relative;
	padding:35px 0px;
	margin-top:50px;
	background-color:#ddd;
}

#rodape div{
	width:800px;
	overflow:auto;
	margin:0px auto;
	background-color:#ddd;
}

#rodape address{
	font-style:normal;
}

#rodape img{
	float:left;
	margin-right:40px;
}

#rodape ul{
	padding-top:10px;
}

#rodape li{
	display:block;
	float:left;
}

#rodape li#rj{
	margin-right:65px;
}


/* MENSAGENS */
div#resposta {

	clear:both;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	color:#fff;
}

div#resposta span.ok {
	display:block;
	width:280px;
	height:17px;
	padding:9px;
	background-color:#486743;
}

div#resposta span.error {
	display:block;
	width:280px;
	height:17px;
	padding:9px;
	background-color:#AB2718;
}

