@charset "utf-8";
/* CSS Document */
/* SELETORES */
* {
	margin:0;
	padding:0;
	border:0;
	}
body {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	}
h1, h2, h3 {
	color:#024f62;
	}
h1 {
	font-size:24px;
	}	
h2 {
	font-size:20px;
	line-height:1.5em;
	}
h3 { 
	font-size:16px;}
h4 {
	font-size:11px;}
p {
	margin:10px 0;
	}	
/* -------------- -------------------- */
#total{
	background-image:url(i/fundo.jpg);
	}
#site{
	width:730px;
	margin:0 auto;
	background-color:#ffffff;
	}
#topo, #destaq, #conteudo, #promo, #rodape, #promoEquip {
	width:690px;
	}
#topo {
	margin:0 20px 0 20px;
	height:100px;
	padding:20px 0 0 0;
	}
#logoUn {
	float:left;
	margin:0 5px 0 0;}
#destaq{
	margin:0 20px 50px 20px;
	height:210px;
	background-color:#024f62;
	clear:both;
	}
#conteudo {
	margin:0 20px 20px 20px;
	}
#blocoEsq, #blocoDir {
	font-size:13px;
	line-height:1.5em;
	}
#blocoEsq {
	width:315px;
	margin:0 0 0 10px;
	float:left;
	}
#blocoDir {
	width:315px;
	margin:0 0 0 20px;
	float:left;}
#promo{
	clear:both;
	margin:30px 0 0 0;
	height:50px;
	background-image:url(i/fundo_promo.gif);
	}
#promo h2 {
	color:#FFFFFF;
	margin:10px;
	}
#promoEquip {
	}
#equipEsq, #equipDir {
	width:340px;
	margin:0 5px 0 0;
	float:left;
	}
#equipEsq table, #equipDir table {
	width:330px;
	margin:10px 0 0 0;
	}
#assistencia {
	width:650px;
	margin:0 auto;}
#produtos {
	width:690px;
	margin:0 auto;}
td.titCinza {
	background-color:#666666;
	color:#ffffff;
	font-weight:bold;
	}
td.titCinza h1 {
	line-height:2em;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0 0 0 10px;
	}
#equipEsq table p, #equipDir table p {
	margin:0 0 0 10px;
	}
#end {
	margin:34px 20px 0 10px;
	width:280px;
	float:right;}
#rodape{
	margin:20px;
	height:50px;
	font-size:10px;
	background-color:#eaeaea;
	clear:both;
	}
#textoRodape {
	float:left;
	margin:0 0 0 10px;}
#logoRodape {
	float:right;
	margin:10px;
	}
/* ------------   MENU      ------------*/
/* ----------------------------------------------------------------- */
#navcontainer {
	width:710px;
	height:30px;
	margin:0 auto;
	z-index:100;
	font-size:11px;
	float:left;
	}
#navcontainer ul {
	color:#ffffff;
	background-color:#fff;
	float: right;
	width: 690px;
	font-family:arial, helvetica, sans-serif;
	}
#navcontainer ul li { 
	display:inline;
	
	}
#navcontainer ul li a {
	padding: 0.60em 1.2em;
	margin:0 3px 0 0;
	background-color:#99CC00;
	color:#ffffff;
	text-decoration:none;
	float:left;
	/*border-left:1px solid #ffffff;*/
	}
#navcontainer ul li a:hover {
	background-color:#abd739;
	color:#ffffff;
	}
#navcontainer ul li a.current {
	background-color:#024f62;
	color:#ffffff;
	}
/* ----------------------------------------------------------------- */
.ajusta {
	width:690px;
	height:10px;
	margin:0 auto;
	}
.clear {
	clear:both;
	}
.azul {
	color:#003399;
	}
.vermelho {
	color:#CC0000;}
.alinhaEsq {
	text-align:left;
	margin:0 0 0 10px;}
/* ------------ FORMULARIO ---------------- */
input, textarea, button, select {
	border:1px double;
	border-color:#dfe1d9;
	color:#666666;
	background-color:#f6f7f3;
	}	
#formCont {
	width:315px;
	margin:0 0 20px 10px;
	float:left;
	text-align:left;
	}		
#botaoFormEnviar {
	margin:10px 20px 0 0;
	float:left;
	}		
#botaoFormLimpar {
	margin:10px 0 0 10px;
	float:left;
	}	
.botao{
	background-color:#f0f1ed;
	border:1px double;
	border-color:#dfe1d9;
	}	
.botao:hover{
	background-color:#dee0d8;
	}	
#obrigado {
	height:200px;}
/* #########################  TABS ###################### */
.basictab ul{
margin: 4px;
padding: 3px 0;
margin-left: 0;
font: bold 12px verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #f6ffd5;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover, .basictab li a.current{
background-color: #DBFF6C;
color: black;
}

.basictab li a:active{
color: black;
}

#tabcontentcontainer{
width:95%; /*width of 2nd level content*/
height:1.5em; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent{
display:none;
font:  12px verdana;

}

.tabcontent a:visited{
color: #2d2b2b;
}

.tabcontent  a, .tabcontent a.current{
background-color: #f6ffd5;
color: black;
}

.tabcontent a:active{
color: black;
}
/* #########################  TABS ###################### */
.linhaProduto {
	clear:both;
	float:left;
	}
.linhaProduto {
	float:left;
	margin:0 5px;
	border:1px solid #f7f7f7;
	padding:5px;
	}
.TabbedPanelsContent p {
	padding:10px;
	}
.TabbedPanelsContent tr {
	vertical-align:top;
	}
.TabbedPanelsContent td {
	width:200px;
	}

