/* BASIC */
body {
	background-color: #F48000;
	margin-top:10px;
	margin-bottom:10px;
}
body, th, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
h1, h2, h3, h4, h5, h6, ul.header-menu li a, .content-menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 700;
}
.p-20 {
	padding:20px;
}
.mt-30{	margin-top:30px; }
.mt-15{	margin-top:15px; }
.ml-20 {
	margin-left:20px;
}

.header, .content, .footer {
	margin-left:auto;
	margin-right:auto;
}
.header, .footer {
	width:990px;
}

.content {
	width:988px;
	background-color:#FFF;
	padding-top:10px;
}
a:link, a:visited {
	color:#666;
}
a:hover, a:active {
	color:#000;
}
/* END BASIC */
/* HEADER */
.header {
	background-color: #AADC7D;
	height:76px;
}
h1.fn {
	float:left;
}
.brand {
	margin-top:12px;
	margin-left:20px;
}
ul.header-menu {
	float:right;
	margin-top: 52px;
	border:#85C20B solid 1px;
	border-bottom:0;
	/*border-right:0;*/
	background-color:#FFFFFF;
	/*background-color:#DBE0E4;*/
	padding:0 0 0 10px;
	-moz-border-radius: 10px 0 0 0;
	-khtml-border-radius: 10px 0 0 0;
	-webkit-border-radius: 10px 0 0 0;
	border-radius: 10px 0 0 0;
}
ul.header-menu li {
	float:left;
	line-height:22px;
	padding-right:10px;
}
ul.header-menu li a:link, ul.header-menu li a:visited, .content-menu li a:link, .content-menu li a:visited {
	text-decoration:none;
}
.header-menu a strong {
	color:#BF0000!important;
}
/* END HEADER */
/* CONTENT */
.content {
	border-left:#AEB8C1 solid 1px;
	border-right:#AEB8C1 solid 1px;
}
.one-col {
	padding:0 25px 20px;
}
.two-col{
	padding-bottom:20px;
}
.two-col-one {
	float:left;
}
.two-col-one .content-menu, .two-col-one .publicidade {
	width:180px;
}
.content-menu, .publicidade {
	margin-bottom:10px;
}
.content-menu {
font-size:12px;
	border:#85C20B solid 1px;
	border-top: 0;
	border-left:none!important;
	background-color:#EEFBE3;
	-moz-border-radius: 0 0 10px 0;
	-khtml-border-radius: 0 0 10px 0;
	-webkit-border-radius: 0 0 10px 0;
	border-radius: 0 0 10px 0;
}
.none {
	color:#999!important;
}
.ul-0 {
	padding:5px 10px 0;
}
ul.ul-0 li {
	margin-bottom:5px;
}
ul.ul-0 li li {
	margin-bottom:0px;
}
.content-menu li {
	line-height:15px;
}
.content-menu li a {
	font-weight:400;
}
.content-menu li.menu-subli {
	padding:0 0 0 12px;
	background: url('../images/ico-arrow-1.gif') no-repeat 2px 3px;
}
.publicidade {
	height:40px;
}
.erro-all {
	font-size:10px;
	margin-top:10px;
	color:#BF0000;
}


input.bt-1, input.bt-red, input.bt-2, input.bt-green, input.bt-3, input.bt-blue {

	padding:3px 10px;
	color:#FFF;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 700;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	cursor:pointer;
}
input.bt-1, input.bt-red {
	background-color:#BF0000;
}
input.bt-2, input.bt-green {
	background-color:#86AF15;
}
input.bt-3, input.bt-blue {
	background-color:#116E8F;
}
a.link-green, a.link-blue, a.link-red {
	text-align:center;
	display:block;
	padding:5px 10px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 700;
	color:#FFF!important;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}
a:link.link-red, a:visited.link-red {
	background-color:#BF0000;
}
a:hover.link-red, a:active.link-red {
	background-color:#9F0000;
}
a:link.link-green, a:visited.link-green {
	background-color:#86AF15;
}
a:hover.link-green, a:active.link-green {
	background-color:#6D8F11;
}
a:link.link-blue, a:visited.link-blue {
	background-color:#116E8F!important;
}
a:hover.link-blue, a:active.link-blue {
	background-color:#00526F;
}



/* END CONTENT */

/* FOOTER */
.footer {
	background:url(../images/background-footer.gif) repeat-y center;
	border-top:#AEB8C1 solid 1px;
	border-bottom:#AEB8C1 solid 1px;
	font-size:10px;
}
.footer-box ul li {
	padding:0 0 0 12px;
	background: url('../images/ico-arrow-1.gif') no-repeat left 1px;
	margin:7px 0;
	line-height:12px;
}
/* END FOOTER */
