@charset "utf-8";

* {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	list-style:none;
	font-size:11px;
	color:#666;
}

* html img {
	filter:expression(
	this.alphaxLoaded ? "" :
	(
	this.src.substr(this.src.length-4)==".png"
	?
	(
	(!this.complete)
	? "" :
	this.runtimeStyle.filter=
	("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
	(this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
	String(this.alphaxLoaded=true).substr(0,0)+
	(this.src="imgs/blank.png").substr(0,0)
	)
	:
	this.runtimeStyle.filter=""
	)
	);
}

a {
	text-decoration:none;
	color:#666;
}

a:hover {
	color:#2a2a2a;
}

body  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #ccc url(../imgs/bg.gif) repeat left top;
	text-align: center;
	color: #000000;
}

#container { 
	position: relative;
	width: 860px;
	margin: 10px auto;
	text-align: left;
	background-color:#fff;
	padding:10px;
} 

/* 
------------------------------------------
Topo 
------------------------------------------
*/

#topo {
	height:107px;
	width:860px;
	position:relative;
	float:left;
	background:url(../imgs/marca.gif) no-repeat 10px 10px;
	display:inline;
	z-index:1000;
}

#banner {
	position:absolute; 
	float:right; 
	left:320px;
	top:5px; 
	z-index: 199999; 
	width: 537px; 
	height: 90px;
	overflow:hidden;
	_overflow:inherit;
}

#banner:hover {
	height: 300px;
}

#topo #news {
	position:relative;
	float:right;
	width:250px;
	margin:13px 15px 0 0;
	display:inline;
}

#topo #news form {
	margin:0;
	padding:0;
	position:relative;
	float:right;
	width:133px;
}

input {
	width:133px;
	*width:127px;
	height:19px;
	*height:16px;
	overflow:hidden;
	border:solid 1px #cdced2;
	background:#f7f7f7;
}


textarea {
	border:solid 1px #cdced2;
	background:#f7f7f7;
	margin:8px 0 0 0;
	height:200px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

#topo #news span {
	position:relative;
	float:left;
	border-right:solid 3px #a7b4b2;
	width:101px;
	height:47px;
	background:url(../imgs/geral_newsletter.gif) no-repeat 18px 5px;
	line-height:10px;
	font-size:9px;
	font-stretch:extra-condensed;
	text-align:right;
	padding:23px 6px 0 0;
}

#topo #news form .cadastrar {
	margin:0;
	padding:0;
	border:none;
	background:none;
	width:51px;
	cursor:pointer;
	position:relative;
	float:left;
	color:#173831;
}

#meioBtn {
	background-color:#ccc;
	width:2px;
	height:15px;
	position:relative;
	float:left;
	margin:0 5px;
}

#topo #news form .descadastrar {
	margin:0;
	padding:0;
	background:none;
	width:68px;
	cursor:pointer;
	color:#a4a4a4;
	position:relative;
	float:left;
}

#topo #news .nome {
	background:#f7f7f7;
	margin:0 0 5px 0;
	*padding:3px 3px 0 3px;
}

#topo #news .email {
	background:#f7f7f7;
	margin:0 0 5px 0;
	*padding:3px 3px 0 3px;
}

/* 
------------------------------------------
Menu
------------------------------------------
*/

#menuGeral {
	height:52px;
	width:860px;
	position:relative;
	float:left;
	margin-bottom:10px;
}

/* 
------------------------------------------
conteudo
------------------------------------------
*/

#conteudo {
	width:860px;
	position:relative;
	float:left;
	margin-bottom:10px;
}

#destaques {
	position:relative;
	float:left;
	width:860px;
	height:257px;
	margin-bottom:25px;
}

/* 
------------------------------------------
rodape
------------------------------------------
*/

#rodape {
	background:url(../imgs/geral_topoRodape.gif) no-repeat left top;
	height:62px;
	width:860px;
	position:relative;
	float:left;
	padding-top:10px;
}

#bgFoot {
	background:url(../imgs/geral_bgRodape.gif) repeat-y left top;
}

#endereco {
	height:52px;
	margin:0 0 0 15px;
	padding-top:10px;
}

#endereco a:hover {
	color:#fff;
}

#endereco span {
	color:#999;
	position:relative;
	float:left;
}

#assinatura {
	width:98px;
	position:relative;
	float:right;
	margin:15px 0 0 0;
}


.clr {
	clear:both;
}
