@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}

ol, ul {
	list-style: none;
}

em {
	font-style: italic;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

p {
	padding-bottom: 10px;	
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 12px;
	background-image: url(images/body-bg.png);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #fdfdfd;
}

.wrapper {
	margin: 0 auto;
	width: 960px;
	background-image: url(images/wrapper-bg.gif);
	background-repeat: repeat-y;
	padding: 0 3px;
}

.toplink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000033;
	text-align:right;
	padding-left: 82px;
}

.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 960px;
	height: 121px;	
}

.header .logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	width: 288px;
	height: 81px;
	float: left;
	margin: 20px 0 0 20px;
}

.topobg2 {
	margin:0 auto;
	width:960px;
	height: 32px;
	padding-left: 20px;
}

.topobg2 form {
	height:19px;
	margin-top: -1px;
}

.topobg2 form input {
	border:none;
	background: none;
	background-image: url(images/header-input-text-bg.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 143px;
	height: 19px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #000000;
	padding-left: 6px;
}

.topobg2 form input.password {
	background-image: url(images/header-input-pass-bg.png);
	background-repeat: no-repeat;
	background-position:top;
	width: 94px;
	height: 19px;
}

.topobg2 form input.submit {
	background-image: url(images/header-input-submit-bg.png);
	background-repeat: no-repeat;
	float: right;
	height: 19px;
	width: 51px;
	cursor: pointer;
	margin-left: -10px;
	position:absolute;
}

h2 {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #020237;
	line-height: 21px;
	background-image: url(images/h2-bg.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 22px;
	margin-bottom: 10px;
}

.currency {
	background-color:#FFFFFF;
	width:245px;
	border: 1px solid #e6e6e6;
	-moz-border-radius: 5px;
	padding-bottom:10px;
	margin-bottom:20px;
}

.topobg {
	width:960px;
	height: 32px;
	background-image: url(images/body-bg.png);
	background-repeat: repeat-x;
}

.navigation {
    font-family: "Lucida Sans Unicode";
	height: 35px;
	background-image: url(images/navigation-bg.png);
	background-repeat: repeat-x;
	padding: 0 12px;
}

.navigation ul li {
	float: left;
	padding-top: 11px;
	padding-bottom: 13px;
	position: relative;
}

.navigation ul li a {
	float: left;
	background-image: url(images/nav-separator.gif);
	background-repeat: no-repeat;
	background-position:left top;
	font-size: 13px;
	color: #fff;
	line-height: 12px;
	height: 12px;
	padding: 0 20px;
}

.navigation ul li.current_page_item a, .navigation ul li.current_page_ancestor a {
	text-decoration: underline;
}

.navigation ul li.current_page_ancestor ul li a {
	text-decoration: none;
}

.navigation ul li.current_page_ancestor ul li.current_page_item a {
	text-decoration: underline;
}

.navigation ul li.first a {
	background: none;
	padding-left: 5px;
}

.navigation ul ul {
	display: none;
	background-color: #1a78ba;
	border: 1px solid #001b46;
	-moz-border-radius: 5px;
	position: absolute;
	left: 0;
	top: 35px;
}

.navigation ul ul li {
	clear: both;
	background-color: #1a78ba;
	padding:0px;
}

.navigation ul ul li a {
	background: none;
	width: 140px;
	border-bottom:1px solid #176fae;
	white-space: nowrap;
	padding:5px;
	display: block;
}

.navigation ul ul li a:hover {
	width: 140px;
	background: #001b46;
	display: block;
}

.navigation ul li:hover ul {
	display: block;	
}

.navigation form {
	float: right;
	margin-right: -10px;
	width: 276px;
	height: 32px;
	background-image: url(images/nav-form-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px 0 0 13px;
}

.navigation form input {
	border: none;
	background: none;
	background-image: url(images/nav-input-text-bg.gif);
	background-repeat: no-repeat;
	float: left;
	width: 181px;
	height: 18px;
	line-height: 18px;
	padding: 5px 5px 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.navigation form input.submit {
	background-image: url(images/nav-input-submit-bg.gif);
	background-repeat: no-repeat;
	float: left;
	width: 73px;
	height: 25px;
	cursor: pointer;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

.main {
	overflow: hidden;
	clear: both;
}

.content2 {
	float: left;
	width: 650px;
	margin: 15px 0 0 15px;
	text-align:justify;
	line-height:17px;
}

.content {
	float: left;
	width: 660px;
	padding: 5px 0 0 10px;
	text-align:17px;

}

.content .left-column {
	width: 310px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	padding-right: 20px;
	background-image: url(images/left-column-bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
	text-align: justify;
}

.content .right-column {
	width: 300px;
	float: right;
	padding-left: 15px;
	margin-top:10px;
}

.content .right-column a {
	clear: both;
	display: block;
	margin-bottom: 12px;
	padding-right: 50px;
	width: 265px;
}

.content .right-column a.more {
	float: right;
	padding-right: 0px;
	font-weight: bold;
	text-decoration: underline;
	width: auto;
	display: inline;
}

.content .image img {
	border: #e4e4e4 2px solid;
	-moz-border-radius: 4px;
}

.content .image span {
	background-image: url(images/image-shadow.gif);
	background-repeat: no-repeat;
	width: 132px;
	height: 60px;
}

.content a {
	font-size: 12px;
	color: #000;
}

.content h4 {
	font-size: 14px;
	text-decoration: underline;
	line-height: 18px;
}

.content .boxes {
	clear: both;
	background-image: url(images/boxes-bg-top.gif);
	background-repeat: repeat-x;
	background-position: 0 10px;
	padding: 26px 0;
	overflow: hidden;
}

.content .boxes .box {
	float: left;
	width: 210px;
	margin: 0 5px;
	zoom: 1;
	overflow: hidden;
	display: inline;
}

.content .boxes .box img {
	float: left;
}

.content .boxes .box blockquote {
	background-image: url(images/blockquote-bg.gif);
	background-repeat: no-repeat;
	width: 202px;
	height: 107px;
	padding: 7px 20px 0 20px;
}

.content .boxes .box span.heading {

	background-image: url(images/depo.png);
	background-repeat: no-repeat;
	display: block;
	height: 47px;
	padding: 0 0 0 22px;
}

.content .boxes .box span.heading1 {
    background-image: url(images/tour.png);
	background-repeat: no-repeat;
	display: block;
	height: 151px;
	width:202px;
	padding: 7px 0 0 22px;
}

.content .boxes .box span.heading2 {
    background-image: url(images/local.png);
	background-repeat: no-repeat;
	display: block;
	height: 151px;
	width:202px;
	padding: 7px 0 0 22px;
}

.sidebar {
	background-color:#f7f7f7;
	background-position:bottom;
	float: right;
	width: 260px;
	height: auto;
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 20px;
	padding-bottom: 40px;
}

.sidebar form {
	overflow: hidden;	
}

.sidebar form input {
	background: none;
	border: none;
	background-image: url(images/sidebar-input-text-bg.png);
	background-repeat: no-repeat;
	width: 250px;
	height: 17px;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000000;
	padding: 6px 7px 6px 7px;
	margin-bottom: 11px;
}

.sidebar form input.email {
	background-image: url(images/sidebar-input-email-bg.png);
	background-repeat: no-repeat;
	width: 165px;
	height: 18px;
	float: left;
}

.sidebar form input.submit {
	background-image: url(images/sidebar-input-submit-bg.png);
	background-repeat: no-repeat;
	width: 68px;
	height: 25px;
	float: left;
	cursor: pointer;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

.sidebar a {
	font-size: 12px;
	color: #000000;
	clear: both;
	display: block;
	margin-bottom: 8px;
}

.footer {
	height: 85px;
	background-image: url(images/footer.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ccc;
	line-height: 14px;
}

.footer .top {
	background-image: url(images/footer-top-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
	height: 51px;
	padding: 10px 0 0 10px;
}

.footer .copyright {
	padding: 5px 0 0 10px;	
}

.footer .producer {
	float: right;	
}

.content h1 {
	font-family: "Lucida Sans Unicode", Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #020237;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 10px;
}

.content ul {
	padding-bottom: 10px;	
}

.content ul li {
	list-style: inside;
}

.comments label {
	display: block;
}

.comments textarea {
	width: 450px;
	height: 150px;
}

.page-navigation {
	overflow: hidden;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.txtdepo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height:normal;
	width: 80px;
	padding-left:7px;
	margin-left:7px;
}

.cinza {
	width:100%;
	color:#F0F0F0;
	text-align:justify;
}

.ajuda {
	margin-top:5px;
}

.branco {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

.video {
	width:245px;
	height:100px;
	margin: 5px 0 17px 0;
}

.txt-news {
	float:right;
	width:170px;
	text-align:justify;
}

.noticias {
	margin-top: -30px;
	text-align: justify;
}

.noticias table {
	margin-top: 5px;
	text-align: justify;
}

.vejamais {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.rss {
	text-align:justify;
}

.line {
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom:1px dashed #ccc;
	margin-bottom:15px;
	margin-top:-10px;
}

.link_not {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #020237;
}