html {
	overflow-y: scroll;
	}

body {
	font-family: Helvetica, Verdana, Arial;
	background-color: white;
	background-repeat: repeat;
	background-image: url(/images/bg-page.jpg);
	}

h1 {
	line-height: 20px; 
	font-size: 20px; 
	font-weight: bold; 
	margin-bottom: 20px;
	}

h2 {
	line-height: 16px; font-size: 16px; 
	font-weight: bold;
	margin-bottom: 10px;
	}

p {
	line-height: 16px;
	font-size: 12px;
	margin-bottom: 20px;
	}


a:link {
	color: #408b9e;
	text-decoration: none;
	}

a:visited {
	color: #2c5f6c;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

div#page-wrap {
	width: 960px;
	margin: 0 auto;
	}

div#head {
	width: 900px;
	padding-right: 60px;
	padding-top: 30px;
	background-image: url(/images/bg-head.png);
	background-repeat: no-repeat;
	height: 116px;
	}

div#head p {
	line-height: 20px;
	color: #949596;
	font-weight: bold;
	font-size: 20px;
	text-align: right;
	}

div#head span#phone {
	color: #4b748c;
	}


div#head span#line2 {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	}

ul#menu {
	
	height: 53px;
	list-style: none;
	margin-left: 399px;
	}
	ul#menu li {
		display: block;
		float: left;
		widows: 167px;
		
	}
	ul#menu li a  {	
		font-weight: bold;	
		padding-left: 0px;
		padding-bottom: 0px;
		padding-right: 0px;
		padding-top: 26px;
		background-repeat: no-repeat;
		font-size: 16px;
		text-decoration: none;
		color: white;
		text-align: center;
		display: block;
		height: 24px;
		width: 167px;
		float: left;
		background-image: url(/images/bg-tab-inactive.jpg);
		}
div#content {
		width: 860px;
		background-image: url(/images/bg-content.png);
		background-repeat: repeat-y;
		padding-left: 50px;
		padding-right: 50px;
		padding-top: 30px;
		}

img#splash {
	margin-bottom: 20px;
	margin-left: -20px;
	margin-top: -30px;
	}

ul.services {
	margin-bottom: 20px;
	margin-left: 16px;
	}

ul.services li {
	margin-left: 15px;
	color: #303031;
	padding-bottom: 4px;
	font-style: normal;
	margin-bottom: 3px;
	list-style-image: url(/images/bullet.png);
	list-style-position: outside;
	font-weight: normal;
	line-height: 22px;
	font-size: 18px;
	}


body#home ul#menu li a.home, 
		body#sales ul#menu li a.sales, 
		body#contact ul#menu li a.contact  {
				
			background-image: url(/images/bg-tab-active.jpg);
		
		}
		

		
		
div#footer {
	width: 860px;
	clear: both;
	background-image: url(/images/bg-footer.jpg);
	background-repeat: repeat-y;
	color: #7e7e7e;
	line-height: 14px;
	font-size: 12px;
	text-align: right;
	}
	
p#keywords {
	text-align: center;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 12px;
	font-size: 10px;
	color: white;
	}
	
p#legal {
	margin-bottom: -20px;
	padding-right: 30px;
	}
	
div#ftop {
	width: 860px;
	background-image: url(/images/bg-ftop.jpg);
	background-repeat: no-repeat;
	height: 38px;
	}
	
div#fbottom {
	width: 860px;
	background-image: url(/images/bg-fbottom.jpg);
	background-repeat: no-repeat;
	height: 40px;
	}
	
div#bottom {
	width: 960px;
	background-repeat: no-repeat;
	background-image: url(/images/bg-bottom.png);
	height: 28px;
	}
	
div.col {
	margin-left: 40px;
	width: 390px;
	float: left;
	}
	
address {
	margin-bottom: 20px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	}
	
p.contactinfo {
	font-size: 14px;
	line-height: 16px;
	}
	
div.readcol {
	width: 480px;
	}


