@charset "utf-8";
/*CSS RESET*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
:focus {
    outline: 0;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
a img, iframe {
    border: none;
}
ol, ul {
    list-style: none;
}
input, textarea, select, button {
    font-size: 100%;
    font-family: inherit;
	border-color:#000
}
select {
    margin: inherit;
}
/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left:2em; }
/* == clearfix == */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

body{

	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	}

#container{
	width:100%;
	margin:0px;
	position:relative;
/** ok **/
	}
	
#containertop{
	width:100%;
	height:33px;	
	margin:0px;
	background:url(../img/c_2.jpg)
	}
#containertop1{
	width:300;
	float:right;
	margin:0px;
	text-align:left;
	}	
#containerrodape{
	width:100%;
	height:33px;	
	margin:0px;
	background:url(../img/r_2.jpg)
	}	
	
#containerrodape1{
	width:300;
	float:left;
	margin:0px;
	text-align:right;
	}	
	
	
	

h1 {
	color:#fff;						font-size:12px;


}
h4 {
	color:#333;						font-size:14px;
	font-weight:bolder;

}
h5 {
	color:#f33;						font-size:12px;
	font-weight:bolder;

}
p {
	font-family: Verdana, Arial, Sans-serif;
	color: #000;
}	
a {
	font-family: Verdana, Arial, Sans-serif;
	color: #000;
}	
/*TOPO*/

#topo{
	height:auto;
	margin:auto;
	
	width:805;
	text-align:center;
	overflow:hidden;		

}
	
#cabeca{
	text-align:left;

	}

#cabeca ul li{
	display:inline;
	float:left;
	}

#menu{
	text-align:center;
	margin:auto;	
	}
	
#menu_direito2{
	float:right;
	width:550px;
	text-align:left;
	padding:15px;
	size:20px;
	}	

#menu ul li{
	display:inline;
	float:left;
	}
	
#menu_produtos{
		clear:both;   					width:210px;
		height:15px;						margin-top:0px;
		list-style:none;		
		font-size:12px;					color:#333;
		background:#999;				padding:5px 0px 5px 10px;
		border-top: 1px solid #000;		border-bottom: 2px solid #000;
		border-left: 20px solid #000; 	border-right: 2px solid #000;
		text-align:left;
}

#menu_produtos2{
		width:210px;			height:10px;
		text-align:left;		margin-top:0px;
		padding-left:5px;		padding-bottom:8px;
		padding-top:8PX;		list-style:none;
		background:#bbb;		font-size:12px;	
		color:#333;				border: 1px solid #999;
}	


#corpo{
	width:805;
	margin:auto;
	text-align:left;
	background-color:#FFF;
	overflow:hidden;	
	}
#menu_esquerdo{
	float:left;
	width:210px;
	text-align:center;

	margin-top:0px;
	padding:1px;
	margin:0px auto;
	background-color:#FFF;
	overflow:hidden;		
}	
#menu_direito{
	float:right;
	width:585px;
	text-align:left;

	overflow:hidden;
	}
	

#produtos{
	background-color:#FFF;

	margin-left:5px;
	padding:5px;
	width:200px;
	float:left;
	font-size:12px;
	font-weight:bold;
	}
	
#conteudo{

background-color:#609
	width:400px;
	float:right;
	margin-right:5px;
	padding:5px;
	}

#conteudoproduto{

background-color:#609
	width:600px;
	float:left;
	margin-right:5px;
	padding:5px;
	}

#produtofoto{
	float:left;
	width:170px;
	text-align:center;
	border: 1px solid black;
    margin-top:3px; 
    margin-bottom:3px; 
	margin-left:3px;
	padding:8px;
	overflow:hidden;
	}

#produtotitulo{
overflow:hidden;
	background:#eee;
	width:160px;
	height:100;
	padding:8px;
	}
	
	
#rodape{
	margin-top:15px;
	width:auto;
	height:20px;
	font-size:12px;
	font-weight:bold;
	}

#credito{
	width:100%;
	height:30px;
	margin-bottom:10px;
	font-size: 10px;
	text-align:center;

	}
	
#divclear{
	clear:both;
	}
