/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/*
* Scroll
*/
.jspScrollable {
	outline: none;
}
.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
}
.jspVerticalBar,
.jspHorizontalBar {
	background: none repeat scroll 0 0 #000;
	position: absolute;
}
.jspVerticalBar {
	height: 100%;
	right: 0;
	top: 0;
	width: 6px;
	padding: 2px;
}
.jspHorizontalBar {
	bottom: 0;
	height: 6px;
	left: 0;
	width: 100%;
	padding: 2px;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	background: none repeat scroll 0 0 #000;
	position: relative;
}
.jspDrag {
	background: none repeat scroll 0 0 #ff7500;
	cursor: pointer;
	left: 0;
	position: relative;
	top: 0;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
.jspArrow {
	background: none repeat scroll 0 0 #50506D;
	cursor: pointer;
	display: block;
	text-indent: -20000px;
}
.jspArrow.jspDisabled {
	background: none repeat scroll 0 0 #80808D;
	cursor: default;
}
.jspVerticalBar .jspArrow {
	height: 16px;
}
.jspHorizontalBar .jspArrow {
	float: left;
	height: 100%;
	width: 16px;
}
.jspVerticalBar .jspArrow:focus {
	outline: medium none;
}
.jspCorner {
	background: none repeat scroll 0 0 #EEEEF4;
	float: left;
	height: 100%;
}
* html .jspCorner {
	margin: 0 -3px 0 0;
}

/********************
        VALIDATION ENGINE
********************/

.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	z-index: 5000;
	cursor: pointer;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	z-index:5001;
	color: #fff;
	width: 150px;
	font-family: tahoma;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
	z-index: 5006;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}


/* GALLERY LIST */
/* IMPORTANT - Change '#myGallery' to the ID of your gallery list to prevent a flash of unstyled content */
#myGallery { visibility: hidden; }

/* GALLERY CONTAINER */
.gv-gallery { overflow: hidden; }

/* LOADING BOX */
.gv-loader { background: url(loader.gif) center center no-repeat transparent; }


/*************************************************/
/**   PANEL STYLES								**/
/*************************************************/

/* GALLERY PANELS */
.gv-panel { filter: inherit; }

/* DEFINE HEIGHT OF PANEL OVERLAY */
/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
.gv-panel .gv-panel-overlay,
.gv-panel .gv-overlay-background { height: 5em; padding: 1em; }

/* PANEL OVERLAY BACKGROUND */
.gv-panel .gv-overlay-background { background: #222; }

/* PANEL OVERLAY CONTENT */
.gv-panel .gv-panel-overlay { color: white; }
.gv-panel .gv-panel-overlay a { color: white; text-decoration: underline; font-weight: bold; }

/* CONTENT PANELS */
.gv-panel-content { overflow-y: auto; }


/*************************************************/
/**   FILMSTRIP STYLES							**/
/*************************************************/


/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.gv-filmstrip { margin: 5px; }

/* FILMSTRIP FRAMES (contains both images and captions) */
.gv-frame {}

/* WRAPPER FOR FILMSTRIP IMAGES */
.gv-frame .gv-img_wrap {}

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.gv-frame.current .gv-img_wrap {}

/* FRAME IMAGES */
.gv-frame img { border: none; }

/* FRAME CAPTION */
.gv-frame .gv-caption { height: 2em; line-height: 2em; font-size: 1em; text-align: center; }

/* CURRENT FRAME CAPTION */
.gv-frame.current .gv-caption { }

/* POINTER FOR CURRENT FRAME */
.gv-pointer {
	border-color: black;
}

/* NAVIGATION BUTTONS */
.gv-nav-next {
	height: 22px;
	width: 22px;
	cursor: pointer;
	background: url(galleryview/next.png) top left no-repeat;
}
.gv-nav-prev {
	height: 22px;
	width: 22px;
	cursor: pointer;
	background: url(galleryview/prev.png) top right no-repeat;
}
.gv-panel-nav-next {
	height: 42px;
	width: 42px;
	cursor: pointer;
	background: url(galleryview/panel-nav-next.png) top left no-repeat;
}
.gv-panel-nav-prev {
	height: 42px;
	width: 42px;
	cursor: pointer;
	background: url(galleryview/panel-nav-prev.png) top right no-repeat;
}

/********************************************************************************************/
/*************************************** FANCYBOX *******************************************/
/********************************************************************************************/

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
*/

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../img/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #333;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../img/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../img/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../img/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../img/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../img/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../img/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../img/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../img/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../img/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../img/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }


/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .gv-pointer {
	filter: chroma(color=pink);
}

html, body, #corpo, #wrapper, #content {
    height: 100%;
}

body {
	color: #696969;
	font-size: 14px;
	overflow: hidden;
}

strong, b, th {
	font-weight: bold;
}
i, em {
	font-style: italic;
}

.loading {
	background: url('../img/ajax-loader.gif') no-repeat center center #fff;
}

.center {
	max-width: 940px;
	margin: auto;
}

#social {
	margin-top: 15px;
	float: left;
	margin-left: 142px;
}

#social li {
	float: left;
	margin-right: 12px;
	display: block;
	height: 26px;
}

#social .slogan{
	margin-right: 20px;
}

#topo {
	height: 104px;
	background: url('../img/bg-topo.jpg') repeat-x center 89px #fff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	left: 0;
}

#topo .center {
	position: relative;
	height: 100%;
	min-width: 940px;
}

#topo #logo {
	position: absolute;
	top: 0;
	left: -14px;
	z-index: 50;
	outline: none;
}
#topo #logo a {
    outline: none;
}

#topo .short {
	position: absolute;
	right: 0;
	bottom: 68px;
	font-size: 24px;
	color: #bab8a6;
	font-family: 'Century Gothic','CenturyGothicRegular',"Avant Garde",futura,'URW Gothic L',Verdana,sans-serif;
}
#menu {
	position: absolute;
	bottom: 35px;
	left: 160px;
	color: #c8c6b8;
}
#menu a {
	color: #696969;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 5px;
	outline: none;
	font-size: 12px;
}
#menu .first a {
	padding-left: 0;
}
#menu .ativo a,
#menu a:hover,
#menu a:active { 
	color: #a9bd52
}
#menu li {
	display: inline;
}

#rodape {
	font-size: 12px;
	height: 36px;
	line-height: 36px;
	position: fixed;
	background: #fff;
	bottom: 0;
	width: 100%;
	z-index: 999;
	left: 0;
}
#rodape p {
	text-align: center;
}
#rodape p strong {
	float: left;
	font-family: 'Century Gothic','CenturyGothicRegular',"Avant Garde",futura,'URW Gothic L',Verdana,sans-serif;
	color: #758048;
}
#rodape p strong span {
	font-size: 13px;
	font-family: arial,helvetica,clean,sans-serif;
}
#corpo {
	margin: 104px 0 36px 0!important;
	min-width: 600px;
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
}
#backgrounds {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}

#backgrounds img {
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
/*@media screen and (max-width: 1280px) { 
  #backgrounds img {
    left: 50%;
    margin-left: -640px;    50% 
  }
}
@media screen and (max-height: 769px) { 
  #backgrounds img {
    top: 50%;
    margin-top: -385px;    50% 
  }
}*/
#backgrounds #bgimg_tmp {
	z-index: -888;
}
#backgrounds #bgimg {
	z-index: -999;
}

#pontocriativo {
	float: right;
	font-family: Tahoma,Arial;
	font-size: 9px;
	text-decoration: none;
	color: #bfbba1;
}
#pontocriativo:hover {
	color: #798388;
}

#backgrounds-chooser {
	height: 100px;
	position: fixed;
	bottom: 36px;
	width: 100%;
	border-top: 1px solid #93a6a2;
	background: url('../img/bg-caption.png');
	z-index: 10;
}
#backgrounds-chooser .center {
	min-width: 940px;
}
#backgrounds-chooser .thumbs {
	margin: 20px 0;
	float: left;
	width: 270px;
	overflow: hidden;
}
#backgrounds-chooser .thumbs li {
	display: none;
	overflow: hidden;
}
#backgrounds-chooser .thumbs li.ativo {
	display: block;
}
#backgrounds-chooser .thumbs img {
	display: block;
	float: left;
	margin-right: 10px;
	cursor: pointer;
	background-color: #000; 
	opacity:0.4; 
	filter: alpha(opacity=40); 
	-moz-opacity:0.4; 
}
#backgrounds-chooser .thumbs img:hover {
	opacity:0.7; 
	filter: alpha(opacity=70); 
	-moz-opacity:0.7; 
}
#backgrounds-chooser .thumbs img.ativo {
	opacity:1; 
	filter: alpha(opacity=100); 
	-moz-opacity:1; 
}
#backgrounds-chooser .buttons {
	float: left;
	margin-right: 15px;
	overflow: hidden;
}
#backgrounds-chooser .buttons li {
	background: url('../img/sprites.png') -11px 0;
	text-indent: -9999em;
	width: 10px;
	height: 10px;
	display: block;
	margin-top: 4px;
	cursor: pointer;
}
#backgrounds-chooser .buttons li.ativo {
	background-position: 0 0;
}

#backgrounds-chooser .center {
	overflow: hidden;
	position: relative;
}
#backgrounds-chooser .text {
	color: #fff;
	font-size: 15px;
	font-family: 'Century Gothic','CenturyGothicRegular',"Avant Garde",futura,'URW Gothic L',Verdana,sans-serif;
	float: left;
	margin-left: 40px;
	width: 600px;
	height: 100px;
	overflow: hidden;
}
#backgrounds-chooser .text div {
	display: none;
}
#backgrounds-chooser .text p {
	display: table-cell;
	height: 100px;
	vertical-align: middle;
	display: none;
}
#backgrounds-chooser .text .ativo {
	display: table-cell;
	vertical-align: middle;
}

/*
* Conteúdos
*/
#wrapper {
	width: 790px;
	margin: auto;
	background-color: #fff;
	margin: 30px 10px 30px 160px;
}
#wrapper.loading {
	height: 200px;
}
#content {
	position: relative;
	background: #fff;
	padding: 45px 0;
}
#content .img_float {
	float: right;
	margin: 0 0 20px 15px;
}
#content .close {
	font-family: 'Century Gothic','CenturyGothicRegular',"Avant Garde",futura,'URW Gothic L',Verdana,sans-serif;
	color: #bd9b68;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	right: 30px;
	top: 15px;
	text-decoration: none;
	text-transform: lowercase;
	background: url("../img/bg-topo.jpg") repeat-x scroll -686px -2px transparent;
	display: block;
	padding: 0 10px 5px 10px;
	outline: none;
}
#content .close span {
	background: #f4dcb1;
}
#content .page_title {
	font-family: 'Century Gothic','CenturyGothicRegular',"Avant Garde",futura,'URW Gothic L',Verdana,sans-serif;
	font-size: 25px;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #a9bd52;
	margin-bottom: 15px;
	width: 630px;
}
#content .page_subtitle {
	font-family: 'Century Gothic','CenturyGothicRegular',"Avant Garde",futura,'URW Gothic L',Verdana,sans-serif;
	text-transform: lowercarse;
	margin-bottom: 10px;
	letter-spacing: -1px;
	font-size: 18px;
}
#content .body {
	padding: 0 30px;
	overflow: auto;
	text-align: justify;
	width: 730px;
}
#content .top,
#content .bottom {
	width: 100%;
	height: 15px;
	background: url('../img/bg-topo.jpg') repeat-x left top #fff;
	position: absolute;
	top: 0;
	left: 0;
}

#content a {
	color: #A9BD52;
}
#content a:active,
#content a:hover {
	color: #BD9B68;
}

#content .bottom {
	top: auto;
	bottom: 0;
	background-position: right bottom;
}
#content p {
	margin-bottom: 15px;
}

#content .jspVerticalBar, 
#content .jspHorizontalBar {
	background: #fff;
	padding: 4px;
}
#content .jspTrack {
	background: #C8C6B8;
}
#content .jspDrag {
	background: #A9BD52;
}

#content .grey_tape {
	padding: 15px;
	background: #ededed;
	text-align: center;
}
#content .grey_tape p {
	margin: 0;
}
#content #map {
	width: 700px;
	height: 330px;
	margin-bottom: 20px;
}

#content .empreendimento p {
	text-indent: 15px;
}
#content .empreendimento ul {
	margin-left: 15px;
}
#content .empreendimento li {
	list-style: disc;
	padding-left: 5px;
}

/*
* Contato
*/

.campo, .input {
	float:left;
	display:inline;
}

.campo h5 {
	font-weight:bold;
	margin-bottom:10px;
}

.input {
	padding:4px;
	background: #f2f2f2;
}

.input input, .select select, .input textarea {
	padding: 2px;
	background: #fff;
	border: 1px solid #e4e1e1;
	color: #798388;
}

.radio_check label {
	font-weight:normal !important;
	margin:0 15px 0 8px !important;
}

#contato {
	overflow: hidden;
}
#contato .left,
#contato .right, .field_l {
	float: left;
	width: 355px;
}
.field_r {
	float:right;
}

#contato .right, .field_r {
	margin-right: 0;
}
#contato label, .campo label, .campo h5 {
	color: #b4b2a2;
}
#contato .desc {
	margin-bottom: 10px;
}
#contato .input {
	width: 347px;
	padding: 4px;
	background: #f2f2f2;
}
#contato .input select,
#contato .input textarea,
#contato .input input {
	width: 341px;
	padding: 2px;
	background: #fff;
	border: 1px solid #e4e1e1;
	color: #798388;
}
#contato .grep_campo, .campo { 
	margin-bottom: 15px;
	overflow: hidden;
}
#contato .grep_tel { 
	width: 135px;
	float: left;
	margin-right: 10px;
}
#contato .grep_cidade { 
	width: 133px;
	float: left;
	margin-right: 10px;
}
#contato .grep_estado { 
	width: 67px;
	float: left;
}
#contato .grep_campo label, .campo label { 
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}
#contato .grep_campo textarea {
	height: 78px;
	resize: none;
}
#contato .grep_campo select {
	width: 280px;
}
#contato .grep_comentario .input {
	height: 86px;
}
#contato .grep_campo .ddd input {
	width: 25px;
}
#contato .grep_campo .tel input {
	width: 70px;
}
#contato .grep_tel .ddd  {
	width: 39px;
	float: left;
	margin-right: 10px;
}
#contato .grep_tel .tel {
	width: 84px;
	float: left;
}
#contato .grep_tel .ddd .input {
	width: 31px;
}
#contato .grep_tel .tel .input {
	width: 76px;
}
#contato .grep_cidade .input {
	width: 125px
}
#contato .grep_cidade input {
	width: 119px;
}
#contato .grep_estado .input {
	width: 59px
}
#contato .grep_estado select {
	width: 59px;
}
div.submit {
	float: right;
	background: #c8a473;
	padding: 1px;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 
	border-radius: 2px; 
}
div.submit input {
	background: #c8a473;
	border: none;
	font-size: 11px;
	color: #fff;
	padding: 9px 16px;
	border-top: 1px solid #d6ba94;
	border-left: 1px solid #d6ba94;
	cursor: pointer;
}

.galerias_container {
	padding: 15px;
	background-color: #ededed;
	width: 700px;
	height: 360px;
	overflow: hidden;
}
.galerias {
	position: relative;
}
.galerias .pagination {
	font-size: 15px;
	font-family: 'Century Gothic','CenturyGothicRegular',"Avant Garde",futura,'URW Gothic L',Verdana,sans-serif;
	color: #ccc9c9;
	position: absolute;
	text-align: center;
	width: 207px;
	bottom: 0;
	right: 0;
	line-height: 20px;
	height: 20px;
}
.galerias .pagination a {
	color: #A9BD52!important;
	text-decoration: none;
	font-weight: bold;
	padding: 0 7px;
	outline: none;
}
.galerias .pagination a.actived {
	color: #fff!important;background-color: #A9BD52;
}

.galerias .gv-panel-overlay {
	padding: 10px 65px 0 65px;
	text-align: center;
	height: 30px
}
.galerias .gv-overlay-background {
	background: #000;
	height: 40px;
	padding: 0;
}
.galerias  .gv-panel-nav-prev,
.galerias  .gv-panel-nav-next {
	width: 65px;
	height: 40px;
}
.galerias .gv-panel {
	cursor: pointer;
}

.zoomPad{
	position:relative;
	float:left;
	z-index:99;
	cursor:crosshair;
}


.zoomPreload{
   -moz-opacity:0.8;
   opacity: 0.8;
   filter: alpha(opacity = 80);
   color: #333;
   font-size: 12px;
   font-family: Tahoma;
   text-decoration: none;
   border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
   text-align:center;
   background-image: url(../images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
   z-index:110;
   width:90px;
   height:43px;
   position:absolute;
   top:0px;
   left:0px;
    * width:100px;
    * height:49px;
}


.zoomPup{
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:120;
	position:absolute;
	border:1px solid #CCC;
  z-index:101;
  cursor:crosshair;
}

.zoomOverlay{
	position:absolute;
	left:0px;
	top:0px;
	background:#FFF;
	/*opacity:0.5;*/
	z-index:5000;
	width:100%;
	height:100%;
	display:none;
  z-index:101;
}

.zoomWindow{
	position:absolute;
	left:110%;
	top:40px;
	background:#FFF;
	z-index:6000;
	height:auto;
  z-index:10000;
  z-index:110;
}
.zoomWrapper{
	position:relative;
	border:1px solid #999;
  z-index:110;
}
.zoomWrapperTitle{
	display:block;
	background:#999;
	color:#FFF;
	height:18px;
	line-height:18px;
	width:100%;
  overflow:hidden;
	text-align:center;
	font-size:10px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:120;
  -moz-opacity:0.6;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
.zoomWrapperImage{
	display:block;
  position:relative;
  overflow:hidden;
  z-index:110;

}
.zoomWrapperImage img{
  border:0px;
  display:block;
  position:absolute;
  z-index:101;
}

.zoomIframe{
  z-index: -1;
  filter:alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position:absolute;
  display:block;
}

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/

/*
 * 
 * iviewer
 * 
 */

 .iviewer_common {
    position:absolute;
    bottom:10px;
    border: 1px  solid #000;
    height: 28px;
    z-index: 5000;
}

.iviewer_cursor {
    cursor: -moz-grab;
}

.iviewer_drag_cursor {
    cursor: -moz-grabbing;
}

.iviewer_button {
    width: 28px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
}

.iviewer_zoom_in {
    left: 20px;
    background: url(../img/iviewer/iviewer.zoom_in.gif);
}

.iviewer_zoom_out {
    left: 55px;
    background: url(../img/iviewer/iviewer.zoom_out.gif);
}

.iviewer_zoom_zero {
    left: 90px;
    background: url(../img/iviewer/iviewer.zoom_zero.gif);
}

.iviewer_zoom_fit {
    left: 125px;
    background: url(../img/iviewer/iviewer.zoom_fit.gif);
}

.iviewer_zoom_status {
    left: 160px;
    font: 1em/28px Sans;
    color: #000;
    background-color: #fff;
    text-align: center;
    width: 60px;
}

 