/* MAIN SETTING
========================================================================= */
body {
	width: 100%;
	height: 100%;
	font: 13px/20px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	background: #fff;
	min-width: 1024px;
}
a, a:visited {
	color: #6b6b6b;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #6b6b6b;
	text-decoration: none;
}
a:focus, a:active {
	color: #6b6b6b;
	text-decoration: none;
	outline: none;
}
.clear {
	clear: both;
	height: 0;
}
.wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.main {
	margin: 0 auto;
}
p {
	margin-bottom: 20px;
}
#content {
	z-index: 10;
}
#page1 #content
{
	padding: 0 0 25px 0;
}
#page2 #content {
	padding: 0 0 28px 0;
}
#page3 #content {
	padding: 56px 0 60px 0;
}
#page4 #content {
	padding: 60px 0 60px 0;
}
#page5 #content {
	padding: 56px 0 82px 0;
}
#page6 #content {
	padding: 56px 0 81px 0;
}
h2 {
	font: italic 26px/31px Georgia;
	color: #000;
	margin-bottom: 13px;
}
header, footer {
	position: relative;
}
/* HEADER
========================================================================= */
header {
	background: #3A8892;
	z-index: 11;
}
.bg_zero {
	background: url("../images/zero.jpg") no-repeat right top;
}
.header_bg {
	background: url("../images/header_bg.jpg") no-repeat center top;
}
#page1 .header_bg {
	background: url("../images/header_bg.jpg") no-repeat center top;
	padding-bottom: 29px;
}
.w_940 {
	width: 940px;
	padding-bottom: 3px;
	z-index: 10;
}
h1 {
	float: left;
	margin: 57px 0 0 18px;
}
h1 a {
	display: block;
	text-indent: -999em;
	width: 198px;
	height: 40px;
	background: url("../images/logo.png") no-repeat;
}
nav {
	float: right;
	position: relative;
	margin: 49px 5px 23px 0;
	z-index: 11;
}
nav li {
	float: left;
}

/* NAVIGATION
========================================================================= */
.sf-menu, .sf-menu * {
	margin:	0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu > li > a {
	display: block;
	padding: 0 19px;
	position: relative;
	font: 14px/40px Georgia;
	height: 40px;
	text-decoration: none;
	text-shadow: #6b6b6b 1px 1px 0;
}
.sf-menu li li a {
	padding: 0;
}
.sf-menu li {
	float: left;
	position: relative;
	background: url("../images/zero-2.png");
}

.sf-menu > li, .sf-menu ul {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.sf-menu ul li {
	width: 132px;
}


.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
	text-align: center;
	background: #625c5c url('../images/sub_menu_bg.jpg') repeat-x left bottom;
	padding: 20px 0;
}
.sf-menu li:hover, .sf-menu > li.active, .sf-menu > li.sfHover  {
	background: rgba(18, 41, 21, 0.4);
}
.sf-menu li li:hover, ul.sf-menu li li.active, ul.sf-menu li li.sfHover {
	background: url('../images/sub_menu_hover.png') no-repeat top center;
}
.sf-menu li li:hover > a, ul.sf-menu li li.active > a, ul.sf-menu li li.sfHover > a {
	color:#000;
}

.sf-menu a {
	color: #fff;
}
.sf-menu ul li a{
	display:block;
	font: 11px/25px Arial;
	height: 25px;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			-8px;
	top:			50px; /* match top ul list item height */
	z-index:		99;
}


ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			132px; /* match ul width */
	top:			-20px;
}

/* SLIDESHOW
========================================================================= */
.items {
	display:none;
}
.slider_holder {
	margin: 0 auto;
	background: url('../images/slider_holder_bg.jpg') no-repeat 38px 0;
	padding: 1px 0 3px 40px;
	width: 980px;
	height: 418px;
	position:relative;
	overflow: hidden;
}
.slider {
	width: 980px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.pic {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.pagination {
		position: absolute;
		display: block;
		width: 25px;	
		z-index:60;
		bottom: 24px;
		right: 0;
	}
	.pagination li {
		font-size: 0;
		line-height: 0;
		margin: 0;
		color: #252525;
		background: none !important;
	}
		.pagination a {
			display: block;
			width: 26px;
			height: 26px;
			font-size:0;
			line-height:0;
			text-decoration: none;
			background: url('../images/pag_button.png') no-repeat;
			margin-top: 6px;
		}
			.pagination li.current a, .pagination  a:hover {
				background: url('../images/pag_button_active.png') no-repeat;
			}

.banner{
	display: block;
	width: 941px;
	height: 41px;
	overflow: hidden;
	position: absolute;
	z-index:15;
	color: #fff;
	top: 325px;
	padding-top: 11px;
	font: italic 24px Georgia;
	background: rgba(9,19,11,0.55);
}
.marg_home {
	margin-left: 32px;
}
.numStatus {
	display: none;
}



/* CONTENT
========================================================================= */

.pad_top_1 {
	padding-top: 25px;
}
.section_bg {
	background: url('../images/section_bg.jpg') repeat-x left bottom;
}
.image_bord {
	display: block;
	padding: 6px;
	border: 1px solid #f9f9f9;
	background: #fff;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 1px 1px 1px 0 #d2d2d2;
	margin-bottom: 13px;
}
.image_bord:hover {
	background: #3A8892;
	border: 1px solid #3A8892;
}
.image_bord_2 {
	padding: 6px;
	border: 1px solid #f9f9f9;
	background: #fff;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 1px 1px 1px 0 #d2d2d2;
	margin-bottom: 13px;
}
.img_1 {
	width: 287px;
	height: 130px;
}
.img_2 {
	width: 288px;
	height: 130px;
}
.img_3 {
	width: 289px;
	height: 130px;
}
.img_4 {
	width: 247px;
	height: 163px;
}
.img_5 {
	width: 587px;
	height: 250px;
}
.img_6 {
	width: 90px;
	height: 90px;
}
.section_bg p {
	margin-bottom: 15px;
	padding-left: 2px;
}
a.more {
	display: inline-block;
	padding: 0 13px;
	font: 16px/40px Georgia;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #3e3e3e;
	box-shadow: 0 3px 1px 0 #989898;
	-moz-box-shadow: 0 3px 1px 0 #989898;
	-webkit-box-shadow: 0 3px 1px 0 #989898;
	background: url("../images/ie_more_bg.png");
	text-shadow: #fff 1px 1px 0;
}
a.more:hover {
	color: #fff;
	background: url("../images/ie_more_hover_bg.png");
	text-shadow: none;
}
a.more-2 {
	display:inline-block;
	font: normal 16px/39px Georgia;
	color: #fff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 0 24px;
	position: absolute;
	right: 220px;
	top: 6px;
	background: url("../images/ie_more_2_bg.png");
}
a.more-2:hover {
	color: #000;
	background: url("../images/ie_more_bg.png");
}
.h2 {
	margin-bottom: 10px;
}
.h2_produktos
{
	margin-bottom: 1px;
	margin-top: 8px;
	font-size: 17px;
	text-align: justify;
}
.h2_head
{
	margin-bottom: 12px;
	margin-top: 8px;
	color: #3D8C93;
}
._produktos td
{
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
.bodyText img
{
	border: 6px solid #FFFFFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.bodyText
{
	margin-left:15px;
	margin-right:15px;
}
.bodyText1
{
	margin-left:15px;
	margin-right:15px;
	height:400px;
}
.h2_services {
	margin-bottom: 5px;
}
.h2_services_2 {
	margin-bottom: 13px;
}
.h2_support {
	margin-bottom: 12px;
}

.h3 {
	font: bold 16px/20px Georgia;
	display: block;
}
.p {
	display: block;
}
.pad_bottom {
	padding-bottom: 22px;
}
.e-mail a {
	text-decoration: none;
}
.e-mail a:hover {
	text-decoration: underline;
	color: #61a05c;
}

.img_marg {
	float: left;
	margin: 4px 17px 10px 0;
}
.marg_services {
	padding-bottom: 25px;
}

.marg_solution {
	margin-bottom: 15px;
}
.marg_2_solutoin {
	margin-bottom: 44px;
}
.marg_3_solutoin {
	margin-bottom: 23px;
}
.marg_support {
	margin-bottom: 38px;
}
.marg_support_2 {
	display: inline-block;
	margin-top: -5px;
}
.marg_support_3 {
	margin-bottom: 34px;
}
a.link_support {
	font-weight:bold;
}
a.link_support:hover {
	color: #61a05c;
}


/* BOXES
========================================================================= */
a.box {
	display: block;
	background:#f9f9f9;
	border-radius: 8px;
	color: #000;
	text-decoration: none;
	margin-bottom: 16px;
}
/*.box .bottom-tail {
	background: url(../images/box-bottom-tail.jpg) left bottom repeat-x;
}
.box .top-tail {
	background: url(../images/box-top-tail.jpg) left top repeat-x;
}
.box .left-tail {
	background: url(../images/box-left-tail.jpg) top left repeat-y;
}
.box .right-tail {
	background: url(../images/box-right-tail.jpg) top right repeat-y;
}
.box .bottom-right {
	background: url(../images/box-corner-bottom-right.jpg) bottom right no-repeat;
}
.box .bottom-left {
	background: url(../images/box-corner-bottom-left.jpg) bottom left no-repeat;
}
.box .top-right {
	background:url(../images/box-corner-top-right.jpg) top right no-repeat;
}
.box .top-left {
	background: url(../images/box-corner-top-left.jpg) top left no-repeat;
	width:100%;
}*/
.box {
	background: url(../images/box_1_bg.jpg) repeat-y top center;
	color: #fff;
}
.box .bottom-tail {
	background: url(../images/box-bottom-tail_hover.jpg) left bottom repeat-x;
}
.box .top-tail {
	background: url(../images/box-top-tail_hover.jpg) left top repeat-x;
}
.box .left-tail {
	background: url(../images/box-left-top-tail_hover.jpg) top left repeat-y;
}
.box .right-tail {
	background: url(../images/box-right-top-tail_hover.jpg) top right repeat-y;
}
.box  .bottom-right {
	background: url(../images/box-corner-bottom-right_hover.jpg) bottom right no-repeat;
}
.box  .bottom-left {
	background: url(../images/box-corner-bottom-left_hover.jpg) bottom left no-repeat;
}
.box  .top-right {
	background:url(../images/box-corner-top-right_hover.jpg) top right no-repeat;
}
.box .top-left {
	background: url(../images/box-corner-top-left_hover.jpg) top left no-repeat;
	width:100%;
}
.box span {
	display: block;
}
.box p {
	margin: 0;
}
.box strong {
	text-decoration: underline;
}
.box .indent_1
{
	padding: 20px 32px 79px 20px;
}
.box .indent_2
{
	padding: 20px 32px 20px 31px;
}
.box .indent_3 {
	padding: 20px 30px 40px 32px;
}
.box .indent_4 {
	padding: 30px 22px 41px 21px;
}
.box .indent_5 {
	padding: 30px 26px 41px 22px;
}
.box .indent_6 {
	padding: 30px 26px 41px 33px;
}
.box .indent_7 {
	padding: 31px 22px 41px 22px;
}
.box .indent_8 {
	padding: 31px 27px 41px 23px;
}
.box .indent_9 {
	padding: 31px 26px 41px 33px;
}

.box-icon_1, .box-icon_2, .box-icon_3, .box-icon_4, .box-icon_5, .box-icon_6, .box-icon_7, .box-icon_8, .box-icon_9 {
	float: left;
}
.box-icon_1
{
	padding: 3px 15px 8px 10px;
}
.box-icon_2 {
	padding: 3px 15px 5px 10px;
}
.box-icon_3 {
	padding: 3px 15px 5px 10px;
}
.box-icon_4 {
	padding: 4px 32px 10px 24px;
}
.box-icon_5 {
	padding: 4px 30px 10px 26px;
}
.box-icon_6 {
	padding: 15px 34px 14px 21px;
}
.box-icon_7 {
	padding: 4px 29px 5px 12px;
}
.box-icon_8 {
	padding: 4px 26px 10px 14px;
}
.box-icon_9 {
	padding: 10px 26px 10px 8px;
}


/* LISTs
========================================================================= */
.services_list {
	margin-bottom: 33px;
}
.services_list li {
	background: url(../images/services_list.png) no-repeat left 14px;
}
.services_list a {
	font: bold 16px/35px Georgia;
	color: #606060;
	margin-left: 25px;
}
.services_list a:hover {
	text-decoration:underline;
}

/* FORM
========================================================================= */
#confirm {
	position: relative;
	width: 545px;
	height: 429px;
}
#confirm  label {
	display: block;
	position: relative;
	height: 57px;
}
#confirm input, #confirm textarea {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
#confirm input {
	display: block;
	margin: 0;
	padding: 12px 0 12px 13px;
	outline: none;
	box-shadow: none !important;
	width: 335px;
	border: 1px solid #ededed;
	color: #636363;
}
#confirm label > span {
	position: absolute;
	right: 0;
	top: 10px;
	color: #f00;
	display: none;
	width: 185px;
}
#confirm textarea {
	display: block;
	margin: 0;
	padding: 12px 0 0 15px;
	outline: none;
	box-shadow: none !important;
	font: 13px/20px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	color: #636363;
	border: 1px solid #ededed;
	width: 523px;
	height: 179px;
	resize: none;
	overflow: auto;
}
#confirm .message > span {
	left: 15px;
	top: 195px;
}
#confirm .message {
	height: auto;
}
#confirm .success {
	position: absolute;
	left: 0;
	top: -20px;
	color: #61a05c;
	display: none;
}
#confirm .btns {
	position: absolute;
	right: 5px;
	bottom: 4px;
	font: bold 12px 'Lato', sans-serif;
}
#confirm .btns a.marg_conf {
	margin-right: 20px;
}

iframe {
	width: 348px;
	height: 270px;
	margin:0;
	border: none;
}
.bord_width {
	width: 348px;
}
.pad_contacts {
	padding-right: 46px;
}

/* FOOTER
========================================================================= */
footer
{
	background: url("../images/footer_bg.jpg") repeat-x;
	padding: 25px 0 25px 0;
	color: #151515;
	line-height: 22px;
}
h5 {
	font: bold 16px/20px Georgia;
	margin-bottom: 12px;
	color: #000;
}
.policy > a {
	text-decoration: none;
}
.policy > a:hover {
	text-decoration: underline;
	color: #61a05c;
}
.e-mail_2 > a {
	color:#61a05c;
	text-decoration: none;
}
.e-mail_2 > a:hover {
	text-decoration: underline;
}
.soc_net > li > a {
	color:#151515;
	text-decoration: none;
}
.soc_net > li > a:hover {
	color:#61a05c;
	text-decoration: underline;
}
#newsletter-form > input {
	outline: none;
	box-shadow: none !important;
	float:left;
	border-radius: 4px 0 0 4px;
	height: 33px;
	width: 169px;
	background: #e1e1e1;
	margin-top: 7px;
	padding-left: 10px;
	padding-right: 5px;
	border: none;
	border-top: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;
}
a.submit {
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url("../images/news_button.png") no-repeat;
	margin: 7px 0 0 -1px;
}
a.submit:hover {
	background: url("../images/news_button_hover.png") no-repeat;
}