/*** GERAL  ***/
body {
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	margin:0 auto;
	padding:0;
	color:#333333;
	line-height:18px;
	background-color:#e9e9e9;
}

* {
	margin:0;
	padding:0;
}

*:focus {
	outline:none; /* remove border - Confirmar */
}

.clear{clear:both; height:1px !important; line-height:1px !important; float:none!important}
form{margin:0; padding:0;}

hr {
	border-width:0;
	height:1px;
	line-height:0;
	margin:30px 0px;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
	color:#d3d8e0;
	background-color:#d3d8e0;
	background-repeat:repeat-x;
}

input[type=text], textarea {
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	border-radius: 5px; /* CSS3 */
	border:solid 1px #663300;
	margin:4px 4px 8px 0px;
	padding:5px;
	color:#663300;
	vertical-align:middle;
	font-size:11px;
}

/*** ESTILOS - DEFAULT ***/
h1, h2{margin-bottom:12px; font-family:Arial, Verdana;}
h3, h4, h5, h6{margin-bottom:8px; font-family:Arial, Verdana;}
h1 {font-size:30px; line-height:32px;}
h2 {font-size:24px; line-height:26px;}
h3 {font-size:20px; line-height:22px;}
h4 {font-size:18px; line-height:20px;}
h5, h6 {font-size:14px; line-height:15px;}
h1, h2, h3, h4, h5, h6{ font-weight:normal; color:#7b7b7b;}
/* links */
a, a:visited {text-decoration:none; color:#663300;}
a:hover{color:#663300; text-decoration:underline;}
a img{border:none;}
/* float align */
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 3px;
}

.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}

.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

.alignnone, img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:3px;
}

img.alignleft, img.alignright, img.aligncenter, img.alignnone {
	margin-bottom: 12px;
}

/* lists / blockquotes / paragraphs */
p, ul, ol, blockquote {
	font-size:12px;
	margin-bottom:20px;
}

ul, ol {
	margin:10px 0 20px 20px;
	list-style-position:inside;
}

li ol, li ul {
	list-style:square;
	margin-bottom:0;
	margin-top:0;
}

li ol {list-style:decimal;}

.scrollbox_1 {
	background-image:url(../images/infos.gif);
	background-repeat:no-repeat;
	background-position: 0px 5px;
}

.scrollbox_2 {
	background-image:url(../images/quote.gif);
	background-repeat:no-repeat;
	background-position: 0px 5px;
}

blockquote {
	/* font-style:italic; */
	margin:0px 0px 0px 0px;
	color:#333333;
	padding:0px 0px 2px 0px;
}

blockquote.left, blockquote.right {
	float:right;
	letter-spacing:0px;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:0px;
	padding:0px 20px 10px 60px;
	width:43%;
}
	
blockquote.left{
	float:left;
	margin-left:0px;
	margin-right:20px;
}

blockquote p {margin-bottom:0px;}

/* code */
code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #e0e0e0;
	padding:15px 10px;
}

/*** CONTAINER ***/
#wrapper-top{background-image:url(../images/bg-wrapper.png); background-repeat:repeat-x; background-color:#fafafa;}
#wrapper-bottom{background-color:#e9e9e9; min-height:390px;}
#container-top{margin:0 auto; width:996px;}
#container-bottom{margin:0 auto; width:990px;}

/* TOP */
#top{height:100px;}
#logo h1, #logo h1 a, #logo h1 a:visited {
	font-size:40px;
	color:#3d73a2;
	margin-bottom:0px;
	padding:20px 0px 0px 40px;
	text-decoration:none;
	font-weight:normal;
}

#logo{width:320px; float:left;}

#logo h1 a:hover{text-decoration:none;}

#logo .desc {
	color:#7c7a6b;
	font-size:14px;
	padding-left:25px;
}

#navtop {
	background-image:url(../images/bg-navtop.png);
	background-repeat:no-repeat;
	background-position:top;
	height:50px;
	position:relative;
	z-index:100;
}

#topnav, #topnav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
	line-height:1.5em;
}

#topnav{padding:10px 13px 0px 13px;}

#topnav a {
	font-family:Verdana, Geneva, sans-serif;
	display:block;
	padding:0px 0px;
	color:#ffffff;
	text-decoration:none;
	font-size:12px;
	width:120px;
	text-transform:uppercase;
	/* letter-spacing:1px; */
}

#topnav a.current{color:#663300; background-image:url(../images/bg-navlink.gif); background-repeat:no-repeat;}

#topnav a:hover {
	color:#663300;
	background-image:url(../images/bg-navlink.gif);
	background-repeat:no-repeat;
}

#topnav li a:hover {
	background-image:url(../images/bg-navlink.gif);
	background-repeat:no-repeat;
}

#topnav li:hover a, #topnav li.sfHover a {
	color:#663300;
	background-image:url(../images/bg-navlink.gif);
	background-repeat:no-repeat;
}

#topnav li:hover ul a:hover, #topnav li.sfHover ul a:hover {
	background-image:url(../images/bg-navlink.gif);
	background-repeat:no-repeat;
}

#topnav li{
	float:left;
	position:relative;
	padding-left:0px;
	padding-right:0px;
	line-height:38px;
	padding-bottom:4px;
	padding-top:2px;
	text-align:center;
	margin-right:2px;
}

#topnav li#home{background-image:none;}

#topnav li li {
	padding-right:0px;
	text-transform:capitalize;
	line-height:25px;
	padding:0px 0px;
	background-image:none;
}

#topnav ul {
	position:absolute;
	display:none;
	width:205px;
	top:3.3em;
	left:0px;
	background-color:#FFF;
	padding-top:5px;
	padding-bottom:5px;
	border:solid 1px #FFFFFF;
	border-width:0px 1px 1px 1px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}

#topnav li ul a {
	width:159px;
	height:auto;
	margin:0 13px;
	padding:3px 10px 0px 10px;
	text-transform:none;
	border-bottom:solid 1px #f4f5f5;
	text-align:left;
	color:#a1a1a1;
	font-size:11px;
}

/* SUB MENUS */
#topnav li ul a, #topnav li ul a:hover {background-image:none !important;}

#topnav li ul a:hover {
	color:#993300;
	background-color:#ffcc66;
	z-index:0;
}

#topnav ul ul {
	top:0px;
}

#topnav li ul ul {
	left:12em;
	margin:0px 0 0 0px;
}

#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li:hover ul ul ul ul {
	display:none;
}

#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li li li li:hover ul {
	display:block;
}

/* SLIDESHOW */
#slider-container {
	height:380px;
	margin-bottom:10px;
	background-image:url(../images/slider-bar.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	position:relative;
}

#slider-frame {
	background-image:url(../images/slider-frame.gif);
	background-repeat:no-repeat;
	position:absolute;
	width:714px;
	height:6px;
	top:0;
	z-index:80 !important;
}

/* BOX */
.box {
	-moz-border-radius: 5px; /* Firefox */
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px; /* Safari, Chrome */
	border-radius: 5px; /* CSS3 */
	border:solid 1px #003300;
	padding:30px 30px 20px 30px;
	margin-bottom:10px;
}

.box_news {
	-moz-border-radius: 5px; /* Firefox */
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px; /* Safari, Chrome */
	border-radius: 5px; /* CSS3 */
	border:solid 1px #003300;
	padding:10px 10px 10px 10px;
	margin-bottom:10px;
	height:235px;
}

.box_news p {
	color:#333333;
	text-align:justify;
}

.box_apresenta {
	-moz-border-radius: 5px; /* Firefox */
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px; /* Safari, Chrome */
	border-radius: 5px; /* CSS3 */
	border:solid 1px #003300;
	margin-bottom:10px;
	background-image:url(../images/apresentaFundo.jpg);
	background-repeat:no-repeat;
}

.box_apresenta_content {
	padding:30px 0px 20px 30px;
	width:470px;
	text-align:justify;
}

.box_apresenta_content h1, .box h2, .box_news h2, .one_half h3 {
	color:#003300;
}

.box_apresenta_content p {
	color:#333333;
	text-align:justify;
}

.box2 {
	margin-bottom:10px;
	padding:0;
	height:190px;
	background-image:url(../images/banner.gif);
}

.box2 img{height:190px;}

.boxcolor {
	-moz-border-radius: 5px; /* Firefox */
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px; /* Safari, Chrome */
	border-radius: 5px; /* CSS3 */
	padding:0px 0px 0px 0px;
	width:246px;
	height:120px;
	margin-bottom:10px;
	background-image:url(../images/promo_3_box.png);
}

.promo_box {
	-moz-border-radius: 5px; /* Firefox */
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px; /* Safari, Chrome */
	border-radius: 5px; /* CSS3 */
	padding:0px 0px 0px 0px;
	width:246px;
	height:120px;
	margin-bottom:10px;
	background-image:url(../images/promo_box.png);
}

.boxTitle {
	padding-top:7px;
	padding-left:10px;
}

*+html .boxcolor{padding:15px 15px 17px 15px; margin-bottom:11px;}
*+html .promo_box{padding:15px 15px 17px 15px; margin-bottom:11px;}

#mainright .box{padding:30px 20px 30px 20px;}
#mainright h5{color:#333333; font-weight:bold;}

#guarantees{float:left; width:290px; margin-right:10px; height:205px; background:url(../images/nov_fundo.png); background-position:bottom; background-repeat:no-repeat;}
#testimonials{float:left; width:290px; height:205px; background:url(../images/test_fundo.png); background-position:bottom; background-repeat:no-repeat;}
.box-cycle_1, .box-cycle_2 {
	position:relative;
}
.navprev_1, .navnext_1, .navprev_2, .navnext_2{position:absolute; cursor:pointer; height:10px; width:16px ; display:block; text-indent:-9999px;}
.navprev_1, .navprev_2{top:-30px; right:20px; background-image:url(../images/prev.gif); background-repeat:no-repeat;}
.navnext_1, .navnext_2{top:-30px; right:0; background-image:url(../images/next.gif); background-repeat:no-repeat;}

/* CONTENT */
#main{background-image:url(../images/bg-main.png); background-repeat:repeat-y; padding:10px 13px 0px 13px;}
#main2{background-image:url(../images/bg-main.png); background-repeat:repeat-y; padding:10px 13px 0px 13px;} /* para páginas de CONTACTOS */
#mainleft{width:714px; float:left;}
#mainright{width:246px; padding-left:10px; float:left;}
#main2 #mainleft{width:584px; float:left;} /* para páginas de CONTACTOS */
#main2 #mainright{width:376px; padding-left:10px; float:left;} /* para páginas de CONTACTOS */
.widget-title{margin-bottom:8px;}
.box-cycle_1 blockquote p, .box-cycle_2 blockquote p{padding-left:50px;}
.box-cycle_1 blockquote div, .box-cycle_2 blockquote div{padding-left:50px; padding-bottom:5px;}

#mainleft .box p{color:#333333;}

#mainleft .box h5 {color:#663300;}

#mainleft .box p a:hover, #mainleft .box p a:visited, #mainleft .box p a {
	color:#663300;
}

#mainright ul{list-style-type:none; margin:0 0 0px 0; padding:0; list-style-position:outside;}

#mainright ul li li {
	list-style-type:none;
	margin:0;
	padding:6px 0 6px 20px;
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 10px;
	border-bottom:solid 1px #e6e6e6;
}

#mainright ul li a, #mainright ul li a:visited{color:#663300;}
#mainright .widget-container{clear:both; margin-bottom:15px !important;}
.boxcolor ul.list{padding-top:0px !important; margin:0px !important;}
.promo_box ul.list{padding-top:0px !important; margin:0px !important;}

.boxcolor ul.list li {
	line-height:16px;
	padding:7px 0px 0px 7px;
	font-size:11px;
	background-position:0px 4px;
	color: #333333;
	text-align:justify;
	width:150px;
}

.promo_box ul.list li {
	line-height:16px;
	padding:7px 0px 0px 7px;
	font-size:11px;
	background-position:0px 4px;
	color:#333333;
	text-align:justify;
	width:150px;
}

ul.social{list-style-type:none; margin:0; padding:0; float:right;}
ul.social li{display:inline; padding:0 2px;vertical-align: middle;}

/* TEXT STYLED */
.title-plan{font: Verdana, Geneva, sans-serif; font-size:22px; font-weight:bold; color:#003300;}
.title-plan_2{font: Verdana, Geneva, sans-serif; font-size:22px; font-weight:bold; color:#003300;}
.apresenta_block{float:right; margin-top:8px; margin-right:5px; width:180px; height:170px; color:#fff !important}
.styled1{color:#FFFFFF;}
.price{font-size:36px; color:#fff !important; font-weight:bold; display:block;}
.rightblock{float:right; margin-top:6px; width:75px; height:80px; color:#fff !important}
.leftblock_box2 {
	float:left;
	margin-top:80px;
	font-weight:600;
	color:#003300 !important;
	background-image:url(../images/banner_interior.png);
	width:130px;
	height:96px;
}
.but-order{display:block; padding-top:5px;}

/* FOOTER */
#footer {
	background-color:#a2a6b0;
	background-image:url(../images/bg-footer-b.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	float:left;
	color:#e9e9e9;
	padding:20px 40px 40px 40px;
	width:910px;
}

#footer ul{list-style-type:none; margin:0; padding:0;}
#footer ul li{list-style-type:none; margin:0; padding:0;}
#footer ul li li{border-bottom:solid 1px #c2c2c2; padding:4px 0;}
#footer ul li a, #footer ul li a:visited{color:#e9e9e9;}
#footer h2{color:#e9e9e9;}

#footer-bottom{padding:20px 40px 40px 40px; width:910px; clear:both;}
.logo-bottom {
	margin-top:5px;
	margin-bottom:5px;
	font:Verdana, Geneva, sans-serif;
	color:#666666;
	font-size:16px;
}

/* column list */
.four_column{list-style-type:none; margin:0px; padding:0px;}
.four_column li{list-style-type:none;width:22%; margin-right:4%; float:left;}
.four_column p{margin-bottom:10px;}

.three_column{list-style-type:none; margin:0px; padding:0px;}
.three_column li{list-style-type:none;width:30.66%; margin-right:4%; float:left;}
.three_column p{margin-bottom:10px;}

.two_column{list-style-type:none; margin:0px; padding:0px;}
.two_column li{list-style-type:none;width:48%; margin-right:4%; float:left;}
.two_column p{margin-bottom:10px;}

.three_four_column{list-style-type:none; margin:0px; padding:0px;}
.three_four_column li{list-style-type:none;width:74%; margin-right:4%; float:left;}
.three_four_column p{margin-bottom:10px;}

.two_column h1, .three_column h1, .four_column h1, .three_four_column h1{margin:8px 0px 5px 0px; font-size:24px; color:#3d73a2;}
.two_column h2, .three_column h2, .four_column h2, .three_four_column h2{margin:8px 0px 5px 0px; font-size:24px; color:#3d73a2;}
.two_column li li, .three_column li li, .four_column li li, .three_four_column li li{margin:0px; width:auto !important; float:none;}

/* column */
.one_half{ width:48%;}
.one_third{ width:30.66%;}
.one_fourth{width:22%;}
.three_fourth{width:74%;}
.one_half,.one_third,.one_fourth, .three_fourth{ position:relative; margin-right:4%; float:left;}
.last{ margin-right:0 !important;}

.one_fourth p{margin-bottom:10px;}

.formNews {
	width:200px;
	background-color: #ffcc66;
}

/*==== Dropcaps ====*/
.letercap {
	display:block;
	float:left;
	font-size:35px;
	line-height:35px;
	margin:0 8px 0 0;
}

.bk-right{ float:right; width:30%; margin-left:20px;}
.bk-left{ float:left; width:30%;}

/*==== Highlight ====*/
.highlight1{padding:1px 4px;background-color:yellow;color:#111;}
.highlight2{padding:1px 4px;background-color:#111;color:#eee;}

/*==== Tables ====*/
table {
	border-collapse:separate;
	border-spacing:0;
	width:100%;
	border-top:1px solid #ececec;
	margin-bottom:18px;
}

table,td,th { text-align:center;}
th{padding:10px;color:#666;text-transform:uppercase;}
td{padding:10px;color:#888;}
tfoot td{border:0px;}
th,tr:hover{background-color:#ececec;}

table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}

tr th, thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}

tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}

tr.odd td {
	background: #F2F7FC;
}

/*  _______________________________________

	08 CONTACTOS FORM
    _______________________________________  */

/*
//Estilo para as "labels" do form
*/

.form {
	font-family:"Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,sans-serif;
	font-size:11px;
}
	.form label {
		font-weight:bold;
		padding:0;
		margin:0;
		color:#333333;
	}

	.form ul li {
		list-style:none;
		display:inline;
	}

/*
Estilo para os campos do form
*/

#name, #email, #message {
	width:215px;
	padding:0 3px 0 3px;
	border:none;
	margin:1px 0 5px 0;
	background-color:#ffcc66;
	border:#663300 solid 1px;
	font-size:12px;
	color:#663300;
}

#name, #email {
	height:20px;
}

/*
Estilo para "enviar" e "limpar"
*/

.button {
	font-family:"Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,sans-serif;
	font-size:11px;
	border:#663300 solid 1px;
	margin:5px 15px 0px 0px;
	float:left;
	height:22px;
	width:70px;
	color:#663300;
}

.button:hover {
	background:#663300;
	color:#FFF;
	border:#663300 solid 1px;
}

/*
Estilo para as mensagens apresentadas quando o envio do mail
*/
.message {
	display:none;
	width:160px;
	float:left;
	margin-bottom:5px;
}

#alert li {
	width:auto;
	float:left;
}

/*
Mensagens de envio e erro
*/
.error {
	font-size:10px;
	color:#663300;
}

.sent {
	font-size:11px;
	color:#663300;
}

.contact {
	position:relative;
}

.contact ul {
	list-style-type:none;
}

.contact li.special {
	display:none;
}
