/*
 * Phytoplenus Styles
 * Author: Pedro Henrique F. Dropa
 * Owner: Auspex - Neg√≥cios em Tecnologia
 * Date: Mar-2012
 */

@import url(reset.css);

body {
	font-family:Verdana, sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	text-align:center;
	width:100%;	
}

#wrapper{	
	background:#fefeff url(../imgs/body-bg.png) center 0 repeat-y scroll;	
	width:100%;
	float:left;
}

a:link{ color:#3e5d8b; text-decoration:none; }
a:visited{ color:#3e5d8b; text-decoration:none; }
a:hover{ color:#3e5d8b; text-decoration:none; }
a:active{  color:#3e5d8b; text-decoration:none; }

a, button{ cursor:pointer;}
.left{ float:left; }
.right{ float:right; }
.tleft{ text-align:left; }
.tright{ text-align:right; }
.tcenter{ text-align:center; }
.italic{ font-style:italic;}
.italic-2{ font-style:italic; text-transform: capitalize;}
.capitalize{ text-transform:capitalize !important;}

#header-box, #content-box, #footer-box, #sub-content-box{
	float:left;
	width:100%;	
}

/* Header */
#header-box{
	background:transparent url(../imgs/header-bar.png) no-repeat scroll center 0;
	z-index:9999;
	min-width:900px !important;		
}

.header-box-fixed{
	position:fixed;
}

#content-box{#header-box
	position:relative;	
}

.content-box-fixed{
	top:126px;
	z-index:9;
	margin-bottom:150px;
}

#header, #content, #footer, #sub-content{
	width:897px;
	margin:0 auto;
	text-align:left;
	min-width:900px !important;	
}

#header{
	position:relative;
}

#header h1 a{
	background:transparent url(../imgs/logo.gif) no-repeat scroll 0 center;
	font-size:26px;
	color:#484848;
	float:left;
	text-indent:-9999px;
	width:138px;
	height:76px;
	margin:40px 0 0 12px;
}

#language{
	float:right;
	width:76px;
	height:30px;
	margin:14px 0 0 0;
}

#language a{
	text-indent:-9999px;
	background:transparent url(../imgs/language.gif) no-repeat scroll 0 center;
	width:33px;
	height:20px;
	float:left;
	margin-left:5px;
}
#language a.pt{}
#language a.en{ background-position:right 0; }

#header #menu{
	width:740px;
	float:right;
	margin:25px 0 0 0;
	text-align:right;
}

#header #menu ul{}
#header #menu ul li{
	display: inline;
	margin:0 0 0 18px;
}
#header #menu ul li a{
	font-size:11px;
	text-transform:uppercase;
	color:#fff;	
}
#header #menu ul li a:hover{
	text-decoration:underline;
	color:#ffeede;
}
#header #menu ul li a.active{
	font-weight:bold;	
}

#content{}

/* Index */
#slider{
	width:100%;
	height:300px;
}

#slider ul li{ 
	float:left;
	width:100%;
	height:300px;
}

#slider ul li h2{
	font-size:25px;
	width:440px;
	text-align:left;
	margin:70px 0 0 30px;
	color:#383431;
	line-height:40px;
}

#slider ul li#slide-1{background:#FFFFFF url(../imgs/slide-1.jpg) right bottom no-repeat scroll;}
#slider ul li#slide-2{background:#FFFFFF url(../imgs/slide-2.jpg) right bottom no-repeat scroll;}
#slider ul li#slide-3{background:#FFFFFF url(../imgs/slide-3.jpg) right bottom no-repeat scroll;}

#slider ul li#slide-1 h2{
	font-size:25px;
	width:485px;
	text-align:left;
	margin:70px 0 0 30px;
	color:#383431;
	line-height:40px;
}

#slider ul li#slide-2 h2{
	width:485px;
}

.bx-pager{
	width:100px;
	position:absolute;
	top:260px;
	left:34px;
	z-index:9999;
	float:left;
}

.bx-pager a{
	border-radius:7px;
	background-color:#e2e2e2;
	border:1px solid #e2e2e2;
	width:7px;
	height:7px;
	text-indent:-9999px;	
	float:left;
	margin:0 7px 0 0;
}

.bx-pager a:hover{
	background-color:#c0c0c0;
	border:1px solid #c0c0c0;	
}

.bx-pager a.pager-active{
	background-color:#c0c0c0;
	border:1px solid #c0c0c0;	
}


#sub-content-box{
	background:#fefeff url(../imgs/sub-content-bg.png) center 0 repeat-y scroll;
}
#sub-content{ }

#sub-content ul{}
#sub-content ul li{
	width:230px;
	float:left;	
	border-left:1px solid #e2e2e2;
	padding:0 34px;	
	margin:35px 0 40px 0;
}
#sub-content ul li.first{ 
	border:0;
}

#sub-content ul li h3{
	width:100%;
	float:left;	
	font-size:16px;
	font-weight:normal;
	height:25px;
	text-transform:uppercase;
	color:#33312f;
}

#sub-content ul li h4{
	width:100%;
	float:left;	
	font-size:13px;
	height:80px;
	color:#484441;	
	line-height:16px;
}

#sub-content ul li h5{
	width:230px;
	height:176px;
	float:left;
	margin:4px 0 10px 0;
	background:transparent url(../imgs/sub-content-image-bg.png) right 157px no-repeat scroll;
}

#sub-content ul li h5 img{
	background-color:#fff;	 
	padding:7px;
}

#sub-content ul li a.more{
	float:right;
	color:#383431;
	text-decoration:underline;
	text-transform:lowercase;
	margin:-10px 0 0 0;
}

/* Pages */
#page-menu-box{ 
	position: fixed;
	width: 155px;
}

#page-menu {
	position: fixed;
	top: 130px;
	/* just used to show how to include the margin in the effect */	
}

#page-menu.fixed {
	position: fixed;
	top: -38px;
}

#page-menu{
	float:left;
	width:155px;
	margin:60px 0 50px 15px;
}

#page-menu ul{}
#page-menu ul li{
	float:left;
	width:130px;
	padding:0 0 15px 11px;
	background:transparent url(../imgs/page-menu-bullet.png) 0 7px no-repeat scroll;
}
#page-menu ul li a{
	color:#4c4846;
	font-size:11px;
	text-transform:uppercase;
	line-height:18px;
}

#page-menu ul li a:hover{
	color:#ae3e22;
	text-decoration:underline;
}
#page-menu ul li a.active{
	font-weight:bold;	
}

#page-menu ul li ul{ margin:0 0 0 0; }
#page-menu ul li ul li{
	background:transparent url(../imgs/page-menu-bullet.png) 0 11px no-repeat scroll;
	padding:5px 0 0 11px;
}

#page-full-content{
	float:left;
	width:837px;
	margin:60px 0 50px 30px;
}

#page-content{
	float:right;
	width:650px;
	margin:60px 30px 50px 0;
	border-left:1px solid #f2f2f2;
	padding:134px 0 0 30px;	
}

#page-content h2, #page-full-content h2{
	text-transform:uppercase;
	font-size:28px;
	font-weight:normal;
	width:100%;
	float:left;	
	margin:0 0 52px 0;	
}

#page-content h3, #page-full-content h3{
	text-transform:uppercase;
	font-size:18px;
	font-weight:normal;
	float:left;	
	margin:0 0 20px 0;	
	line-height:1.4em;
}

#page-content h2.anchor, #page-full-content h2.anchor{
	padding:0 0 30px 0;
	margin:0 0 0 0;
	border-top:1px solid #f2f2f2;	
}

#page-content a.anchor{
	border:1px solid #fff;
	float:left;
	position:relative;
	top:-268px;
}

#page-content a.atributos{
	border:1px solid #fff;
	float:left;
	position:relative;
	top:-294px !important;
}


#page-content p, #page-full-content p{
	line-height:22px;
	font-size:13px;
	padding:0 0 20px 0;	
}

#page-content p strong, #page-full-content p strong, #page-content ul li strong{
	font-weight:bold;	
}

.page-content-item{
	float:left;
	width:100%;
	padding:0 0 50px 0;
	margin:0 0 14px 0;
}

.page-content-item #video{	
	display:block;
	width:310px;
	height:auto;	
	float:right;
	margin: 0 0 0 25px;
}

#page-content ul{ float:left; width:100%; }
#page-content ul li{
	float:left;
	width:100%;
	padding:0 0 10px 11px;
	background:transparent url(../imgs/page-menu-bullet.png) 0 7px no-repeat scroll;
	line-height:20px;
	font-size:13px;	
}

ul#comercial{ float:left; width:500px; }
ul#comercial li{
	float:left;
	width:100%;
	padding:0 0 10px 11px;
	background:transparent url(../imgs/page-menu-bullet.png) 0 7px no-repeat scroll;
	line-height:20px;
	font-size:13px;	
}


.page-content-spacer{
	float:left;
	background-color:#fff;
	width:710px;
	height:186px;
	position:fixed;	
	top:0;
	margin-left:-40px;	
}

#page-content p a, #page-full-content p a{
	color:#ae3e22;
}

.back-to-top{
	float:left;
	text-align:right;
	width:100%;
	margin:5px 0 0 0;
}

.back-to-top a{ color:#ae3e22; }

.content-image, .content-image-small{	
	background:transparent url(../imgs/content-image-bg.png) right bottom no-repeat scroll;
	display:block;
	width:auto;
	height:auto;
	width:310px;
	height:232px;	
}
.content-image-2{	
	background:none;
	display:block;
	width:auto;
	height:auto;
	width:100%;
	height:196px;	
	text-align:center;
}
.content-image-small{
	width:160px;
	height:163px;	
}
.content-image img{
	padding:8px;
	background-color:#fff;
	border:1px solid #f4f3f3;
	float:left;
}
.image-right{ 
	margin: 0 0 0 25px;
	float:right;
}
.image-left{ 
	margin: 0 25px 0 0;
	float:left;
}
.image-center{
	float:left;
	text-align:center !important;	
}

/* table */
table.table{
	width:100%;
	float:left;
	font-size:13px;
	border:1px dotted #ccc;	
}
table.table thead tr{	
	height:30px;
	line-height:30px;	
	text-align:left;
	width:100%;		
}
table.table thead tr th{
	font-weight:bold;
	border-bottom:1px dotted #ccc;
	text-transform:uppercase;
	text-align:center;	
}
table.table thead tr th h3{
	margin:0 !important;	
	padding:4px;
}
table.table thead tr th.label{
	width:150px !important;
	border-right:1px dotted #ccc;	
}
table.table tbody tr{
	line-height:20px;				
}
table.table tbody tr.odd{
	background-color:#fde4d0;	
}
table.table tbody tr.odd2{
	background-color:#ffe4e1;	
}
table.table tbody tr td{
	padding:10px;	
	font-style:italic;
}
table.table tbody tr td.label{
	width:150px !important;
	text-transform:uppercase;
	text-align:left;
	padding:5px 5px 5px 10px;
	border-right:1px dotted #ccc;	
	font-style: normal;
}
table.label2 tbody tr td{
	font-style: normal;
}


table.table tbody tr td.label3{
	width:400px !important;
	text-align:left;
	padding:5px 5px 25px 10px;
	border-right:0px dotted #ccc;	
	font-style: normal;
}

table.table tbody tr.odd3{
	background-color:#fde4d0;	
}
/* Form */
#page-full-content form{
	float:left;
	width:550px;
	font-size:13px;	
	margin:0 0 80px 0;
}
#page-full-content form.contact{
	width:515px;
}

#page-full-content form p{
	width:420px;	
}

#page-full-content form label{
	width:170px;
	text-align:left;
	float:left;
	height:30px;
	margin:0 0 15px 0;
	text-transform:uppercase;
	line-height:30px;
	font-size:12px;	
}

#page-full-content form label.line-height{ 
	line-height:16px;		
}

#page-full-content form label span.small{
	font-size:9px;
	width:160px;
	text-align:left;
	float:left;
	line-height:14px;	
}
#page-full-content form input{
	width:270px;
	height:16px;
	border:1px solid #ccc;
	float:left;
	margin:0 0 15px 0;
	padding:6px 5px;
	
}

#page-full-content form input.hightlight, 
#page-full-content form textarea.hightlight, 
#page-full-content form select.hightlight{
	border:1px solid #da2a2a;	
}

p.dados{ font-weight:bold; text-transform: uppercase;}
p span.alert-required{ 
	margin:-20px 0 0 0;  
	font-size:11px; 
	font-weight:normal; 
	float:left;
	width:100%;
	}

#page-full-content form select{
	border:1px solid #ccc;
	float:left;
	width:304px;
	height:30px;	
	margin:0 0 10px 0;
	padding:4px;
}

#page-full-content form textarea{
	border:1px solid #ccc;
	float:left;
	width:270px;
	height:170px;
	font-family:Verdana, sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	padding:5px;
}
#page-full-content form radiogroup{
	float:left;
	width:380px;		
}

#page-full-content form input[type="radio"]{
	width:auto;
	height:auto;
	margin:10px 0 0 0;
	line-height:30px;
	padding:0;		
	border:0 !important;
	background-color:#fff;
}

#outro, #outro-label, #numero, #label-numero{ display:none;}

#page-full-content form radiogroup label{
	width:auto !important;
	padding:0 12px 0 3px !important;	
}

#page-full-content label.radio{
	width:auto !important;
	padding:0 12px 0 3px !important;	
}

span.required{
	color:#ef8d1a;
	font-size:11px;
	margin:-4px 0 0 2px;
	top:-5px;
	position:relative;
}
	

#page-full-content form input, #page-full-content form textarea, #page-full-content form select{
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
}

#page-full-content form .form-actions{
	float:left;
	width:453px;
	margin:15px 0;
}

#page-full-content form .form-actions button{
	font-size:14px;
	float:right;
	color:#FFF;
	width:120px;
	height:30px;
	border:1px solid #000;
	text-transform:uppercase;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background: #38455c; /* Old browsers */
	background: -moz-linear-gradient(top,  #38455c 0%, #2d384b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#38455c), color-stop(100%,#2d384b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #38455c 0%,#2d384b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #38455c 0%,#2d384b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #38455c 0%,#2d384b 100%); /* IE10+ */
	background: linear-gradient(top,  #38455c 0%,#2d384b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38455c', endColorstr='#2d384b',GradientType=0 ); /* IE6-9 */
}

#page-full-content form .form-stats{	
	float:right;
	width:305px;
	height:30px;
	font-size:13px;
	margin:0 45px 0 0;
}

#page-full-content form .form-stats .loading{
	background:transparent url(../imgs/ajax-loader.gif) 0 0 no-repeat scroll;
	padding:0 0 0 20px;
	color:#484848;
	height:20px;
	line-height:20px;
}

#page-full-content form .form-stats .done{
	background:transparent url(../imgs/success.png) 0 3px no-repeat scroll;
	padding:0 0 0 20px;
	color:#33873b;
	height:20px;
	line-height:20px;
}

/* Atendimento */
#atendimento-sidebar{
	width:420px;
	float:right;	
}

#atendimento-sidebar #company-info{
	width:320px;
	float:left;
	margin:0 0 10px 0;	
}

#atendimento-sidebar #company-info span{
	float:left;
	width:100%;
	line-height:20px;
	font-size:13px;	
}

#atendimento-sidebar #company-info span.title{
	color:#9f3324;
	font-size:14px;
	font-weight:bold;
	margin:0 0 5px 0;
}

#atendimento-sidebar #map{
	margin: 10px 0 0 0;
    float: left;
    width: 405px;
    height: 281px;
    border-radius: 10px;
    border: 1px solid #ccc;	
}
.gmnoprint { display: none;}

#atendimento-sidebar #expand-map{
	float:left;
	padding:4px 0;	
}

#footer-box{
	background-color:#fff;
	height:200px;
	border-top:1px solid #f5f4f4;
}

#footer{	
	height:200px;	
	text-align:center;
}

#footer #menu{
	margin:35px 0;
}

#footer #menu ul{}
#footer #menu ul li{
	display: inline;
	margin: 0 15px;	
}

#footer #menu ul li a{
	text-transform:uppercase;
	font-size:10px;	
	color:#717171;
}

#footer #menu ul li a:hover{
	color:#ae3e22;
	text-decoration:underline;
}

#footer h6{
	margin:0 auto;
	width:67px;
} 

#footer h6 a.auspex{
	text-indent:-9999px;
	background:transparent url(../imgs/logo-auspex.gif) 0 0 no-repeat scroll;
	width:67px;
	height:45px;
	text-align:center;
	display:block;	
}

#footer #copyright{
	color:#8a8a8a;
	font-size:10px;
	text-align:center;
	width:100%;
	margin:13px 0;
}

.thanks{margin-left:345px;}

.imprensa-item1{
	float:left;
	font-size:13px;
	height:140px;
	line-height:18px;
	margin:0 25px 30px 0;
	overflow:hidden;
	padding:0;
	width:190px;
}

.imprensa-item{
	float:left;
	width:180px;
	margin:0 25px 30px 0;
	padding:0;
	height:170px;
	font-size:13px;
	line-height:18px;
	overflow:hidden;
}

.imprensa-item h7{ 
	display:block;
	float:left;
	font-size:12px;
	overflow:hidden;
	width:90%;
}

imprensa-logo1{
	display:block;
	float:left;
	margin:0;
	min-height:80px;
	position:relative;
	text-align:left;
	vertical-align:bottom;
	width:100%;
}
.imprensa-logo{
    display: block;
    float: left;
    margin:0;
    min-height: 60px;
    position: relative;
    text-align: left;
    vertical-align: bottom;
    width: 100%;
}
	