 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-image: url(../imagem/back.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-position: center top;
}
.back  {
	background-color: #FFFFFF;

}
.a:link {
	font-size: 14px;
	text-decoration: none;
	color: #333333;
}
.a:visited {
	font-size: 14px;
	text-decoration: none;
	color: #333333;
}
.a:hover {
	font-size: 14px;
	text-decoration: underline;
	color: #333333;
}

.menu {
	background-color: #000000;
	height: 25px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 15px;
}

.menu_a:link {
	color: #FFFFFF;
	text-decoration: none;
	
}
.menu_a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menu_a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.p_link {
	margin-top: -7px;
	margin-bottom: -7px;
	padding-top: -7px;
	padding-bottom: -7px;
}



h1 {
	font-size: 18px;
	color: #A85D3D;
	margin-top: 0px;
}
h2 {
	font-size: 18px;
	color: #00953E;
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.h4 {
	font-size: 16px;
	color: #3EA633;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.titulo {
	font-weight: bold;
	text-align: center;
}
.texto {
}


.p_texto {
	text-align: justify;
}

.twoColFixLtHdr #container {
	width: 980px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {

} 
 
.twoColFixLtHdr #menu {
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	margin-top: 20px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: left;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #footer {
	height: 250px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 980px;
	color: #FFFFFF;
} 
.twoColFixLtHdr #container #footer img {
    margin-right: 5px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.twoColFixLtHdr  #container  #footer  a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #container #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #container #footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}




.twoColFixLtHdr #footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 40px;
}
.twoColFixLtHdr #footer h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.img {
	padding-bottom: 10px;
	padding-right: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.img2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.img_texto     {
	font-size: 10px;
}
.produto     {
	width: 360px;
	height: 320px;
	border: 2px solid #C69877;
	padding: 0px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.produto2 {
	width: 360px;
	height: 380px;
	border: 2px solid #C69877;
	padding: 0px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.center {
	text-align: center;
}
