@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 100%;
	background-color: #000000;
	background-image: url(layout/body-bg.jpg);
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
}
h1.partner {
	background-image: url(layout/hd-bg-partner.png);
}
h1.activity {
	background-image: url(layout/hd-bg-activity.png);
}
h1.contact {
	background-image: url(layout/hd-bg-contact.png);
}
h1.history {
	background-image: url(layout/hd-bg-history.png);
}
h1.management {
	background-image: url(layout/hd-bg-management.png);
}
h1.products {
	background-image: url(layout/hd-bg-products.png);
}
h1.references {
	background-image: url(layout/hd-bg-references.png);
}
h1, h2, h3, h4, h5 {
	color: #CCCCCC;
}
h1 {
	line-height: 100px;
}
#container {
	width: 780px;
	background: #0B2F71;
	margin: 0 auto;
	border: 2px solid #FFFFFF;
	text-align: left;
}
#header {
	background: #FFFFFF; 
	padding: 20px 20px 40px 20px;
}
#mainContent {
	min-height: 500px;
	padding: 0 20px;
	background: #0B2F71;
	background-image:url(layout/maincontent-g-partial.png);
	background-repeat: no-repeat;
	overflow: auto;
}
#footer {
	height: 80px;
	padding: 0 20px;
	background: #000000;
	background-image: url(layout/footer.png);
}
#footer img {
	float: left;
	margin-right: 20px;
}
#footer p {
	padding-top: 30px;
}
.underlinemenu{
	font-weight: bold;
	width: 100%;
	background: #FFFFFF;
	padding-bottom: 6px;
}

.underlinemenu ul{
	padding: 6px 0px 12px 0px; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0 20px;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
	display: inline;
}

.underlinemenu ul li a{
	color: gray;
	padding: 6px 3px 2px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none;
	border-bottom: 3px solid white; /*bottom border is 3px*/
}
.underlinemenu ul li a:hover{
	color: gray;
	border-bottom-color: gray;
}
/* $$$$$$$$$$$$ DEACTIVATED $$$$$$$$$$$$
.underlinemenu ul li.activity a:hover{
	color: #0B2F71;
	border-bottom-color: #0B2F71;
}
.underlinemenu ul li.management a:hover{
	color: #336699;
	border-bottom-color: #336699;
}
.underlinemenu ul li.partners a:hover{
	color: #336600;
	border-bottom-color: #336600;
}
.underlinemenu ul li.products a:hover{
	color: #80AA00;
	border-bottom-color: #80AA00;
}
.underlinemenu ul li.history a:hover{
	color: #825517;
	border-bottom-color: #825517;
}
.underlinemenu ul li.references a:hover{
	color: #990033;
	border-bottom-color: #990033;
}
.underlinemenu ul li.contact a:hover{
	color: #EC6B0D;
	border-bottom-color: #EC6B0D;
}
$$$$$$$$$$$$ DEACTIVATED $$$$$$$$$$$$ */
.underlinemenu ul li a.selected{
	color: #0B2F71;
	border-bottom-color: #0B2F71;
}
.underlinemenu ul li a.activity{
	color: #0B2F71;
	border-bottom-color: #0B2F71;
}
.underlinemenu ul li a.management{
	color: #336699;
	border-bottom-color: #336699;
}
.underlinemenu ul li a.partners{
	color: #336600;
	border-bottom-color: #336600;
}
.underlinemenu ul li a.products{
	color: #80AA00;
	border-bottom-color: #80AA00;
}
.underlinemenu ul li a.history{
	color: #825517;
	border-bottom-color: #825517;
}
.underlinemenu ul li a.references{
	color: #990033;
	border-bottom-color: #990033;
}
.underlinemenu ul li a.contact{
	color: #EC6B0D;
	border-bottom-color: #EC6B0D;
}
table {
	border-style: none;
	border-width: 2px;
	border-color: #0B2960;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
th, td {
	border-width: 0;
	border-style: none;
	border-color: #000000;
	padding: 10px;
	color: #FFFFFF;
}
td.center {
	text-align: center
}
img{
	border-style: none;
}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.floatright {
	float: right;
	padding: 0 20px;
}
img.singlefloat {
	float: right;
	border: 2px solid #FFFFFF;
}
.gray {
	color: #CCCCCC;
}
span.hide { 
	display:none;
}
ol.references {
	list-style: none;
	margin-left: 40px;
	margin-bottom: 40px;
}
.vgallery {
	float: left;
	width: 60px;
	margin: 4px 10px 0 -20px;
	padding: 0 0 0 20px;
	background: #0B2F71; /*#CCCC33*/
	background-image: url(layout/bg-beer.jpg);
	background-repeat: repeat-y;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.col1 {
	float: left;
	margin-left: 40px;
	margin-bottom: 40px;
	padding: 0 10px;
	width: 200px;
	border-left: solid 4px #2B4D9B; /*#0B2960*/
}
.col2 {
	float: left;
	margin-bottom: 40px;
	padding: 0 10px;
	width: 200px;
	border-left: solid 4px #2B4D9B;
}
.col3 {
	float: left;
	margin-bottom: 40px;
	padding: 0 10px;
	width: 200px;
	border-left: solid 4px #2B4D9B;
}
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	list-style: none; /*List style none additionally for LI necessary for Firefox*/
}
.indent {
	text-indent: -10px;
	margin-left: 10px;
}
.clear {
	clear: both;
}
