
body
{
    font-family: Arial;
    font-size: 14px;
    color: #19528c;
    background: url(../images/bg_body.jpg) repeat;
    margin: 0;
}

a
{
    outline: none;
    cursor: pointer;
}
h1,h2,h3,h4,h5,h6
{
    margin: 0;
}

#geral
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/*Topo*/
#topo_geral
{
    width: 100%;
    height: 409px;
    background: url(../images/bg_topo_home.jpg) no-repeat center top;
    float: left;
}

#topo_internal
{
    width: 100%;
    height: 209px;
    background: url(../images/bg_topo_home.jpg) no-repeat center top;
    float: left;
}
#topo
{
    position: relative;
    width: 1000px;
    height: 173px;
    float: left;
}
#topo .logo
{
    width: 377px;
    margin-top: 30px;
    margin-left: 0px;
    float: left;
}
#topo #box_info
{
    position: absolute;
    width: 265px;
    height: 33px;
    top: 0;
    font-style: italic;
    right: 17px;
}
#topo #box_info .televendas
{
    width: 97px;
    height: 24px;
    line-height: 24px;
    letter-spacing: -1px;
    font-size: 12px;
    color: #FFF;
    background: url(../images/bg_televendas.png) no-repeat;
    margin-top: 4px;
    float: left;
}
#topo #box_info .televendas span
{
    padding-left: 24px;
    text-decoration: none;
    color:#FFF;
}
#topo #box_info .info
{
    width: 152px;
    height: 33px;
    line-height: 33px;
    font-size: 13px;
    text-align: center;
    color: #FFF;
    background: url(../images/bg_info_topo2.png) no-repeat;
    float: left;
}
#topo #box_info .info a
{
    display: block;
    width: 145px;
    height: 33px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    float: left;
}
#topo #box_info .info a span
{
    padding-left: 5px;
    padding-right: 5px;
}
#topo #box_info #cntItens
{
    width: 23px;
    height: 19px;
    background: url(../images/bg_cntitens.jpg) no-repeat;
    line-height: 19px;
    text-align: center;
    font-size: 10px;
    margin-top: 6px;
    margin-right: 3px;
    float: left;
}
/*Fim Topo*/
#banner
{
    position: relative;
    width: 1000px;
    height: 310px;
    float: left;
    margin-top: -44px;
}
#banner #nav
{
    position: absolute;
    bottom: 0;
    z-index: 1000;
}
#banner #nav a
{
    display: block;
    width: 21px;
    height: 24px;
    line-height: 24px;
    font-family: "Arial Black",Arial;
    font-size:11px;
    font-weight: bold;
    color: #FFF;
    margin-right: 2px;
    font-style: italic;
    padding-left: 9px;
    text-decoration: none;
    background: url(../images/bg_nav.png) no-repeat;
    float: left;
}
#banner #nav a:hover, #banner #nav .current, #banner #nav .activeSlide
{
    color:#03235b;
    background: url(../images/bg_nav_hover.png) no-repeat;
}
#banner .img
{
    position: relative;
    width: 100%;
    height: 347px;
    background: transparent none;
    text-align: center;
    margin-top: -63px;	
    float: left;
    z-index: 0;
}
#banner .img a
{
    text-align: center;
}
#banner #slider {
    width: 910px;
    height: 333px;
	list-style: none;
	/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
	overflow-y: hidden;
	overflow-x: hidden;
    background: transparent none;
    background-color: transparent;
}
#banner #slider a
{
    text-decoration: none;
    background: transparent none;
    background-color: transparent;
}
#banner #slider li
{
    width: 100%;
    text-align: center;
    background: transparent none;
    background-color: transparent;
}
#banner .start-stop
{
    display: none !important;
}

/*Fim banner*/

/*MIOLO*/
#miolo_geral
{
    width: 100%;
    float: left;    
}
#miolo
{
    width: 1000px;
    min-height: 500px;
    float: left;
    margin-top: 176px;
}

#miolo_internal
{
    width: 1000px;
    min-height: 500px;
    float: left;
    margin-top: 6px;
}

#miolo .conteudo
{
    width: 1000px;
    padding-top: 32px;
    padding-bottom: 25px;
    float: left;
}
#miolo .conteudo h3
{
    display: block;
    width: 940px;
    font-family: "Arial Black",Arial;
    font-size: 23px;
    font-style: italic;
    color:#03235b;
    margin-bottom: 40px;
    padding-left: 43px;
}
#miolo .conteudo h3 span
{
    font-size: 14px;
    font-family: Arial;
    font-weight: normal;
    color:#19528c;
}

/*Slider de Linhas*/
#linha
{
    width: 1000px;
    min-height: 127px;
    margin-bottom: 93px;
    float: left;
}
#linha .slider
{
    min-height: 127px;
    overflow: hidden;
    float: left;
}
#linha .item p
{
    margin: 0;
    padding: 0;
}
#linha .item h2
{
    font-family: "Arial Black",Arial;
    font-size: 14px;
    font-style: italic;
    color:#03235b;
    padding-right: 5px;
}
#linha .item h2 a
{
    color:#03235b;
    text-decoration: none;
}
#linha .bg_ver_mais
{
    position: absolute;
    display: block;
    width: 78px;
    height: 28px;
    line-height: 25px;
    background: url(../images/bg_ver_mais.png) no-repeat;
    color:#FFF;
    font-size: 12px;
    font-family: arial;
    padding-left: 13px;
    bottom: 16px;
    text-decoration: none;
    right: 10px;
}
/*Item vitrine*/
#linha .item_vitrine h2
{
    font-style:italic;
    font-size: 12px;
    color:#03235b;
}
#linha .item_vitrine h2 a
{
    color:#03235b;
    text-decoration: none;
}
#linha .item_vitrine h2 strong
{
    font-family:"Arial Black";
}

.destaque_home {

	width: 290px;
	float: left;
	background-color: white;
	margin-right: 20px;
	padding: 10px;
	height: 390px;
	overflow: hidden;
	font-family: Helvetica;
	font-size: 12px;
	line-height: 20px;
	color: #6c6c6c;

}

.conteudo_internal {

	width: 910px;
	float: left;
	background-color: #ffffff;
	padding: 30px;
	min-height: 240px;
	overflow: hidden;
	font-family: Helvetica;
	font-size: 13px;
	line-height: 20px;
	color: #6c6c6c;

}

.conteudo_internal h1,
.conteudo_internal h2 {
    padding: 0px;
    color: #8d8d8d;
    font:26px 'PT Sans Narrow', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 20px;
    }
.conteudo_internal h2 {
	color: #ffffff;
	font-size:20px;
	line-height: 14px;
}

.quoteBox, .quoteBox2 {
    margin: 18px 0px 18px 5px;
}

.quoteBox2 .quote-text {
    border-left: 3px solid #B62121;
    color: #B62121;
    padding: 0 10px 0 10px;
}
.quote-text {
    color: #4C4C4C;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 15px;
    font-style: italic;
    font-weight: normal;
    line-height: 1.5em;
    text-shadow: none;
}


.destaque_home h2 {
    padding: 0px;
    color: #8d8d8d;
    font:18px 'PT Sans Narrow', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    background-image: url(../images/seta_home.png);
    background-repeat: no-repeat;
    line-height: 20px;
    padding-left: 25px;
    }

.destaque_home img {
	margin: 10px 0px;
}
.destaque_home p,
.conteudo_internal p {
	padding: 0px 5px;
}
.destaque_home ul,
.conteudo_internal ul {
	padding: 0px 5px;
}
.destaque_home li,
.conteudo_internal li {
	list-style: none;
    padding: 0px;    
}
.destaque_home .saiba_mais {
	width: 270px;
	background-color: #bababa;
	height: 22px;
	text-align: right;
    color: #fff;
    font:16px 'PT Sans Narrow', sans-serif;
    font-weight: normal;
    text-transform: lowercase;
    letter-spacing: -0.5px;
    line-height: 20px;
    padding-right: 20px;  
}
.destaque_home .saiba_mais a {
	color: #fff;
    text-decoration: none;  
}

.destaque_home .saiba_mais a:hover {
	color: #fff;
    text-decoration: underline;  
}

.destaque_home img {
	border: none; 
}

.destaques {
	font-family: Helvetica;
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;
    padding: 0px;
}

.tit_destaque {
    color: #B62121;
    font:18px 'PT Sans Narrow', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
    letter-spacing: -0.5px;
    text-shadow: none;
    padding: 0px;
    margin-bottom: -8px;
}


.parceiros_home {
	margin: 50px auto auto;
	width: 980px;
}

.parceiros_home ul {
	padding: 0px;
	margin-left: 300px;
}
.parceiros_home li {
	display: inline;
    padding: 0px;
    margin-right: 100px;
}
.clear {
    clear: both;
}






/*Pagina Fale Conosco*/
#tblContato
{
    font-size: 12px;
    color:#666;
    margin-top: 20px;
}
#tblContato .campo
{
    font-weight: bold;
    padding-right: 7px;    
}
#tblContato .ast
{
    color: #F00;
}
#tblContato input,#tblContato select, #tblContato textarea
{
    width: 300px;
    height: 20px;
    font-family: arial;
    font-size: 12px;
    color:#666;
    line-height: 20px;
    font-size: 12px;
}
#tblContato .inp, #tblContato select
{
    width:auto;
    margin-left: 0;
    margin-right: 2px;
}
#tblContato textarea
{
    height: 90px;
}

#tblContato .btn_enviar
{
    width: 91px;
    height: 28px;
    font-size: 14px;
    line-height: 24px;
    border: 0;
    background: url(../images/bg_ver_mais.png) no-repeat;
    color:#FFF;
    text-align: left;
    padding-left: 15px;
    cursor: pointer;
}

/*Lista meu orçamento*/
#tblOrcamento
{
    font-size: 13px;
    color: #03235b;
    text-align: left;
}
#tblOrcamento thead th
{
    font-size: 14px;
    letter-spacing: -1px;
    border-bottom: 2px solid #03235b;
    padding-bottom: 5px;
}
#tblOrcamento tbody strong
{
    font-family: "Arial Black", Arial;
    font-style: italic;
}
#tblOrcamento tbody td
{
    border-bottom: 1px dashed #CCC;
    padding-top: 10px;
    padding-bottom: 10px;
}
#tblOrcamento tbody .qtd
{
    width: 37px;
    height: 35px;
    line-height: 35px;
    font-family: "Arial Black", Arial;
    font-style: italic;
    font-size: 13px;
    color: #03235b;
    background: url(../images/bg_input_qtd3.png) no-repeat;
    text-align: center;
    outline: none;
    border: 0;
}
#tblOrcamento tfoot td
{
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}
#tblOrcamento tfoot .btn_enviar
{
    width: 148px;
    height: 33px;
    font-size: 12px;
    font-family: "Arial Black",arial;
    color: #03235b;
    background: url(../images/btn_bg.png) no-repeat;
    border: 0;
    cursor: pointer;
    text-align: center;
}
#tblOrcamento .orc_vazio td
{
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    padding-top: 10px;
    color: #666;
}


/*Rodape*/
#rodape_geral
{
    width: 100%;
    min-height: 162px;
    background: #535353;
    float: left;
    margin-top: 20px;
}
#rodape
{
    width: 1000px;
    padding-top: 23px;
    float: left;
}
#rodape ul {
	padding: 0px;
}
#rodape li {
	display: inline;
    padding: 0px;
    font:14px 'PT Sans Narrow', sans-serif;
    color:#c9c9c9;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #c9c9c9;  
}

#rodape a {
    color: #c9c9c9;
    outline: medium none;
    text-decoration: none;
}

#rodape a:hover {
    color: #c9c9c9;
    outline: medium none;
    text-decoration: underline;
}

#rodape h4 {
    color: #c9c9c9;
    font: bold 18px 'PT Sans Narrow',sans-serif;
    letter-spacing: -0.025em;
    text-transform: uppercase;
}
#rodape p {
    color: #c9c9c9;
    font-family: Helvetica;
    font-size: 11px;
    line-height: 15px;
    margin: 0px;
}

