/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/



	@import "select.css";
	@import "header.css";
	@import "footer.css";
	@import "forms.css";



* {
	margin: 0;
	padding: 0;
}

body{

	background: #FFFFFF url(../images/body-bg.jpg) top right repeat-x;
	text-align: justify;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}


a{
	text-decoration: none;
	color: #333333;
}


img{
	border:0px;
}


h1, h2, h3 {
	margin: 0px;
	font-weight: normal;
}

.clear{
	clear: both;
}

/*######################  TÍTULOS  #######################*/

h1{
	float: left;
	width: 100%;
	margin-bottom: 22px;
	display: inline;
	font-size: 22px;
}

h2{
	float: left;
	width: 100%;
	margin-bottom: 18px;
	display: inline;
}


/*#####################################################*/

#page{
	width: 900px;
	height: auto;
	margin: auto;	
	float: left;
}


/*#####################################################*/

#content{
	width: 880px;
	height: auto;
	float: left;
	display: inline;
	background: url(../images/content-bg.jpg) top center repeat-y;
	margin-top: 0px;
	padding-left: 20px;
	padding-bottom: 80px;
}

#content-index{
	width: 890px;
	height: auto;
	float: left;
	display: inline;
	background: url(../images/content-bg.jpg) top center repeat-y;
	margin-top: 0px;
	padding-left: 10px;
	padding-bottom: 80px;
}
/*####################################################*/

#content-top{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 35px;
	margin-bottom: 15px;
}

#content-top-index{
	width: 100%;
	height: auto;
	float: left;
	background: url(../images/top-index-bg.gif) bottom right no-repeat;
}

#content-middle-index{
	width: 100%;
	height: auto;
	float: left;
	*margin-bottom: 40px;
}

#content-left{
	float: left;
	display: inline;
}

#content-right{
	float: right;
	display: inline;
}

#content-center{
	float: left;
}


.left-menu{
	width: 210px;
	height: auto;
	float: left;
}

ul.leftMenu{
	list-style-type: none;
	float: left;
	width: 210px;
	height: auto;
}

ul.leftMenu li{
	list-style-type: none;
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	color: #003B00;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	
}

ul.leftMenuIn{
	list-style-type: none;
	float: right;
	width: 195px;
	height: auto;
}

ul.leftMenuIn li{
	list-style-type: none;
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 2px;
	color: #003B00;
	font-size: 11px;
	text-transform: capitalize;
	font-weight: normal;
}



.left-text{
	width: 603px;
	height: auto;
	padding-top: 35px;
	text-align: justify;
	
}

.left-text2{
	width: 390px;
	height: auto;
	float: left;
	padding-top: 0px;
	text-align: left;

}

.left-text p{
	margin-bottom: 15px;
	float: left;
}

.right-produtos{
	width: 650px;
	height: auto;
	float: right;
	display: inline;
}


.right-itens{
	width: 234px;
	height: auto;
	padding-right: 10px;
	padding-left: 6px;
	float: right;
}

.right-itens .logos{
	width: 100%; 
	text-align: center; 
	margin-bottom: 50px;
	float: left;
}

.right-itens p{
	text-align: justify;
	margin-bottom: 25px;
	float: left;

}



/*############### página de links #####################*/

ul.links{
	list-style-type: none;
	float: left;
	width: 600px;
	height: auto;
}

ul.links li{
	list-style-type: none;
	float: left;
	display: inline;
	width: 155px;
	height: auto;
	margin-right: 40px;
	margin-bottom: 20px;
}

/*############### página de produtos#####################*/

ul.produtos{
	list-style-type: none;
	float: right;
	width: 650px;
	height: auto;
}

ul.produtos li{
	list-style-type: none;
	float: left;
	display: inline;
	width: 205px;
	height: 150px;
	margin-right: 10px;
	margin-bottom: 25px;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-align: left;
	
}

span.produto{
	font-size: 10px;
	font-weight: normal;
}

p.preco{
	font-size: 18px;
	color: #0099CC;
	font-weight: bold;
}

.produto-image{
	width: 80px;
	height: 135px;
	float: left;
	margin-right: 7px;
}

.produto-image img{
	float: right;
}


/*############### index #####################*/

#index-banner{
	width: 638px;
	height: 208px;
	padding-top: 10px;
	float: left;
	display: inline;
}

ul.produtosIndex{
	list-style-type: none;
	float: left;
	width: 100%;
	height: auto;
}

ul.produtosIndex li{
	list-style-type: none;
	float: left;
	display: inline;
	width: 205px;
	height: auto;
	margin-right: 15px;
	margin-bottom: 35px;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-align: left;
}

#content-bottom-index{
	width: 100%;
	height: bold;
	float: left;
}

#content-bottom-index .menu{
	width: 240px;
	height: auto;
	float: left;
	font-size: 11px;
	color: #333333;
	text-align: justify;
	margin-right: 80px;
}

#content-bottom-index .menu img.vejaMais{
	margin-left: 4px;
}




