*{
	z-index:1;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
h5{
	color:#517d58;
	font-size:26px;
}
h6{
	font-size:18px;
	line-height:24px;
}
body{
	background:url(body.jpg) repeat-x top;
}
html,body,#principal{
	min-height:100%;
	width:100%;
	height:100%;
}
html>body,html>body #principal{
	height:auto;
}
#principal{
	position:absolute;
	top:0;
	left:0;
	background:url(conteudo.jpg) bottom repeat-x;
}
#rodape{
	color:#b4b4b4;
	position:absolute;
	bottom:0;
	height:105px;
	width:100%;
	background:url(rodape.jpg) top center repeat-x;
	font-weight:700;
	text-align:center;
	padding-top:25px;
}
#rodape a{
	color:#7fa38d;
	text-decoration:none;
}
#rodape div{
	position:absolute;
	right:0;
	bottom:0;
	padding:0px 10px 10px 0px;
}
#conteudo{
	position:relative;
	left:50%;
	margin-left:-385px;
	width:770px;
	padding-top:20px;
	padding-bottom:130px;
	height:auto;
}
img{
	border:0;
}
#menu{
	height:190px;
}
#menu p,#menu form{
	float:right;
	margin-top:90px;
}
#menu form{
	border:1px solid #ededed;
	background:#fbfcfe;
	padding:3px;
}
#menu form input{
	color:#b4b4b4;
	border:0px;
	width:220px;
}
#menu form a img{
	margin-bottom:-3px;
}
#menu p{
	margin-top:93px;
	margin-right:20px;
}
#menu p img{
	margin:0px 5px -3px 0px;
}
#menu p a{
	color:#7e9c4f;
	text-decoration:none;
	font-size:10px;
	border-bottom:1px solid #efefef;
}
#links,#separa{
	left:50%;
	margin-left:-385px;
	width:770px;
	position:absolute;
}
#separa{
	z-index:2;
	top:155px;
}
#separa div{
	margin-bottom:32px;
}
#links{
	margin-bottom:4px;
	text-align:center;
	z-index:4;
	top:167px;
}
#links a{
	margin-right:38px;
}
.separa{
	background:url(grid.gif) repeat-x;
	font-size:0px;
	height:1px;
}
#pop_servicos{
	z-index:3;
	width:276px;
	height:128px;
	background:url(servicos.png) no-repeat;
	position:absolute;
	left:50%;
	margin-left:-306px;
	top:159px;
	visibility:hidden;
}
#pop_servicos div{
	float:left;
	padding:38px 0px 0px 15px;
	line-height:19px;
}
#pop_servicos a{
	color:#5b7b5c;
	text-decoration:none;
}
#pop_servicos a:hover{
	color:#b1c83e;
}
#banner,embed,object{
	z-index:2;
}
.caixa{
	width:222px;
	height:320px;
	padding-left:20px;
	background:url(caixa.gif) no-repeat;
	vertical-align:top;
}
.caixafoto{
	margin:10px 30px 30px 0px;
	float:left;
}
#tit{
	padding-top:35px;
	float:left;
}
#voltar{
	padding-top:60px;
	margin-bottom:50px;
	text-align:right;
}
#voltar a{
	color:#000;
	text-decoration:none;
}
#direita{
	float:right;
}
#direita div{
	border:1px solid #ccc;
	padding:9px;
	width:139px;
	margin-bottom:20px;
	color:#6c6c6c;
	font-size:10px;
}
#esquerda{
	float:left;
	margin-left:20px;
	line-height:18px;
}
#esquerda a{
	color:#999;
	text-decoration:none;
}
#texto{
	text-align:justify;
	color:#454545;
	line-height:18px;
}
#limpa{
	clear:both;
}
#noticias{
	list-style-image:url(lista.gif);
	margin:5px 0px 0px 11px;
	width:191px;
}
#noticias li{
	margin-bottom:5px;
}
#noticias a{
	color:#808080;
	text-decoration:none;
}
#amarelo{
	color:#798066;
	background:#fbfceb;
	padding:20px;
}
#amarelo b{
	font-size:14px;
	font-style:italic;
}
#amarelo ul{
	list-style:square;
	margin-left:20px;
}
#amarelo li{
	margin-top:20px;
}
.divcliente{
	text-align:center;
	margin:20px;
	width:33%;
	padding-bottom:20px;
}
.cliente{
	height:83px;
	display:block;
	margin:auto;
}
.cliente:hover{
	background-position:0px -83px;
}
.input{
	border:1px solid #c8d4c8;
	background:url(input_fundo.gif) repeat-x #f4f7f4;
	height:22px;
	color:#666;
}
#erro{
	border:1px dashed #c00;
	background:#FFC;
	padding:10px 20px 10px 20px;
	color:#c00;
}
#carrinho{
	width:770px;
}
#carrinho td{
	background:#f5f5f5;
	color:#646464;
	padding:0px 10px 0px 10px;
}
#carrinho th,#carrinho td{
	line-height:40px;
}
#carrinho .bco{
	background:#fff;
	font-size:2px;
	line-height:4px;
}
.c{
	text-align:center;
}






/*moodal*/
div#mb_overlay{
	z-index:10;
	position:absolute;
	left:0;
	width:100%;
	background-color:#000;
	cursor:pointer;
}
div#mb_center,div#mb_bottom{
	z-index:10;
	position:absolute;
	left:50%;
	overflow:hidden;
	background-color:#DDD;
}
div#mb_center{
	background-color:#FFF;
}
div#mb_contents{
	width:400px;
	height:400px;
	border:10px solid #DDD;
	overflow:auto;
	background-color:#FFF;
	visibility:hidden;
}
.mb_loading{
	background:#DDD url(loading.gif) no-repeat center center;
}
#mb_error{
	font-size:1.2em;
	color:#CD0000;
	font-weight:bold;
	text-align:center;
	padding:0.5em;
	font-family:Verdana,Helvetica,sans-serif;
}
#mb_error em{
	font-size:0.8em;
}
div#mb_bottom{
	font-family:Verdana,Helvetica,sans-serif;
	font-size:10px;
	color:#666;
	line-height:1.4em;
	text-align:left;
	border:10px solid #DDD;
	border-top-style:none;
}
a#mb_close_link{
	display:block;
	float:right;
	width:88px;
	height:22px;
	background:transparent url(closelabel.gif) no-repeat center;
	margin:5px 0;
}
div#mb_caption{
	margin-right:71px;
}
.dpTable{
	font-size:12px;
	text-align:center;
	color:#505050;
	background-color:#dddddd;
	border:1px solid #AAAAAA;
}
.dpTD{
	border:1px solid #ece9d8;
	width:25px;
}
.dpDayHighlightTD{
	background-color:#999;
	border:1px solid #AAAAAA;
	color:#fff;
	font-weight:700;
}
.dpTDHover{
	background-color:#aca998;
	border:1px solid #888888;
	cursor:pointer;
	color:#fff;
	font-weight:700;
}
.dpDayTD {
	background-color:#cccccc;
	border:1px solid #AAAAAA;
	color:#ffffff;
	font-weight:700;
}
.dpTitleText {
	color:#333;
	font-weight:bold;
}
.dpButton,.dpTodayButton{
	color:#fff;
	background:#999;
	font-weight:700;
	padding:0px;
	font-size:10px;
}
.dpTodayButton{
	font-weight:100;
	padding:0px 5px 0px 5px;
}
