﻿/* CSS Document */

body {
	 background: #ffffff;
	 background-image:url('../images/back.gif');
	 background-repeat: repeat;
	 background-position:center-top;


	 font-family: Verdana, Arial, Tahoma ; 
	 font-size: 12px;
	 color: #333333;
	 line-height:17px;
}


a:link { font-weight: bold; color:#cc0000; text-decoration: underline; }
a:visited { font-weight: bold; color:#c44806; text-decoration: underline; }
a:hover { font-weight: bold; color:#cc0000; text-decoration: none; }
a:active { font-weight: bold; color:#cc0000; text-decoration: underline; }


/* 
---------------------------------------
conteudo
---------------------------------------
*/

#conteiner {
	background: #f4f4ec;

	position: absolute;
	
	top: 0%;
	left: 50%;
	margin-top: 5px;
	margin-left: -497px;
	width: 994px;
	

}


#dhtml{
	position:absolute;
	margin:20px 0px 0px 600px;
	z-index:1;
}

.capa {
	margin:10px 9px 10px 9px;
	float:left;
	height:225px;
	background-color:#eeeee5;
}

.seminovos {
	margin:10px 9px 10px 9px;
	float:left;
	background-color:#dad9cf;
	height:225px;
	border:1px solid #e4e4e4;

}

.vendedordomes {
    clear:both;
	margin:0px 0px 20px 23px;
	float:left;
	height:100px;
	background-color:#eeeee5;
	width:455px;
}

.foto-vendedordomes {
	margin:10px 20px 10px 10px;
	width:90px;
	float:left
}

.texto-vendedordomes {
	margin:10px 4px 10px 10px
}



.topo {
	background: #FFCB01;
	background-image:url('../images/back_topo.jpg');
	background-repeat: repeat;
	background-position:center-top;
	height:85px;
	font-size: 11px;
	letter-spacing:1px;

}

.topo a:link { font-weight: bold; color:#000000; text-decoration: none; }
.topo a:visited { font-weight: bold; color:#666666; text-decoration: none; }
.topo a:hover { font-weight: bold; color:#000000; text-decoration: underline; }

	
.menu_horizontal {
	background: #9393A5;
	width: 994px;
	height:29px;
	margin-top:0px;
}


#foto {
	float:left;
	width:300px;
	margin:35px 0px 0px 0px;
	

}


#conteudo {
	width: 674px;
	float:right;
	margin: 35px 0px 0px 0px;
	padding-right:20px;
	
	
}	

.novos {
	float:left;
	margin:20px 0px 0px;
	width:220px;
	height:190px;
}


ul { 
	list-style-image: url(../images/item_texto.gif);
	line-height:20px;
}

.subtitulo {
	color: #999999;
	text-align:left;
	text-transform:uppercase;
	padding-bottom:5px;
	font-family: Verdana, Arial, Tahoma; 
	font-weight:bold;
	font-size: 12px;

}

img {
	border:0px;
}

.formulario{
	background:  #F5F3ED;
	font-family: Verdana, Arial, Tahoma;
	color: #000033;
	border-width: 1px;
	border-style:double;
	border-color:#cbcabc;
}



/* 
---------------------------------------
rodape
---------------------------------------
*/


#rodape {
	width:994px;
	position: relative;
	left:50%;
	margin-left:-497px;
	color:#000000;
	font-size: 11px;
	margin-top:40px;
	clear:both;
	background-image:url('../images/rodape.gif');
	background-repeat: no-repeat;
	background-position:center-top;
	background-color:#E25608;
	letter-spacing:1px;
	
	height:39px;
}

#rodape a:link { font-weight: bold; color:#ffffff; text-decoration: none; }
#rodape a:visited { font-weight: bold; color:#e7e7e7; text-decoration: none; }
#rodape a:hover { font-weight: bold; color:#ffffff; text-decoration: underline; }

/* 
---------------------------------------
tabela
---------------------------------------
*/

#tabela td {
	
}

.titulo {
	background: #cbcabc;
	font-weight:bold;
	padding: 8px 6px 8px 4px;
	text-align:center
}

.corpo1 {
	background: #ecece4;
	padding: 2px 2px 2px 2px;
}

#detalhes td {
}

.esquerda {
	background: #ecece4;
	font-weight:bold;
	text-align:right;
	padding: 2px 6px 2px 2px;
	width:130px;
}

.direita {
	background: #ecece4;
	padding: 2px 2px 2px 6px;
}