@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;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

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

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

p {
	padding-bottom: 10px;	
}

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

html, body {
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.wrapper {
	width:797px;
	margin:0 auto;
}

.wrapper .header {
	width:794px;
}

.wrapper .header .left {
	width:550px;
	float:left;
}

.wrapper .header .left .navigation {
	height:14px;
	margin-top:15px;
	margin-left:5px;
}

.wrapper .header .left .navigation ul li {
	border-right:#b3b3b3 1px dashed;
	height:14px;
	line-height:14px;
	float:left;
}

.wrapper .header .left .navigation ul li a {
	font-size:8px;
	color:#8c8c8c;
	text-transform:uppercase;
	padding-right:11px;
	float:left;
}

.wrapper .header .left .navigation ul li.last {
	font-size:8px;
	padding-left:10px;
	border:none;
}

.wrapper .header .left a.logo {
	margin-top:8px;
	margin-left:3px;
	margin-bottom:3px;
	background:url(../images/logo.gif) no-repeat;
	width:375px;
	height:32px;
	float:left;
}

.wrapper .header .left .slogan {
	margin-left:7px;
	font-size:12px;
	letter-spacing: 1px;
	color:#000000;
	font-weight:normal;
	clear:both;
}

.wrapper .header .right {
	width:225px;
	float:right;
}

.wrapper .header .right form {
	background-image: url(../images/header-form-bg.gif);
	background-repeat: no-repeat;
	width:230px;
	height:63px;
	margin-top:11px;
	float:left;
}

.wrapper .header .right form label{
	color:#8c8c8c;
	font-size:8px;
	text-transform:uppercase;
	margin-left:18px;
	margin-top:24px;
	font-weight:bold;
	float:left;
}

.wrapper .header .right form input {
	width:98px;
	height:18px;
	padding-top: 2px;
	margin:16px 7px 0 7px;
	background-color:#eaf4f4;
	border:1px solid #dfdfdf;	
	float:left;
}

.wrapper .header .right form input.submit {
	border: none;
	border-left:1px dashed #999999;
	height:23px;
	width:26px;
	font-size: 10px;
	margin-top:16px;
	margin-left:0px;
	margin-right:0px;
	background:#FFFFFF;
	color:#666666;
	cursor:pointer;
	float:left;
}

.wrapper .header .right .date {
	color:#64783a;
	font-size:10px;
	margin-top:10px;
	float:right;
}

.wrapper .header .banner {
	margin-left:3px;
	margin-top:10px;
	width:794px;
	height:183px;
	background:url(../images/banner-bg.png) no-repeat;
	float:left;
}

.wrapper .header .banner form select {
	width:204px;
	height:19px;
	background-color:#ffcc00;
	margin-top:6px;
	margin-right:101px;
	color:#000;
	font-size:10px;
	float:right;
}

.wrapper .header .banner h3 {
	background:url(../images/flag.gif) no-repeat;
	padding-left:29px;
	padding-top:5px;
	margin-top:4px;
	margin-left:6px;
	height:22px;
	color:#000;
	font-size:12px;
	float:left;
}

.wrapper .header .banner .image {
	width:794px;
	height:152px;
	background:url(../images/banner-image.jpg) no-repeat;
	margin-top:31px;
}

.wrapper .main {
	width:794px;
	clear:both;
	padding-top: 15px;
}

.wrapper .main .left {
	width:205px;
	float:left;
}

.main .left .block {
	background-image: url(../images/block-top-bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom:20px;
}

.main .left .block .block-content {
	background-image: url(../images/block-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 15px 22px 15px 22px;
	overflow: hidden;
}

.main .left .block .block-content h1 {
	color:#668141;
	text-transform:uppercase;
	padding-bottom: 10px;
	border-bottom:#999999 1px dashed;
}

ul.site-navigation {
	margin-top:7px;
}

ul.site-navigation li {
	display: block;
	clear: both;
}

ul.site-navigation li a {
	color:#666666;
	font-size:11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
	float: left;
	padding: 2px 0;
}

ul.site-navigation li.selected a, ul.site-navigation li:hover a {
	background:url(../images/menu-bg.gif) no-repeat right;
	padding-right: 19px;
	color:#b2b265;
	text-decoration:none;
}

.main .left .block .block-content h2 {
	color:#666666;
	font-size:12px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:6px;
}

.main .left .block .block-content p {
	color:#666666;
	font-size:12px;
	padding-bottom: 4px;
	display: block;
	overflow: hidden;
	clear: both;
}

.main .left .block .block-content p span {
	float: left;
}

.main .left .block .block-content p span.right-text {
	float: right;	
}

.main .middle {
	width:334px;
	margin-left:20px;
	float:left;
}

.main .middle h1 {
	color: #668141;
	text-transform: uppercase;
	padding-bottom: 13px;
	padding-top: 11px;
	margin-left: 3px;
	font-size: 25px;
	font-weight: normal;
	line-height: 27px;
	font-family: Tahoma, Geneva, sans-serif;
}

.main .middle .novidades {
	padding-top:10px;
	margin-bottom: 11px;
	line-height: 16px;
	font-size:12px;
	padding-bottom: 0px;
	border-top: #999999 1px dashed;
	color:#666666;
}

.main .middle .novidades h2 {
	color:#666666;
	text-transform:uppercase;
	width:334px;
	font-size:14px;
	padding-bottom: 5px;
}

.middle .novidades p {
	padding: 0;
}

.main .middle a.more {
	background:url(../images/plus.gif) no-repeat;
	background-position: center right;
	padding-right:11px;
	margin-right:3px;
	margin-top: -16px;
	color:#666666;
	cursor:pointer;
	text-decoration:none;
	float:right;
}

.main .middle form {
	width: 335px;
	height: 36px;
	padding-top: 25px;
	padding-left: 10px;
	margin-left: -3px;
	background-image: url(../images/main-form-bg.gif);
	background-repeat: no-repeat;
	float:left;
	clear: both;
	position: relative;
}

.main .middle form label {
	color:#668141;
	font-size: 12px;
	float:left;
}

.main .middle form select {	
	width:73px;
	height:19px;
	font-size:10px;
	border:#7f9db9 1px solid;
	background-color:#fff;
	margin-top: -2px;
	margin-left: 5px;
}

.main .middle form .form-content select option.selected {	
	background-color:#316ac5;
	color:#fff;
}

.main .right {
	width:200px;
	float: right;
}

.main .right .box {
	margin-bottom: 13px;
}

.main .right .box .top {
	background-image: url(../images/form-green-bg-top.gif);
	background-repeat: no-repeat;
	height: 9px;
}

.main .right .box .bottom {
	background-image: url(../images/form-green-bg-bottom.gif);
	background-repeat: no-repeat;
	height: 9px;
	clear: both;
}

.main .right .box .box-content {
	background-color: #C0DC8D;
	border-left: 1px solid #AAC07C;
	border-right: 1px solid #AAC07C;
	padding: 0 10px;
	overflow: hidden;
}

.main .right .gray .top {
	background-image: url(../images/form-gray-bg-top.gif);
	background-repeat: no-repeat;
	height: 10px;
}

.main .right .gray .bottom {
	background-image: url(../images/form-gray-bg-bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	clear: both;
}

.main .right .gray .box-content {
	background-color: #CCCCCC;
	border-left: 1px solid #ADADAD;
	border-right: 1px solid #ADADAD;
	padding: 0 10px;
	overflow: hidden;
}

* html .main .right .box .box-content {
	margin-top: -6px;	
}

.main .right .box h1 {
	position: relative;
	padding-bottom: 10px;
}

.stamp-mark {
	position: absolute;
	top: 0px;
	right: -5px;
}

* html .stamp-mark {
	top: -4px;
	right: 5px;
}

.main .right .box .box-content label {
	float: left;
	clear: both;
	width: 50px;
	padding-top: 4px;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

.main .right .box .box-content input {
	float: left;	
	width: 115px;
	margin-bottom: 4px;
}

.main .right .box .box-content input.submit {
	background: none;
	border: none;
	width: auto;
	padding: 0;
	margin: 0;
	float: right;
	cursor: pointer;
}

.box-content ul li {
	background-image: url(../images/circle.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;	
	line-height: 18px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

.box-content ul li a {
	color: #000;
}

.box-content a.more {
	float: right;
	clear: both;
	color: #000;
	background-image: url(../images/arrow.gif);
	padding-right: 12px;
	background-repeat: no-repeat;
	background-position: center right;
}

.footer {
	margin-top:20px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	width:799px;
	height:57px;
	float: left;
	clear: both;
	margin-bottom: 14px;
}

.footer .left {
	margin-top:14px;
	width:559px;
}

.footer .left p {
	font-size:10px;
	margin-left:24px;
	color:#787878;
	width:254px;
	float:left;
}

.footer .right {
	border-left:#696969 1px dashed;
	height:30px;
	width:234px;
	margin-top:11px;
	float:right;
}

.footer .right a {
	color:#616161;
	text-decoration:none;
	font-size:11px;
	padding-left:48px;
	padding-top:8px;
	float:left;
}

.copyright {
	margin: 0 auto;
	border-top:#f0f0f0 1px solid;
	clear:both;
}

*+html .copyright {
	margin-top: 14px;	
}

.copyright .copyright-content {
	margin:0 auto;
	width:797px;
}

.copyright .copyright-content div {
	padding-top:8px;
	font-size:12px;
	color:#999999;
	float:right;
}
