﻿/* CSS Document */

body {
	 background: #c8c8c8;
	 font-family: Verdana, Arial, Tahoma ; 
	 font-size: 12px;
	 color: #333333;
	 line-height:17px;
	 text-align:justify;
}


a:link { font-weight: bold; color:#527bd0; text-decoration: underline; }
a:visited { font-weight: bold; color:#527bd0; text-decoration: underline; }
a:hover { font-weight: bold; color:#FF6600; text-decoration: none; }

a.mapa:link { font-weight: normal; color:#FF6600; text-decoration: underline; }
a.mapa:visited { font-weight: normal; color:#FF954F; text-decoration: underline; }
a.mapa:hover { font-weight: normal; color:#FF6600; text-decoration: none; }


/* 
---------------------------------------
conteudo
---------------------------------------
*/

#conteiner {
	background: #ffffff;
	position: absolute;
	
	top: 1%;
	left: 50%;
	margin-top: 0px;
	margin-left: -497px;
	width: 994px;
	
	background-image:url("../images/grade.gif");
	background-repeat:repeat-y;
	background-position:center left;

}

#entrada {
	background: #ffffff;
	position: absolute;
	
	top: 1%;
	left: 50%;
	margin-top: 0px;
	margin-left: -497px;
	width: 994px;
}


.topo {
	background: #ffffff;
	height:135px;
}

.capa {
	margin:20px 9px 10px 9px;
	float:left;
	height:260px;
	background-color:#eeeeee;
}


.campanha {
	width:936px;
	height:195px;
	background-image:url("../images/capa_campanha_290508.jpg");
	margin: 10px 0px 0px 22px;
	clear:both
	
	
}

#menu {
	float:left;
	width:209px;
	margin:0px 0px 0px 0px;
	
}


#conteudo {
	width: 680px;
	float:right;
	margin: 30px 10px 0px 30px;
	padding-right:0px;
}	

.txt {
	width: 660px;
	margin: 18px 5px 0px 0px;
}

.legenda{
	margin-top:5px;
	margin-left:5px;
	margin-bottom:10px;
	font-size:11px;
	color:#666666;
	text-align:right;
}

.pneus {
	 width:210px;
	 height:193px;
	 text-align:left;
	 float:left;
	 margin-right:5px;
	 margin-bottom:30px;
}

.tipo { 
	width:155px;
	height:100px;
	float:left;
	text-align:left;
	margin-right:15px;
	background-color:#efefef;
}

.nome {
	margin-left:105px;
 	padding-left:5px;
 	background-color:#efefef;
 	height:100px;
}
 	
ul { 
	list-style-image: url(../images/item.gif);
	line-height:20px;
}

ul.grupo { 
	list-style-image: url(../images/seta02.gif);
	line-height:20px;
	margin-bottom:40px;
}

.h4 {
	color: #b5b2c0;
	text-align:left;
	text-transform:uppercase;
	padding-bottom:5px;
	padding-left:3px;
	font-family: Verdana, Arial, Tahoma; 
	font-weight:bold;
	font-size: 12px;

}

.hoje {
	border:2px #ffffff solid;
	float:left;
	background-image:url("../images/back_hoje.gif");
	background-repeat: no-repeat;
	margin:10px 0px 0px 0px;
	width:195px;
	height:250px;
	padding-right:5px;
	text-align:left;
}

.novos_e {
	background-image:url("../images/back_novos_e.gif");
	background-repeat: no-repeat;
	background-position:left;
	border:1px #f4f4f4 solid;
	margin:10px 0px 40px 0px;
	padding-right:10px;
	width:670px;
	height:163px;
	text-align:left;
}

.novos_e img {
	margin-top:1px;
	margin-left:1px;
	margin-right:20px;
	float:left;
}


.novos_d {
	background-image:url("../images/back_novos_d.gif");
	background-repeat: no-repeat;
	background-position:right;
	border:1px #f4f4f4 solid;
	margin:10px 0px 40px 0px;
	padding-left:10px;
	width:670px;
	height:163px;
	text-align:right;
}

.novos_d img {
	margin-top:1px;
	margin-left:1px;
	margin-left:20px;
	float:right;
}


img {
	border:0px;
}


/* 
---------------------------------------
rodape
---------------------------------------
*/


#rodape {
	background-color:black;
	width:994px;
	position: relative;
	left:50%;
	margin-left:-497px;
	color:#ffffff;
	font-size: 11px;
	margin-top:40px;
	clear:both;
	letter-spacing:1px;
	
	height:27px;
}

#rodape a:link { font-weight: normal; color:#ffffff; text-decoration: none; }
#rodape a:visited { font-weight: normal; color:#cccccc; text-decoration: none; }
#rodape a:hover { font-weight: normal; color:#ffffff; text-decoration: underline; }
#rodape a:active { font-weight: normal; color:#ffffff; text-decoration: underline; }

#detalhes td {
}

.esquerda {
	font-weight:bold;
	text-align:right;
	padding: 2px 6px 2px 2px;
	width:130px;
}

.direita {
	padding: 2px 2px 2px 6px;
}