﻿@charset "UTF-8";
/* CSS Document */

body {
	margin: 0 0 0 0;
	text-align:center;
	background-color:#000;
	}
	
#body_abo {
	margin: 0 0 0 0;
	text-align:center;
	background-color:#000;
	}
	
#body_pro {
	margin: 0 0 0 0;
	text-align:center;
	background-color:#000;
	}
	
#body_why {
	margin: 0 0 0 0;
	text-align:center;
	background-color:#000;
	}
	
#body_gal {
	margin: 0 0 0 0;
	text-align:center;
	background-color:#000;
	}
	
#body_con {
	margin: 0 0 0 0;
	text-align:center;
	background-color:#000;
	}
	
#frame {
	width:700px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	}
	
#header {
	background:#000 url(../images/header-bkgd.jpg) no-repeat;
	width:700px;
	height:19px;
	padding-top:56px;
	}
	
#header h1 {
	display:none;
	}
	
#home {
	width:180px;
	height:75px;
	margin-left:25px;
	margin-top:-75px;
	z-index:2;
	}
	
#homebullets {
	width:470px;
	float:left;
	}
	
#videohome {
	width:150px;
	float:left;
	margin-top:190px;
	margin-left:20px;
	}
	
#widehome {
	width:700px;
	padding-left:20px;
	}
	
#pageheader {
	width:700px;
	background:#000;
	}
		
#pageheader h1 span {
	display:none;
	}
	
#subnav {
	width:165px;
	background:#000 url(../images/subnav-bkgd.jpg) no-repeat;
	float:left;
	}

#subnav-env {
	width:165px;
	background:#000 url(../images/subnav-bkgd-green.jpg) no-repeat;
	float:left;
	}
	
#content {
	width:515px;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 20px;
	float:left;
	}
	
#smallcontent {
	width:500px;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 20px;
	float:left;
	}

#rightcolumn {
	width:134px;
	margin:0px 0px 0px 25px;
	padding:0px 0px 0px 0px;
	float:left;
	}
		
#footer {
	width:700px;
	padding-top:5px;
	padding-bottom:25px;
	text-align:right;
	}
	
	
/*---------- HOME PAGE SPECIFIC ----------*/
		
#homemain {
	width:700px;
	padding:0px;
	float:left;
	background:#000 url(../images/home-cloud.jpg) no-repeat;
	height:189px;
	}
	
#homemain h1 {
	display:none;
	}

#homecontent #homebullets h1 {
	background-image:url(../images/intro-home.jpg);
	background-repeat:no-repeat;
	line-height:25px;
	text-indent: -10000px;
	margin:20px 0px 0px 0px;
	}
		
#homecontent {
	width:700px;
	padding:3px 25px 10px 25px;
	float:left;
	background:#000 url(../images/home-contentbkgd.jpg) no-repeat;
	}
	
#homefeature1 {
	background:url(../images/home-packagesbkgd.jpg) no-repeat;
	width:340px;
	height:160px;
	padding-top:15px;
	float:left;
	}

#homefeature1 h2 {
	border-bottom:none;
	}
	
#homefeature1 h2 span {
	display:none;
	}
	
.featureimage {
	border:1px #666666 solid;
	margin-right:15px;
	text-align:left;
	}
	
#featurephoto {
	width:107px;
	margin-top:25px;
	margin-left:25px;
	float:left;
	}
	
#featuretext {
	width:173px;
	margin-top:25px;
	margin-left:17px;
	float:left;
	font:12px Arial, Helvetica, sans-serif;
	line-height:15px;
	color:#fff;
	}
	
#featuretext a:link,#featuretext a:visited {
	color:#990000;
	text-decoration:underline;
	}
	
#featuretext a:hover {
	color:#0066FF;
	text-decoration:none;
	}
	
#homefeature2 {
	background:url(../images/home-feature2bkgd.jpg) no-repeat;
	width:340px;
	height:160px;
	padding-top:15px;
	margin:0px 0px 0px 20px;

	}
	
#homefeature2 h2 {
	border-bottom:none;
	}

	
#homefeature2 h2 span {
	display:none;
	}
	
.homephone {
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	margin-left:125px;
	margin-top:-30px;
	}
	
	
	
/*---------- TEXT STYLES ----------*/

h1 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
	
h2 {
	font:18px Arial, Helvetica, sans-serif;
	color:#fff;
	border-bottom:1px #990000 solid;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

h3 {
	font:16px bold Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0px 0px -10px 0px;
	padding:15px 0px 0px 0px;
	}

h4 {
	font:18px Arial, Helvetica, sans-serif;
	color:#fff;
	border-bottom:1px #009900 solid;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

h5 {
	font:14px Arial, Helvetica, sans-serif;
	color:#fff;
	border-bottom:1px #990000 solid;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	}

p {
	font:12px Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#ccc;
	}
	
#content p a:link, #smallcontent p a:link {
	color:#0066cc;
	text-decoration: underline;
	}
	
#content p a:visited, #smallcontent p a:visited {
	color:#999;
	text-decoration: underline;
	
	}
	
#content p a:hover, #smallcontent p a:hover {
	color:#fff;
	text-decoration: none:
	}
	
#rightcolumn p {
	font:12px Arial, Helvetica, sans-serif;
	line-height:16px;
	margin-left:10px;
	color:#ccc;
	}
	
#rightcolumn ul {
	list-style:url(../images/bullet.gif);
	}
	
#rightcolumn li a:link, #homebullets li a:link, #homebullets li a:visited {
	color:#CC0000;
	text-decoration: underline;
	}
	
#rightcolumn li a:visited {
	color:#CC0000;
	text-decoration: underline;
	font-style: italic;
	}
	
#rightcolumn li a:hover {
	color:#fff;
	text-decoration: none:
	}

p b, li b {
	color:#cc0000;
	font-weight: bold;
	font-size: 14px;
	
	}
	
.state {
	font-weight:bolder;
	color:#fff;
	}
	
.linkstable p {
	font-size:10px;
	line-height:12px;
	margin-left:10px;
	}
	
.linkstable {
	margin-top:25px;
	}
	
.linkimage {
	margin-top:10px;
	}
	
ul {
	font:12px Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#ccc;
	}
	
li {
	margin-bottom:6px;
	}	

#homelist {
	font:12px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:20px;
	list-style:url(../images/bullet.gif);
	}
	
#footer p {
	font:10px Arial, Helvetica, sans-serif;
	color:#454545;
	line-height:13px;
	}
	
#footer a:link, #footer a:visited {
	color:#454545;
	text-decoration: underline;
	}
	
#footer a:hover {
	color:#999;
	text-decoration:none;
	}

.sub {
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	text-indent:12px;
	margin-top:10px;
	margin-bottom:-2px;
	}
	
.sub a:link, .sub2 a:link, .sub3 a:link {
	text-decoration: underline;
	color:#fff;
	}
	
.sub a:visited, .sub2 a:visited, .sub3 a:visited {
	text-decoration: underline;
	color:#999;
	}

.sub a:hover, .sub2 a:hover, .sub3 a:hover {
	text-decoration: none;
	color:#fff;
	}
	
.sub2 {
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	text-indent:25px;
	margin-top:-2px;
	margin-bottom:-2px;
	}

.sub3 {
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	text-indent:25px;
	margin-top:-2px;
	margin-bottom:-2px;
	}
	
.red {
	color:#CC0000;
	}
	
.tablehead {
	font:16px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	padding:10px 0px 7px 0px;
	}
	
.ordernow {
	margin-left:55px;
	}	
	
/*---------- IMAGES ----------*/

.machinegallery {
	border:1px #666 solid;
	padding:5px;
	margin-right:5px;
	}
	
.packageheader {
	margin-bottom:10px;
	}
	
.packages {
	border:1px #666 solid;
	padding:5px;
	margin:5px 10px 5px 0px;
	}

.packages-long {
	border:1px #666 solid;
	padding:5px;
	margin:5px 10px 20px 0px;
	}
	


/*---------- NAVIGATION ----------*/

#nav {
  width: 468px;
  height: 18px;
  position: relative;
  background: url(../images/mainnav.jpg);
  margin: 0px 0px 0px 220px;    
  padding: 0;
  list-style-type:none;
}
#nav li {
  float: left;
}
#nav li a {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  display: block;
  height: 18px;
  background: url(../images/mainnav.jpg) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 1%;
}
li#nav_abo a {
  left: 0;
  width: 94px;
  background-position: 0 0;
}
li#nav_pro a {
  left: 94px;
  width: 94px;
  background-position: -94px 0;
}
li#nav_why a {
  left: 188px;
  width: 94px;
  background-position: -188px 0;
}
li#nav_gal a {
  left: 282px;
  width: 94px;
  background-position: -282px 0;
}
li#nav_con a {
  left: 376px;
  width: 92px;
  background-position: -376px 0;
}
li#nav_abo a:hover {
  background-position: 0 -18px;
  text-decoration: none;
}
li#nav_pro a:hover {
  background-position: -94px -18px;
    text-decoration: none;
}
li#nav_why a:hover {
  background-position: -188px -18px;
    text-decoration: none;
}
li#nav_gal a:hover {
  background-position: -282px -18px;
    text-decoration: none;
}
li#nav_con a:hover {
  background-position: -376px -18px;
    text-decoration: none;
}
#body_abo li#nav_abo  a {
  background-position: 0 -18px;
    text-decoration: none;
}
#body_pro li#nav_pro a {
  background-position: -94px -18px;
    text-decoration: none;
}
#body_why li#nav_why a {
  background-position: -188px -18px;
    text-decoration: none;
}
#body_gal li#nav_gal a {
  background-position: -282px -18px;
    text-decoration: none;
}
#body_con li#nav_con a {
  background-position: -376px -18px;
    text-decoration: none;
}

#green {
	width:490px;
	height:80px;
	background:#000 url(../images/hos_emblem-footer.jpg) top left no-repeat;
	padding-left:100px;
	padding-top:25px;
	font:12px Arial, Helvetica, sans-serif;
	color:#999;
	float:left;
	}





#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

#navlist ul li a:link a:active {
	color: lime;
}

#navlist ul li a:visited a:hover {
	color: #ccc;
}


#navcontainer {
	text-align: center;
}
