* {
	margin: 0;
}
html, body {
	height: 100%;
	background-image:url('bg.jpg');
	background-repeat:repeat-x;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -188px; /* the bottom margin is the negative value of the footer's height */
	
	/* added this */
	border-left-style:solid;
	border-left-width: 1px;	
	border-left-color:#979797;
	border-right-style:solid;
	border-right-width: 1px;
	border-right-color:#979797;
}

.footer, .push {
	height: 188px; /* .push must be the same height as .footer, original no van was 99 */
}


body {
	text-align: center;
}


/* --------------------------LEFT MENU  ----- */
td#leftmenu h2{
	font: 0.8em helvetica,arial,sans-serif;
	font-weight:bold;
	color: #5B5FBB;
	padding: 20px 0px 10px 20px;
}
td#leftmenu a{
	color:#000000;
	font: 0.75em helvetica,arial,sans-serif;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 0px 0px;
}
td#leftmenu a:hover{color:#999999;}
/*--------------------------------------------*/


.wrapper {
	position: relative;
	width: 791px;
	font-size: 0.9em;
	margin: 0 auto -188px; /*original no van was 99*/
	text-align: left;
	background-color:#FFFFFF;
}
.header {
	height: 165px;
	background: url('header.jpg') no-repeat;
}
.nav{
	height: 29px;
	/*background: url('nav.jpg') no-repeat;*/
}
h1 {
	font: 1em/1.1em arial,sans-serif;
	color:#5B5FBB;
	font-weight:bold;
}

h2 {
	color:#000000;
	font: 0.8em/1.1em arial,sans-serif;
	font-weight:bold;
}
h3{
color:#666666;
	font: 0.8em/1.1em arial,sans-serif;
	font-weight:bold;
}

#products p{
font-size: 0.7em;
}

.textindent{
	padding: 0px 0px 0px 22px;
	font: 0.8em/1.2em arial,sans-serif;
}

.flyers{
padding: 5px 5px 5px 5px;
border-color:#CCCCCC;
border-style:dotted;
border-width: 1px;
}

.flyers h1{
	font: 1em/1.1em arial,sans-serif;
	color:#5B5FBB;
	font-weight:bold;
}

.flyers a{
	font: 0.8em/0.9em arial,sans-serif;
	color:#000000;
	font-weight:bold;
}

/*------------- TESTIMONIALS -----------------*/
.name{font: 0.75em/1.1em arial,sans-serif;
color:#666666;
font-weight:bold;}
.address{font: 0.75em/1.1em arial,sans-serif;
color:#999999;}

p {
	/*padding: 0 0 1em;*/
	color:#000000;
	font: 0.8em/1.2em arial,sans-serif;
}

#description {
	padding-top: 20px;
	padding-right:30px;
	padding-bottom: 30px;
	padding-left: 30px;
	}

/*
#description img{
border-style:solid;
border-width: 1px;
border-color:#000000;}

table#testimonials img {
border: none;
}*/

a {
	/*color: #000;*/
	text-decoration: none;
	/*border-bottom: 2px solid #0bf;*/
}

a:hover {
	color:#999999;
}



/* ---------------------  NAV MENU */
#menu { height: 29px; }

#menu ul 
{
float: left;
list-style: none;
margin: 0;
padding: 0;
}

#menu a,#menu h2 
{
display: block;
/*white-space: nowrap;*/
margin: 0;
font: 12px, Verdana, sans-serif;
color: #000000;
text-decoration: none;
}

a.hover1,
a.hover2,
a.hover3,
a.hover4,
a.hover5,
a.hover6
{
text-decoration:none;
display:block;
height:29px;
}

a.hover1 {
    width: 122px;
    background: url("images/pp_home.jpg") 0 0 no-repeat;
}
a.hover2 {
    width: 89px;
    background: url("images/pp_aboutus.jpg") 0 0 no-repeat;
}
a.hover3 {
    width: 165px;
    background: url("images/pp_residential.jpg") 0 0 no-repeat;
}
a.hover4 {
    width: 166px;
    background: url("images/pp_commercial.jpg") 0 0 no-repeat;
}
a.hover5 {
    width: 114px;
    background: url("images/pp_testimonials.jpg") 0 0 no-repeat;
}
a.hover6 {
    width: 135px;
    background: url("images/pp_contact.jpg") 0 0 no-repeat;
}

a:hover.hover1,
a:hover.hover2,
a:hover.hover3,
a:hover.hover4,
a:hover.hover5,
a:hover.hover6
{
background-position: 0 -58px;
}

/* ------------------------------------------  FOOTER */

.footer {
	position: relative;
	width: 791px;
	margin: 0 auto;
	background: url('footer.jpg') no-repeat;
	background-position:bottom; /* added this so that it doesnt interfere with the van image*/ 
}
.footer a {
	color:#333333;
	text-decoration: underline;
	border: 0;
	/*word-spacing: 0.7em;*/
}
.footer a:hover{color:#999999;}

.footer p {
	font: 0.7em arial,sans-serif;
	color:#333333;

/*
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 791px;
	padding: 0;
	color: #fff;
	font: 0.8em arial,sans-serif;
	text-align: center;*/
}

