﻿/* Begin CSS */

body, html
{
	height: 100%;
	width: 100%;
	margin: 0px;
}

body
{
	background-color: #414040;}

#shell
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0 auto;
}

#container
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 1004px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #000000;
}

#header
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 1004px;
	height: 345px;
	background-image: url('images/header_02.jpg');
	background-repeat: no-repeat;
}

#links
{
	position:absolute;
	top: 95px;
	left: 570px;
}

#content
{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

.table
{
	border: 0px;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

#leftcolumn
{
	position:relative;
	top: 70px;
	left: 60px;
}

#rightcolumn
{
	position: relative;
	top: 70px;
	left: 30px;
}

#makespace
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 1004px;
	height: 100px;
	border: 0px;
	margin: 0px;
}

#footer
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 1004px;
	border: 0px;
	margin: 0px;
}

#footstripe
{
	width: 100%;
	height: 10px;
	background-color: #b06e0e;
}

#welcome
{
	position: relative;
	top: 0px;
	left:0px;
	margin: 0px;
	padding: 0px;
}

#lefttext
{
	position: relative;
	top: 0px;
	left: 15px;
	width: 350px;
}

#homeright
{
	position: relative;
	top: 0px;
	left: 0px;
	background-image: url('images/home-rightcolumn_06.jpg');
	background-repeat: no-repeat;
	height: 321px;
}

#home-serv-text
{
	position: relative;
	top: 90px;
	left: 165px;
	width: 255px;
}

span.link2
{
	margin-left: 80px;
}

#home-prod-text
{
	position: relative;
	top: 217px;
	left: 165px;
	width: 255px;
	z-index: 10;
}

#subheader
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 1004px;
	height: 342px;
	background-image: url('images/sub-header.jpg');
	background-repeat: no-repeat;
}

#subleftcolumn
{
	position:relative;
	top: -1px;
	left: -1px;
	background-color: #00381f;
	background-image: url('images/services-left_05.jpg');
	background-repeat: no-repeat;
	height: 470px;
}

#subrightcolumn
{
	position: relative;
	top: 70px;
	left: 35px;
	width: 630px;
}

ul
{
	color: #b06f0d;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

li
{
	list-style: square;
}

#subleftcolumn-prod
{
	position:relative;
	top: -1px;
	left: -1px;
	background-color: #00381f;
}

#prod-text-left
{
	position: relative;
	top: 5px;
	left: 20px;
	width: 260px;
}

td.o
{
	padding: 0px;
	width: 140px;
}













/* End CSS */