@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	background:#dccdaa url(images/bg.jpg) repeat-x top;
}

h1 {
	font-size:18px;
	margin:0 0 20px;
	padding:0px;
}

h2 {
	font-size:16px;
	margin:0 0 15px;
	padding:0px;
}

h3 {
	font-size:14px;
	margin:0 0 15px;
	padding:0px;
}

p {
	line-height:20px;
}

a {
	color:#000;
}

a:hover {
	color:#00a950;
}

ul {
	margin:0 0 0 15px;
	padding:0px;
}

li {
	margin:5px 0;
	padding:0px;
}

img {
	border:none;
}

hr {
	background:none;
	border:none;
	border-bottom:2px dotted #999;
	margin:20px 0;
}

.clr {
	clear:both;
}

.column img {
	margin:0 auto;
}

#container {
	width:1012px;
	margin:0 auto;
	position:relative;
}

.main {
	width:552px;
	float:left;
	height:auto;
}

.main_content {
	background:url(images/main_mid.gif) repeat-y center;
	height:775px;
	padding:5px 35px;
	width:442px;
	margin:0 20px;
}

.main_top {
	height:30px;
	width:512px;
	background:url(images/main_top.png) no-repeat center top;
	margin:0 20px;
}


.main_bottom {
	height:30px;
	width:512px;
	margin:0 20px;
	background:url(images/main_bottom.png) no-repeat center top;
}

.column {
	width:227px;
	float:left;
	margin:0px 0 0;
}

.column_content {
	height:775px;
	background:url(images/col_mid.gif) repeat-y center;
	padding:5px 15px;
}

.column_top {
	height:30px;
	width:227px;
	background:url(images/col_top.png) no-repeat center top;
}

.column_bottom {
	height:30px;
	width:227px;
	background:url(images/col_bottom.png) no-repeat center top;
}

.column ul {
	list-style:none;
	margin:0px;
}

.column li {
	margin:10px 0;
}

.column li a {
	font-size:14px;
}

#industrial {
	background:url(images/heading_industrial.gif) no-repeat center top;
	width:100%;
	height:100px;
	text-indent:-5000px;
}

#consumer {
	background:url(images/heading_consumer.gif) no-repeat center top;
	width:100%;
	height:110px;
	text-indent:-5000px;
	}

.footer {
	clear:both;
	background:url(images/recycle.png) no-repeat center 30px;
	padding-top:120px;
	text-align:center;
}

.footer ul {
	width:400px;
	margin:0 auto;
}

.footer li {
	text-align:center;
	list-style:none;
	border-right:1px solid #000;
	display:inline;
	padding:0px 10px;
	margin:0;
	line-height:18px;
}

.footer .none {
	border-right:none;
}

#nav {
	margin:0px;
	padding:0px;
	width:1000px;
	position:absolute;
	top:220px;
	left:25px;
}

#nav li {
	width:120px;
	list-style:none;
	float:left;
	padding:0;
	text-align:center;
	margin:0 25px 0 0;
}

#nav a {
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	padding:10px 0px;
	display:block;
}

#header {
	position:relative;
}

#content {
	position:relative;
	margin-top:-20px;
}

.image_right {
	float:right;
	margin:0 0 10px 10px;
}
