/* CSS Document */

/* REINICIANDO AS CONFIGURAÇÕES DE "TODOS" OS ELEMENTOS PARA DIVERSOS NAVEGADORES */
/* definições de html basico */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	outline:0;
	font-size:12px;
	/*vertical-align:baseline;*/
}

:focus {
	outline:1;
	border-bottom-color:#0000FF;
}

body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	text-align:left;
	background-image:url(../Imagens/fundosite.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}


h1{
	font-size:20px;
}
h2{
	font-size:18px;
	font-weight:normal;
}
h3{
	font-size:16px;
	color: #DF111C;
}
h4{
	font-size:13px;
}
h5{
	font-size:10px;
}
h6{
	font-size:8px;
}

ol, ul, li { 
	list-style: none;
}

hr {
	height:1px;
	color: #9F0000;
	border:none;
	background-color: #9F0000;
}

label{
	display:block;
	height:auto;
}

input, textarea, select{
	margin:0;
	padding:1px;
	width:auto;
	height:auto;
	border:1px;
}


/* definições de SPAN */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.stform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border:#CCCCCC solid 1px;
	background-color: #FFFFFF;
	color:#666666;
	height:20px;
	padding-top:2px;
}

.fontblack{
	font:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333333;
}

.fontbranca{
	font:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#FFFFFF;
}


.fontVermelha{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color: #BF0209;
}

.fontPreco{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color: #DF111C;
	font-weight:bold;
}

.fontCinza{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight:bold;
}

.carrinhoGd
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333333;
}

.carrinhoPq
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

/* definições de links */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

a.menuBranco { font-size:11px;}
a.menuBranco:link {    color:  #FFFFFF;	text-decoration: none; font-weight:bold; }
a.menuBranco:visited {	color: #FFFFFF;	text-decoration: none; font-weight:bold;}
a.menuBranco:hover {	color: #FFD7D7; text-decoration: underline; font-weight:bold;}
a.menuBranco:active {	color: #FFFFFF;	text-decoration: none; font-weight:bold;}

.paginacao { font-size:15px; color: #000000;	text-decoration: none; font-weight:bold; font-size:16px;}
a.paginacao { font-size:16px; }
a.paginacao:link {    color:  #BF0209;	text-decoration: none; font-weight:bold; font-size:16px; }
a.paginacao:visited {	color: #BF0209;	text-decoration: none; font-weight:bold; font-size:16px;}
a.paginacao:hover {	color: #FFD7D7; text-decoration: none; font-weight:bold; font-size:16px;}
a.paginacao:active {	color: #FE2418;	text-decoration: none; font-weight:bold; font-size:16px;}


a:link {    color: #BF0209;	text-decoration: none; font-weight:bold; }
a:visited {	color: #BF0209;	text-decoration: none; font-weight:bold;}
a:hover {	color: #FE2418; text-decoration: underline; font-weight:bold;}
a:active {
	color: #BF0209;
	text-decoration: none;
	font-weight:bold;
}


/* definições de estrutura PADRÃO INTERNA*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#tituloInterna{
	width: 500px;
	/*float: left;*/
	font-size:18px;
	color:#a20600;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}


#conteudoInterno{
	width:920px;
}

#conteudoCabecalhoInternas{
	width:910px;
	font-size:11px;
	padding-left: 10px;
	padding-top: 10px;
}


/* definições de estrutura INDEX*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#clear{
	clear:both;
}

#base {
	width:920px;
	margin:0 auto;
}

#cabecalho{
	width:920px;
	background-repeat:no-repeat;
	padding-top: 8px;
}

#menuPrincipal{
	width:920px;
	height:178px;
	
}


#includeInterna{
	width:920px;

}

#rodapePrincipal{
	width:920px;
	height:20px;
	padding-bottom: 5px;
	text-indent: 5px;
	padding-top: 9px;
	background-image: url(../Imagens/rodapeFundo01.jpg);
	background-repeat: no-repeat;
}

#rodapePrincipal img{
	float:right;
	padding-right:5px;
	padding-top: 28px;
	padding-bottom:10px;
}

#rodapeIcones{
	width:920px;
	padding-top: 9px;
}

/* definições de estrutura HOME*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#conteudoNovosProdutos{
	width: 920px;
	float: left;
	background-image: url(../Imagens/fundoNovosProdutos.gif);
	background-repeat: no-repeat;

}

/* definições de estrutura LOCALIZACAO*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#conteudolocalizacao{
	width: 380px;
	float: left;
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 20px;

}

#mapalocalizacao{
	width: 650px;
	float: left;
	padding-left: 30px;

}

/* definições de CONTATO */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.form{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	background-color:#E9E9E9;
	color:#666;

}


.CampoForm{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	border-spacing:inherit;
	background-color:#FFFFFF;
	background-image: url(../Imagens/fundoCampos.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
