@charset "utf-8";
/* CSS Document */

body {
	background-color:#CCC;
	margin-left: 0px; 
	margin-top: 0px; 
	margin-right: 0px;
	margin-bottom: 0px;
}

<!--Begin Link Styling-->

<!--default links-->
a {color: #036; text-decoration:none;}
a:link {color: #036; text-decoration:none;}      /* unvisited link */
a:visited {color: #036; text-decoration:none;}  /* visited link */
a:hover {color: #E76420; text-decoration:none;}  /* mouse over link */
a:active {color: #E76420; text-decoration:none;}  /* selected link */

<!--navbar links-->
.mainnav a {color: #FFF; text-decoration:none; text-shadow:1px 1px 4px #333;}
.mainnav a:link {color: #FFF; text-decoration:none; text-shadow: 1px 1px 4px #333;}      /* unvisited link */
.mainnav a:visited {color: #FFF; text-decoration:none; text-shadow: 1px 1px 4px #333;}  /* visited link */
.mainnav a:hover {color: #999; text-decoration:none; text-shadow: 1px 1px 4px #333;}  /* mouse over link */
.mainnav a:active {color: #FFF; text-decoration:none; text-shadow: 1px 1px 4px #333;}  /* selected link */

<!--subnav links-->
.subnav a {color: #999; text-decoration:none;}
.subnav a:link {color: #999; text-decoration:none;}      /* unvisited link */
.subnav a:visited {color: #999; text-decoration:none;}  /* visited link */
.subnav a:hover {color: #fff; text-decoration:none;}  /* mouse over link */
.subnav a:active {color: #999; text-decoration:none;}  /* selected link */

<!--subfeature links-->
.subfeature a {color: #fff; text-decoration:none;}
.subfeature a:link {color: #fff; text-decoration:none;}      /* unvisited link */
.subfeature a:visited {color: #fff; text-decoration:none;}  /* visited link */
.subfeature a:hover {color: #CCC; text-decoration:none;}  /* mouse over link */
.subfeature a:active {color: #fff; text-decoration:none;}  /* selected link */

<!--Footer links-->
.footer a {color: #666; text-decoration:none;}
.footer a:link {color: #666; text-decoration:none;}      /* unvisited link */
.footer a:visited {color: #666; text-decoration:none;}  /* visited link */
.footer a:hover {color: #000; text-decoration:none;}  /* mouse over link */
.footer a:active {color: #666; text-decoration:none;}  /* selected link */

<!--End Link Styling-->


<!--Begin Slider Styles-->
<!-- CSS -->
<style type="text/css" media="screen">
#slider {
    width: 315px; /* important to be same as image width */
    height: 460px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 315px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	left: -40px;
	margin: 0px auto;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 309px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}
</style>
<!--/Slider Styles-->


/* Begin Text Formatting Section */

body,td,th {
	font-family: Trebuchet MS, Arial, Verdanda, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
}

p {
	font-family: Trebuchet MS, Arial, Verdanda, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
}

span {
	font-family: Trebuchet MS, Arial, Verdanda, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
}

h1 {
	font-family: Trebuchet MS, Arial, Verdanda, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
}

h2 {
	font-family: Trebuchet MS, Arial, Verdanda, Helvetica, sans-serif;
	font-size:22px;
	line-height:24px;
	font-weight:normal;
}

h3 {
	font-family: Trebuchet MS, Arial, Verdanda, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
}

h4 {
	font-family: Trebuchet MS, Arial, Verdanda, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
}

.bold {font-weight:bold;}
.italic {font-style:italic;}
.shadow {text-shadow: #222 2px 2px 4px;}
.white {color:#fff;}
.lightgrey {color:#999;}
.mediumgrey {color:#666;}
.darkgrey {color:#333;}
.black {color:#kkk;}
.red {color:#F00;}
.darkred {color:#900;}
.orange {color:#E16000;}
.warmyellow {color:#FC0;}
.yellow {color:#FF0;}
.green {color:#0C0;}
.darkgreen {color:#060;}
.lightblue {color:#4e82ca;}
.darkblue {color:#022567;}
.lightpurple {color:#897EC3;}
.purple {color:#606;}
.pink {color:#F9F;}
.whiteline {background-color:#fff; height:2px; width:95%;}
.blackline {background-color:#666; height:1px; width:50%;}

/* End Text Formatting Section */



<!--Begin DIVs-->

#clearfix {
	clear:both;
}

.clear {
	clear:both;
}

#container {
	background-color:#FFF;
	width:930px; 
	min-height:700px;
	-moz-box-shadow: 0px 2px 8px #000; 
	-webkit-box-shadow: 0px 3px 8px #000;
	box-shadow: 0px 3px 8px #000;
	margin:0px auto;
	padding:0px 15px 0px 15px;
	behavior: url(Scripts/PIE.htc);
}

#header {
	width:910px;
	background-color:#000;
	margin:0px auto;
	padding: 10px 10px 0px 10px;
	text-align:left;
	behavior: url(Scripts/PIE.htc);  
}

#contentbox {
	width:930px; 
	min-height:300px;
	margin:0px auto;
	overflow:auto;
}

.mainnav {
	width:600px;
	font-size:12px;
	font-weight:bold;
}

.subnav {
	width:330px;
	float:right;
	font-size:10px;
	line-height:10px;
	font-weight:bold;
	text-align:right;
}

.homefeatureleft {
	background-image: url(../images/bkgnd_homefeatureleft.jpg);
	background-repeat:no-repeat;
	background-color:#303;
	width:549px;
	height:460px;
	float:left;
	margin: 0px 0px 15px 0px;
	padding:0px 15px 0px 15px;
	text-align:left;
	overflow:hidden;
}

.homefeatureright {
	background-color:#000;
	position:relative;
	width:305px;
	height:460px;
	float:right;
	margin: 0px 0px 15px 0px;
	padding: 0px 15px 0px 15px;
	text-align:left;
	overflow:visible;
}

.homefeaturetext {
	background-color:#000;
	width:221px;
	height:25px;
	margin-right:15px;
	float:left;
	text-align:center;
	overflow:hidden;
}

.homesubfeature1 {
	background-color:#B1BEC2;
	background-image: url(../images/bkgnd_subfeature_event.jpg);
	background-repeat:no-repeat;
	width:221px;
	height:85px;
	margin-right:15px;
	float:left;
	overflow:hidden;
}

.homesubfeature2 {
	background-color:#B1BEC2;
	background-image: url(../images/bkgnd_subfeature_installations.jpg);
	background-repeat:no-repeat;
	width:221px;
	height:85px;
	margin-right:15px;
	float:left;
	overflow:hidden;
}

.homesubfeature3 {
	background-color:#B1BEC2;
	background-image: url(../images/bkgnd_subfeature_rentals.jpg);
	background-repeat:no-repeat;
	color:#333;
	width:221px;
	height:85px;
	margin-right:15px;
	float:left;
	overflow:hidden;
}

.homesubfeature4 {
	background-color:#B1BEC2;
	background-image: url(../images/bkgnd_subfeature_sales.jpg);
	background-repeat:no-repeat;
	width:221px;
	height:85px;
	margin-right:15px;
	float:left;
	overflow:hidden;
}

.onecol {
	width:900px;
	float:left;
}

.twocol {
	width:435px;
	float:left;
	margin:0px 15px 0px 0px;
}

.threecol {
	width:280px;
	float:left;
	margin: 0px 20px 0px 0px;
}

.testimonialbox {
	width:90%;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin: 0px auto;
	padding:10px;
	text-align:left;
	background-color:#DDD;
	behavior: url(Scripts/PIE.htc);
}

#footer {
	width:960px;
	margin:0px auto;
	text-align:left;
}

.footerleft {
	width:300px;
	float:left;
	font-size:12px;
	color:#666;
	line-height:12px;
	text-align:center;
}

.footerright {
	width:630px;
	float:right;
	font-size:12px;
	color:#666;
	line-height:12px;
	text-align:center;
}

<!--End DIVs-->