* {
	font-family: Verdana, Geneva, sans-serif;
}

BODY {
	background-color: #CCC;
	margin: 0;
	padding: 0;
}

#site {
	background: #CCC;
	position: absolute;
	margin-left: -500px;
	top: 0;
	left: 50%;
	width: 1000px;
}

#site a {
	outline: 0;
}

#site p {
	margin: 12px 0;
}

#site form {
	margin: 0;
	padding: 0;
}

#site #bgTop {
	background: url(../imagens/bg-top.jpg) top repeat-x;
}

#site #bgLeft {
	background: url(../imagens/bg-left.jpg) left repeat-y;
}

#site #bgBottom {
	background: url(../imagens/bg-bottom.jpg) bottom repeat-x;
}

#site #bgRight {
	background: url(../imagens/bg-right.jpg) right repeat-y;
}

#site #bgTopRight {
	background: url(../imagens/bg-top-right.jpg) right top no-repeat;
}

#site #bgTopLeft {
	background: url(../imagens/bg-top-left.jpg) left top no-repeat;
}

#site #bgBottomRight {
	background: url(../imagens/bg-bottom-right.jpg) right bottom no-repeat;
}

#site #bgBottomLeft {
	background: url(../imagens/bg-bottom-left.jpg) left bottom no-repeat;
}

#container {
	margin: 20px 10px 20px 10px;
	padding: 10px 0 7px 0;
	width: 980px;
}

#container #header {
	height: 370px;
	margin: 0;
}

#container #header #top {
	height: 80px;
	background-color: #163474;
	color: #CCC;
	font-size: 13px;
	padding: 0 30px 0 0;
}

#container #header #top h1 {
	display: none;
}

#container #header #top span {
	float: right;
	padding: 17px 0 0 0;
	text-align: right;
	margin: 0 0 0 15px;
	height: 50px;
}

#container #header #top span a {
	color: #CCC;
	text-decoration: none;
}

#container #header #top span label {
	display: inline;
}
#container #header #top span input[type=text],
#container #header #top span input[type=password] {
	width: 93px;
	height: 13px;
	font-size: 10px;
	margin: 0 0 4px 0;
}

#container #header #top #form {
	background: url(../imagens/pontilhado.png) left no-repeat;
	background-position: 0 17px;
}

#container #header #top #form span#inputs {
	height: 48px;
	float: left;
	padding: 2px 0 0 0;
}

#container #header #top #form span#button {
	height: 30px;
	width: 40px;
	float: left;
	margin: 0 0 0 15px;
	padding: 6px 0 0 0;
}

#container #header #top #lang {
	padding-top: 30px;
	width: 85px;
	background: url(../imagens/pontilhado.png) left no-repeat;
	background-position: 0 17px;
}

#container #header #top #contact {
	padding: 23px 0 0 0;
}

#container #header #logo {
	position: absolute;
	top: 30px;
	left: 10px;
}

#container #header #image {
	height: 290px;
}

#container #header .menu {
	top: 360px;
}

#container #header div.menu {
	position: absolute;
	height: 40px;
	width: 980px;
	background-color: #000;
	opacity:0.65;
	filter:alpha(opacity=65);
}

#container #header ul.menu {
	position: absolute;
	margin: 10px 0 0 0;
	padding-left: 30px;
	width: 100%;
}

#container #header ul.menu li {
	display: inline;
	font-size: 15px;
	margin-right: 50px;
}

#container #header ul.menu li:hover {
	color: white;
	border-bottom: 1px solid white;
}

#container #header ul.menu li a {
	color: white;
	text-decoration: none;
	padding: 10px 0;
}

#container #header #grupoSatlog {
	position: absolute;
	top: 338px;
	right: 10px;
}

#container #body {
	background-color: #FFF;
	border-top: #FFF 2px solid;
	font-size: 12px;
	margin: 0;
	overflow: auto;
}

#container #body h2 {
	margin: 0 0 5px 0;
	font-size: 24px;
	font-weight: normal;
	color: #003366;
}

#container #body h3 {
	color: #003366;
	margin: 0 0 14px 0;
	font-size: 14px;
	font-weight: normal;
}

#container #body #sidebar {
	width: 255px;
	background-color: #E0DFE0;
	float: left;
	padding: 32px 30px 0 30px;
	overflow: hidden;
}

#container #body #sidebar a {
	text-decoration: none;
	color: #06C;
}

#container #body #sidebar a:hover {
	text-decoration: underline;
}

#container #body #sidebar ul {
	padding: 0 0 0 27px;
	margin: 12px 0 12px 0;
}

#container #body #sidebar ul li {
	margin: 0 0 3px 0;
}

#container #body #sidebar hr {
	height: 2px;
	border: 1px 0 0 1px;
	border-color: #EBEBEB;
	margin: 28px 0 24px 0;
	*margin: 10px 0 16px 0; /* MORTE AO IE!!! */
	padding: 0;
}

#container #body #sidebar #newsletter {
	position: absolute;
	left: 10px;
	bottom: 110px;
	width: 285px;
	min-height: 138px;
	*height: 137px;
	*min-height: 137px;
	background-color: #999;
	padding: 18px 0 0 30px;
	color: #FFF;
	overflow: hidden;
}

#container #body #sidebar #newsletter form {
	overflow: auto;
}

#container #body #sidebar #newsletter h2,
#container #body #sidebar #newsletter h3 {
	color: #FFF;
	margin-bottom: 10px;
}

#container #body #sidebar #newsletter .ajax {
	margin: 0px 0px 5px 0px;
	display: none;
}

#container #body #sidebar #newsletter .sucesso {
	color: #03720C;
}

#container #body #sidebar #newsletter label {
	margin-right: 15px;
}

#container #body #sidebar #newsletter input[type=text] {
	width: 190px;
}

#container #body #sidebar #newsletter button.imagem {
	position: absolute;
	background: none;
	padding: 0;
	border: 0;
	right: -3px;
	top: 116px;
	*margin-top: 10px;
	*position: absolute; /* IE SUCKS -.-" */
	*top: 116px; /* IE SUCKS -.-" [2] */
	*right: 0px; /* IE SUCKS -.-" [3] */
}

#container #body #sidebar a img.imgFormulario {
	position: relative;
	left: 156px;
	top: 48px;
	*top: 43px; /* HACK CHECHELENTO PARA IE7 */
}

#container #body #content {
	background: url(../imagens/bg-content.jpg) #FFF top repeat-x;
	float: right;
	width: 605px;
	padding: 32px 30px 30px 30px;
}

#container #body #content object {
	margin-right: 10px;
}

#container #body #content hr {
	color: #E0DFE0;
	background-color: #E0DFE0;
	height: 1px;
	border: 0;
	margin: 28px 0 24px 0;
	*margin: 10px 0 16px 0; /* IE SUCKS */
	padding: 0;
}

#container #body #content a {
	text-decoration: none;
	color: #06C;
}

#container #body #content a:hover {
	text-decoration: underline;
}

#container #body #content img {
	border: 1px solid #999;
}

#container #body #content img.left {
	margin: 0 25px 15px 0;
}

#container #body #content ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 20px;
}

#container #body #content .half {
	float: left;
	width: 50%;
}

#container #body #content form label {
	display: block;
	margin-bottom: 4px;
}

#container #body #content form label span {
	font-size: 80%;
	color: #F00;
}

#container #body #content form label span:before {
	content: " ";
}

#container #body #content form input[type=text] {
	width: 90%;
	margin-bottom: 15px;
}

#container #body #content form textarea {
	width: 100%;
}

#container #body #content form textarea.faleConosco {
	height: 181px;
	*height: 186px; /* OUTRO HACK FEDORENTO PARA IE7 */
}

#container #body #content form textarea.experiencias {
	height: 63px;
	*height: 66px; /* OUTRO HACK FEDORENTO PARA IE7 */
	margin: 0 0 16px 0;
}

#container #body #content .ajax {
	background: #FFF6BF;
	border: 2px solid #FFD324;
	padding: 0.8em;
	color: #514721;
	text-align: center;
	margin-bottom: 10px;
}

#container #body #content .sucesso {
	background: #E6EFC2;
	border: 2px solid #C6D880;
	color: #264409;
	padding: 0.8em;
	text-align: center;
	margin-bottom: 10px;
}


#container #body #content a.leiaMais {
	text-align: right;
	display: block;
}

#container #body #content button {
	color: #0066CC;
	cursor: pointer;
	background: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#container #body #content #linhaDireta strong {
	display: block;
}

#container #body #content #linhaDireta p {
	margin: 5px 0 0 0;
	line-height: 17px;
}

#container #body #content #linhaDireta img {
	margin:0 5px 0 0;
}

#container #body #content #linhaDireta hr.separador {
	margin: 10px 0;
	*margin: 3px 0;
	height: 1px;
	visibility: hidden;
}

#container #footer {
	height: 80px;
	background-color: #163474;
	text-align: right;
	width: 100%;
	border-top: #FFF 2px solid;
	clear: both;
}

#container #footer p {
	color: #CCC;
	margin-top: 32px;
	margin-right: 30px;
	margin-left: 30px;
	font-size: 10px;
}

#container #footer p.webmail {
	float: left;
}

#container #footer p.webmail span {
	visibility: hidden;
}

#container #footer p.webmail:hover span {
	visibility: visible;
}

#container .clear {
	height: 1px;
	clear: both;
}
