/*############################################################## 
	@AtivaWeb:		www.zw3.com.br
	@Autor:			Éber Costa
	@e-mail:		ebersc@gmail.com
	@data:			04/01/2010
	@content:		Folha de estilo para o layout principal 
###############################################################*/

*{margin:0;padding:0;}
address,th{font-style:normal;font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
img,fieldset{border:none;}
ol,ul{list-style:none; font-size:inherit; margin: 0;}
ul li{margin: 0px;}
a{text-decoration:none; color:#000099;}
div{position:relative; text-align:left;}
h1, h2, h3, h4, li{margin: 0}
h3{font-size: 14px;}

body{
	font-family: Arial;
	font-size:12px;
	color: #000;
	background: #FFF;
	margin: 0px;
}

#topo{
	width: 980px;
	height: 278px;
	margin: 0 auto;
}

.corpo{
	width: 970px;
	margin: 0 auto;
}


#nav{
	height: 18px;
	padding: 3px 0px 2px 0px;
	width: 100%;
	background: url("images/bg_nav.gif") repeat-x;
	color: #FFF;
	font-size: 11px;
}
#logoTop{
	height: 55px;
	padding: 4px 0px 0px 0px;
	width: 100%;
	background: url("images/bg_header.gif") repeat-x;
}

#container{
	width: 100%;
	padding-top: 5px;
	background: url("images/bg_container.gif") repeat-x;
}

#main{
	margin: 0 auto;
	width: 950px;
	padding: 10px;
	background: url("images/bg_main.gif") repeat-x;
}

#conteudo{
	padding: 5px;
	background: url("images/bgConteudo.jpg") bottom no-repeat;
	min-height: 400px;
}

.conteudoEsq{
	float: left;
	width: 600px;
}

.conteudoDir{
	float: left;
	width: 328px;
	margin-left: 10px;
}

#bannerEsq{
	width: 600px;
	height: 270px;
	background: red;
	margin-bottom: 10px;
}

#sobre_principal p{
	font-size: 14px;
}

#videoPrincipal{
	float: left;
	width: 320px;
}

#detalhesEmpresas{
	float: left;
	width: 260px;
	margin-left: 20px;
}
#detalhesEmpresas p{
	font-size: 10px;
	color: #888;
}
a.tituloDetalhesEmp{
	font-size: 13px;
	color: #006B9F;
}
#detalhesEmpresas li{
	margin-bottom: 20px;
}

.imgDetalhesEmp{
	margin-right: 8px;
	float: left;
	width: 45px;
	padding-top: 5px;
}
.resumoDetalhesEmp{
	float: left;
	width: 200px;
	text-align: justify;
}

.noticias{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #999;
}


.titulo_cont{
	font-size: 18px;
	font-weight: bold;
	color: #006B9F;
}

.links_topo li{
	display: inline;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #666;
}
.links_topo a{
	color: #CCC;
}
.links_topo a:hover{
	color: #FFF;
}

#footer{
	width: 970px;
	margin: 0 auto;
	font-size: 10px;
	margin-bottom: 10px;
}


ul.menu li{
	font-size: 13px;
	display: inline;
	margin: 0px 15px 10px 0px;
	border-right: 1px dotted #666;
	padding-right: 10px;
	font-weight: bold;
}
ul.menu li a{
	color: #666;
}
ul.menu li a:hover{
	color: #000;
}

.footerL{
	float: left;
}
.footerR{
	float: right;
}

h3#comments{
	margin-bottom: 8px;
	font-size: 12px;
}

ol.commentlist{
	margin-bottom: 10px;
}

ol.commentlist li {
	padding: 10px;
	background: #FFF;
	border-bottom: 3px solid #CCC;
}

div#respond{
	padding: 10px;
}
div#respond p{
	margin-bottom: 5px;
}

.post p{
	margin-bottom: 12px;
}

.post h2 h3 h4{
	margin-top: 12px;
}

.clear {
	clear: both;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */