@charset "utf-8";
/* CSS Document */

* body{
	margin:0 auto;
	background:url(imagens/fundo.jpg);
	background-color:#fff;
	background-repeat:no-repeat;
}

#corpo{
	width:980px;
	margin:0 auto;
}
#topo{
	width:980px;
	height:400px;
}
#conteudo{
	width:980px;
}
#direito{
	width:250px;
	height:421px;
	margin-right:20px;
	margin-bottom:20px;
	float:right;
}
h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#F60;
	margin-top:10px;
}
#textos{
	width:660px;
	background:url(imagens/roda.png);
	background-repeat:no-repeat;
	float:left;
}
#textos p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:18px;
	text-align:justify;
	margin:0;
	padding:0;
}
#img_prod{
	float:left;
	margin-right:15px;
}
#detalhes_prod{
	float:left;
}
#relacionados{
	width:660px;
	float:left;
}
#relacionados ul {
	padding:0;
	margin-bottom:20px;
	list-style:none;
	display:inline-block;
	
}
#relacionados ul li{
	display: inline-block;
	width:200px;
	list-style:none;
	margin-left:5px;
	margin-top:5px;
	background-image:url(imagens/fundo50.png);
}
#relacionados img{
	float:left;
	margin-right:10px;
	margin-top:5px;
	margin-left:5px;
}
	

#rodape{
	clear:both;
	width:100%;
	height:100px;
	background-color:#333;
	border-top:solid 2px #000;
}
#rodape_centro{
	width:980px;
	margin:0 auto;
}
#rodape_centro img{
	float:left;
	border:0;
	margin-top:10px;
}
#rodape_centro p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCC;
	line-height:20px;
	margin-top:10px;
	text-align:right;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#F60;
	padding:0;
	margin-bottom:10px;
	margin-top:10px;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333;
	padding: 3px 0 3px 10px;
	margin-bottom:5px;
	border-left:solid 3px #F60;
}

#icones{
	width:660px;
	height:500px;
	margin-bottom:10px;
}
#video{
	width:660px;
	margin-bottom:10px;
	margin-top:10px;
}
#descricao{
	float:left;
	width:235px;
}
.box{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #F8F8F8;
	line-height: 25px;
	border: 1px solid #F60;
}
