/*Reset do CSS*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
/*Final do Reset do CSS*/

/* fontes estilizadas */

@font-face {
    font-family: 'OswaldRegular';
    src: url('fonte/oswald-webfont.eot');
    src: url('fonte/oswald-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonte/oswald-webfont.woff') format('woff'),
         url('fonte/oswald-webfont.ttf') format('truetype'),
         url('fonte/oswald-webfont.svg#OswaldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* body {
	margin:0;
	padding:0;
	height:100%;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:medium;
	color:#000;
	line-height:150%;
	
	background:url(images/backgroundSite.jpg) repeat-x top;
	
	}
	
p{
	font-size:.80em;
	padding:5px;
	}
	
a {
	color:#333;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}
h3{
	color:#3F8B4D;
	font-size:20px;
	font-weight:bold;
	margin-top:5px;
	border-bottom:1px solid #ccc;

}	
#wrapper {
	width:984px;
	height:565px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:5px;
	margin:0 auto;
	}
	
#logo {
	width:693px;
	height:85px;
	margin:0 30px;
	}
	
#menu {
	width:150px;
	height:416px;
	margin:10px 0 0;
	float:left;
	font-family:'OswaldRegular', Arial, Helvetica, sans-serif;
	}
	
#menu ul li a.menu {
	width:150px;
	height:32px;
	background:url(images/backMenu.png) no-repeat;
	margin:0px auto 1px;
	float:left;
	}
	
#menu ul li a.menu:hover {
	background:url(images/backMenuHover.png) no-repeat;
	}	

#menu a {
	text-align:center;
	margin:20px auto;
	display:inline;
	font-size:.90em;
	color:#000;
	text-decoration:none;
	padding:5px 0 0;
	}
	
#menu a:hover {
	color:#fff;
	}
	
#conteudoSite {
	width:575px;
	height:416px;
	background:#f5f5f5;
	float:left;
	margin:10px 14px 0;
	}
	
#conteudoSite h2.empresa {
	width:90%;
	height:87px;
	background:url(images/tituloHome.png) no-repeat;
	margin:0 auto;
	border-bottom:1px solid #ccc;
	}
	
#conteudoSite ul {
	padding:5px;
	}
	
#conteudoSite ul li {
	
	list-style-position:inside;
	font-size:.75em;
	}
	
#barraFotos {
	width:230px;
	height:517px;
	float:right;
	background:#666;
	position:relative;
	top:-90px;
	background:url(images/backgroundSelecao.png) no-repeat bottom;
	}
	
#gallery {
	width: 200px;
	height:auto;
	top:100px;
	position:relative;
	left:18px;
	text-align:center;
	color:#f90;
	font-weight:bold;
	}
	
#gallery ul li{
	float:left;
	width:80px;
	text-align:center;
	display:block;
	margin:0 10px;
	
	}
	
#rodape {
	height:45px;
	width:984px;
	text-align:center;
	font-size:.75em;
	color:#eeeeee;
	position:relative;
	top:-80px;
	z-index:2;

	}
#bloco-sidebar{
    height:412px;
	background:white;
	margin:4px;
	overflow:scroll;
	overflow-x:hidden;
}
/*Classes*/	

.clear {
	clear:both;
	}
.tamanho{
	height:400px;

}	

input[type="text"]{
float:left;
margin-left:10px;
}
input[type="submit"]{
float:right;
margin-right:33px;
margin-top:5px;

}
label{
float:left;
width:150px;
text-align:right;
font-size:14px;
}
select{
float:left;
margin-left:10px;
}
textarea{
width:300px;
float:left;
margin-left:10px;
}

#produtos ul{
	width:500px;
	list-style-image:none;
	margin-top:-40px;
	height:330px;
	margin:-70px 0 15px -20px;
}
#produtos-menor ul{
	width:500px;
	list-style-image:none;
	margin-top:-40px;
	height:200px;
	margin:-70px 0 15px -20px;
}

#produtos img,#produtos-menor img,#produtos-miniAplicadores img{
	padding:2px;
	border:1px solid #ccc;
}	

