@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
	border-top-color: #FFF;
}
.oneColFixCtrHdr #outercontainer {
	background-color: #FFF;
	width: 970px;
	clear: both;
	margin-top: 2px;
	background-image: url(../img/bgOutercontainer.gif);
	background-repeat: repeat-x;
}
#fabre-logo {
	CLEAR: left;
	FLOAT: left;
	MARGIN: 0px 0px -4px;
	vertical-align: bottom;
}
#fabre-logo img {
	border: 1px solid #FFF;
	background-color: #FFF;
}
#Copyright {
	font-size: 9px;
}
#lang-choice {
	CLEAR: right;
	FLOAT: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 0px;
	list-style-type: none;
	margin-bottom: -4px;
	text-transform: capitalize;
}
#lang-choice LI {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FLOAT: left; PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
#lang-choice LI#fabre-country {
	PADDING-RIGHT: 5px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
#lang-choice LI#site-language {
	PADDING-LEFT: 15px; BACKGROUND: url(//www.fabrequipa.com) no-repeat 8px 50%
}
#lang-choice LI#fabre-back-country {
	PADDING-LEFT: 15px
}
#lang-choice LIfabre-back-country A {
	DISPLAY: inline; PADDING-LEFT: 7px; BACKGROUND: url(//www.fabrequipa.com) no-repeat 0px 50%; MARGIN: 0px 0px -3px; HEIGHT: 1%
}
#lang-choice A {
	color: #FFF;

}
#main-nav {
	CLEAR: both;
	/* BORDER-TOP: #3d474e 1px solid; */
	MARGIN: 0px;
	COLOR: #09C;
	/* BORDER-BOTTOM: #98b1c4 1px solid; */
	HEIGHT: 1%;
	/* background-color: #316AC5; */
	background-image: url(//www.fabrequipa.com);
	background-repeat: repeat-x;
	background-position: 0px -280px;
	/* filter: alpha(opacity=60); */
	;
}
#main-nav UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; HEIGHT: 1%
}
#main-nav LI {
	PADDING-RIGHT: 11px;
	PADDING-LEFT: 12px;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	WHITE-SPACE: nowrap;
	list-style-type: none;
}
#main-nav LI A {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; PADDING-BOTTOM: 4px; PADDING-TOP: 4px; WHITE-SPACE: nowrap
}
#main-nav LI:hover {
	background-color: #900;
	background-image: url(//www.fabrequipa.com);
	background-repeat: repeat-x;
	background-position: 0px -195px;
	color: #424242;
}
LI#main-nav-home A {
	PADDING-LEFT: 5px
}
DIV#main-nav LI#main-nav-item A {
	PADDING-RIGHT: 9px;
	BACKGROUND-POSITION: 100% 50%;
	BACKGROUND-IMAGE: url(//www.fabrequipa.com);
	BACKGROUND-REPEAT: no-repeat;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}
.menuList {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-transform: capitalize;
	color: #FFF;
	list-style-type: none;
	white-space: nowrap;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.oneColFixCtrHdr #container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clip: rect(auto,auto,auto,auto);
	padding-top: 0px;
	width: 930px;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.oneColFixCtrHdr #header {
	background-color: #666;
	padding-top: 200;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 80px;
}
.oneColFixCtrHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFF;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #F1F1F1;
}
.oneColFixCtrHdr #chourico {
	padding: 0 0px;
	border-top-width: 0px;
	border: none;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #666;
}

.oneColFixCtrHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
}
#map {
	float: right;
	width: 500px;
	clear: both;
	background-color: #999;
	margin-top: -290px;
	height: 270px;
}
