@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #010302;
	margin: 0;
	padding: 0;
	background-image:url(images/body-bg.jpg);
	background-repeat: repeat-x;
}
a:link,a:visited
{
	color: #176aa6;
	text-decoration: none;			
}

a:hover, a:active 
{
	color:#060C65;
	text-decoration: underline;
}
#wrapper { margin: 0 auto; width: 946px;padding:0;}
#header {
	padding:0px;
	width: 100%;
	height: 121px;
	margin: 0px;
	background-image: url(images/header-bkg.jpg);
	background-repeat: no-repeat;
}
.teltext {
	font-size: 200%;
	color: #f51c24;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 2px;
	font-weight: bold;
}
.emailtext{
	font-size: 125%;
	color: #f51c24;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
	font-weight: bold;
}
#header img {
    float:left;
	padding-left: 30px;
}
#maincontent {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 656px;
	height: 100%;
	background-color: #FFFFFF;
	display: block;
	display: inline;
	float:left;
	padding: 10px;
}

#banner {
	margin: 0px;
	width: 946px;
	padding: 0px;
	height: 100%;
	background-color: #FF0000;
}

#homecontent {
	margin: 0px;
	width: 926px;
	height: 100%;
	background-color: #FFFFFF;
	display: block;
	display: inline;
	float:left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#footer {
	clear: both;
	color: #999999;
	padding: 10px 0 0 10px;
	margin: 0px;
}
#footer .floatl {
	float: left;
	padding-left: 60px;
	padding-bottom: 20px;
}
#footer .floatr {
	float: right;
	padding-right: 320px;
	padding-bottom: 20px;
}
#footer .floatb {
	float: left;
	padding-left: 0px;
	padding-top: 20px;
	clear: both;
}


#footer a:hover {
	color: #FFFFFF;
}
.rightimgbar {
	float:right;
	width: 250px;
	display: block;
	display: inline;
	background-color: #D2DEDF;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.rightimgbar img{
	border:2px solid #A38F92;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


#horiz-menu {display: block;z-index: 100;height: 40px;line-height: 35px;position: relative;padding: 0 0 0 10px;}
ul.menutop {padding: 0;margin: 0;position: relative;}
#horiz-menu ul {list-style: none;padding: 0;margin: 0;}
#horiz-menu li {display: block;float: left;font-size: 90%;text-transform: uppercase;z-index: 100;background: url(images/horiz-menu-div.png) 100% 0 no-repeat;}

#horiz-menu li.active a {z-index: 100;cursor: pointer;}

#horiz-menu1 {padding-top: 1px; padding-bottom: 1px;}
#horiz-menu {background: url(images/menu-bar.png) repeat-x;}
#horiz-menu li a:link,#horiz-menu li a:visited{padding: 0 16px;display: block;border-top: 3px solid #4B4B4B; border-bottom: 1px solid #959595;text-decoration: none;color: #fff;}
#horiz-menu li a:hover {
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #585BFF;
	border-bottom-color: #585BFF;
	color: #C1BFFF;
}
.heading {
	width:100%;
	background-color:#D2DEDF;
	padding: 0px;	
}
.heading h1{
	color:#0147F7;
	font-size:130%;
	text-transform: uppercase;
	padding-top: 2px;
	padding-bottom: 2px;
	margin:0;
}
h3 {
	color:#000;
	font-size:110%;
	}
ul.upmenu {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
}
ul.upmenu li {
	list-style-type: none;
	font-weight: bold;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.upgrades ul{
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.upgrades li{
	font-size: 130%;
	color: #FFFFFF;
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 5px;
	padding-bottom: 10px;
}
.upgrades li a:link,.upgrades li a:visited{
	color: #176aa6;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;		
}
.whitetext {
	font-size: 130%;
	color: #FFFFFF;
}
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
	border-width: 1px;
	border-style: solid;
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0; 
}

form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 180px;
	padding: 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

form fieldset label:first-letter {  /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* you could instead underline first letter on each element and accesskey */
                                    /* each input but doing only legends lessens cognitive load */
						/* changed to label first letter, opera broke after first letter legend */
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
	font-weight: bold; 
}

form input, form textarea, form select{
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
.servicetable {
	background-image: url(images/hot-tub.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background`-color: #FFFBFF;
}
.servicetable .serviceheading{
	font-size: 100%;
	font-weight: bold;
	color: #733131;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 6px;
	margin-right: 3px;
	margin-left: 3px;
		float: left;
}
.pricestyle {
	color: #333333;
	display:inline;
	float: right;
	vertical-align: bottom;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin-right: 5px;
	margin-left: 3px;
		font-size: 100%;
	font-weight: bold;
}
.servicetable ol, .servicetable ul {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 80%;
}
.servicep{
	font-size: 90%;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
.servicespace{
	font-size: 50%;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
hr {
	clear:both;
	background-color: #733131;
	color: #733131;
	height: 2px;
		margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 5px;	
}
.smallwhitetext {
     width: 370px;
	font-size: 100%;
	color: #FFFFFF;
	padding-top: 70px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.smallwhitetext a:link, .smallwhitetext a:visited{
	color: #0000FF;
	text-decoration: none;
}

.smallwhitetext a:hover, .smallwhitetext a:active 
{
	color:#060C65;
	text-decoration: underline;
	}

