@font-face {
    font-family: 'OpenSansCondensedLight';
    src: url('OpenSans-CondLight-webfont.eot');
    src: url('OpenSans-CondLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-CondLight-webfont.woff') format('woff'),
         url('OpenSans-CondLight-webfont.ttf') format('truetype'),
         url('OpenSans-CondLight-webfont.svg#OpenSansCondensedLight') format('svg');
    font-weight: normal;
    font-style: normal;

}
body,td,th {
	font-family: 'OpenSansCondensedLight';
	color: #CCC;
	font-size: 15px;
}
h1 {
	font-family: 'OpenSansCondensedLight';
	font-size: 18px;
	margin: 0px;
}
h2 {
	font-family: 'OpenSansCondensedLight';
	font-size: 20px;
	margin: 0px;
	padding-left: 8px;
	border-left: solid #F00 1px;
}
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#corpo {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	width: 200px;
	margin-top: 20px;
	float: left;
}
a {
	text-decoration:none;
	color:#F00;
	font-weight:normal;
}
a:hover {
	color: #F00;
}
/*MENU*/
#menu {
	float: right;
	margin-top: 70px;
}
.menu{
	color:#f7f5f2;
	background-repeat:no-repeat;
	float:right;
	border:none;
	margin:0px;
	padding:0px;
	letter-spacing: 2px;
	}
.menu ul{
	height:30px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
	float:left;
	width: 150px;
	padding:0px;
	}
	.menu li a{
	color:#FFF;
	display:block;
	line-height:14px;
	margin:0px;
	border-left: #F00 1px solid;
	text-decoration:none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
		}
		.menu li a:hover {
	color: #F00;
	text-decoration:none;
	border-left: #333 1px solid;
			}
			.menu ul li a:hover{
			border-left: #333 1px solid;
			text-decoration:none;
			}
	.menu li ul{
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:100px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
	display:block;
	background-image: url(../images/escuro.png);
	color: #F00;
	width: 200px;
		
		}
	.menu li li {
	display:block;
	float:none;
	padding: 0px;
	color: #CCC;
	width: 200px;
		}
	.menu li:hover li a {
		color: #CCC;
		}
	.menu li ul a{
	display:block;
	font-style:normal;
	text-align:left;
	padding-right: 5px;
	padding-bottom: 0px;
	line-height: 20px;
	padding-left: 5px;
	z-index: 1000;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
	color: #FFF;
	font-weight:bold;
	text-decoration:none;
			}
	.menu p{
		clear:left;
		}	
/*FIM MENU*/
#topo {
	float: left;
	height: 185px;
	width: 900px;
}
#meio {
	float: left;
	height: 600px;
	width: 900px;
	margin-bottom: 10px;
}
#meiocontato {
	float: left;
	padding: 20px;
	width: 860px;
	margin-bottom: 10px;
}
#baixo {
	float: left;
	width: 900px;
	margin-top: 15px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F00;
	font-size: 12px;
	text-align: center;
	height: 100px;
}
#endereco_contato {
	float: left;
	width: 200px;
}
#contato {
	float: left;
	margin-left: 20px;
	width: 300px;
}
.inputbox { /* inputbox */
	font-size:13px;
	padding:5px 10px;
	width:250px;
	border:1px solid #171717;
	background: #141414;
	color: #CCC;
}
.button {
	background: #000;
	border: 1px solid #171717;
	color: #999;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 7px 10px 7px 11px;
	font-weight: bold;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'OpenSansCondensedLight';
}
.button:hover {
	background: #F00;
	border: 1px solid #FF1C21;
	color: white;
	text-decoration: none;
}
#contato_mapa {
	float: left;
	margin-left: 20px;
	width: 315px;
}
#alerta_positivo {
	float: left;
	background: #000;
	border: 1px solid #171717;
	color: #999;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 7px 10px 7px 11px;
	font-weight: bold;
	display: inline-block;
	font-family: 'OpenSansCondensedLight';
	margin-left: 20px;
	width: 615px;
}
#texto_sobre {
	float: left;
	width: 300px;
	margin-left: 50px;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: justify;
}
#corpo_produtos {
	float: left;
	width: 864px;
	margin-top: 20px;
}
#corpo_botaos {
	float: left;
	width: 284px;
}
#foto_maior {
	float: right;
	width: 568px;
	height: 333px;
	border: 1px solid #333;
}
.cada_botao {
	background: url(../images/loading.gif) no-repeat center center;
}
.cada_botao a {
	margin: 5px;
	float: left;
	height: 180px;
	width: 276px;
	overflow: hidden;
	border: 1px solid #333;
	opacity: 1;	
	background: url(../images/loading.gif) no-repeat center center;
} 
.cada_botao a:hover {
	background: #FFF ;
	opacity: 0.8;	
} 
