@charset "utf-8";
body  {
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	background-repeat: repeat;
	background-image: url(images/diagonal.png);
}

#container  {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: -44px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	line-height: 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 944px;
}
.logobox {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 150px;
	top: 25px;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 338px;
	background-image: url(images/side1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
	text-align: center;
	display: inline;
	height: 900px;
	z-index: 5;

}
#mainContent  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 338px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-image: url(images/body1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	word-spacing: 0.2em;
	letter-spacing: 0.1em;
	float: none;
	text-align: justify;
	font-weight: 400;
	min-height: 900px;
	position: relative;
} 

.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:right;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.navigation  {
	background-image: url(images/title-bar1.png);
	height: 44px;
	width: 1000px;
	top: 225px;
	position: relative;
	background-repeat: repeat-x;
	background-position: center;
	z-index: 3;
	line-height: 14px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
}
#shadow  {
	background-image: url(images/shadow.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

.navigation ul  {
	padding-left: 0;
	display: inline;
	text-transform: uppercase;
	font-weight: normal;
	color: #233E69;
	margin-top: 8px;
	font-size: 14px;
	text-align: left;
	text-indent: 225px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: right;
	padding-right: 55px;
	clip: rect(auto,auto,auto,auto);
	} 
.navigation ul li  {
	margin-left: 0;
	list-style: none;
	display: inline;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 20px;
	background-image: url(http://www.saimprovements.com/html/new/images/pipe.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
.navigation ul li.last {
	margin-left: 0;
	list-style: none;
	display: inline;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 20px;
	background-image: none;

	}
.navigation ul li a {
	margin-left: 0;
	list-style: none;
	display: inline;
	padding-top: 15px;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #233E69;
	text-decoration: none;
	font-weight: bolder;
	}
.navigation ul li a .last {
	margin-left: 0;
	list-style: none;
	display: inline;
	padding-top: 15px;
	margin-top: 20px;
	background-image: none;
	color: #233E69;
	text-decoration: none;
	font-weight: bold;

	}
#bottom_images {
	text-align: center;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	font-weight: bold;
	width: 595px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#container #mainContent #bottom_images a  {
	font-variant: normal;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-transform: capitalize;
}
#container #mainContent #bottom_images a:hover {
	font-variant: inherit;
	text-decoration: none;
	color: #D6D6D6;
	letter-spacing: 0.1em;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#left_image {
	background-image: url(images/residential.png);
	width: 196px;
	height: 161px;
	background-repeat: no-repeat;
	background-position: center top;
	display: inline-block;
	float: left;
	padding-top: 4px;
}
#middle_image {
	height: 161px;
	width: 196px;
	background-image: url(images/commercial.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: inline-block;
	float: none;
	padding-top: 4px;
}
#footer {
	bottom: 0;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-top-color: #F0AD54;
	z-index: auto;
	font-weight: bold;
	color: #233E69;
	text-align: center;
	left: -7px;
	position: absolute;
	width: 669px;
	vertical-align: bottom;
	letter-spacing: 0em;
	word-spacing: 0em;
	margin: 0px;
	padding: 0px;
	top: 855px;
}
#welcome {
	background-image: url(/images/welcome.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	margin-top: 105px;
}
#container #mainContent #footer ul li  {
	list-style-type: none;
	display: inline;
	padding-right: 3px;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	letter-spacing: normal;
}
#container #mainContent #footer ul li.first {
	list-style-type: none;
	display: inline;
	padding-right: 3px;
	background-image: url(images/blank.png);
	background-repeat: no-repeat;
	background-position: left center;
	letter-spacing: normal;
}

#right_image {
	height: 161px;
	width: 196px;
	background-image: url(images/special.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: inline-block;
	float: right;
	text-align: center;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: -5px;
	left: -3px;
	font-size: 110%;
}
#right_image_holder       {
	height: 161px;
	width: 194px;
	vertical-align: middle;
	display: table-cell;
}

#right_image_text{
	left: -3px;
	position: relative;
	letter-spacing: 0em;
	word-spacing: 0em;
	top: -10px;
}

.navigation ul li a:hover{
	margin-left: 0;
	list-style: none;
	display: inline;
	padding-top: 15px;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #FFF;
	text-decoration: none;
	}
.navigation ul li a:hover .last {
	margin-left: 0;
	list-style: none;
	display: inline;
	padding-top: 15px;
	margin-top: 20px;
	background-image: none;
	color: #FFF;
	text-decoration: none;
	}
/* hide from mac \*/
* html #container {height: 1%;}
#bottomshadow {
	background-image: url(images/bottomshadow.png);
	background-repeat: no-repeat;
	height: 13px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#topshadow {
	background-image: url(images/topshadow.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 13px;
	width: 1014px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

p a {
	color: #000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3C64AC;
}
p a:hover {
	color: #3C64AC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3C64AC;
}
#container #mainContent #footer ul  {
	list-style-type: none;
	display: inline;
	padding-right: 4px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
	letter-spacing: normal;
}
#container #mainContent p  {
	background-repeat: repeat;
	text-align: justify;
}
#container #mainContent #bottom_images a #right_image p  {
	background-image: none;
	text-align: center;
	padding-top: 80px;
}
#shadow #container #mainContent #bottom_images #right_image #right_image_text  {
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
}

#about {
	background-image: url(images/About.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	margin-top: 105px;
}
.twoColFixLt #shadow #container #mainContent p img {
	padding: 4px;
}
#residential {
	background-image: url(images/residential1.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	margin-top: 105px;
}
#services {
	background-image: url(images/services.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	margin-top: 105px;
}
#commercial {
	background-image: url(images/commercial1.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	margin-top: 105px;
}
#subcontractors {
	background-image: url(images/subcontractors.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	margin-top: 105px;
}
#contact {
	background-image: url(images/contactus.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	margin-top: 105px;
	float: left;
	width: 325px;
}
#promotions {
	background-image: url(images/promotions.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	margin-top: 105px;
}
#thanks {
	background-image: url(images/thanks.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	margin-top: 105px;
}
#oops {
	background-image: url(images/oops.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	margin-top: 105px;
}
.twoColFixLt #shadow #container #mainContent #map {
	float: right;
	height: 250px;
	width: 250px;
	padding-bottom: 25px;
	padding-left: 15px;
	margin-top: 100px;
}
.twoColFixLt #shadow #container #mainContent #better {
	margin-top: 0px;
	margin-bottom: 0px;
	top: -45px;
	position: relative;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
#resil {
	float: left;
	width: 315px;
	padding-right: 5px;
	left: -15px;

}
.twoColFixLt #shadow #container #mainContent #residentialbullet {
	position: relative;
	margin-left: -6px;
	word-spacing: 0em;
	padding: 0px;
}




#shadow #container #mainContent #testimonial {
	font-size: small;
	font-style: italic;
	letter-spacing: 0em;
	word-spacing: 0em;
}


#customercomments {
	background-image: url(images/customercomments.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	margin-top: 105px;
}

.twoColFixLt #shadow #container #mainContent #slideshow {
	text-align: center;
	padding-top: 10px;
}
#bullets #leftbullets {
	float: left;
}
#bullets #rightbullets {
	float: right;
	padding-right: 50px;
	display: inline;
}


.twoColFixLt #shadow #container #mainContent #commercialslideshow {
	text-align: center;
	padding-top: 10px;
}

