@charset "utf-8";
/* CSS Document */

*{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;}
a{text-decoration:none;}

td {
	padding: 4px;
	vertical-align: top;
	border-bottom: 1px solid #E9E9E9;
	border-right: 1px solid #E9E9E9;
}
input, select, textarea {
	margin: 5px;
	font-size: 14px;
	padding: 5px;
}

a {
color: #333333;
}

a:hover {
	text-decoration: underline;
}


body {
	background: #FFF url(../imagens/bg_geral.jpg) repeat-x;
	text-align:center;
	/*font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;*/
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
}

#header {
	width: 990px;
	margin: 0 auto;
}


#menu_container {
	float: left;
	width: 570px;
	margin-top: 1px;
	text-align: left;
}

#menu {

}

#header h1 {
	background: url(../imagens/h1_logo.jpg) no-repeat;
	width: 253px;
	height: 116px;
	float: left;
	text-indent: -1000000px;
	margin-right: 40px;
	margin-top: 15px;
}

ul.menu {
	width: 549px;
	text-align: left;
	padding: 25px 5px;
	background: #333 url(../imagens/menu_bottom.jpg) bottom no-repeat;
}

ul.menu li{
	display: inline;
	font-size: 11px;
	text-transform: uppercase;
}

ul.menu li a {
	color: #FFF;
	padding: 6px;
	padding-top: 25px;
	font-weight: bold;
}

ul.menu li a:hover, li a.selected {
	background: url(../imagens/ico_seta.jpg) top center no-repeat;
	
	text-decoration: none;
}


ul.submenu {
	background: #E5E5E5;
	padding: 6px 10px;
}
ul.submenu li {
	display: inline;
}
ul.submenu li a {
	padding: 6px 10px;
	border-right: 1px solid #ccc;
}
ul.submenu li a:hover {
	background: #F5F5F5;
	text-decoration: none;
}

#destaques {
	background: #CCC url(../imagens/bg_destaques.jpg) repeat-x;
	padding: 10px;
}

#destaques_content {
	width: 990px;
	margin: 0 auto;
}

#slideshow_wrapper {
	background: url(../imagens/bg_destSlideshow.jpg) no-repeat;
	width: 527px;
	height: 190px;
	overflow: hidden;
	float: left;
	position: relative;
}

#slideshow{
	position: absolute;
	top: 34px;
	left: 42px;
}

#sobre {
	background: url(../imagens/bg_sobre.jpg) no-repeat;
	width: 234px;
	float: left;
	margin: 15px;
	padding: 15px;
	color: #666666;
	text-align: justify;
	
}

div.barra {
	background: url(../imagens/bg_degrade.jpg) bottom repeat-x;
	height: 25px;
}

#corpo_content {
	margin: 0 auto;
	width: 990px;
	text-align: left;
}

#footer {
	background-color: #333;
	padding: 6px;
	text-align: center;
	font-size: 11px;
	margin-top: 70px;
}

#footer a {
	color: #FFF;
}

div.col400 {
	width: 390px;
	float: left;
	padding: 10px;
	margin: 5px;
}

div.col250 {
	width: 250px;
	float: left;
	padding: 10px;
	margin: 5px;
}

/* headers */

h2 {
	font-size: 20px;
}

h2.sobre {
	background: url(../imagens/h2_sobre.jpg) no-repeat;
	width: 64px;
	height: 24px;
	text-indent: -1000000px;
	margin-bottom: 6px;
}

h2.noticias {
	background: url(../imagens/h2_noticias.jpg) no-repeat;
	width: 87px;
	height: 22px;
	text-indent: -1000000px;
	margin-bottom: 6px;
}

h2.blog {
	background: url(../imagens/h2_blog.jpg) no-repeat;
	width: 48px;
	height: 26px;
	text-indent: -1000000px;
	margin-bottom: 6px;
}

h2.contato {
	background: url(../imagens/h2_contato.jpg) no-repeat;
	width: 93px;
	height: 20px;
	text-indent: -1000000px;
	margin-bottom: 6px;
}

h2.empresa {
	background: url(../imagens/h2_empresa.jpg) no-repeat;
	width: 120px;
	height: 23px;
	text-indent: -1000000px;
	margin-bottom: 6px;
}

h2.produtos {
	background: url(../imagens/h2_produtos.jpg) no-repeat;
	width: 97px;
	height: 22px;
	text-indent: -1000000px;
	margin-bottom: 6px;
}

h2.servicos {
	background: url(../imagens/h2_servicos.jpg) no-repeat;
	width: 97px;
	height: 22px;
	text-indent: -1000000px;
	margin-bottom: 6px;
}

h2.twitter {
	background: url(../imagens/h2_twitter.jpg) no-repeat;
	width: 187px;
	height: 54px;
	text-indent: -1000000px;
	margin-bottom: 6px;
}

/* aux */

div.contactContainer {
	float: right;
	width: 460px;
	margin-top: 6px;
}

div.contactContainer p {
	text-align: left;
	padding-left: 20px;
	margin: 5px 0px;
	float: left;
	width: 200px;	
	height: 16px;
}

p.email {
	background: url(../imagens/ico_mail.jpg) no-repeat left center;
}

p.phone {
	background: url(../imagens/ico_phone.jpg) no-repeat left center;
}

p.chat {
	background: url(../imagens/ico_chat.jpg) no-repeat left center;
}

p.restrita {
	background: url(../imagens/ico_restrita.jpg) no-repeat left center;
}

p.vermais {
	background: url(../imagens/ico_vermais.gif) no-repeat left center;
	text-align: left;
	padding-left: 20px;
	margin: 10px 0px;
	float: right;
}

p.vejamais {
	background: url(../imagens/ico_vejamais.jpg) no-repeat left center;
	text-align: left;
	padding-left: 12px;
	margin: 10px 0px;
	float: right;	
}

div.texto {
	padding-top: 10px;
}

div.texto p {
	margin-bottom: 10px;
}

div.imagem_left {
	margin-right: 20px;
	padding: 5px;
	float: left;
}

div.imagem_right {
	margin-left: 20px;
	padding: 5px;
	float: right;
}

.clear {
	clear: both;
}

.boxErro {
	background-color:#FFD8D7;
	color:#990000;
	padding: 4px;
}

span.erro {
	background:url(../imagens/icones/icon_alert.gif) no-repeat;
	color: #990000;
	padding-left: 18px;
}

.boxOk {
	background-color: #E9FDDF;
	color: #006600;
	padding: 4px;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
}

.imgleft {
	float: left;
	margin: 5px;
	margin-right: 10px;
}

.imgright {
	float: right;
	margin-left: 5px;
}

.boxPadding {
	padding: 10px;
}

p.descricao {
	font-size: 11px;
	color: #666666;
	margin-bottom: 15px; 
}

a.plain {
	text-decoration: none;
	color: #666666;
}

a.plain:hover {
	text-decoration: none;
}

p.paginacao {
	display: block;
	text-align: right;
	padding: 20px 0px;
	color: #999999;
}

p.paginacao a {
	color: #666666;
}

/* plugins */

div.noticia {
	padding: 6px 0px;
	margin: 5px 0px;
	border-bottom: 1px solid #F5F5F5;
}

div.noticia h4 a{
	font-size: 12px;
	color: #151DA6;
	margin-bottom: 4px;
	display: block;
}

div.produto {
	float: left;
	width: 200px;
	padding: 10px;
	margin: 10px;
	background-color: #F5F5F5;
	border: 1px solid #E5E5E5;
}

div.produto img {
	margin-bottom: 10px;
}

ul.twitter li {
	background-color: #F5F5F5;
	padding: 4px;
	margin: 1px;
}


div.filedownload {
	background-color: #F5F5F5;
	margin: 5px;
	padding: 10px;
}

div.filedownload h4 {
	background: url(/imagens/folder_page.png) no-repeat left center;
	padding: 2px;
	padding-left: 20px;
	font-size: 12px;
	margin-bottom: 5px;
}

div.filedownload span {
	font-weight: bold;
}

