﻿/*DEFINICOES_GERAIS----------------*/
*{margin: 0; padding:0; outline: 0; }
img {border:0 none;}


html, body {
	background-image: url('../imagens/background2.jpg');
	background-color: #FF7B02;
	background-repeat:no-repeat;
	background-attachment:inherit;
	background-position:50% 0%;
	font-family:Arial;
	color:#433426;
}



/*TOPO---------------------------*/
#wrap {
	width:990px;
	margin:auto;
	height:auto;
}

#topo {
	float:left;
	width:990px;
	height:278px;
}

#menu{
	float:left;
	width:990px;
	height:37px;
}



/*LINKS-CLASSES----------------*/
a {color:#EE0000; text-decoration:none;}
a:hover {color:#EE0000; text-decoration:underline;}
#sidebar a {color:#ffffff; text-decoration:none;}
#sidebar a:hover {color:#FFE13D; text-decoration:underline;}
.transparent:hover {filter:alpha(opacity=70);opacity: 0.7;-moz-opacity:0.7;zoom: 1;}

.titulo_trabalhe-conosco {
	width:210px;
	height:40px;
	color:#FF3000;
	font-size:12pt;
	font-weight:bold;
	padding-bottom:10px;
}

.input {
	width:450px;
	font-size:9pt;
	color:#61717C;
	padding:5px;
	border:1px solid #E0E0E0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:4px;
}

.select {
	width:240px;
	font-size:9pt;
	color:#6E6E6E;
	padding:5px;
	border:1px solid #E0E0E0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:4px;
}

.select_data {
	font-size:9pt;
	color:#6E6E6E;
	padding:4px;
	border:1px solid #E0E0E0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:4px;
}

.textarea {
	width:450px;
	font-size:9pt;
	color:#6E6E6E;
	padding:5px;
	border:1px solid #E0E0E0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:4px;
}

.botao {
	padding:3px 7px 3px 7px;
	font-size:12pt;
	font-weight:bold;
	color:#6E6E6E;
}





/*PAGINA-INICIAL----------------*/

#banner_principal {
	float:left;
	width:990px;
	height:416px;
}

#lancamento {
	float:left;
	width:571px;
	height:416px;
}

#marcas {
	float:right;
	width:419px;
	height:416px;
}

#boxes {
	float:right;
	width:990px;
	height:353px;
}

#produtos {
	float:left;
	width:990px;
	height:240px;
}





/*------------------SECOES----------------*/

#conteudo {
	float:left;
	width:730px;
	height:auto;
	font-weight:bold;
	background-color:#fff;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;

}

#titulo_secoes {
	float:left;
	width:600px;
	font-size:31pt;
	color:#FF3000;
	margin:20px 0 7px 30px;
	letter-spacing:-3px;
	font-family:Georgia, Arial;
	font-weight:normal;
}


#selecionar_produto {
	float:left;
	width:670px;
	height:40px;
	background-color:#F7F2D9;
	border:1px solid #EDE1C6;
	line-height:40px;
	padding: 3px 0 0 5px;
}


#conteudo_secoes {
	float:left;
	width:680px;
	height:auto;
	font-size:9pt;
	color:#4B4B4B;
	margin:5px 0 0 30px;
	line-height:180%;
	font-weight:normal;
}

#conteudo_bottom{
	float:left;
	width:730px;
	height:50px;
}

#sidebar {
	float:left;
	width:260px;
}

#caminho {
	float:left;
	width:990px;
	height:30px;
}

#rodape {
	float:left;
	width:100%;
	height:184px;
	text-align:center;
	background-image:url('../imagens/bg_rodape.jpg');
	background-repeat:no-repeat;
	background-attachment:inherit;
	background-position:50% 0%;
	background-color:#fff;
}

#rodape_texto {
	width:990px;
	margin:auto;
	height:184px;
	text-align:left;
	font-size:10pt;
	font-weight:normal;
	line-height:220%;
}

#rodape_youtube {
	float:right;
	width:329px;
	height:184px;
}








