/* CSS Document */

body, div, a, p, img, table, ul, ol {
	margin:0px;
	padding:0px;
}

html, body {
	height:100%;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#B3BEDD;
	background-image:url(images/body.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#222222;
}

a {
	text-decoration:none;
	color:#F4DAAB;
}

a:hover {
	text-decoration:underline;
}

img {
	border:none;
}

.body {
	width:100%;
	height:100%;
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

.main {
	width:765px;
	margin:20px auto 60px auto;
}

.header {
	width:764px;
	height:245px;
	background-image:url(images/head.png);
	behavior:url(./iepngfix.htc);
}

.menu {
	width:90px; /* 120 - 2*15 */
	padding:30px 20px 30px 10px;
	float:left;
}

.menu li {
	margin-bottom:10px;
	font-size:20px;
	list-style:none;
}

.menu a {
	color:#B3BEDD;
}

.separator {
	width:3px;
	padding:20px 6px 40px 6px;
	float:left;
}

.textBlock {
	width:282px; /* 315 - 2*15 */
	padding:30px 15px 30px 15px;
	float:left;
	text-align:justify;
}

.textBlock strong {
	color:#F4DAAB;
}

.textBlock li {
	margin:3px 0px 0px 35px;
}

.textBlock .fl {
	margin-left:18px;
	list-style:square;
}

.pipes {
	padding-bottom:230px;
	background-image:url(images/pipes.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

.columns {
	height:160px;
	background-image:url(images/columns.png);
	background-position:bottom;
	background-repeat:no-repeat;
	behavior:url(./iepngfix.htc);
}

.tanks {
	height:200px;
	background-image:url(images/tanks.png);
	background-position:bottom;
	background-repeat:no-repeat;
	behavior:url(./iepngfix.htc);
}

.footer {
	padding-bottom:12px;
	text-align:center;
}