*, html, body {
	padding:0;
	margin:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/body_bg.png) repeat-x;
}

img {border:0;}

#container {
	width:815px;
	background:#FFF;
	margin:0 auto;
	margin-top:60px;
	display:table;
	padding-bottom:20px;
}

#header {
	width:150px;
	padding:20px 35px 20px 35px;
	float:left;
}

#header #menu {
	margin-top:25px;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	list-style:none;
}

#container #menu a {
	color:#939598;
	border-bottom:solid 2px #EE958C;
	display:block;
	padding:3px 0 2px 0;
	text-decoration:none;
	width:100%;
}

#container #menu a:hover, .menu-active {color:#F66 !important;}

#container #content {
	margin-top:35px;
	padding:0px 10px 10px 20px;
	border-left:1px solid #d1d3d4;
	float:left;
	width:560px;
	color:#666;
}

#content h2 {
	margin-bottom:15px;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
}

#content h2, #content filter, #content h5 {color:#DC2B19;}
#content p {font-size:14px;}

#content .produtos-row {
	border-bottom:solid 2px #EE958C;
	padding-bottom:5px;
	margin-bottom:10px;
	height:130px;
}

#content .produto {
	width:270px;
	float:left;
	padding-right:10px;
}

#content .produto img {margin-right:10px; margin-bottom:15px; }

#content .produto h4 {
	font-size:13px;
	text-transform:uppercase;
	color:#6C6F70;
}

#content .produto p {
	font-size:12px;
	color:#6C6F70;
}

#content .produto h5 {
	font-size:14px;
	text-transform:uppercase;
	padding-top:5px;
	text-align:right;
}
#content .produto h5 img { margin:0;}
#content .produto h5 a {
	color:#DC2B19;
	text-decoration:none;
}
#content .produto h5 a:hover {text-decoration:underline;}
.img_destaque {padding:10px 0;}
.center {
	text-align:center;
	margin:0 auto;
}
.center a {color:#666;}
.form {list-style:none;}
.form label {display:block;}
.form-buttons {margin-top:5px;}
label.error {color:#F00; font-size:12px;}

.tbl_produtos {
	width:100%;
	border:1px solid #CCC;
}

.tbl_produtos td, .tbl_produtos th {
	padding:3px;
	margin:2px;
}
.tbl_produtos tbody tr:hover, .tr_hover {

	background:#F3F3F3;
}
.txt_quem_somos p {
	text-align:left;
}
.loja_hr {
	 color:#F00;
	 background:#F00;
	 border:#F00;
	 height:1px;
	 clear:both;
	 margin-bottom:10px;
}