/* CSS Document */

/* GERAIS */
/***********************************************/
body {
	background-color:#232222;
	margin:0px;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(/img/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font: 12px/14px Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border-style: none;
}

.img_plain {
	border-style: none;
	padding-right: 10px;
}

.img_border {
	border: 1px solid #B4B0A5;
}

a:visited, a:link, a:active {
	color:#8D7432;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

a:hover {
	color:#8D7432;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* SITE */
/***********************************************/
.background {
	margin: 0px;
	padding: 0px;
	background-image: url(/img/back_site.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.back_top {
	height: 127px;
}

.back_index {
	height: 400px;
	background-image: url(/img/back_index.png);
	background-repeat: repeat-x;
	background-position: left top;	
}

.home_slide {
	width: 890px;
	height: 380px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
} 

.back_modulos_side {
	background-color: #5A564A;
	background-image: url(/img/back_modulos.png);
	background-repeat: repeat-x;
	background-position: left top;	
	color: #FFFFFF;
	line-height: 18px;
	padding-bottom: 10px;	

}

.back_modulos_middle {
	background-color: #5A564A;
	background-image: url(/img/back_modulos.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #232222;
	border-left-color: #232222;
	color: #FFFFFF;	
	line-height: 18px;
	padding-bottom: 10px;	
}

.back_modulos_side a:link, .back_modulos_side a:visited, .back_modulos_side a:active, .back_modulos_middle a:link, .back_modulos_middle a:visited, .back_modulos_middle a:active {
	text-decoration:underline;
	color:  #FFFFFF;
}

.back_modulos_side a:hover, .back_modulos_middle a:hover {
	text-decoration:none;
	color:  #FFFFFF;
}


.logo {
	height: 113px;
	width: 181px;
	position: absolute;
	margin-top: 14px;
	margin-left: 12px;
}

.logo img {
	border-width: 0px;
}

.back_container {
	background-image: url(/img/back_container.png);
	background-repeat: no-repeat;
	background-position: center 7px;
	padding-top: 7px;
}

.back_left {
	background: #5A564A url(/img/back_left.png) no-repeat left top;
	height:400px;
	padding-bottom:10px;	
}

.back_right {
	background: #FAF8F9;
	height:400px;
	padding-bottom:10px;
}

/* FOOTER */
/***********************************************/

.footer {
	text-decoration:none;
	font-size: 12px;
	height: 40px;
	color:#9A8B6E;
}	

.footer a:link, .footer a:visited, .footer a:active {
	text-decoration:none;
	color:  #9A8B6E;
	font-size: 12px;	
}

.footer a:hover {
	text-decoration:underline;
	color:  #9A8B6E;
	font-size: 12px;	
}

/****** LINKS *******/

.link_white:link, .link_white:visited, .link_white:active{
	text-decoration:none;
	color:  #FFFFFF;
	font-size: 12px;
}

.link_white:hover{
	text-decoration:underline;
	color:  #FFFFFF;
	font-size: 12px;
}

.link_news:link, .link_news:visited, .link_news:active{
	text-decoration:none;
	color:  #175097;
	font-size: 13px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

.link_news:hover{
	text-decoration:underline;
	color:  #175097;
	font-size: 13px;
	font-weight:bold;	
	font-family: Arial, Helvetica, sans-serif;
}

.title_mods {
	text-decoration:none;
	color:  #9A8B6E;
	font-size: 15px;
	font-weight:bold;
	padding-top: 14px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #AAA28C;
}

/* RECORDS */

.records {
	padding: 10px 0px;
}

/*TITLES*/
/***********************************************/

.titles {
	text-decoration:none;
	color:  #FFFFFF;
	padding-left: 10px;
	background: #5A564A url(/img/titles.png) repeat-x left top;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	height: 40px; 
}

.subtitles {
	text-decoration:none;
	color:  #8D7432;
	padding-top: 10px;
	padding-bottom: 10px;
	font: 14px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #CCCCCC;
	font-weight:bold;
}

/*CONTEUDO*/
/***********************************************/

.conteudo {
	padding: 20px 10px;
}

.txt_bold {
	color:  #8D7432;
	font: bold 14px Arial, Helvetica, sans-serif;
}

/*NOTICIAS*/
/***********************************************/

.title_news {
	text-decoration:none;
	color:  #8D7432;
	font-size: 16px;
	font-weight:bold;
	padding: 20px 10px 10px;	
}

 .title_news a:link, .title_news a:visited, .title_news a:active {
	text-decoration:none;
	color:  #8D7432;
	font-size: 14px;
	font-weight:bold;
}

.title_news a:hover {
	text-decoration:underline;
	color:  #8D7432;
	font-size: 14px;
	font-weight:bold;
}

.conteudo_news {
	padding: 0px 10px 10px;
	border-bottom: 1px dotted #B4B0A5;
}

.conteudo_news_lateral {
	padding: 10px 10px 10px 30px;
	background: url(/img/seta.gif) no-repeat 10px 18px;
	color: #B4A994;
	line-height: 18px;
	border-bottom: 1px solid #706B5C;	
}

 .conteudo_news_lateral a:link, .conteudo_news_lateral a:visited, .conteudo_news_lateral a:active {
	text-decoration:none;
	color: #FFFFFF;
	font-weight:bold;
}

.conteudo_news_lateral a:hover {
	text-decoration:underline;
	color: #FFFFFF;
	font-weight:bold;
}


/*FORMS*/
/***********************************************/

.back_forms {
	background: url(/img/back_forms.png) repeat-x left top;
	height: 300px;
}

.linha_forms {
	background: url(/img/linha_login.png) repeat-x left bottom;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #5A564A;
	padding: 10px 5px;
}

.cx_forms {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #5A564A;
	padding: 5px;
	width: 290px;
	border-style: none;
}

.cx_forms2 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #5A564A;
	padding: 5px;
	width: 160px;
	border-style: none;
}

.btn_forms {
	color: #FFFFFF;
	background: url(/img/btn_login.png) no-repeat left top;
	height: 28px;
	width: 102px;
	border-style: none;
}

.btn_forms2 {
	color: #FFFFFF;
	background: url(/img/btn_forms.png) no-repeat left top;
	height: 28px;
	width: 142px;
	border-style: none;
}


/*MARCAS, PRODUTOS*/
/***********************************************/

.name_marcas, .name_produtos {
	text-decoration:none;
	text-align:center;
	color:  #FFFFFF;
	font-size: 12px;
	font-weight:bold;
	padding: 5px 0px;
	background: #5A564A;
	text-transform:uppercase;	
}

.name_marcas a:link, .name_marcas a:visited, .name_marcas a:active, .name_produtos a:link, .name_produtos a:visited, .name_produtos a:active {
	text-decoration:none;
	color:  #FFFFFF;
	font-size: 12px;
	font-weight:bold;
}

.name_marcas a:hover, .name_produtos a:hover {
	text-decoration:underline;
	color:  #FFFFFF;
	font-size: 12px;
	font-weight:bold;
}

.conteudo_marcas, .conteudo_produtos {
	border: 1px  solid #B4B0A5;
	background-color:#FFFFFF;
}

.container_marcas, .container_produtos {
	padding-top: 10px;
	padding-bottom: 10px;
}

.detalhes_produtos {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 18px;
}

/*FRASE*/
/***********************************************/

.phrase {
	position:absolute;
	display:block;
	/*display:none;*/
	height: 45px;
	width: 371px;
	margin-top: 17px;
	margin-left: 540px;
	z-index: 101;
}

/* BREADCRUMB */
/***********************************************/

.breadcrumb {
	padding: 0;
	color:#9A8B6E;
	height: 40px;
	background: url(/img/seta.jpg) no-repeat 5px center;
	padding-left: 25px;
}	

.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active {
	text-decoration:underline;
	color:#5A564A;
	font-size: 12px;	
}

.breadcrumb a:hover {
	text-decoration:none;
	color:#5A564A;
	font-size: 12px;	
}

/* LEFTNAV
/***********************************************/

.leftnav {
	float: left;
	width: 210px;
	display: block;
	margin-bottom: 5px;
}

.leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.leftnav ul li {
	margin: 0;
	padding: 0;
}

.leftnav ul li span{
	margin: 0;
	padding: 0;
	background: url(/img/seta.gif) no-repeat 10px center;	
	color: #888371;	
	padding-left: 30px;
	padding-right: 10px;
	width: 170px;	
}

.leftnav ul li a:link, .leftnav ul li a:visited, .leftnav ul li a:active {
	color: #FFFFFF;
	text-decoration:none;
	padding-left: 30px;
	padding-right: 10px;
	width: 170px;
	background: url(/img/seta.gif) no-repeat 10px center;
}

.leftnav ul li a.active:link, .leftnav ul li a.active:visited, .leftnav ul li a.active:active {
	text-decoration:none;
	color:#B4A994;	
}

.leftnav ul li a {
	padding: 8px 10px;
	display: block;
	text-decoration: none;
	margin: 0;
	color: #FFFFFF;
}

.leftnav ul li a.level2:link, .leftnav ul li a.level2:visited, .leftnav ul li a.level2:active {
	padding-left: 50px;
	padding-right: 10px;
	width: 150px;
	background: url(/img/seta.gif) no-repeat 30px center;	
}

.leftnav ul li a.level2:hover {
	padding-left: 50px;
	padding-right: 10px;
	width: 150px;
	background: url(/img/seta.gif) no-repeat 30px center;
}

.leftnav ul li a.level3:link, .leftnav ul li a.level3:visited, .leftnav ul li a.level3:active {
	padding-left: 70px;
	padding-right: 10px;
	width: 130px;
	background: url(/img/seta.gif) no-repeat 50px center;
}

.leftnav ul li a.level4:link, .leftnav ul li a.level4:visited, .leftnav ul li a.level4:active {
	padding-left: 70px;
	padding-right: 10px;
	width: 130px;
	background: url(/img/seta.gif) no-repeat 50px center;
}

.leftnav ul li a:hover {
	color: #B4A994;
}

.leftnav ul li a.active, .leftnav ul li a.active:hover {
	color:~#B4A994;		
	text-decoration:none;	
}

/* FORMS */

.conteudo_print {
	display:none;
}

.print {
	width: 17px;
	height: 17px;
	background: url(/img/print.jpg) no-repeat left top;
	border: 0px solid #FFFFFF;
	cursor: hand;
}

/* FORMS */
/***********************************************/

.checkmark {
	width: 199px;
	height: 121px;
	margin-left:auto;
	margin-right:auto;
	background: url(/img/check.jpg) no-repeat left top;
}


/* CAROUSEL */
/***********************************************/

.carusel_without_img {
	position: relative;
	width: 890px;
	height: 380px;
	margin: 0 auto;
}


.carusel_bg {
	position: relative;
	width: 890px;
	height: 380px;
	margin: 0 auto;
	background: #030303;
}

.jCarouselLite {
	position: relative;
	width: 890px;
	height: 380px;
}

.jCarouselLite ul {
	height: 380px;
}

.jCarouselLite ul li {
	height: 380px;
}

.prev_button {
	position: absolute;
	z-index: 999;
	width: 60px;
	height: 378px;
	margin-left: 1px;
	margin-top: 1px;
	background-image: url('/img/transparent_button_left.png');
	cursor: pointer;
}

.next_button {
	position: absolute;
	z-index: 999;
	right: 0;
	width: 60px;
	height: 378px;
	margin-right: 1px;
	margin-top: 1px;	
	background-image: url('/img/transparent_button_right.png');
	cursor: pointer;
}

.preview {
	position: relative;
}

.about {
	position: absolute;
	bottom: 0;
	left: 62px;
	width: 742px;
	padding: 10px 12px;
	background-color: #000000;
	margin-bottom: 1px;
	color: #d9b984;
	display: none;
	font-size: 11px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;  
	opacity: 0.5;
}

.about_title {
	text-transform: uppercase;
}
