@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
}
.thrColFixHdr #container {
	border: 1px solid #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
} 
.features {
	padding-left: 15px;
	text-align: left;
}
p {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}
.clrflt {
	clear: none;
	float: none;
}



.thrColFixHdr #header {
	background-color: #000000;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
} 
.logotable {
	margin-top: 15px;
	margin-bottom: 15px;
	height: 150px;
}

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.navbar {
	background-image: url(images/navbar.gif);
	background-repeat: repeat-x;
	height: 30px;
	vertical-align: bottom;
	text-align: center;
}

.thrColFixHdr #mainContent {
	width: 100%;
	margin: 0px;
	padding: 0;
	background-color: #000000;
	text-align: center;
} 
.bkblack {
	background-color: #000000;
}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
}
.thrColFixHdr #container #maincatalog {
	margin: 0px;
	padding: 0px;
}


.top {
	vertical-align: top;
}
.margin20top {
	margin-top: 20px;
}


.border3 {
	border: 1px solid #FFCC00;
	vertical-align: top;
}
.productlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-transform: capitalize;
	color: #FFCC00;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
}

.millard {
	position: absolute;
	left: 915px;
	top: 273px;
}

.thrColFixHdr #container #header .logo img {
	background-image: url(images/ray.gif);
	background-repeat: repeat;
}
.margintitles {
	text-align: left;
	padding-top: 5px;
	font-weight: bold;
	font-size: 70%;
}


.ray {
	background-image: url(images/ray.gif);
	background-repeat: repeat-x;
}
.center {
	text-align: center;
}
.navlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: #FFCC00;
}
.left {
	text-align: left;
	vertical-align: top;
}

.logo {
	width: 780px;
}
.thrColFixHdr #container #mainContent .fltlft {
	padding: 10px;
}



.thrColFixHdr #footer {
	padding: 0;
	background-color: #000000;
	margin: 0px;
	color: #FFFFFF;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 80%;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	padding-right: 8px;
	vertical-align: top;
}
.top {
	vertical-align: top;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.waterfallbkgrd {
	background-image: url(images/waterfall2.jpg);
	color: #FFCC00;
	font-size: 80%;
	padding: 10px;
	text-align: justify;
	vertical-align: top;
}
.privacycontact {
	color: #000000;
	font-size: 80%;
	padding: 10px;
	vertical-align: top;
	border: 1px solid #000000;
}
.border {
	border: 1px solid #000000;
	float: left;
}
.border2 {
	float: left;
	border: 1px solid #FFCC00;
	text-align: center;
}

.thrColFixHdr #container #mainContent .fltlft td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #FFCC00;
	padding: 5px;
}
.dawnimg {
	position: absolute;
	top: 500px;
	left: 367px;
	width: 313;
	height: 176;
}
.brochure {
	position: absolute;
	left: 222px;
	top: 298px;
	width: 209;
	height: 250;
	visibility: visible;
}
.atrium {
	position: absolute;
	left: 412px;
	top: 298px;
	width: 296;
	height: 250;
}
.front {
	position: absolute;
	left: 200px;
	top: 664px;
	width: 500;
	height: 187;
}
.patio {
	position: absolute;
	left: 249px;
	top: 781px;
	width: 200;
	height: 150;
}
.earthheading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #999999;
	text-align: center;
	background-color: #333333;
	padding: 10px;
}

.lefttop {
	text-align: left;
	vertical-align: top;
}

.pool {
	position: absolute;
	left: 439px;
	top: 757px;
	width: 200;
	height: 150;
}
.h3 {
	color: #009900;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 90%;
}
.subcats {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #009900;
	text-align: left;
	padding-left: 20px;
	height: 90px;
	padding-top: 8px;
	vertical-align: middle;
}
.productthumb {
	height: 100px;
}
.borderwater {
	border: 1px solid #FF6600;
	vertical-align: top;
}

.threexthree {
	height: 300px;
	width: 300px;
}
.navbarair {
	background-image: url(images/navbarair.gif);
	background-repeat: repeat-x;
	text-align: center;
	height: 30px;
}
.navlinkair {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: #660099;
}
.navbarfire {
	background-image: url(images/navbarfire.gif);
	text-align: center;
	height: 30px;
}
.navbarwater {
	background-image: url(images/navbarwater.gif);
	text-align: center;
	height: 30px;
}
.borderair {
	border: 1px solid #6600FF;
	vertical-align: top;
}
.borderfire {
	border: 1px solid #006600;
	vertical-align: top;
}
.navbarearth {
	background-image: url(images/navbarearth.gif);
	background-repeat: repeat-x;
	text-align: center;
	height: 30px;
}
.borderearth {
	border: 1px solid #CCCCCC;
	vertical-align: top;
}
.navbarspirit {
	background-image: url(images/navbarspirit.gif);
	background-repeat: repeat-x;
	text-align: center;
	height: 30px;
}
.borderspirit {
	border: 1px solid #FFFFFF;
	vertical-align: top;
}
ol {
	color: #FFFFFF;
	font-size: 70%;
}
.earthheading2 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
	padding: 10px;
	font-size: 110%;
	font-weight: bold;
	color: #000000;
}
.airheading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	background-color: #FFCC00;
	padding: 10px;
	color: #6600FF;
}


ul {
	font-size: 70%;
	color: #FFFFFF;
}
.earthheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	background-color: #333333;
	padding: 10px;
	border: 1px solid #000000;
	text-align: center;
}
.spiritheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	padding: 10px;
}

.fireheading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	text-transform: capitalize;
	color: #006600;
	background-color: #FF0000;
	padding: 20px;
}

.airheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #6600FF;
	text-align: center;
	padding: 20px;
	background-color: #FFCC00;
}
.fireheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	text-transform: capitalize;
	color: #006600;
	background-color: #FF0000;
	padding: 20px;
	text-align: center;
}
.fireheading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #006600;
	background-color: #FF0000;
	text-align: center;
}


.italic {
	font-style: italic;
}
.marginlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	text-align: left;
}
.airheading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-transform: capitalize;
	color: #6600FF;
	background-color: #FFCC00;
	text-align: center;
}
.waterheading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	text-transform: capitalize;
	color: #FF6600;
	background-color: #0000FF;
	padding: 10px;
}
.bkwater {
	background-image: url(images/waterfall4.jpg);
}

.waterheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	text-transform: capitalize;
	color: #FF6600;
	background-color: #0000FF;
	text-align: center;
	padding: 20px;
}
.bkblue {
	background-image: url(bkblue.png);
}

.waterheading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-transform: capitalize;
	color: #FF6600;
	background-color: #0000FF;
	text-align: center;
}
.centerbold {
	font-weight: bold;
	text-align: center;
}
.bkearth {
	background-image: url(../images/redwoods5.jpg);
	background-repeat: no-repeat;
}
.bkair {
	background-image: url(images/bkcloud.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
}
.centerblack {
	color: #000000;
	text-align: center;
	vertical-align: top;
}
.bkfire {
	background-image: url(images/bkfire.jpg);
	background-repeat: repeat;
}
.spiritheading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding: 10px;
	background-color: #FFFFFF;
}
.emailspirit {
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
}
.leftblack {
	color: #000000;
	text-align: left;
}
.adbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	background-color: #000000;
	text-align: left;
}
.adtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
}
.squeezetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.centeritalic {
	font-style: italic;
	text-align: center;
}
