@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	}
	
a img {
	border:none;
	}
	
.link {
	color:#3E1F00;
	}
	
#corpo {
	margin:0 auto;
	width:950px;
	}
	
#bg_topo {
	width:950px;
	height:120px;
	background-image:url(../img/bg_topo.png);
	margin: 0 0 40px;
	}
	
#logo {
	width:270px;
	height:53px;
	float:left;
	margin:25px 0 0 45px;
	}
	
#menu {
	float:right;
	margin:0 50px 0 0;
	}
	
#menu a{
	width:115px;
	height:108px;
	float:left;
	text-align:center;
	vertical-align:text-bottom;
	line-height:100px;
	text-decoration:none;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size:14px;
	color:#FFF;
	-webkit-transition: background 0.7s linear;
	-moz-transition: background 0.7s linear;
	-o-transition: background 0.7s linear;
	transition: background 0.7s linear;
	background:url(../img/bg_boton.png);
	}

	
#menu a:hover{
	background:url(../img/bg_boton.png) rgba(194, 167, 141, 0.50);
	}
	
.acionado{
	background:url(../img/bg_boton.png) rgba(194, 167, 141, 0.50) !important;
	}

#sombra {
	background:url(../img/bg_slider.png) no-repeat top center;
	float:left;
	width:950px;
	height:30px;
	}

#produto {
	width:950px;
	float:left;
	margin:40px 0 30px 0;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-weight:100;
	}
	
#produto img{
	float:left;
    margin:0 20px 10px 0;
	}
	
#produto h1{
	color:#111100;
	font-size:20px;
	text-transform:uppercase;
	margin:0 0 35px;
	font-weight:100;
	}
	
#produto p{
	font-size:14px;
	}
	
#display {
	width:500px;
	float:left;
	}
	
#display h1{
	color:#111100;
	font-size:20px;
	text-transform:uppercase;
	margin:0 0 35px;
	font-weight:100;
	}

#descricao {
	background-image:url(../img/bg_descricao.png);
	background-repeat:no-repeat;
	float:right;
	border-top:1px solid #ccc;
	width:420px;
	}

#descricao h2{
	color:#111100;
	font-size:14px;
	text-transform:uppercase;
	}	

#descricao p{
	font-size:13px;
	}

.botao {
	background-color:#221100;
	color:#FFF;
	font-size:14px;
	float:left;
	text-decoration:none;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	padding:3px 25px;
	margin-right:10px;
	border:none;
	}
	
.botao:hover {
	transition: opacity 1.0s;
	opacity: 0.7;
	}
	
#rodape {
	width:950px;
	float:left;
	background:#F2F2F2 url(../img/bg_slider.png) no-repeat top center;
	margin:20px 0 0;
	}
	
#bloco_rodape {
	width:316px;
	float:left;
	font:13px Arial, Helvetica, sans-serif;
	color:#999;
	margin:50px 0 20px;
	}
	
#bloco_rodape a{
	color:#999;
	text-decoration:none;
	}
	
#contato {
	background-image:url(../img/bg_contato.png);
	background-repeat:repeat-x;
	float:right;
	color:#111100;
	border-top:1px solid #ccc;
	width:350px;
	padding:10px;
	-moz-border-radius: 10px; /* Para Firefox */
	-webkit-border-radius: 10px; /*Para Safari e Chrome */
	border-radius: 10px; /* Para Opera 10.5+*/
	}

table {
	float:left; 
	}

table td{ 
	padding:0 0 15px 0;
	}
	
.full {
	width:500px;
	border:1px solid #ccc;
	padding:5px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	}

.ddd {
	width:35px;
	border:1px solid #ccc;
	padding:5px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	}

.middle {
	width:170px;
	border:1px solid #ccc;
	padding:5px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	}