* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body {
	background:url(../images/body-bg.gif) left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.25em;
	color:#141010;
	
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:100%;
}




/*==== GLOBAL =====*/
#main {
	width:980px; 
	margin:0 auto;
	font-size:.875em;
	position:relative;
}

#header {
	height:100px;
}
#content {
	padding:0 0 33px 0;
}
	#content .sidebar {
		float:left;
		width:165px;
		padding-bottom:50px;
	}
	#content .mainContent {
		float:left;
		width:715px;
	}
#footer {
	height:116px;
	padding-left:14px;
}


/*---- tailings ----*/
.tail-top { 
	background:url(../images/tail-top.jpg) left top repeat-x;
}
.tail-bottom { 
	background:url(../images/tail-bottom.jpg) left bottom repeat-x;
}
.main-bg {
	background:url(../images/main-bg.png) center top no-repeat;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 27px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 27px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:20px;
}
.p1 { 
	margin-bottom:10px;
}
.p2 { 
	margin-bottom:20px;
}
.p3 { 
	margin-bottom:30px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#e16500; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	font-size:32px;
	line-height:1em;
	font-weight:normal;
	color:#272727;
	letter-spacing:-1px;
	margin-bottom:20px;
}
h2 {
	background:url(../images/title-bg.png) no-repeat left top;
	width:468px;
	height:51px;
	font-size:24px;
	line-height:36px;
	color:#fff;
	font-weight:normal;
	margin:0 0 17px -66px;
	text-indent:66px;
	letter-spacing:-1px;
}
h3 {
	font-size:26px;
	line-height:1.2em;
	font-weight:normal;
	border-bottom:2px solid #bebdbd;
	color:#c70018;
	text-align:right;
	padding:0 6px 3px 0;
	margin:0 0 37px -8px;
}
h4 {
	font-size:18px;
	line-height:24px;
	color:#d30d33;
	font-weight:normal;
	margin-bottom:21px;
}
h5 {
	font-size:13px;
	margin-bottom:4px;
	padding-top:4px;
}
h6 {
	font-size:26px;
	line-height:1.2em;
	font-weight:normal;
	border-bottom:2px solid #bebdbd;
	color:#c70018;
	text-align:left;
	padding:0 6px 3px 0;
	margin:0 0 37px -8px;
}
h7 {
	font-size:14px;
	font-weight:normal;
	color: #333333;
	text-align:left;
	padding:5px 6px 3px 0;
	margin:5 0 37px -8px;
	padding-top:4px;
}


.txt1 {
	color:#e94362;
	font-style:italic;
	font-size:15px;
}
.txt2 {
	color:#706b6b;
	font-style:italic;
	line-height:22px;
}

.link1 { 
	font-size:13px;
	font-style:italic;
	font-weight:bold;
}


.line-hor { 
	background:#3a3c52;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 20px 0;
}
.line-ver { 
	background-image:url(../images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}



blockquote {
	color:#706b6b;
	font-style:italic;
	line-height:22px;
}
	blockquote a {
		color:#e94362;
	}


/*==================boxes====================*/
.box {
	width:100%;
}
	.box .left-top-corner {
		background:url(../images/left-top-corner.png) no-repeat left top;
		padding-left:13px;
	}
	.box .right-top-corner {
		background:url(../images/right-top-corner.png) no-repeat right top;
		padding-right:13px;
	}
	.box .border-top {
		background:url(../images/border-top.png) left top repeat-x;
		height:12px;
		overflow:hidden;
		font-size:0;
		line-height:0;
	}
	.box .left-shad {
		background:url(../images/left-shad.png) left top repeat-y;
		padding-left:9px;
	}
	.box .right-shad {
		background:url(../images/right-shad.png) right top repeat-y;
		padding-right:9px;
	}
	.box .left-bot-corner {
		background:url(../images/left-bot-corner.png) no-repeat left top;
		padding-left:13px;
	}
	.box .right-bot-corner {
		background:url(../images/right-bot-corner.png) no-repeat right top;
		padding-right:13px;
	}
	.box .border-bot {
		background:url(../images/border-bot.png) left top repeat-x;
		height:12px;
		overflow:hidden;
		font-size:0;
		line-height:0;
	}
	.box .inside { 
		background:url(../images/box-bg.jpg) left top;
		padding:28px 30px 35px 50px;
		
	}

.sm-box {
	background:#fff;
	width:100%;
}
	.sm-box .top {
		background:url(../images/sm-box-top.jpg) no-repeat left top;
		height:10px;
		overflow:hidden;
	}
	.sm-box .bottom {
		background:url(../images/sm-bottom.jpg) no-repeat left bottom;
		height:40px;
		overflow:hidden;
	}
	.sm-box .bottom-alt {
		background:url(../images/sm-bottom-alt.jpg) no-repeat left bottom;
		height:15px;
		overflow:hidden;
	}
	.sm-box .inner {
		padding:10px 21px 30px 28px;
	}
	.sm-box .inner1 {
		padding:10px 15px 30px 23px;
	}
	.sm-box .inner.alt {
		background:url(../images/quotes.gif) no-repeat 13px top #fff;
	}

.address { 
	color:#706b6b;
	font-style:italic;
	line-height:22px;
}
	.address dt {
		margin-bottom:16px;
	}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			width:85px;
		}
		.address dd a {
			color:#e94362;
			font-size:13px;
		}


.department { 
	padding-bottom:20px;
}
	.department dt {
		margin-bottom:5px;
		font-size:13px;
		font-weight:bold;
	}
	.department dd { 
		clear:both;
	}
		.department dd span { 
			float:left;
			width:103px;
		}


/*===== header =====*/
#header .social-services {
	float:right;
	padding:42px 10px 0 0;
}
	#header .social-services dt {
		float:left;
		color:#9f9089;
		font-size:20px;
		line-height:1.2em;
		padding:9px 5px 0 0;
		letter-spacing:-1px;
	}
	#header .social-services dd {
		float:left;
		padding-left:3px;
	}

#header .logo {
	position:absolute;
	left:16px;
	top:42px;
	z-index:10;
}

/*===== content =====*/
#content .sidebar .indent {
	padding:55px 5px 0 12px;
}
	#content .sidebar .indent .indent {
		padding:0 0 0 14px;
	}
	#content .sidebar .indent .indent1 {
		padding:15px 0 0 14px;
	}
	#content .nav {
		padding:57px 0 0 12px;
		margin-right:-30px;
	}
		#content .nav li {
			display:inline;
		}
			#content .nav li a {
				display:block;
				width:157px;
				height:25px;
				color:#fff;
				text-decoration:none;
				font-size:18px;
				line-height:1.4em;
				text-indent:5px;
				letter-spacing:-1px;
			}
			#content .nav li a:hover {
				color:#000;
			}
			#content .nav li a.current {
				text-indent:157px;
				color:#000;
			}
			#content .nav li a.item1 {
				background:url(img/nav-bg1.png) no-repeat left top;
			}
			#content .nav li a.item2 {
				background:url(img/nav-bg2.png) no-repeat left top;
			}
			#content .nav li a.item3 {
				background:url(img/nav-bg3.png) no-repeat left top;
			}
			#content .nav li a.item4 {
				background:url(img/nav-bg4.png) no-repeat left top;
			}
			#content .nav li a.item5 {
				background:url(img/nav-bg5.png) no-repeat left top;
			}
			#content .nav li a.item6 {
				background:url(img/nav-bg6.png) no-repeat left top;
			}
	
	#content .section {
		padding-bottom:44px;
	}
	
	
	.list1 li {
		background:url(../images/marker2.gif) no-repeat left top;
		padding:0 0 4px 19px;
		text-transform:uppercase;
		font-size:12px;
		margin-left: 2px;
	}
		.list1 li a {
			color:#141010;
			text-decoration:none;
		}
		.list1 li a:hover {
			color:#e7284c;
		}
	.list1 li.alt {
		background:none;
	}
		.list1 li.alt a {
			font-size:13px;
			color:#e16500;
			font-style:italic;
			font-weight:bold;
			text-transform:none;
			text-decoration:underline;
		}
		.list1 li.alt a:hover {
			text-decoration:none;
		}


/*=== slider ===*/
.slider-wrap {
	background:url(../images/slider-wrap.jpg) no-repeat left top;
	width:595px;
	height:303px;
	position:relative;
	margin-bottom:32px;
}
	.slider-wrap .label {
		position:absolute;
		top:-13px;
		right:-4px;
		width:150px;
		height:59px;
		background:url(../images/slider-label.png) no-repeat left top;
		z-index:10;
	}
	.slider-wrap .inner {
		padding:7px 0 0 6px;
	}
	

.anythingSlider                         { width: 589px; height: 296px; position: relative; }
.anythingSlider .wrapper                { width: 582px; overflow: hidden; height: 296px; position: absolute; top: 0; left: 0; font-size:12px;}
.anythingSlider .wrapper ul             {
	width: 568px;
	list-style: none;
	position: absolute;
	left: 1px;
}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 296px; width: 582px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 45px; width: 22px; text-indent: -9999px; position: absolute; top: 114px; cursor: pointer; }
.anythingSlider .forward                { background:url(../images/next.png) no-repeat left top; right:6px;}
.anythingSlider .back                   { background:url(../images/prev.png) no-repeat left top; }
.anythingSlider a { color:#706b6b;}
.anythingSlider a.info { background:url(../images/marker1.gif) no-repeat left 1px; text-decoration:none; padding-left:20px; float:right;}
.anythingSlider a.info:hover { text-decoration:underline; color:#000;}
.anythingSlider p { margin-bottom:0;}
.anythingSlider .container { padding:8px 25px 0 22px; width:auto;}

#start-stop                             { display:none;}

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }



/* --- gallery begin --- */
.gallery-box {
	width:100%;
	overflow:hidden;
}
div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	width: 597px; 
}
div.content a:focus, div.content a:active {
	text-decoration: underline;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 533px; /* This should be set to be at least the height of the largest image in the slideshow */
	width:597px;
	background:url(../images/gallery-img-wrap.jpg) no-repeat left top;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 582px;
	height: 425px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {
	height:425px;	
	
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 7px;
	left: 7px;
}
div.slideshow a.advance-link {
	display: block;
	width: 582px;
	height: 425px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	display:block;
	top:0;
	left:0;
	position:absolute;
}

div.caption-container {
	position: relative;
	color:#b4b1b1;
}
span.image-caption {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.caption {
	padding:18px 25px 0 15px;
	color:#706b6b;
	font-size:12px;
	line-height:1.5em;
}
	div.caption em {
		color:#e94362;
		font-size:15px;
	}
	div.caption a {
		color:#e94362;
		text-decoration:none;
	}
	div.caption a:hover {
		text-decoration:underline;
	}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding:29px 0 0 0;
	width:100%;
	overflow:hidden;
}
ul.thumbs li {
	padding:7px;
	float: left;
	background:url(../images/thumb-wrap.jpg) no-repeat left top;
	width:178px;
	height:117px;
	margin:0 10px 10px 0;
	display:inline;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
	float:right;
	padding:15px 20px 15px 0;
	color:#e16500;
	font-weight:bold;
	font-style:italic;
	font-size:13px;
}
	div.pagination a {
		color:#e16500;
		font-weight:bold;
		font-style:italic;
		font-size:13px;
		padding:0 5px;
		background:url(../images/box-bg.jpg) left top;
	}
div.navigation div.top {
	display:none; /* optional disabled */
}

div.pagination span.current  {
	background:url(../images/box-bg.jpg) left top;
}

div.pagination a.prev {
	padding-right:10px;
}
div.pagination a.next {
	padding-left:10px;
}
/* --- gallery end --- */

/*===== footer =====*/
#footer {
	font-size:13px;
	color:#9e9890;
}
	#footer .indent {
		padding:0 0 0 14px;
	}
		#footer .col-1 {
			width:260px;
			padding-top:15px;
		}
		#footer .col-2 {
			width:473px;
			padding-top:38px;
		}
			#footer .col-2 a {
				color:#9e9890;
			}
		#footer .col-3 {
			width:220px;
			color:#6e6b67;
			font-size:12px;
			padding-top:59px;
		}
			#footer .col-3 a {
				color:#6e6b67;
			}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
}
	#contacts-form .col-1 {
		width:306px !important;
		margin-right:0 !important;
	}
	#contacts-form .col-2 {
		width:289px !important;
		margin-right:0 !important;
	}
		#contacts-form label {
			display:block;
			height:50px;
			background:url(../images/input-bg.jpg) no-repeat left 18px;
			text-indent:5px;
		}
		#contacts-form input {
			width:275px;
			padding:4px 0 2px 5px;
			background:none;
			border:none;
			font-size:13px;
		}
		#contacts-form .textarea-box {
			background:url(../images/textarea-bg.jpg) no-repeat left 18px;
			width:288px;
			height:150px;
			margin-bottom:15px;
			text-indent:5px;
		}
		#contacts-form textarea {
			width:270px;
			height:120px;
			border:none;
			background:none;
			overflow:auto;
			font-size:13px;
			padding:4px 0 2px 5px;
		}

/*==========================================*/
#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(../shadowbox/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(../shadowbox/close.png);}
#sb-nav-next{background-image:url(../shadowbox/next.png);}
#sb-nav-previous{background-image:url(../shadowbox/previous.png);}
#sb-nav-play{background-image:url(../shadowbox/play.png);}
#sb-nav-pause{background-image:url(../shadowbox/pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}


fieldset {
	border:1px dashed #CCC;
	padding:10px;
	margin-top:20px;
	margin-bottom:20px;
}
legend {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 1.1;
	color:#fff;
	background: #666;
	border: 1px solid #333;
	padding: 2px 6px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 175%;
	letter-spacing: -1px;
	font-weight: normal;
	line-height: 1.1;
	color:#333;
}
label {
	width:150px; /* largura da caixinha escrito usuário   */
	height:32px;
	margin-top:3px;
	margin-right:20px;
	padding-top:11px;
	padding-left:6px;
	background-color:#CCCCCC;
	float:left;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 115%;
	letter-spacing: -1px;
	font-weight: normal;
	line-height: 1.1;
	color:#666;
}
.form {
	margin:0;
	padding:0;
}
#container {
	width:750px;
	margin:auto;
	padding:10px;
}
#top {
	width:680px;
	height:50px;
}
#leftSide {
	width:530px;
	padding-top:30px;
	float:left;
}
#rightSide {
	background-color:#fff;
	width:100px;
	padding:5px;
	margin-top:40px;
	float:right;
	border:1px solid #CCC;
	font:normal 12px Arial;
	color:#666666
}
.clear {
	clear:both;
}
.holder {
	background-color:#fff;

}
.div_texbox {
	width:347px;
	float:right;
	background-color:#E6E6E6;
	height:35px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
}

.textbox {
	background-image: url(img/16t.png);
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position:left;
	width:310px; /*  */
	font:normal 18px Arial;
	color: #999999;
	padding:3px 5px 3px 19px;
}
.textbox:focus, .textbox:hover {
	background-color:#F0FFE6;
}
.div_texbox1 {
	width:347px;
	float:right;
	background-color:#E6E6E6;
	height:150px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:-15px;
}

.textbox1 {
	background-image: url(img/16t.png);
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position:left;
	width:300px; /*  */
	font:normal 18px Arial;
	color: #999999;
	padding:3px 5px 3px 19px;
}
.textbox1:focus, .textbox1:hover {
	background-color:#F0FFE6;
}


.username {
    	background-image: url(img/16m.png);
    	background-repeat: no-repeat;
    	background-position:left;
    	background-color:#FFFFFF;
		width:310px; /* largura do campo onde será digitada o usuário */
    	font:normal 18px Arial;
    	color: #999999;
    	padding:3px 5px 3px 19px;
}
.username:focus, .username:hover {
	background-color:#F0FFE6;
}
   
.password {
    	background-image: url(img/16s.png);
    	background-repeat: no-repeat;
   		background-position:left;
   		background-color:#FFFFFF;
		width:310px; /* largura do campo onde será digitada a senha */
    	font:normal 18px Arial;
    	color: #999999;
    	padding:3px 5px 3px 19px;
}
.password:focus, .password:hover {
	background-color:#F0FFE6;
}

.button_div {
	width:287px;
	float:right;
	background-color:#fff;
	border:1px solid #ccc;
	text-align:right;
	height:35px;
	margin-top:3px;
	padding:5px 32px 3px;
}
.buttons {background: #e3e3db;font-size:14px;color: #989070;padding: 6px 10px; /* 6 altura do botão enviar, 12 largura bo botão enviar    */
	border-width: 2px;border-style: solid;border-color: #fff #d8d8d0 #d8d8d0 #fff;text-decoration: none;text-transform:uppercase;font-weight:bold;
	height:27px;}
#DHTMLgoodies_formTooltipDiv{
	color:#FFF;
	font-family:arial;
	font-weight:bold;
	font-size:0.8em;
	line-height:120%;
}
.DHTMLgoodies_formTooltip_closeMessage{
	color:#FFF;
	font-weight:normal;
	font-size:0.7em;
}

