/*FORMATO*/
*{margin:0; padding:0;}
body{
	background:url(images/bg8.jpg) repeat #fff;
}
#box{
	width:1000px;
	margin:0 auto; 
	background:#fff;
	padding:0 5px;
}
#divclear{
	clear:both;
}

.okcontato{
	width:978px;
	padding:5px;
	background:#d5ffdf;
	border:1px solid #0f0;
	font:16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	margin:10px 0 0 0;
	float:left;
}
.nocontato{
	width:978px;
	padding:5px;
	background:#FFC4C4;
	border:1px solid #F00;
	font:16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	margin:10px 0 0 0;
	float:left;
}

.ok{
	width:978px;
	padding:5px;
	background:#d5ffdf;
	border:1px solid #0f0;
	font:16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	margin-top:10px;
	float:left;
}
.no{
	width:978px;
	padding:5px;
	background:#FFC4C4;
	border:1px solid #F00;
	font:16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	margin-top:10px;
	float:left;
}

/*HEADER*/
#header{
	width:990px;
	height:605px;
	background:#FFF;
	float:left;
	margin-left:5px;
	border-bottom:5px solid #CCC;
}

#header_logo{
	width:400px;
	height:100px;
	float:left;
	margin:15px 0 0 10px;
}

#bloco_topo{
	width:150px;
	float:right;
}

#social{
	width:60px;
	float:right;
	margin:20px 15px 0 0;
}
#social .facebook{
	width:28px;
	height:28px;
	float:left;
	background:url(images/facebook.png) no-repeat top;
}
#social .facebook:hover{
	background:url(images/facebook.png) no-repeat bottom;
}
#social .twitter{
	width:28px;
	height:28px;
	float:right;
	background:url(images/twitter.png) no-repeat top;
}
#social .twitter:hover{
	background:url(images/twitter.png) no-repeat bottom;
}

#header .parceiro{
	width:150px;
	height:20px;
	float:right;
	margin:45px 15px 0 0;
}
#header .parceiro h4 a{
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	float:right;
	text-decoration:none;
}
#header .parceiro h4 a:hover{
	color:#03C;
}

#header_menu{
	width:990px;
	height:66px;
	background:url(images/navigation.png) no-repeat;
	float:left;
	margin:5px 0 0 0;
	z-index:997;
}


/* Top search */
#top-search {
	width:245px;
	float:right;
	margin:12px 0 0 0;
}
	#top-search .input-search {
		width:189px;
		height:33px;
		background:url(images/search-text.png) no-repeat left top;
		float:left;
		}
	#top-search input[type="text"] {
		border:none;
		background:none;
		color:#d6d6d6;
		width:153px;
		margin:0 0 0 18px;
		padding:8px 0 0 0;
	}
	#top-search #submit {
		width:39px;
		height:33px;
		border:none;
		background:url(images/search-button.png) no-repeat left top;
		cursor:pointer;
		float:left;
		margin:0;
		padding:0;
		border-radius:0;
		-moz-border-radius:0;
		-webkit-border-radius:0;
		}





/*MENU Horizontal*/
ul#nav {
	float:left;
	position: relative;
	margin:12px 15px 0 10px;
	z-index: 100;
	list-style: none;
}

ul#nav li {
	font:19px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:bold;
	font-variant:small-caps;
	display: block;
	float:left;
	position: relative;
	z-index:999;
}
ul#nav li:hover {
	visibility: inherit;
	}
ul#nav li a,
ul#nav li a span {
	display: block;
}
ul#nav li a {
	height: 30px;
	padding-left: 8px;
	text-decoration: none;
	position: relative;
	color:#999;
}
ul#nav li a span {
	height: 30px;
	line-height: 30px;
	padding-right: 10px;
	text-decoration: none;
	color:#CCC;
}
ul#nav li a span:hover{
	color:#F90;
}



/* Child Navigation */

ul#nav ul{
	position: absolute;
	width: 192px;
	list-style: none;
	display: none;
}
ul#nav ul ul { margin-top: -5px; }
ul#nav li ul li,
ul#nav li ul li.first_item,
ul#nav li ul li.last_item {
	background: url(images/global/dd_bg.png) no-repeat;
}
ul#nav li ul li{
	width: 192px;
	padding:0 1px;
	height:30px;
	background-position: left center;
	margin:0;
	font:16px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
ul#nav li ul li.first_item {
	background-position: left top;
	padding-top: 5px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
ul#nav li ul li.last_item {
	background-position: left bottom;
	padding-bottom: 7px;
}
ul#nav ul li a {
	background-image: none;
	border-bottom: solid 1px #a3a3a3;
	color: #fff;
	display: block;
	width:170px;
	height:30px;
	line-height:29px;
	padding: 0 10px;
	position: relative;
	text-decoration: none;
	z-index: 99;
}

/* Fixes bottom border when there is lots of child ULs */
ul#nav ul li.last_item li a,
ul#nav ul li.last_item li.last_item li a,
ul#nav ul li.last_item li.last_item li.last_item li a { border-bottom: solid 1px #a3a3a3; }

ul#nav ul li.last_item a,
ul#nav ul li.last_item li.last_item a,
ul#nav ul li.last_item li.last_item li.last_item a,
ul#nav ul li.last_item li.last_item li.last_item li.last_item a { border-bottom: none; }

ul#nav ul li a:hover {
	color: #F90;
	background:#333;
	text-decoration: none;
}
ul#nav ul li.sfHover > a {
	color: #F90;
	background-position: left -329px;
	background:#333;
}
ul#nav ul li a:active { line-height: 33px; }
ul#nav li:hover ul, 
ul#nav li.sfHover ul{
	left:0;
	top:35px;
	z-index:99
}
ul#nav li:hover li ul, 
ul#nav li.sfHover li ul,
ul#nav li li:hover li ul, 
ul#nav li li.sfHover li ul{ top:-999em }

ul#nav li li:hover ul, 
ul#nav li li.sfHover ul,
ul#nav li li li:hover ul, 
ul#nav li li li.sfHover ul{
	left: 190px; /* match ul width */
	top:0;
}

/* Child indicator */
ul#nav li a.sf-with-ul:active .sf-sub-indicator,
ul#nav li li a.sf-with-ul .sf-sub-indicator,
ul#nav li li a.sf-with-ul:hover .sf-sub-indicator,
ul#nav ul li.sfHover > a.sf-with-ul .sf-sub-indicator {	
	background: url(images/global/dd_arrows.png) no-repeat;
}

ul#nav li a.sf-with-ul .sf-sub-indicator {
	background-image: none;
	margin: 0;
	padding:0;
	display: block;
	background: url(images/global/dd_arrows.png) no-repeat right 2px;
	width: 10px;
	height: 12px;
	line-height: 1;
	text-indent: -9999em;
	position: absolute;
	top: 12px;
	right:10px;
}
ul#nav li li a.sf-with-ul .sf-sub-indicator { right: 3px; }
ul#nav li a.sf-with-ul span { padding-right: 30px; }





.grid_12 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}



/*CONTENT*/
#content{
	width:990px;
	float:left;
	background:#FFF;
}

/*CONTEUDO*/
#conteudo{
	width:990px;
	float:left;
	margin-left:5px;
	background:#FFF;
}


#topogeral{
	width:720px;
	height:38px;
	float:left;
	background:url(images/h3-bg.gif) repeat-x #000;
	border:1px solid #ccc;
	margin:20px 0 0 0;
}
#topogeral h3{
	font:20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	float:left;
	font-weight:bold;
	margin:5px 0 0 10px;
	border:0;
}
#topocontato{
	width:988px;
	height:38px;
	float:left;
	background:url(images/h3-bg.gif) repeat-x #000;
	border:1px solid #ccc;
	margin:20px 0 0 0;
}
#topocontato h3{
	font:20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	float:left;
	font-weight:bold;
	margin:5px 0 0 10px;
	border:0;
}


#bloco1{
	width:720px;
	height:310px;
	float:left;
	margin:20px 0 6px 0;
	border-bottom:1px dotted #999;
}

#bloco1 .residencial{
	width:360px;
	height:310px;
	float:left;
	margin:0;
	border-right:1px dotted #999;
}
#bloco1 .residencial .topo{
	width:345px;
	float:left;
}
#bloco1 .residencial h3 a{
	width:345px;
	float:left;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	margin:10px 0 0 0;
	text-decoration:none;
}
#bloco1 .residencial h3 a:hover{
	color:#03C;
}
#bloco1 .residencial h4 a{
	float:right;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:bold;
	margin:20px 20px 0 0;
	text-decoration:none;
}
#bloco1 .residencial h4 a:hover{
	color:#03C;
}

#bloco1 .topo h2 a{
	width:345px;
	height:25px;
	float:left;
	font:16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:bold;
	margin-top:3px;
	border-bottom:1px solid #F90;
	text-decoration:none;
}
#bloco1 .topo h2 a:hover{
	color:#03C;
}

#bloco1 .predial{
	width:345px;
	float:right;
}
#bloco1 .predial .topo{
	width:345px;
	float:right;
}
#bloco1 .predial h3 a{
	width:345px;
	float:left;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	margin:10px 0 0 0;
	text-decoration:none;
}
#bloco1 .predial h3 a:hover{
	color:#03C;
}
#bloco1 .predial h4 a{
	float:right;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:bold;
	margin:20px 0 0 0;
	text-decoration:none;
}
#bloco1 .predial h4 a:hover{
	color:#03C;
}


#bloco2{
	width:720px;
	float:left;
	margin:0 0 40px 0;
}
#bloco2 .topo{
	width:720px;
	height:38px;
	float:left;
	background:url(images/h3-bg.gif) repeat-x #000;
	border:1px solid #ccc;
	margin:22px 0 0 0;
}
#bloco2 .topo h3{
	font:20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:bold;
	margin:5px 0 0 10px;
}
#bloco2 .bottom{
	width:700px;
	float:left;
	margin:10px;
}
#bloco2 .bottom h1{
	font:25px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#F90;
	font-weight:bold;
	float:left;
}
#bloco2 .bottom p{
	width:700px;
	float:left;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	margin:5px 0;
}
#bloco2 .bottom ul{
	width:700px;
	float:left;
	list-style:none;
	display:inline;
	margin:10px 0 0 0;
}
#bloco2 .bottom ul li{
	width:330px;
	float:left;
	margin:5px;
	padding:5px;
}
#bloco2 .bottom ul li:hover{
	background:#EBEBEB;
}
#bloco2 .bottom ul li img{
	width:128px;
	height:128px;
	float:left;
	border:1px solid #999;
	padding:1px;
}
#bloco2 .bottom .detalhes{
	width:190px;
	float:right;
	margin-left:5px;
}
#bloco2 .bottom .detalhes h2 a{
	font:16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:bold;
	float:left;
	text-decoration:none;
}
#bloco2 .bottom .detalhes h3 a{
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	float:left;
	margin:5px 0;
	text-decoration:none;
}


/*CAROSSEL GALERIA*/
#carosel{
	width:723px;
	height:200px;
	float:left;
	margin:20px 0 10px 0;
	padding-bottom:20px;
	overflow:hidden;
	border-bottom:2px solid #CCC;
}

.carosel{
	overflow:hidden;
}
.carosel ul{
	list-style:none;
	float:left;
}
.carosel ul li{
	width:145px;
	height:190px;
	padding:5px; 
	margin:0 7px 0 7px;
	float:left;

}
.carosel ul li:hover{
	background:#EBEBEB;
}

.carosel ul li img{
	width:140px;
	height:100px;
	float:left;
	border:1px solid #666; 
	padding:1px;
}
.carosel ul li h2 a{
	width:145px;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:bold;
	float:left;
	text-decoration:none;
	margin:5px 0 0 0;
}
.carosel ul li h3 a{
	width:145px;
	font:10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	float:left;
	text-decoration:none;
	margin:5px 0 0 0;
}
.prev{
	float:left;
	width:20px;
	height:200px;
	border:1px solid #ccc;
	background:url(images/setas_carosel_e.jpg) top no-repeat #CCC;
	margin:0 3px 0 0;
}
.prev:hover{
	background:url(images/setas_carosel_e.jpg) bottom no-repeat #CCC;
}
.next{
	float:right;
	width:20px;
	height:200px;
	border:1px solid #ccc;
	background:url(images/setas_carosel_d.jpg) top no-repeat #CCC;
	margin:0 1px 0 0;
}
.next:hover{
	background:url(images/setas_carosel_d.jpg) bottom no-repeat #CCC;
}



/*SIDEBAR*/
#sidebar{
	width:250px;
	float:right;
	padding-top:20px;
}
#sidebar .newsletter{
	width:250px;
	float:left;
	margin-bottom:30px;
	background:#E5E5E5;
}
#sidebar .newsletter form{
	float:left;
	margin:5px 0;
}

#sidebar .newsletter legend{
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:bold;
	float:left;
}

#sidebar .newsletter .newsinput{
	width:200px;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	border: solid 1px #666;
	background: #fff url(images/global/form_field_light.png) repeat-x left top;
	padding: 3px 5px;
	margin:0 0 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#sidebar .newsletter label{
	float:left;
	margin:5px 0 0 20px;
}
#sidebar .newsletter p{
	font:12px Tahoma, Geneva, sans-serif;
	color:#000;
	font-weight:bold;
	text-align:center;
	margin:0 0 10px 0;
}
#sidebar .newsletter .btnews{
	width:62px;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	float:right;
	margin:0 93px 0 0;
	padding:2px;
}



#noticias{
	width:250px;
	float:left;
	margin:10px 0 13px 0;
}

#noticias .news{
	width:250px;
	float:left;
	margin:0;
	padding:0;
}

#noticias .news ul{
	width:250px;
	margin:0;
	padding:0;
	float:left;
	list-style:none;
	
}
#noticias .news ul li{
	width:250px;
	margin:5px 0 0 0;
	padding:0;
	float:left;
}
#noticias .news ul li a{
	text-decoration:none;
}

#noticias .data{
	width:40px;
	height:50px;
	float:left;
	margin:5px 0 0 0;
	background:url(images/btdata.jpg) #FFF;
}
#noticias .data h3{
	height:18px;
	font:18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#F90;
	font-weight:bold;
	float:left;
	margin:-5px 0 0 8px;
	padding:0;
}
#noticias .data h4{
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:bold;
	float:left;
	margin:0 0 0 9px;
	padding:0;
}
#noticias .data h5{
	font:9px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:bold;
	float:left;
	margin:0 0 0 9px;
	padding:0;
}
#noticias .news .novidades{
	width:210px;
	margin:0;
	padding:0;
	float:left;
}
#noticias .news .novidades h1 a{
	width:205px;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:bold;
	float:left;
	margin:5px 0 0 5px;
	text-decoration:none;
}
#noticias .news .novidades h1 a:hover{
	color:#F60;
}
#noticias .news .novidades p a{
	width:205px;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	float:left;
	margin:0 0 0 5px;
	text-decoration:none;
}
#noticias .news .novidades p a:hover{
	color:#F60;
}






#sidebar .informativos{
	width:250px;
	float:left;
	margin:10px 0 10px 0;
}
#sidebar .informativos ul{
	width:250px;
	float:left;
	display:block;
	list-style:none;
	margin-top:10px;
}
#sidebar .informativos ul li{
	width:250px;
	float:left;
	margin:2px 0;
	border-bottom:1px dotted #CCC;
	padding-bottom:5px;
}
#sidebar .informativos ul li h4{
	width:240px;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#F90;
	float:left;
	margin-left:5px;
}
#sidebar .informativos ul li h3 a{
	width:240px;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:bold;
	float:left;
	margin:3px 0;
	margin-left:5px;
	text-decoration:none;
}
#sidebar .informativos ul li p a{
	width:240px;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	float:left;
	margin:3px 0 0 5px;
	text-decoration:none;
}
#sidebar .informativos ul li h3 a:hover,
#sidebar .informativos ul li p a:hover{
	color:#F60;
}


#sidebar .top{
	width:250px;
	height:40px;
	background:url(images/top.jpg) no-repeat;
	float:left;
	margin:0;
}
#sidebar .top h3{
	width:190px;
	font:20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:bold;
	float:left;
	margin:7px 10px;
}
#sidebar .top h5 a{
	width:20px;
	font:16px Arial, Helvetica, sans-serif;
	color:#FFF;
	float:right;
	margin:8px 10px 0 0;
	text-decoration:none;
}
#sidebar .top h5 a:hover{
	color:#F90;
}

#sidebar .virtual{
	width:250px;
	float:left;
	margin:0 0 15px 0;
	overflow:hidden;
}
#sidebar .virtual h4{
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:bold;
	float:left;
	margin:10px 0 2px 0;
}
#sidebar .virtual ul{
	width:250px;
	height:125px;
	float:left;
	display:block;
	list-style:none;
}
#sidebar .virtual ul li{
	display:block;
	width:250px;
	float:left;
	margin:2px 0;
}
#sidebar .virtual ul li a img{
	border:0;
}







/*EMPRESA*/

#empresa{
	width:720px;
	height:310px;
	float:left;
	margin:0;
}

#empresa h1{
	font:40px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#F60;
	font-weight:bold;
	
	letter-spacing:1px;
	float:left;
	margin:30px 0 0 40px;
}
#empresa h2{
	font:40px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:bold;
	
	letter-spacing:1px;
	float:left;
	margin:30px 0 0 10px;
}
#empresa h3{
	width:640px;
	font:18px Tahoma, Geneva, sans-serif;
	color:#999;
	text-align:justify;
	float:left;
	margin:0 10px 25px 40px;
	padding-bottom:5px;
	border-bottom:1px solid #CCC;
}
#empresa p{
	width:640px;
	font:16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	text-align:justify;
	float:left;
	margin:5px 0 10px 40px;
}
#empresa .logo{
	float:left;
	margin:50px 0 0 190px;
}



/*PRODUTOS*/

#produtos{
	width:722px;
	float:left;
	background:#FFF;
	margin-bottom:30px;
}
#produtos .topo{
	width:722px; 
	float:left;
	margin:10px 0 10px 0;
	padding-bottom:20px;
	border-bottom:1px dotted #CCC;
}
#produtos .topo ul.menu{
	width:355px;
	float:left;
	list-style:none;
	margin:15px 0 0 0;
}

#produtos .topo ul.menu li{
	width:300px;
	float:left;
	margin:8px 0 0 45px;
}
#produtos .topo ul.menu li a{
	float:left;
	font:18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	font-weight:bold;
	text-decoration:none;
	margin-left:5px;
	font-variant:small-caps;
	letter-spacing:4px;
}
#produtos .topo ul.menu li a:hover{
	color:#000;
}

#produtos .topo ul.menu2{
	width:355px;
	float:left;
	list-style:none;
	margin:0 0 0 0;
}
#produtos .topo ul.menu2 li{
	width:300px;
	float:left;
	margin:8px 0 0 45px;
}
#produtos .topo ul.menu2 li a{
	float:left;
	font:18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	font-weight:bold;
	text-decoration:none;
	margin-left:5px;
	font-variant:small-caps;
	letter-spacing:4px;
}
#produtos .topo ul.menu2 li a:hover{
	color:#000;
}



#produtos .topo h1{
	width:355px;
	font:40px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	font-weight:bold;
	float:left;
	margin:0 0 0 10px;
}
#produtos .topo h2{
	width:355px;
	font:25px Tahoma, Geneva, sans-serif;
	color:#F90;
	float:left;
	margin:10px 0 0 10px;
}
#produtos .topo h3{
	width:355px;
	font:32px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#386F88;
	font-weight:bold;
	float:left;
	margin:5px 0 0 10px;
}
#produtos .topo h4{
	width:355px;
	font:22px Tahoma, Geneva, sans-serif;
	color:#2B637F;
	float:left;
	margin:10px 0 0 10px;
}

#produtos .conteudo{
	width:722px;
	float:left;
}

#produtos .conteudo .corpo{
	width:722px;
	float:left;
	margin:10px 0 0 0;
}
#produtos .conteudo .corpo p{
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:23px;
}
#produtos .conteudo .corpo hr{
	width:722px;
	border:1px solid #ccc;
	float:left;
	margin:30px 0;
}
#produtos .conteudo .corpo h1{
	float:left;
	font-weight:normal;
}

#produtos .conteudo .corpo tr{
}
#produtos .conteudo .corpo td{
	padding:5px 0;
}

#produtos .conteudo .corpo td h2{
	font:16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:bold;
}
#produtos .conteudo .corpo td p{
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
}

/*PRODUTOS BOX GALERIA*/
#produtos .galeria{
	width:722px;
	float:left;
	margin:10px 0 0 0;
}

#produtos .galeria ul{
	width:722px;
	overflow:hidden;
	list-style:none;
	padding:10px 0 5px 12px;
}
#produtos .galeria ul li a{
	float:left; 
	width:150px;
	border:none;
	text-decoration:none;
}
#produtos .galeria ul li{
	width:150px;
	height:250px;
	float:left;
	overflow:hidden;
	margin:5px 17px 15px 10px;
	
}
#produtos .boxgal {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width:150px;
    height:250px;
	padding::10px;
}
#produtos .boxgal img{
	width:144px;
	border:1px solid #999;
	padding:2px;
}
#produtos .boxgal img:hover{
	border:1px solid #F90;
}
#produtos .boxgal * {
    vertical-align: middle;
}

<!--[if lt IE 8]>
.boxgal span {
    display: inline-block;
    height: 100%;
}
</style>
<!--[endif]-->


/*PRODUTOS BOX ICONES*/

#produtos .box_icon_add{
	width:722px;
	float:left;
}
#produtos .box_icon_add ul{
	width:722px;
	float:left;
	list-style:none;
	margin:30px 0 0 0;
	padding:30px 0;
	border-top:2px dotted #999;
}
#produtos .box_icon_add ul li{
	width:215px;
	height:190px;
	background:#FFF;
	float:left;
	margin:5px 0 0 20px;
}
#produtos .box_icon_add ul li .descricao{
	width:160px;
	float:right;
	margin:0;
}
#produtos .box_icon_add ul li h2{
	width:160px;
	font:16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:bold;
	float:left;
	margin:0;
}
#produtos .box_icon_add ul li h3{
	width:160px;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	float:left;
	margin:10px 0 0 0;
}


/*NOTICIAS*/

#noticias_list{
	width:722px;
	float:left;
}
#noticias_list ul{
	width:722px;
	float:left;
	margin:30px 0;
	list-style:none;
}
#noticias_list ul li{
	width:722px;
	float:left;
	margin:10px 0;
	border-bottom:1px dotted #999;
	padding-bottom:5px;
}
#noticias_list ul li h1 a{
	width:652px;
	font:20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	font-weight:bold;
	float:left;
	margin:0 0 0 10px;
	text-decoration:none;
}
#noticias_list ul li h2 a{
	width:652px;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	float:left;
	margin:10px 0 10px 10px;
	text-decoration:none;
}
#noticias_list ul li h1 a:hover{
	color:#000;
}
#noticias_list ul li h2 a:hover{
	color:#000;
}

#noticias_list ul li .data{
	width:55px;
	float:left;
	margin:0;
	background:url(images/btdata.jpg) #FFF;
}
#noticias_list ul li .data h3{
	font:30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#F90;
	font-weight:bold;
	float:left;
	margin:-5px 0 0 8px;
	padding:0;
}
#noticias_list ul li .data h4{
	font:20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:bold;
	float:left;
	margin:0 0 0 9px;
	padding:0;
}
#noticias_list ul li .data h5{
	font:15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:bold;
	float:left;
	margin:0 0 0 9px;
	padding:0;
}

#noticias_conteudo{
	width:722px;
	float:left;
	margin:30px 0;
}
#noticias_conteudo p{
	margin:0 0 20px 0;
	line-height:23px;
}
#noticias_conteudo h1{
	width:712px;
	font:30px Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:bold;
	float:left;
	margin:10px 0 0 0;
	padding-left:10px;
	font-variant:small-caps;
	letter-spacing:2px;
	text-decoration:none;
}
#noticias_conteudo h3{
	width:712px;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#999;
	font-weight:bold;
	float:left;
	margin:5px 0 10px 0;
	padding:0 0 5px 10px;
}
#noticias_conteudo .conteudo_noticia img{
	border:1px solid #999;
	padding:2px;
}
#noticias_conteudo .conteudo_noticia{
	width:702px;
	float:left;
	margin:30px 0 0 10px;
}


/*PÁGINAS SMART TABLET ACESSIBILIDADE SUSTENTABILIDADE*/

#paginas{
	width:722px;
	float:left;
	margin:30px 0;
}
#paginas p{
	margin:0 0 20px 0;
	line-height:23px;
}
#paginas h1{
	width:712px;
	font:40px Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:bold;
	float:left;
	margin:10px 0 0 0;
	padding-left:10px;
	font-variant:small-caps;
	letter-spacing:2px;
}
#paginas h2{
	width:712px;
	font:22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#F90;
	font-weight:bold;
	float:left;
	margin:5px 0 10px 0;
	padding:0 0 5px 10px;
	text-decoration:none;
}
#paginas .corpo{
	width:702px;
	float:left;
	margin:50px 0 0 10px;
}
#paginas .corpo img{
	
}
#paginas .corpo hr{
	width:712px;
	border:1px solid #ccc;
	float:left;
	margin:30px 0;
}
#paginas .corpo li{
	padding:5px 0;
}

/*CONTATO*/

#contato{
	float:left;
	width:965px;
}
#contato h2{
	width:930px;
	font-size:22px;
	font-family:  MyriadProSemiBold, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	float:left;
	padding:5px;
	border-bottom:1px dotted #999;
	margin:15px 0 0 25px;
}

#contato_info{
	width:365px;
	float:right;
	margin:54px 0 46px 0;
}
#contato_info h4{
	width:310px;
	font:18px Tahoma, Geneva, sans-serif;
	color:#333;
	font-weight:bold;
	float:left;
	margin:0 0 10px 45px;
}
#contato_info h5{
	width:310px;
	font:16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	float:left;
	margin:0 0 5px 45px;
}
#contato_info p{
	width:310px;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	float:left;
	margin:0 0 5px 45px;
}
#contato_info .tel{
	float:left;
	margin-bottom:30px;
}

#formcontato{
	width:540px;
	margin:40px 0 50px 30px;
	float:left;
}
#formcontato form{
	width:540px;
	float:left;
}
#formcontato fieldset{
	width:540px;
	border:0; 
	margin:0 0 5px 20px; 
	color:#069; 
	font-weight:bold;
	float:left;
}
#formcontato legend{
	font:14px Arial, Helvetica, sans-serif;
	color:#333;
	margin-bottom:3px;
}
#formcontato input{
	padding:3px 5px; 
	font:16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#333;
	float:left;
}
#formcontato textarea {
	width:500px;
	padding:3px 5px; 
	font:16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#333;
	float:left;
}
#formcontato select {
	font:15px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#333;
	float:left;
}

#formcontato textarea:hover {
	border:1px solid #666;
}


#formcontato .text_field{
	width:500px;
	float:left;
}
#formcontato .text_field:hover {
	border:1px solid #666;
}

#formcontato .text_field_n{
	width:90px;
	float:left;
}
#formcontato .text_field_n:hover {
	border:1px solid #666;
}
#formcontato .numeroclass{
	width:105px;
	float:left;
}

#formcontato .text_field_bairro{
	width:190px;
	float:left;
}
#formcontato .text_field_bairro:hover {
	border:1px solid #666;
}

#formcontato .bairroclass{
	width:205px;
	float:left;
	margin:0 0 0 30px;
}

#formcontato .text_field_cep{
	width:130px;
	float:left;
}
#formcontato .text_field_cep:hover {
	border:1px solid #666;
}
#formcontato .cepclass{
	width:145px;
	float:left;
	margin:0 0 0 30px;
}

input.text_field,
.text_field_cep,
.text_field_bairro,
.text_field_n,
.text_field_select,
textarea, 
select{
	border: solid 1px #adadad;
	background: #ececec url(images/global/form_field_light.png) repeat-x left top;
	padding: 3px 5px;
	margin:0 0 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.select:hover{
	border:1px solid #666;
}




/**/
/**/
/*FOOTER*/

#footer_bg{
	margin:0 auto;
	background:url(images/footer_bg.jpg) repeat-x #000;
}
#footer{
	width:1010px;
	height:300px;
	margin:0 auto;
	clear:both;
    background:#232525;
	margin-bottom:15px;
}

#footer_top{
	width:990px;
	height:250px;
	float:left;
	padding:0 5px;
	background:#232525;
}

#footer_top .box1{
	width:150px;
	float:left;
	margin:15px 0 0 0;
}
#footer_top .box1 h3{
	width:150px;
	font:22px "Times New Roman", Times, serif;
	color:#E0E0E0;
	float:left;
	border-bottom:1px solid #424444;
	padding-bottom:10px;
}
#footer_top .box1 ul{
	width:150px;
	float:left;
	list-style:none;
	margin:10px 0 0 0;
}
#footer_top .box1 ul li{
	float:left;
	width:150px;
	display:block;
}
#footer_top .box1 ul li a{
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#999;
	text-decoration:none;
	font-style:italic;
	letter-spacing:1px;
	float:left;
	margin:5px 0 0 5px;
}
#footer_top .box1 ul li a:hover{
	color:#F90;
}

#footer_top .box2{
	width:410px;
	float:left;
	margin:15px 0 0 20px;
}
#footer_top .box2 h3{
	width:410px;
	font:22px "Times New Roman", Times, serif;
	color:#E0E0E0;
	float:left;
	border-bottom:1px solid #424444;
	padding-bottom:10px;
}
#footer_top .box2 ul{
	width:410px;
	float:left;
	list-style:none;
	margin:10px 0 0 0;
}
#footer_top .box2 ul li{
	float:left;
	width:195px;
	display:inline;
	margin-right:10px;
}
#footer_top .box2 ul li a{
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#999;
	text-decoration:none;
	font-style:italic;
	letter-spacing:1px;
	float:left;
	margin:5px 0 0 5px;
}
#footer_top .box2 ul li a:hover{
	color:#F90;
}
#footer_top .box3{
	width:390px;
	float:right;
	margin:15px 0 0 0;
}
#footer_top .box3 h3{
	width:390px;
	font:22px "Times New Roman", Times, serif;
	color:#E0E0E0;
	float:left;
	border-bottom:1px solid #424444;
	padding-bottom:10px;
}
#footer_top .box3 h4{
	width:390px;
	font:16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#f4f4f4;
	font-style:italic;
	font-weight:bold;
	float:left;
	margin:12px 0 5px 0;
}
#footer_top .box3 h5{
	width:390px;
	font:16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#999;
	font-style:italic;
	float:left;
}


#footer_copy{
	width:1000px;
	height:40px;
	float:left;
	background:#000;
	padding:5px;
}

#footer_copy h2{
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#ccc;
	font-weight:bold;
	float:left;
	margin:10px 0;
}
#footer_copy h3{
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#ccc;
	float:right;
	margin:10px 0;
}

















