﻿@charset "utf-8";
body {
	background: url(../imagens/fundo.jpg) #669999 no-repeat center top;
	margin: 50px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#corpo {
	height: 760px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#rodape{
	height: 60px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
	text-align: center;
	font-size: 9px;
}
#rodape a{
	text-decoration: none;
	color: #FFFFFF;
}

body.surfyes #rodape a{
	text-decoration: none;
	color: #000000;
}

/*---------------------------------------FUNDO DE MARCAS--------------------------*/

.crail{
	background: url(../imagens/fundo_crail.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.dvs{
	background: url(../imagens/fundo_dvs.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.freeday{
	background: url(../imagens/fundo_freeday.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.hb{
	background: url(../imagens/fundo_hb.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.luilui{
	background: url(../imagens/fundo_luilui.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.miss_sirena{
	background: url(../imagens/fundo_misssirena.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.oakley{
	background: url(../imagens/fundo_oakley2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.okdok{
	background: url(../imagens/fundo_okdok.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.onbongo_fem{
	background: url(../imagens/fundo_onbongo_fem.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.onbongo_masc{
	background: url(../imagens/fundo_onbongo_masc.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.plasma{
	background-repeat: no-repeat;
	background-position: center top;
}
.ripcurl{
	background: url(../imagens/fundo_ripcurl.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.tricats{
	background: url(../imagens/fundo_tricats.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.vibe{
	background: url(../imagens/fundo_vibe.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.surfyes{
	background: url(../imagens/fundo_surfyes.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/*---------------------------------------HOME--------------------------*/

#noticias {
	float: left;
	margin-top: 10px;
	height: 324px;
	width: 413px;
}
#foto_not{
	float: left;
	width: 75px;
	height: 80px;
	padding-left: 10px;
	clear: left;
}
#noticia{
	float: left;
	width: 328px;
	height: 80px;
	text-align: justify;
}
.data_noticia{
	color: #1B75BC;
}
#destaques{
	width: 287px;
	height: 324px;
	float: right;
	text-align: center;
}

/*---------------------------------------NOTÍCIAS--------------------------*/

#foto_not2{
	float: left;
	width: 75px;
	height: 80px;
	padding-left: 90px;
	clear: left;
}
#noticia_secao{
	float: left;
	width: 428px;
	height: 80px;
	text-align: justify;
}
#noticia_texto a:link,
#noticia_texto a:visited,
#noticia_texto a:hover,
#noticia_secao a:link,
#noticia_secao a:visited,
#noticia_secao a:hover,
#noticia a:link,
#noticia a:visited,
#noticia a:hover{
	color: #5159A6;
	text-decoration: none;
}
#noticia_texto a:hover,
#noticia_texto a:focus,
#noticia_secao a:hover,
#noticia_secao a:focus,
#noticia a:hover,
#noticia a:focus{
	color: #000066;
	text-decoration: none;
}
.padding-titulo{
	margin-top: 20px;
}
#not_pas{
	width: 503px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}
#not_pas a:link,
#not_pas a:active,
#not_pas a:visited{
	text-decoration: none;
	color: #000000;
	width: 500px;
}
#not_pas a:hover,
#not_pas a:focus{
	text-decoration: none;
	color: #5159A6;
	width: 100%;
	background-color: #DEDEDE;
}

/*---------------------------------------CORPO DA NOTÍCIA--------------------------*/

#noticia_texto{
	padding-left: 15px;
	padding-right: 25px;
	text-align: justify;
	height: 600px;
	overflow: auto;
}
.tit_noticia{
	color: #5159A6;
}
.descr_noticia{
	color: #FF9900;
}
#imagem_not{
	padding-left: 10px;
	padding-bottom: 10px;
	float: right;
	width: 210px;
	font-size: 10px;
	color: #5159A6;
}

/*---------------------------------------PRODUTOS--------------------------*/

#logo{
	width: 250px;
	height: 150px;
	float: left;
	text-align: center;
}
#logo_txt{
	width: 420px;
	height: 150px;
	padding-left: 10px;
	float: left;
	text-align: justify;
}
#logo_inst{
	height: 130px;
	overflow: auto;
}
#tirada{
	font-size: 10px;
	text-align: right;
	color: #999999;
}
#logo_txt a:link,
#logo_txt a:active,
#logo_txt a:visited{
	text-decoration: none;
	color: #000000;
	width: 500px;
}
#logo_txt a:hover,
#logo_txt a:focus{
	text-decoration: none;
	color: #5159A6;
	width: 100%;
	background-color: #DEDEDE;
}


/*---------------------------------------CONTATO--------------------------*/

#formulario{
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}
.campo{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	border:solid 1px #5057A7;
	color:#5057A7;
	width:300px;
}
.msg{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	border:solid 1px #5057A7;
	color:#5057A7;
	width:300px;
}
.botao{
	border:solid 1px #5057A7;
	background-color: white;
	color:#5057A7;
}
a.voltar:link,
a.voltar:visited,
a.voltar:active{
	color: #5159A6;
	text-decoration: none;
}
a.voltar:hover,
a.voltar:focus{
	color: #000066;
	text-decoration: none;
}

/*---------------------------------------LOJAS--------------------------*/

#iframe{
	width: 98%;
	text-align: center;
}
#thumbs{
	width: 230px;
	float: left;
	text-align: center;
}
#thumbs2{
	width: 230px;
	text-align: center;
	float: left;
	clear: right;
}

/*---------------------------------------CARTÃO--------------------------*/

#cartao_info{
	margin-top: 14px;
	width: 230px;
	text-align: justify;
	float: left;
	margin-left: 10px;
}
#cartao{
	margin-top: 14px;
	width: 421px;
	float: right;
}
.cep{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	border:solid 1px #5057A7;
	color:#5057A7;
	width:100px;
}
.cep2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	border:solid 1px #5057A7;
	color:#5057A7;
	width:30px;
}
.no{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	border:solid 1px #5057A7;
	color:#5057A7;
	width:50px;
}
.bairro{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	border:solid 1px #5057A7;
	color:#5057A7;
	width:165px;
}
.cidade{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	border:solid 1px #5057A7;
	color:#5057A7;
	width:200px;
}
.uf{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	border:solid 1px #5057A7;
	color:#5057A7;
	width:30px;
}
.cpf{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	border:solid 1px #5057A7;
	color:#5057A7;
	width:150px;
}
.fonef{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	border:solid 1px #5057A7;
	color:#5057A7;
	width:110px;
}
.data{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	border:solid 1px #5057A7;
	color:#5057A7;
	width:32px;
}
.ano{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	border:solid 1px #5057A7;
	color:#5057A7;
	width:64px;
}
.loja{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	border:solid 1px #5057A7;
	color:#5057A7;
}
.botao{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	border:solid 1px #5057A7;
	color:#5057A7;
	background-color: #FFFFFF;
}
