@charset "utf-8";
body  {
	background: #afafaf url('../images/fundo.png') repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #474747; font-style:normal; font-variant:normal; font-weight:normal; font-size:75%; font-family:Arial, Verdana, Helvetica, sans-serif
}
h1 {
	font-size:200%;
}
h2 {
	font-size:150%;
}
div#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: justify; /* this overrides the text-align: center on the body element. */
	background: #FFFFFF url('../images/fundo_main.png') repeat-x;
}
div#header { 
	border-left:3px solid #a81616; border-right:3px solid #a81616; position:relative;
	background: url('../images/header.png') repeat-x; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 117px;
	border-bottom: medium none;
	border-top: medium none;
}  
div#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
img#logo{
	position:absolute;
	top:0px;
	margin:0 0 0 3px;
	z-index: 1;
	border:none;
}
a#logo{
	margin: 0;
	display: block;
	float: left;
	height: 67px;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	overflow:hidden;
	border:none;
}
	
div#navigation{
	position:absolute;
	top:0px;
	right: 25px;
	float:right;
	height:117px;
	margin:0 0 0 0;
	font-size: 120%;
}
div#navigation ul{
	margin: 0;
	height: 67px;
	list-style: none;
}
* html div#navigation ul{ /* fix IE6 */
	margin: 0 0 0 340px;
}
div#navigation li {
	margin: 0;
	height: 67px;
	display:inline;
}
div#navigation a{
	margin: 0;
	display: block;
	float: left;
	height: 67px;
	padding: 50px 15px 0px 15px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	overflow:hidden;
}
div#navigation a.over {
	background: url('../images/hover.png') repeat-x;
	color: #a81616
}
div#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 168px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin: 40px 0px 0px 20px;
	text-align: right;
}
* html div#sidebar1 { /* Fix IE6 */
	margin-left: 10px;
}
div#sidebar1 ul {
	list-style: none;
}
div#sidebar1 ul#lang {
	margin: 0;
	padding: 0;
	height: 42px;
	background: url('../images/sidebar/lang/lang.gif') no-repeat;
}
div#sidebar1 ul#lang li {
	margin: 0;
	padding: 0;
	height: 42px;
	display:inline;
}
div#sidebar1 ul#lang a {
	text-indent:+99999px;
	margin: 0;
	display: block;
	float: left;
	height: 42px;
	width: 42px;
	padding: 0;
	overflow: hidden;
	text-decoration: none;
	color: #d5d5d5;
}
div#sidebar1 ul#lang a.langOverEN {
	background: url('../images/sidebar/lang/langOverEN.gif') no-repeat;
}
div#sidebar1 ul#lang a.langOverES {
	background: url('../images/sidebar/lang/langOverES.gif') no-repeat;
}
div#sidebar1 ul#lang a.langOverFR {
	background: url('../images/sidebar/lang/langOverFR.gif') no-repeat;
}
div#sidebar1 ul#lang a.langOverPT {
	background: url('../images/sidebar/lang/langOverPT.gif') no-repeat;
}
div#sidebar1 ul#products1 {
	margin: 0px;
	padding: 0;
	height: 396px;
	background: url('../images/sidebar/products/products.gif') no-repeat;
}
div#sidebar1 ul#products1 li {
	display: inline; /* Fix IE (no vertical space between li elements) */
	margin: 0px;
	padding: 0;
	height: 66px;
}
div#sidebar1 ul#products1 a {
	margin: 0px;
	display: block;
	float: left;
	height: 50px;
	width: 90px;
	padding: 16px 5px 0px 73px;
	overflow: hidden;
	text-decoration: none;
	color: #474747;
	text-align: center;
	text-transform: uppercase;
}
div#sidebar1 ul#products1 a.productsOver1 {
	background: url('../images/sidebar/products/productsOver1.gif') no-repeat;
	color: white;
	font-weight: 700;
}
div#sidebar1 ul#products1 a.productsOver2 {
	background: url('../images/sidebar/products/productsOver2.gif') no-repeat;
	color: white;
	font-weight: 700;
}
div#sidebar1 ul#products1 a.productsOver3 {
	background: url('../images/sidebar/products/productsOver3.gif') no-repeat;
	color: white;
	font-weight: 700;
}
div#sidebar1 ul#products1 a.productsOver4 {
	background: url('../images/sidebar/products/productsOver4.gif') no-repeat;
	color: white;
	font-weight: 700;
}
div#sidebar1 ul#products1 a.productsOver5 {
	background: url('../images/sidebar/products/productsOver5.gif') no-repeat;
	color: white;
	font-weight: 700;
}
div#sidebar1 ul#products1 a.productsOver6 {
	background: url('../images/sidebar/products/productsOver6.gif') no-repeat;
	color: white;
	font-weight: 700;
}
div#sidebar1 ul#countries {
	background: url('../images/sidebar/countries.gif') no-repeat;
	text-align:center;
	width: 164px;
	height: 218px;
	text-transform: uppercase;
	font-size: x-small;
	margin: 0;
	padding-left:2px; padding-right:2px; padding-top:5px; padding-bottom:0px
	}
div#sidebar1 ul#countries li {
	display: inline;
	margin: 0px;
	padding: 0;
	color:#a81616;
}
div#sidebar1 ul#countries span {
	color: #555555; 
}
div#sidebar1 h3, div#sidebar1 h4, div#sidebar1 h5 {
	text-transform: uppercase;
	margin: 0;
	padding: 10px 10px 0 0;
	font-size: 9px;
}
div#mainContent { 
	position: relative;
	margin: 1em 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 2px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: justify;
}
span#equipment {
	margin: 2px 0 0 150px;
	padding:0;
	font-size: 185%;
	text-transform:uppercase;
	font-style:oblique;
	font-weight:700;
	color:#a81616;
}
div#mainContent ul#func { 
	float: right;
	width: 66px;
	height: 15px;
	margin: 0 10px;
}
div#mainContent ul#func li { 
	display: inline;
	margin: 0;
	padding: 0;
	height: 15px;
	width: 15px;
}
div#mainContent ul#func li a { 
	display: block;
	padding: 0;
	text-indent: +99999px;
	height: 15px;
	width: 15px;
	padding: 0;
	overflow: hidden;
	text-decoration: none;
	float:left;
	margin: 0 0 0 2px;
}
div#mainContent ul#func li a.bookmark { 
	background: url('../images/bookmark.png') no-repeat;
}
div#mainContent ul#func li a.mailto { 
	background: url('../images/mail.png') no-repeat;
}
div#mainContent ul#func li a.print { 
	background: url('../images/print.png') no-repeat;
}
div#mainContent div#mail {
	position:absolute;
	display: none;
	background-color: #9e9e9e;
	padding: 10px 10px 15px 10px;
	margin: 25px 0px 0px 90px;
	width: 370px;
	color: white;
	font-size: small;
	z-index: 1;
	border: solid 1px #474747;
	top:20px;
	left:20px;
}
div#mainContent div#mail p.floater {
	float: left;
	text-align:left;
	width:50%;
}
* html div#mainContent div#mail p.padtop { /* fix IE6 */
	padding-top:20px;
}
*+html div#mainContent div#mail p.padtop { /* fix IE7 */
	padding-top:20px;
}
div#mainContent div#mail span#mailtitle {
	text-transform:uppercase; 
	font-weight:bold;
	margin:0;
	padding:0;
	font-size:medium;
}
div#mainContent p#frontpage {
	text-align:center;
	width:98%;
	margin-bottom:2em;
}
img#sign{
	float: right;
	margin: 0 0 5px 5px;
	border:2px solid #a81616;
	padding:1px;
}
img#about {
	float: left;
	margin: 5px 15px 5px 0;
}
div#mainContent div#contentBusiness {
	margin: 0;
	padding: 0;
	background: url('../images/about2.jpg') no-repeat bottom right;
}
div#mainContent div#photos {
	margin: 0 auto;
}
div#mainContent div#contact {
	padding: 0;
	background: url('../images/mail.jpg') no-repeat top right;
}
div#mainContent p.contactspt {
	margin:0;
	padding: 0 0 .3em 0;
}
div#mainContent p.contactsp {
	margin:0;
	padding: 0 0 1em 1em;
}
div#mainContent a {
	text-decoration:none;
	color: #474747;
	cursor:pointer;
}
div#mainContent p#info {
	clear:left;
	background: url('../images/info.jpg') no-repeat center left;
	margin: 2.5em auto;
	height: 32px;
	width: 40%;
	padding:.1em .1em .1em 35px;
}
div#footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #d20e0c url('../images/footer.png') repeat-y;
	width:776px;
	color:white;
	border: 2px solid #a81616;
	font-size:85%;
	height:25px;
	margin: 0
} 
div#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	width:776px;
	text-align:center;
}
div#footer p a {
	color:#FF9933;
	text-decoration:none;
	}
a:active, a:focus { outline: 0; }

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


