﻿/* CSS Created by: Everton Lima
in 31 March 2009 on 03:33 PM */
html, body {
	height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #a09e92;
	font-size: 14px;
	}


* html #tudo {
	height: 100%; /* hack para IE6 hq trata height como min-height */
	}

body {
	
	margin: 0px;
	background-color: #1D1D1D;
	color: #E1E1E1;
	text-align: center;
}



#tudo {
	min-height: 100%;
	position:relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background-color: #000000;
}
#topo {
	height: 135px;
	width: 1000px;
	background-image: url(layout/fundoTopo.jpg);
	background-repeat: no-repeat;
}
#menu {
	height: 32px;
	width: 927px;
	background-image: url(layout/fundomenu.jpg);
	background-repeat: no-repeat;
	padding-left: 73px;
}
#icons {
	float: right;
	height: 32px;
	width: 96px;
	margin-right: 62px;
}
#conteudo {
	padding-bottom: 30px;
}

#conteudoEsq {
	float: left;
	width: 419px;
	background-image: url(layout/fundoEsq.jpg);
	background-repeat: no-repeat;
	background-color: #010101;
	padding-left: 21px;
}
#conteudoDireita {
	float: right;
	height: 410px;
	width: 559px;
}
#minidestaque_Esq {
	float: left;
	height: 130px;
	width: 281px;
}
#minidestaque_Dir {
	float: right;
	height: 130px;
	width: 278px;
}
.fotoEsquerda {
	float: left;
}
.fotoDireita {
	float: right;
}


a:link {
	color: #A19E95;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A19E95;
}
a:hover {
	text-decoration: none;
	color: #CBCAC5;
}
a:active {
	text-decoration: none;
	color: #A19E95;
}
.titulos {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}



#rodape {
	background-image: url(layout/fundo_rodape.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 1000px;
	position: absolute;
	bottom: 0px;
	font-size: 10px;
	text-align: center;
}
#clear {
	clear: both;
}
.linkman {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFCC00;
	text-decoration: none;
}


p.hasalign{text-align:center; margin:0; text-indent:0;}

.figure{float:left; margin:7px; height: 115px; width:120px; border:1px #EEE solid;}

.figure h5{margin:0 0 7px 0;padding:3px; font-weight: bold;background:transparent url('layout/menuprod.jpg') repeat-x center center;}

.cordesc{float:left; margin-left: 7px;width:370px;}
.cordesc h4{font-size:15px;}
#corimg{height:150px; width:250px; border:1px #EEE solid; margin:7px; float:left; padding:7px;}

#novidades,#novidades div{height:370px;}

#novidades div{width:750px;}

#novidades h5{text-align:center;font-size:15px;margin:0;padding:0;height:20px;background:transparent url('layout/menuprod.jpg') repeat-x center center; }

#nav_nov{height:25px;}

#nav_nov a{
	display:block;
	float:left;
	width:13px;
	text-align:center;
	height:17px;
	margin:1px 4px;
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
	background-color:#777777;
	border:1px transparent solid;
}

#nav_nov a:hover{
	border:1px #333333 solid;
}

#nav_nov a.activeSlide{
	background-color:#FFFFCC;
	color:#000;
}

.clear{clear:both;}

.ui-state-active{color:#000; background-color:#FFFFCC;}

#navPag a{
	margin:0 7px;
	text-decoration:none;
}

#navPag a:hover{
background-color:transparent;text-decoration:underline;}




