body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bgbody.png);
	background-attachment: fixed;
	background-color: Silver;
	color: Navy;
	font-family: Arial;
}

#holder {
	width: 910px;
	background-image: url(../img/bgholder.png);
	background-repeat: repeat-y;
	background-attachment: fixed;
}
/*************************/
#content_left {
	width: 180px;
}
/*************************/
#menu_left {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu_left li {
	border: solid 1px Silver;
}

#menu_left li a {
	height: 24px;
	padding: 8px 0px 0px 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: White;
	display: block;
	background: url(../img/button.png);
	background-repeat: repeat-x;
	background-position: top;
}

#menu_left li a:hover {
	color: Red;
	background-position: bottom;
}
#menu_left li a:visited {
	color: Red;
	background-position: bottom;
}
/*************************/
#random_testimonials {
	margin: 0px;
	padding: 5px 10px;
	border-right: dashed 1px Silver;
	text-align: justify;
	font-size: 10pt;
	background-color: #568EB9;
	color: White;
}

#random_testimonials p {
	margin: 5px 0px 5px 0px;
}
/*************************/
#sales {
	padding-top: 10px;
	text-align: center;
}

#certs {
	padding-top: 20px;
	text-align: center;
}
/*************************/
#content_right {
	padding: 20px 55px 0px 55px;
	width: 610px;
	background-image: url(../img/bgcontent.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
/*************************/
#footer {
	text-align: center;
	font-size: 8pt;
}

#footer ul {
	margin: 0px;
	padding: 5px;
	list-style-type: none;
}

#footer li {
	display: inline;
}

#copyright {
	padding: 5px;
	font-size: 8pt;
}
/*************************/
#bend_menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#bend_menu li {
	display: inline;
}
/*************************/
#testimonies {
	margin: auto;
	padding: 0px;
	width: 500px;
}
/*************************/
hr {
	margin: 0px;
	padding: 0px;
	border: dashed 1px Silver;
}

h1 {
	font-size: 12pt;
}

form {
	margin: 0px;
	padding: 0px;
}

p, span {
	text-align: justify;
}

p {
	margin: 0px 0px 20px 0px;
}
/*************************/
.nomargin {
	margin: 0px;
	padding: 0px;
}

.page_title {
	font-size: 18pt;
	font-style: italic;
}

.title1 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.title2 {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.title3 {
	font-size: 15pt;
}

.frame1 {
	border: solid 1px Navy;
}

.frame2 {
	padding: 5px;
}

.frame3 {
	padding: 5px 30px 0px 0px;
}

.noframe {
	border: none;
}
/*************************/
.a1 {
	color: Blue;
}

.a1:hover {
	color: Red;
}

.a2 {
	color: Red;
}

.a2:hover {
	color: Blue;
}

a:visited {
	color: Red;
}
/*************************/
.back_to_top {
	margin: 5px;
	text-align: right;
}
/*************************/
.home_top {
	background: url(../img/home_top_bg.png);
}

.home_water {
	background: url(../img/home_water_bg.png);
}

.home_air {
	background: url(../img/home_air_bg.png);
}