body{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #d5edf1;
	margin:0px;
	padding:0px;
	color: #000000;
}

#mainframe {
	margin:0px;
	padding:0px;
	background: url(images/background.gif) repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 970px;
}

a:link, a:visited {
	color: #000000;
}

a:hover{
	color: #666666;
}

#mainHeader{
	width: 970px;
	padding: 1px 0px 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/background.gif) repeat-y;
}

#mainHeader ul{
	margin: 0px;
	padding: 25px 0px 0px 30px;
	list-style:none;
	background: url(images/phone.gif) no-repeat right top;
}

#mainHeader li{
	list-style:none;
	display:block;
	float:left;
	margin:0 1px;
}

#mainHeader li a{
	display:block;
	float:left;
	height:52px;
	font-size:12px;
	font-weight:bold;
	background:url(images/menu_027_l.jpg) no-repeat left;
	line-height:39px;
	padding:0 0 0 18px;
	text-decoration:none;
}
#mainHeader li a span{
	display:block;
	float:left;
	background:url(images/menu_027_r.jpg) no-repeat right;
	height:52px;
	color:#000000;
	line-height:39px;
	padding:0 16px 0 0px;
}

#mainHeader li a:hover{
	display:block;
	float:left;					
	background:url(images/menu_027_h_l.jpg) no-repeat left;
	height:52px;
}
					
#mainHeader li a:hover span{
	display:block;
	float:left;					
	background:url(images/menu_027_h_r.jpg) no-repeat right;
	color:#ffffff;
	height:52px;
}

#mainHeader ul li.current_page_item a{
	display:block;
	float:left;
	height:52px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	background:url(images/menu_027_h_l.jpg) no-repeat left;
	line-height:39px;
	padding:0 0 0 18px;
	text-decoration:none;
}

#mainHeader ul li.current_page_item a span{
	display:block;
	float:left;
	background:url(images/menu_027_h_r.jpg) no-repeat right;
	height:52px;
	color:#FFFFFF;
	line-height:39px;
	padding:0 16px 0 0px;
}

div#top{
	width:950px;
	padding: 0px;
	margin: 0px auto;
}

div#top img{
	margin: 0px;
	padding: 0px;
	border-top: 3px solid #d5edf1;
	border-bottom: 2px solid #d5edf1;
}


#container {
	width: 950px;
	padding: 0px;
	background: #FFFFFF;
	text-align: left;
	clear: both;
	margin: 0px auto;
	border-bottom: 2px solid #d5edf1;
}


/* left menu */

.menuTop {
	background: url(images/menutop.jpg) no-repeat left top;
	width: 247px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 6px;
	margin-bottom: 2px;
	border-bottom: 1px solid #777777;
}



#left-menu {
	float: left;
	width: 247px;
	padding: 0px;
	margin: 0px;
	margin: 10px 0px 0px;
	padding: 0px 0px 65px 10px;
	background: url(images/phoneside.gif) no-repeat center bottom;
}

#left-menu ul {
	margin: 0px 0px 10px;
	padding: 3px 3px 1px;
	width: 239px;
	background: #FFFFFF;
	border: 1px solid #999999;
}

#left-menu li {
	list-style: none;
	padding: 0px;
}

#left-menu li a {
	display: block;
	text-decoration: none;
	padding: 4px 0px 4px 6px;
	margin: 0px;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	background: #F5E3D6;
	border-bottom: 2px solid #FFFFFF;
}

/* Fix IE. Hide from IE Mac \*/

* html #left-menu li { float: left; height: 1%; }

* html #left-menu li a {
	height: 1%;
	margin-bottom: 1px;
}

#left-menu li a:hover {
	color: #FFFFFF;
	background: #A48677;
}

#left-menu ul li.current_page_item a, #left-menu ul li.current-cat a{
	color: #FFFFFF;
	background: #A48677;
}



/* 1st main menu class with sub-menu */


/* 1st main menu class with sub-menu */
ul#primary-nav, ul#primary-nav ul {
	margin: 0px 0px 10px;
	padding: 3px 3px 1px;
	width: 239px;
	background: #FFFFFF;
	border: 1px solid #999999;
}

ul#primary-nav li {
	position: relative;
	list-style: none;
	padding: 0px;
	z-index: 9999;
}


ul#primary-nav li a {
	background: #F5E3D6;

	display: block;
	text-decoration: none;
	padding: 4px 0px 4px 6px;
	margin: 0px;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 2px solid #FFFFFF;	
}

/* Fix IE. Hide from IE Mac \*/

* html ul#primary-nav li { float: left; height: 1%; }

* html ul#primary-nav li a {
	height: 1%;
}


ul#primary-nav li ul {
	position: absolute;
	display: none;
	left: 238px; /* Set 1px less than menu width */
	top: -4px;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}


ul#primary-nav li ul li a {
	padding: 5px 0px 4px 6px;
} /* Sub Menu Styles */

ul#primary-nav li:hover ul ul,

ul#primary-nav li:hover ul ul ul,

ul#primary-nav li.over ul ul,

ul#primary-nav li.over ul ul ul {
	display: none;
} /* Hide sub-menus initially */

ul#primary-nav li:hover ul,
ul#primary-nav li li:hover ul,
ul#primary-nav li li li:hover ul,
ul#primary-nav li.over ul,
ul#primary-nav li li.over ul,
ul#primary-nav li li li.over ul {
	display: block;
} /* The magic */

ul#primary-nav li.menuparent {
	background: #F5E3D6;
}

ul#primary-nav li.menuparent a.menuarrow{
	background: url(images/arrow.gif) no-repeat right center;
}

ul#primary-nav li a:hover {
	color: #FFFFFF;
	background: #A48677;
}

ul#primary-nav li a#active {
	color: #FFFFFF;
	background: #A48677;
}

ul#primary-nav li a.menuarrow:hover{
	color: #FFFFFF;
	background: #A48677;
}




#content {
	padding: 0px 0px 50px;
	background: url(images/phone-botton.gif) no-repeat center bottom;
	margin: 0px 0px 0px 265px;
}

#content ul {
	text-align: justify;
	margin-top: 5px;
	margin-right: 45px;
	margin-bottom: 0px;
}

#content ul li {
	background: url(images/bullet.gif) no-repeat 0px 1px;
	list-style: url(none) none outside;
	padding-left: 20px;
	margin-left: -10px;
	line-height: 19px;
	margin-bottom: 4px;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin:5px 15px 0px 0px;
	padding: 11px 0px 0px;
	font-weight: bold;
	background: url(images/heading.jpg) no-repeat;
	text-align: center;
	font-size: 12px;
	height: 36px;
	width: 650px;
}

.imgButton {
	margin-right: 15px;
	margin-left: 30px;
	margin-bottom: 15px;
}

p{
	padding: 5px 25px 5px 20px;
	margin:0px;
	text-align: justify;
	line-height: 20px;
	text-indent: 15px;
}


#footer {
	margin: 0px auto;
	padding: 0px 0px 20px;
	width: 970px;
	clear: both;
	background: url(images/footer.gif) no-repeat center bottom;
}


#footer p{
	text-align: right;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 11px;
	font-weight: bold;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
}

.clear { clear:  both; }



form {
	margin-left: 26px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
}
input {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
textarea {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

.contacttable {
	font-weight: bold;
	margin-left: 10px;
}

.contacttable td {
	padding: 5px 7px 5px 0px;
}

.btnSubmit {
	font-weight: bold;
	border-top: 1px solid #999999;
	border-right: 2px outset #CCCCCC;
	border-bottom: 2px outset #CCCCCC;
	border-left: 1px solid #999999;
	padding: 2px;
	cursor: hand;
	color: #4a4a4a;
	background: #E8E8E8;
}

.slideshow {
	margin: 0px 25px 0px 15px;
	padding: 0px;
	float: right;
}

.picture250 {
	background: url(images/photoframe250.gif) no-repeat center top;
	padding: 12px 0px 0px;
	margin: 0px 20px 2px 10px;
	float: right;
	width: 274px;
	text-align: center;
	height: 192px;
}

.picR {
	margin: 0px 10px 0px 15px;
	padding: 0px;
	float: right;
}

.quotebutton {
	margin: 0px 20px 2px 10px;
	float: right;	
}

.quotebutton a:link, .quotebutton a:visited {
	text-decoration: none;
}

.quotebutton img{
 border:none
}

.quotebuttonhome {
	text-align: center;
}

.quotebuttonhome img{
 border:none
}

/* Google Map */

.gMap {
	padding: 5px;
	margin-left: 35px;
	border: 2px solid #CCCCCC;
	width: 600px;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height:500px;
}

input {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-left: 15px;
}

textarea {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;

	margin-left: 15px;

}

.btnSubmit {
	font-weight: bold;
	border-top: 1px solid #999999;
	border-right: 1px outset #CCCCCC;
	border-bottom: 1px outset #CCCCCC;
	border-left: 1px solid #999999;
	padding: 5px 10px 4px;
	cursor: hand;
	color: #4a4a4a;
	background: #E8E8E8;
}

.homeslide {
	margin: 0px;
	padding: 0px;
	background: url(images/slide-background.jpg) no-repeat;
	text-align: center;
	height: 300px;
	width: 650px;
	margin: 0px 0px 0px 20px;
	padding: 30px 0px 0px;
}

.gallery {
	margin: -30px 0px 0px 30px;
	padding: 0px;
}

.listcontain545 {
	width: 650px;
	float: left;
	padding-left: 30px;
	margin-bottom: 15px;
	margin-top: 5px;
}

ul.twowide {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 560px; /* width is changed */
	margin: 0px;
	padding: 0px 0px 0px 34px;
	list-style: none;
}
 
ul.twowide li {
	margin: 3px 0px 0px 30px;
	padding: 0px 0px 0px 17px;
	float: left;
	width: 250px;
	background: url(images/bullet.gif) no-repeat left top;
	list-style: url(none) none outside;
	line-height: 12px;
} 

.testimonials {
	margin: 0px 0px 10px 25px;
	background: url(images/quote.gif) no-repeat left top;
	text-indent: 30px;
}

.poolslide {
	margin: 0px;
	padding: 0px;
	background: url(images/res-pool-background.jpg) no-repeat;
	text-align: center;
	height: 370px;
	width: 540px;
	margin: 0px 0px 0px 80px;
	padding: 20px 0px 0px;
}

.video {
	background: #F4F4F4;
	padding: 3px 3px 1px;
	border: 1px solid #CCCCCC;
	margin: 0px 20px 2px 15px;
	float: right;
}

.specials {
	width: 590px;
	border: 5px dashed #354fa3;
	text-align: center;
	padding: 10px 0px;
	margin-left: 35px;
	margin-bottom: 15px;
}

.specialsheading {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #EA0000;
}

.redcolor {
	font-size: 14px;
	font-weight: bold;
	color: #D90000;
}

.productpic {
	margin: 5px 15px;
	float: right;
}