/* Default CSS */

*{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration: none;
	border: none;
    font-family: "Trebuchet MS";
}
div#geral{
	width: 950px;
	margin: auto;
}
div#geral div#topo{
	width: 950px;
	height: 430px;
	position: relative;
}
div#geral div#topo div#logo{
	background: url("../../img/site/logo.gif");
	width: 184px;
	height: 90px;
	float: left;
}
div#geral div#topo div#tels{
	width: 766px;
	height: 90px;
	float: left;
	text-align: right;
}
div#geral div#topo div#tels a{color: #c0c0c0;}
div#geral div#topo div#tels .telefones{
	color: #a7a9ac;
	display: block;
	position: relative;
	top: 45px;
}
div#geral div#topo div#menu{
	background: url("../../img/site/menu.gif");
	width: 950px;
	height: 36px;
	clear: both;
	text-align: center;
}
div#geral div#topo div#menu ul{
	display: block;
	margin: auto;
	width: 800px;
	height: 28px;
	padding-top: 8px;
}
div#geral div#topo div#menu ul li{
	display: inline;
}
div#geral div#topo div#menu ul li a{
	display: block;
	float: left;
	width: 100px;
	height: 20px;
	color: #ffffff;
	
}
div#geral div#topo div#menu ul li a:hover{
	color: #cccccc;
}

/* -_-_-_-_-_-_-_-_-_-_-_-_- DIV PROMOCOES -_-_-_-_-_-_-_-_-_-_-_-_-_-*/
div#topo div#sempromo{
	background: url("../../img/site/ofertas.gif");
	width: 950px;
	height: 295px;
	overflow: hidden;
	text-indent: -9000px;
}
div#topo div#promoBorda{
	background: url("../../img/site/promo.gif") no-repeat;
	width: 950px;
	height: 295px;
}
div#topo div#promo{
	width: 950px;
	height: 286px;
	position: relative;
	top: 4px; 
	overflow: hidden;
}
div#topo div#scroll{
	width: 950px;
	height: 295px;
	overflow: hidden;
}
div#topo div#promo .promo_conteudo{
	height: 297px;
	
}
div#topo div#promo .promo_conteudo img{
	padding: 5px 0 0 15px;
	float: left;
}
div#topo div#promo .promo_conteudo p{
	width: 445px;
	margin-top: 15px;
	padding: 6px;
	float: right;
	text-align: center;
}
div#topo div#promo .promotitulo a{
	color: #F58220;
	font-size: 30px;
}
div#topo div#promo .promodescricao a{
	color: #C5C7C9;
	font-size: 20px;
}
div#topo div#promo .promopreco a{
	color: #1F1B1C;
	font-size: 26px;
}
div#topo ul#selectpromo{
	position: absolute;
	left: 837px;
	top: 392px;
	width: 150px;
}
div#topo ul#selectpromo li{
	float:left;
}
div#topo ul#selectpromo li a{
	background: url("../../img/site/btpromo.gif");
	display: block;
	float: left;
	width: 20px;
	height: 18px;
	text-align: center;
	padding-top: 1px;
	overflow: hidden;
	color: #000000;
	font-size: 13px;
}
div#topo ul#selectpromo li a:hover, div#topo ul#selectpromo li a.selectedPromo{
	background: url("../../img/site/btpromo2.gif") !important;
}
/* -_-_-_-_-_-_-_-_-_-_-_- FIM DIV PROMOCOES -_-_-_-_-_-_-_-_-_-_-_-_-*/
div#geral div#conteudo{
	width: 950px;
}

div#geral div#rodape{
	width: 950px;
	float: left;
	text-align: center;
	margin-top: 20px;
}
div#geral div#rodape p{
	color: #b0b0b0;
}
div#geral div#rodape p a#ricardo{
	display: block;
	float: right;
}
