/*
Theme Name: Teixeirão Madeiras
Author: Virtual Estudio
Author URI: http://virtualestudio.com.br
*/
@charset "utf-8";
/* CSS Document */

.alignleft{
    float: left;
    padding-right: 20px;
} 
.alignright{
float: right;
}
html, body, div, span, applet, object, iframe, table, caption,
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
:focus {
    outline: 0;
}
body {
    background: white;
    line-height: 1;
    color: black;
	font-family:Arial, Helvetica, sans-serif;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
/*--------------------------------  FIM RESET CSS --------------------------------------*/


.topo{
	width:100%;
	height:104px;
	background-image:url(imagens/fundo-topo.png);
	background-position:center;
	background-repeat:repeat-x;
	z-index:100;
	position:relative;
	}
.container-topo{
	z-index:100;
	position:relative;	
	width:1000px;
	margin:0 auto;
	display:table;
	}
.logo{
	float:left;
	padding-top:4px;
	padding-left:10px;
	}
.menu{
	float:right;
	padding-top:30px;
	padding-right:8px;
	}
.menu ul li{
	float:left;
	padding-left:2px;
	padding-right:2px;
	text-align:center;
	}
.menu ul li a{
	width:125px;
	height:30px;	
	display:block;
	background-image:url(imagens/fundo-menu.png);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	padding-top:7px;
	color:#FFF;
	text-decoration:none;
	letter-spacing:1px;
	}
.menu ul li a:hover{
		background-image:url(imagens/fundo-out.png);
		color:#189d06;
		}
.faixa-topo{
	background-image:url(imagens/fundobanner.jpg);
	background-repeat:repeat-x;
	background-position:center;
	background-position:top;
	margin-top:-23px;
	}
.faixa-topo-container{
	width:1000px;
	margin:0 auto;
	display:table;
	}
.banner{
	display:table;
	}
.banner img{
	margin-top:-23px;
	display:table;
	}
	
#slider {
    width: 999px; /* important to be same as image width */
    height: 350px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin:0px;
	padding:0px;
}
#sliderContent{
    width: 999px; /* important to be same as image width or wider */
	top: 0;
	margin-left: 0;
	margin:0px;
	padding:0px;
}
.sliderImage{
    float: left;
    position: relative;
	display: none;
	margin:0px;
	padding:0px;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 999px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong{
    font-size: 14px;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}

.titulo{
	padding-top:20px;
	font-size:26px;
	letter-spacing:1px;
	color:#189d06;
	padding-left:15px;
	padding-bottom:30px;
	font-weight:bold;
	}
/*----------------------------------FIM TOPO-----------------------------------*/

.meio{
	background-image:url(imagens/topo-meio.png);
	background-position:center;
	background-position:top;
	background-repeat:repeat-x;
	position:relative;
	z-index:10;
	margin-top:-33px;
	height:100px;
	width:100%;
	display:table;
	}
.container-meio{
	width:1000px;
	margin:0 auto;
	display:table;
	padding-top:50px;
	padding-bottom:40px;
	color:#323232;
	}
.destaque-1{
	float:left;
	width:310px;
	padding-right:43px;
	line-height:20px;
	}
.destaque-1 h3{
	color:#189d06;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	}
.destaque-2{
	float:left;
	width:300px;
	}
.destaque-2 img{
	padding-bottom:5px;
	}
.destaque-2 h1{
	color:#189d06;	
	font-size:16px;	
	font-weight:bold;
	border-bottom:3px solid #189d06;	
	font-weight:bold;
	margin-bottom:10px;
	}
.destaque-3{
	float:right;
	width:300px;		
	}
.destaque-3 img{
	padding-bottom:5px;
	}
.destaque-3 h2{
	color:#189d06;	
	font-size:16px;
	font-weight:bold;
	border-bottom:3px solid #189d06;	
	font-weight:bold;
	margin-bottom:10px;
	}	

.left-quemsomos{
	float:left;
	width:600px;
	border-right:3px #70a62f solid;
	padding-right:25px;
	color:#403d3e;
	}
.right-quemsomos{
	float:right;
	width:349px;
	color:#34601c;
	line-height:25px;
	}
.right-quemsomos p{
	padding-bottom:5px;
	padding-top:5px;
	}
.right-quemsomos img{
	float:left;
	padding-right:5px;
	}
.linkfacebook a{
	color:#34601c;
	text-decoration:none;
	}
.linkfacebook a:hover{
	text-decoration:underline;
	}
.destaque-quemsomos{
	color:#44861e;
	font-weight:bold;
	}

.titulo-form{
	color:#25550c;
	padding-top:15px;
	}
.input-form{
	background-color:#25550c;
	width:395px;
	border:0px;
	height:25px;
	padding-left:5px;
	color:#FFF;
	}	
.textarea-form{
	background-color:#25550c;
	width:395px;
	border:0px;
	height:25px;
	padding-left:5px;
	color:#FFF;
	height:	100px;
	}
.div-bt{
	width:400px;
	text-align:right;
	padding-top:15px;
	}
.bt{
	background-color:#25550c;
	border:0px;
	color:#FFF;
	cursor:pointer;
	font-size:18px;
	}
.titulo-contato{
	font-size:18px;
	color:#25550c;
	}
	
.texto{
	padding-bottom:10px;
	}
.titulo-destaque{
	color:#189d06;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	}

/*----------------------------------FIM TOPO-----------------------------------*/

.rodape{
	width:100%;
	background-image:url(imagens/fundo-rodepe.png);
	background-position:center;
	background-repeat:repeat-x;
	height:72px;
	}
.container-rodape{
	width:1000px;
	margin:0 auto;
	}	
.certificado-rodape{
	padding-bottom:5px;
	font-size:12px;
	color:#189d06;
	}
.left-rodape{
	float:left;
	margin-top:-20px;
	}
.right-rodape{
	float:right;
	padding-top:40px;
	padding-right:40px;
	color:#FFF;
	font-size:12px;
	letter-spacing:1px;
	}