@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	margin: 0 auto;
	background-color:#000000;
	background-image:url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.content {
	background-image: url(images/contentBG.png);
	background-repeat: repeat;
}
.contentTEXT {
	background-image: url(images/contentTEXTbg.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 10px;
	vertical-align: top;
}
.footer {
	padding-top: 5px;
	padding-bottom: 5px;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFCC00;
	font-size: 16px;
}
.titles2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFCC00;
	font-size: 20px;
}
.contentTEXT2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 10px;
	vertical-align: top;
}
a:link {
	color: #FFCC00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:visited {
	color: #FFCC00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:active {
	color: #FFCC00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}	
.media {
	background-image: url(images/titleMedia.png);
	height: 40px;
	text-align: right;
	padding-top: 10px;
	background-repeat: no-repeat;
}








#btn-home {
	display: block;
	width: 71px;
	height: 40px;
	background: url("images/btnHome.png") no-repeat 0 0;
}

#btn-home:hover { 
	background-position: 0 -40px;
}

#btn-indust {
	display: block;
	width: 125px;
	height: 40px;
	background: url("images/btnIndustries.png") no-repeat 0 0;
}

#btn-indust:hover { 
	background-position: 0 -40px;
}

#btn-products {
	display: block;
	width: 208px;
	height: 40px;
	background: url("images/btnProducts.png") no-repeat 0 0;
}

#btn-products:hover { 
	background-position: 0 -40px;
}

#btn-cost {
	display: block;
	width: 128px;
	height: 40px;
	background: url("images/btnCost.png") no-repeat 0 0;
}

#btn-cost:hover { 
	background-position: 0 -40px;
}

#btn-repurposing {
	display: block;
	width: 125px;
	height: 40px;
	background: url("images/btnRepurpose.png") no-repeat 0 0;
}

#btn-repurposing:hover { 
	background-position: 0 -40px;
}

#btn-green {
	display: block;
	width: 68px;
	height: 40px;
	background: url("images/btnGreen.png") no-repeat 0 0;
}

#btn-green:hover { 
	background-position: 0 -40px;
}

#btn-affiliation {
	display: block;
	width: 119px;
	height: 40px;
	background: url("images/btnAffiliations.png") no-repeat 0 0;
}

#btn-affiliation:hover { 
	background-position: 0 -40px;
}

#btn-news {
	display: block;
	width: 62px;
	height: 40px;
	background: url("images/btnNews.png") no-repeat 0 0;
}

#btn-news:hover { 
	background-position: 0 -40px;
}

#btn-contact {
	display: block;
	width: 94px;
	height: 40px;
	background: url("images/btnContact.png") no-repeat 0 0;
}

#btn-contact:hover { 
	background-position: 0 -40px;
}

li {
	padding:8px;
}

ul {
	margin-left:2px;
}

#gallery {
	width:980px;
	height:400px;
}


