*{
	border:0;
	margin:0;
	font-family:"PT Sans Narrow";
}
a {
	text-decoration:none;
	color:inherit;
}
a:visited{
	color:inherit;
}
body{
	background-color:#e6e6e6;
}
header{
	background-color:#008c45;
	color:white;
	height:55px;
}
footer{
	background-color:#575757;
	min-height:260px;
	color:white;
	padding-top:10px;
	padding-bottom:2px;
}
input, textarea, select {
	border:1px solid #dbdfe6;
	margin-top:1px;
	background:#FFFFFF;
}
.siteBoundaries{
	width:1000px;
	margin:0 auto;
}
#headerContent{
	padding-top:20px;
}
#visitorData{
	float:left;
}
#companyPhone{
	float:right;
}
#siteContent{
	height:auto;
}
#siteContentLogo{
	float:left;
	height:100%;
}
#siteContentLogo img {
	position: relative;
	top: 50%;
	margin-top: -15%;
}
#siteContentTop{
	height:180px;
	padding-top:10px;
}
#quadro_produtos{
	margin-top:20px;
}
#box_produto{
	width:201px;
	height:350px;
	background-color:white;
	float:left;
	margin-right:25px;
	margin-bottom:25px;
	padding:15px;
}
#box_produtoimg {
	width:95%;
	height:230px;
	margin:5px auto;
}
#tituloProduto{
	height:70px;
	font-size:18px;
	color:#333333;
	line-height:125%;
	overflow:hidden;
}
.valorpromodescontado{
	font-size: 28px;
	text-align: left;
	color: #2382CF;
	float:left;
}
.valorpromo{
	padding-top:8px;
	float:right;
}
#txt_pos_valor{
	clear:both;
}
.detailContainer{
	margin-top:5px;
	line-height:30px;
	width:50%;
	background-color:#333333;
	color:white;
	text-align:center;
}
.btoComprar{
	float:left;
        display:none;
        height:0;
}
.btoDetalhe{
	float:right;
        width:100%;
}
.botao {
	background:#333333;
	border:0px;
	color:#FFFFFF;
	font-size:10px;
	width:80px;
}
#menuPaginasTopo {
	float:right;
	text-transform:uppercase;
	margin-top:5px;
}
#topBanner{
	z-index:-100;
	max-width:100%;
	overflow:hidden;
}
#topBanner img{
	position:relative;
	left:100%;
	margin-left:-200%;
}
#siteContentTopMenu{
	height:100%;
	text-align:center;
}
#siteContentTopMenuBar{
	background-color:white;
	height:60px;
	text-transform:uppercase;
	cursor:pointer;
	display:table;
	width:100%;
}
#siteContentTopMenu ul{
	width: 100%;
	text-align: center;
}
#siteContentTopMenu li{
	height:60px;
	font-size:17px;
	color:black;
	padding:0 10px 0 10px;
	background: url('../img/menuDecoration.png') right center no-repeat;
	text-align:center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
#siteContentTopMenu li:hover{
	font-weight:bold;
	background: url('../img/menuDecorationHover.png') right center no-repeat;
}
#siteContentTopMenu li a{
	height:60px;
	display:table-cell;
	vertical-align:middle;
	padding:0 7px 0 13px;
	max-width:128px;
	min-width:85px;
	text-decoration:none;
}
#siteContentTopMenuBar .menuItemsBox{
	position:absolute;
	border:0px solid #008c45;
	border-top:0px solid #008c45;
	border-bottom:1px solid #008c45;
	max-width:150px;
	overflow:visible;
	display:none;
	background-color:#008c45;
	color:white;
	padding:1px;
	z-index:5000;
}
#siteContentTopMenuBar .menuItemsBox ul{
	width:inherit;
}
#siteContentTopMenuBar .menuItemsBox li{
	font-size:14px;
	min-height:30px;
	line-height:25px;
	background-image:none;
	width:100%;
	padding:0;
	margin:0;
	display:inline-block;
	height:auto;
}
#siteContentTopMenuBar .menuItemsBox li a{
	color:white;
	display:inline-block;
	padding:0;
	max-width:none;
	width:100%;
	height:auto;
}
#siteContentTopMenuBar .menuItemsBox li a:hover{
	background-color:#dcffed;
	color:black;
	min-height:30px;
}
#siteContentTopMenuBar .menuItemsBox li.arrow_top {
	position:absolute;
	top:-12px;
	left:24px;
	width:13px;
	height:8px;
	display:block;
	border:none;
	background:url('../img/arrow_top.png') no-repeat left top;
	z-index:5100;
}
#detalheProdutoL{
	float:left; 
	padding-left:20px;
	text-align:center;
	position:relative;
	top:15px;
}