body {
	text-align: center;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 60px;
	font: 9pt "Lucida Grande", Lucida, Verdana, sans-serif;
}

#wrapper {
	max-width: 1000px;
	min-width: 750px;
	margin-right: auto;
	margin-left: auto;
}

/* @group html elements */

h2 {
	text-transform: uppercase;
	font-size: 12pt;
	margin-top: 10px;
	margin-bottom: 5px;
}

h3 {
	text-transform: uppercase;
	font-size: 10pt;
	margin-top: 10px;
	margin-bottom: 5px;
}

p {
	margin-top: 0;
	margin-bottom: 5px;
}

/* @group links */

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #575757;
	text-decoration: underline;
}



/* @end */

address {
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: normal;
	font-style: normal;
}

ul {
	padding-left: 20px;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

ul li {
	padding-left: 0;
	padding-bottom: 3px;
}

/* @group table */

table {
	width: 100%;
}

/* @group head */

thead {
	margin: 0;
	padding: 0;
}

th {
	text-align: left;
	vertical-align: bottom;
	padding: 0;
	margin-bottom: 0;
}

th h1 {
	padding: 0;
	margin: 0;
}

th p {
	border-top-color: #bfbfbf;
	color: #96999d;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
}



/* @end */

td {
	border-top: 5px solid #96999d;
	text-align: left;
	vertical-align: top;
	background-color: #e4e4e4;
	width: 33%;
	padding-top: 5px;
	padding-bottom: 30px;
}



/* @end */



/* @end */

/* @group custom cells */

#about-us {
	color: #fff;
	border-top-color: #000;
	background: #693 url(../images/about.gif) no-repeat right bottom;
	padding-right: 80px;
}

#about-us a {
	color: #fff;
	text-decoration: underline;
}

.cleaning {
	background: #e8e8e9 url(../images/cleaning.gif) no-repeat right bottom;
	padding-right: 90px;
}

.cleaning:hover, .cleaning-hover {
	background: #d0bda9 url(../images/cleaning-over.gif) no-repeat right bottom;
}

.horticultural {
	background: #e8e8e9 url(../images/garden.gif) no-repeat right bottom;
	padding-right: 90px;
}

.horticultural-hover, .horticultural:hover {
	background: #9cd1ea url(../images/garden-over.gif) no-repeat right bottom;
}

.property {
	background: #e8e8e9 url(../images/property.gif) no-repeat right bottom;
	padding-right: 90px;
}

.property-hover, .property:hover {
	background: #9cd1ea url(../images/property-over.gif) no-repeat right bottom;
}

.painting {
	background: #e8e8e9 url(../images/painting.gif) no-repeat right bottom;
	padding-right: 90px;
}

.painting-hover, .painting:hover{
	background: #d0d2d3 url(../images/painting-over.gif) no-repeat right bottom;
}                       
                        
#contact-us {
	background: #e8e8e9 url(../images/map.gif) no-repeat right bottom;
	padding-right: 60px;
	height: 300px;
}

#contact-us .call {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 8pt;
	letter-spacing: 1.5pt;
	padding: 0;
	margin: 0;
}



/* @end */

#footer {
	color: #ccc;
	font-size: 80%;
	text-align: right;
	padding-right: 10px;
} 
