/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
    font-size: 12px;
}
body#bd {
    background: #dce5e9 url(../images/body-sub-bg.jpg) top center repeat-x;
}
#body-sub {
	background: url(../images/body-bg.jpg) top center no-repeat;
}
img.caption {
    margin: 5px;
}
#wrapper-wide {
    width: 100%;
    background: url(../images/wrapper-wide-bg.png) bottom center repeat-x;
}
#wrapper {
	width: 985px;
	margin: 0 auto;
	clear: both;
}
#topbar {
	height: 48px;
	margin: 0;
	position: relative;    
}
#header {
	line-height: normal;
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 999;
	height: 340px;
}
#header-tr {
	position: absolute;
	top: 25px;
	left: 630px;
    color: #237a33;
    font-weight: bold;
    font-size: 150%;
    line-height: 90%;
    padding: 40px 0px 0px 55px;
}
#spotlight {
	padding: 150px 0px 0px 0px;
}
#spotlight1, #spotlight2, #spotlight3 {
	display: inline;
	float: left;
}
#spotlight1 {
	background: url(../images/spotlight1-bg.png) bottom left no-repeat;
	padding: 139px 0px 67px 215px;
}
#spotlight2 {
	background: url(../images/spotlight2-bg.png) bottom right no-repeat;
	padding: 139px 535px 67px 58px;
}
#spotlight3 {
    padding: 8px 0px 0px 0px;
}
#spotlight1-inner span, #spotlight2-inner span, #header-tr span {
    display: block;
}
#container {
	height: 400px;
    padding: 30px 0px;
}
#col2 {
    width: 400px;
    float: right;
    display: inline;
    padding-left: 10px;
}
#mainbody {
    width: 530px;
    float: left;
    display: inline;
    padding-right: 10px;
}
.greenish, .greenish h2, .greenish h3 {
    color: #05a829; 
}
.bluish, .bluish h2, .bluish h3 {
    color: #0556a8;
}
#vertodos div {
    width: 146px;
    float: left;
    display: inline;
    height: 50px;
    padding-right: 0px;
    line-height: 1.3;
}
#vertodos div span {
    display: block;
}
#footer-wrapper {
    text-align: center;
}
#footer-bl {
    background: url(../images/footer-bl-bg.png) bottom left no-repeat;
}
#footer-br {
    background: url(../images/footer-br-bg.png) bottom right no-repeat;
}
#footer {
    background: url(../images/footer-boxes.png) center top no-repeat;
}
#footer span {
    display: block;
    font-size: 80%;
}
h1.logo {
	width: 353px;
	height: 188px;
	position: absolute;
    margin: 0;
    padding-left: 10px;
}
h1.logo a {
	width: 353px;
	height: 188px;
	display: block;
	background: url(../images/logo.png) no-repeat center;
}

/* Heading */
h1 {font-size: 200%;}
h2 {
    font-size: 150%;
    font-weight: normal;   
}
h3 {
    font-size: 140%;
    font-weight: normal;
}
h4 {font-size: 125%;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	background: url(../images/bullet.gif) no-repeat 20px 6px;
	padding-left: 30px;
}

ol li {
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 7px 8px;
	text-align: left;
}

fieldset {
	padding: 7px 5px 5px !important;
	border: none;
	margin: 1em 0 0;
	background: url(../images/sep.gif) repeat-x top;
}

fieldset legend {
	font-weight: bold;
	background: #FFFFFF;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
	background: none;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #CCCCCC;
	height: 1px;
}

br {}

div.module_fixbr br {
	display: none;
}

td, th, div {
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

textarea, textarea.inputbox {
	background: #FFFFFF;
	color: #333333;
	border: 1px solid #DDDDDD;
}

.inputbox {
	padding: 3px 2px;
	border: 1px solid #DDDDDD;
	background: url(../images/input-bg.gif) repeat-x top #FFFFFF;
	color: #333333;
	font-size: 100%;
}

.button {
	padding: 3px 8px 2px;
	border: 1px outset #CCCCCC;
	background: url(../images/grad-1.gif) repeat-x top #D58400;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 92%;
	font-weight: bold;
}

.button:hover {
	border: 1px inset #CCCCCC;
}

select#ordering, select#limit {
	background-image: none;
}

* html .button { /*IE 6*/
	padding: 2px 5px !important;
}

*+html .button { /*IE 7*/
	padding: 2px 5px !important;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}

/*//////////////MENU////////////////////////////*/

#menu {
	float: right;
	width: 61%;
	background: transparent;
	}
	
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	}
#menu li {
	float: left;
	margin:0;
	padding:0;
	}
#menu li a{
	margin:0;
	padding:0;
	}
#homepage-item a {
	display: block;
	width: 90px;
	height: 38px;
	background: url(../images/menu-home.png) bottom left no-repeat;
}
#homepage-item a:hover {
	background: url(../images/menu-home.png) top left no-repeat;
}
#empresa-item a {
	display: block;
	width: 122px;
	height: 38px;
	background: url(../images/menu-empresa.png) bottom left no-repeat;
}
#empresa-item a:hover {
	background: url(../images/menu-empresa.png) top left no-repeat;
}
#produtos-item a {
	display: block;
	width: 135px;
	height: 38px;
	background: url(../images/menu-produtos.png) bottom left no-repeat;
}
#produtos-item a:hover {
	background: url(../images/menu-produtos.png) top left no-repeat;
}
#servicos-item a {
	display: block;
	width: 130px;
	height: 38px;
	background: url(../images/menu-servicos.png) bottom left no-repeat;
}
#servicos-item a:hover {
	background: url(../images/menu-servicos.png) top left no-repeat;
}

