/*
Theme Name:		Nome do Tema
Theme URI: 		http://www.agenciaad.com.br
Version: 		1.0
Description: 	Tema desenvolvido pela agência AD
Author: 		Raoni Del Persio | agencia AD
Author URI:		http://www.agenciaad.com.br
Tags:			personalizado pela agência AD

*/


/* Reset */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, code, img, small, strong, dl, dt, dd, ol, ul, li, fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body{
	font-size:62.5%;
	color:#333333;
	background-color: #403e3f;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(_img/bkg-bottom.jpg);
	background-repeat: repeat;
}
#bkg {
	background-image: url(_img/bkg-top.jpg);
	background-repeat: repeat-x;
	padding-top: 16px;
}
ol, ul {
	list-style: none;
}

/* End Reset */


#wrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #B2132E;
}
.clear {
	clear: both;
	float: none;
}
.right {
	float: right;
	margin-bottom: 25px;
	margin-left: 30px;
}
#header {
	position: relative;
	overflow: hidden;
	height: 160px;
}
#separador {
	height: 40px;
}
#header #logo{
	float: left;
	position: absolute;
	left: 5px;
}
#header #nav {
	float: left;
	width: 790px;
	position: absolute;
	bottom: 17px;
	right: 0px;
}
		

#destaque  {
	width: 780px;
	height: 280px;
	margin-top: 30px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

/* Easy Slider */

    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */


	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
#slider li  {
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:780px;
	height:280px;
	overflow:hidden;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{
	display:block;
	width:50px;
	height:49px;
	position:absolute;
	left:-85px;
	top:110px;
	z-index:1000;
		}	
	#nextBtn, #slider1next{
	left: 810px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{
	display:block;
	position:relative;
	width:50px;
	height:49px;
	background-image: url(_img/seta-esquerda.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
		}	
	#nextBtn a, #slider1next a{
	background-image: url(_img/seta-direita.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
		}	
#destaque #slider ul li img {
	background-color: #FFF;
	padding: 13px;
	border: 1px solid #B3B3B3;
	float: right;
}
#destaque #slider ul li h2 {
	font-size: 3.2em;
	margin-bottom: 10px;
	display: block;
	width: 350px;
	margin-left: 0px;
	margin-top: 70px;
}
#destaque #slider ul li p {
	font-size: 1.8em;
	display: block;
	width: 350px;
	margin-left: 0px;
}





#content {
	clear: both;
	float: none;
	background-color: #FFF;
}
#content h2.pagetitulo {
	font-size: 3em;
	font-weight: bold;
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
}
.box-produtos {
	background-image: url(_img/bkg-chamada.png);
	background-repeat: no-repeat;
	height: 179px;
	width: 294px;
	position: relative;
	float: left;
	margin-bottom: 50px;
	margin-left: 20px;
	display: inline;
}
.box-produtos h3.titulo-produto {
	position: absolute;
	font-weight: bold;
	font-size: 1.5em;
	color: #FFF;
	display: block;
	width: 294px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	letter-spacing: 1px;
}
.box-produtos img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 29px;
}
#footer {
	background-image: url(_img/bkg-footer.jpg);
	background-repeat: repeat-x;
	height: 90px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	line-height: 90px;
	text-align: center;
	font-size: 1.3em;
	color: #FFF;
}
#footer a {
	color: #FFF;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
#footer a:hover {
	text-decoration: underline;
}
#byad {
	margin-bottom: 20px;
	text-align: right;
	padding: 10px;
}

img.alignright {
	float:right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 30px;
}
img.alignleft {
	float:left;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0;
}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {
	float:right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 30px;
}
a img.alignleft {
	float:left;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0;
}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
#sidebar {
	width: 195px;
	background-image: url(_img/bkg-sidebar.jpg);
	float: left;
	padding-top: 15px;
	padding-right: 15px;
}
#produtos {
	float: left;
	width: 710px;
	padding: 17px;
	display: inline;
}
#produtos h1.tituloprodutos {
	font-size: 3em;
	margin-bottom: 0px;
}
#content #produtos #produto-index {
	overflow: hidden;
	padding-top: 30px;
}
#breadcrumb {
	display: block;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.4em;
	padding-right: 15px;
}
#produto-entry {
	padding-top: 30px;
}
#produto-entry h1 {
	background-image: url(_img/bkg-titulo-produto.gif);
	background-repeat: repeat-x;
	line-height: 33px;
	display: block;
	height: 33px;
	font-size: 2em;
	color: #FFF;
	padding-left: 20px;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}
#produto-entry h2 {
	font-size: 1.4em;
	color: #FFF;
	line-height: 33px;
	background-image: url(_img/bkg-titulo-produto.gif);
	background-repeat: repeat-x;
	letter-spacing: 0.1em;
	display: block;
	height: 33px;
	padding-left: 20px;
	width: 400px;
	margin-bottom: 30px;
	margin-top: 30px;
}
#produto-entry p {
	font-size: 1.4em;
	line-height: 22px;
	margin-bottom: 25px;
	color: #444444;
}
#produto-entry table {
	border: 1px solid #CCC;
	padding: 15px;
	width: 450px;
	font-size: 1.2em;
}
#produto-entry table td {
	border: 1px solid #E1E1E1;
	padding: 10px;
	font-size: 1.2em;
	color: #444;
}
#content #page {
	padding: 50px;
}
#content #page h1    {
	font-size: 3em;
	margin-bottom: 30px;
}
#content #page p {
	font-size: 1.4em;
	line-height: 22px;
	margin-bottom: 25px;
	color: #444444;
}
.box-produto-index {
	width: 221px;
	float: left;
	margin-right: 12px;
	margin-bottom: 30px;
}
.box-produto-index table th {
	font-size: 1.4em;
	padding-right: 5px;
	padding-left: 5px;
	height: 55px;
	text-align: left;
	vertical-align: middle;
}
.box-produto-index table td.fotoindex {
	border: 1px solid #dfe0e0;
	height: 160px;
	text-align: center;
	vertical-align: middle;
}
#page h3 {
	font-size: 1.5em;
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #BE1E2D;
}
.mapa {
	background-image: url(_img/mapa-representantes.jpg);
	background-repeat: no-repeat;
	background-position: 420px 50px;
}
#page table#representantes {
	width: 400px;
	font-size: 1.3em;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#page table#representantes td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #dfe0e0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#page table#representantes th {
	text-align: left;
	width: 90px;
	padding-left: 0px;
	padding-right: 0px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #86828E;
}
.bordaimg {
		border: 1px solid #DEE3E3;
		padding: 10px;
}
.gform_wrapper {
	font-size: 1.6em;
}
.gform_wrapper input  {
	font-size: 1.2em;
}
.gform_wrapper .gform_heading  {
	margin: 0px;
	padding: 0px;
}
.box-form {
	width: 380px;
}
#page h2 {
	font-size: 2em;
	color: #BE1E2D;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	margin-top: 15px;
}
