@charset "utf-8";
/* CSS Document */

a:link {
	color:#666666;
	text-decoration:none;
}
a:visited {
	color:#666666;
	text-decoration:none;
}
a:hover {
	color:#FF0000;
	text-decoration:underline;
}
a:active {
	color:#666666;
	text-decoration:none;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Verdama, Sans-serif;
	background: url(../images/bkg9.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	font-size: 12px;
	color: #666666;
}

#Principal{
	width: 950px;
	height: auto;	
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #CCCCCC;
}

#Header{
	border: 0px solid #FF0000;
	width: 950px;
	height: 180px;
}

#Header_Logo{
	border: 0px solid #FF0000;
	width: 950px;
	height: 120px;
	text-align: center;
	padding-top: 2px;
}

#Header_Atalhos{
	border: 0px solid #FF0000;
	text-align: right;
	margin-top: -20px;
	padding-right: 10px;
}

#Header_Menu{
	border: 0px solid #FF0000;
	width: 950px;
	height: 60px;
}

#Flash_Principal{
	width: 950px;
	height: 290px;
	text-align: center; 
}

#Img_principal{
	width: 950px;
	height: 290px;
	text-align: center;
	padding-top: 5px;
}

#Flash_Banner{
	width: 950px;
	height: 150px;
}

#Conteudo{
	width: 880px;
	height: 200px;
	border: 0px solid #FF0000;
	margin: 0 auto;
}

#Conteudo_Interno{
	width: 880px;
	height: auto;
	border: 0px solid #FF0000;
	margin: 0 auto;
}

#Conteudo_Home{
	width: 480px;
	height: 200px;
	border: 0px solid #FF0000;
}


.justify{
	text-align: justify;
}

.Conteudo_Home_subtitulo{
	font-family: "Myriad Pro";
	font-weight: bold;
	font-size: 18px;
	color: #ba050d;
	border-bottom: 2px solid #CCCCCC;
}

.Conteudo_Home_txt{
	text-align: justify;
	font-size: 12px;
}

.Conteudo_Interno_subtitulo{
	font-family: "Myriad Pro";
	font-weight: bold;
	font-size: 18px;
	color: #ba050d;
	border-bottom: 1px solid #CCCCCC;
}

.Conteudo_Interno_subtitulo2{
	font-family: "Myriad Pro";
    font-weight: bold;
	font-size: 14px;
	color: #ba050d;
	border-bottom: 1px solid #CCCCCC;
}


.linha_direita{
	border-right: 1px solid #EFEFEF;
}

.detalhe_paginacao_produtos{
	font-weight: bold;
	color: #990000;
}

.txt_quemsomos_destaque{
	font-weight: bold;
	font-size: 14px;
	color: #990000;
    font-style: italic;
}

.subtitulo_contato{
	font-size: 16px;
	font-weight: bold;
}

#Conteudo_Destaque{
	border: 0px solid #FF0000;
	margin-left: 485px;
	margin-top: -200px;
	width: 210px;
	height: 190px;
}

#Conteudo_Box_Flash{
	border: 0px solid #FF0000;
	width: 170px;
	height: 190px;
	margin-left: 710px;
	margin-top: -185px;
}


#Conteudo_Pagina_Interna_txt{
	width: 880px;
	height: auto;
	border: 0px solid #FF0000;
}

#Rodape{
	margin: 0 auto;
	width: 900px;
	height: 30px;
	border-top: 2px solid #CCCCCC;
	font-size: 10px;
}

#Rodape_Menu{
	width: 300px;
	height: 15px;
	border: 0px solid #FF0000;
	margin-left: 10px;
	margin-top: 4px;
}

#Rodape_dados{
	width: 300px;
	height: 20px;
	border: 0px solid #FF0000;
	margin-left: 590px;
	margin-top: -20px;
	text-align: right;
}

/* Validações jquery */

label { 
	display: block; 
	margin-top: 10px; 
	margin-bottom: 4px; 
	font-size: 12px; 
	font-weight: bold;
}

label.error { 
	float: none; 
	color: #FF0000; 
	margin: .5em .5em 0 0; 
	vertical-align: top; 
	font-size: 10px 
}

textarea, input, select { 
	padding: 1px; 
	font-size: 10px; 
	/* font-weight: bold; */
    border:1px solid #CCCCCC; 
	border-top:1px solid #666666; 
	border-left:1px solid #666666;
}

textarea:focus, input:focus {
	border:1px solid #47A6D6;
}

input.submit { 
	margin-top: 1px; 
}

fieldset {
	clear:both; 
	padding:15px; 
	background:#FDFDFD; 
	border:1px solid #E3E3E3;
}

input.error, textarea.error, select.error {
	border-color:#FF0000;
}

