body {
	background-image: url(media/bak.jpg);
	background-color: #D1D1D3;
	background-repeat: repeat-x;
}
p {
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
	padding-bottom: 15px;
	color: #666666;
}
p a:link {
	color: #0099FF;
	text-decoration: none;
}
p a:visited {
	text-decoration: none;
	color: #0099FF;
}
p a:hover {
	color: #00CC33;
	text-decoration: underline;
}
p a:active {
	color: #00CC33;
	text-decoration: none;
}

.logo {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1 {
	text-align: left;
	font-size: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	margin-bottom: 10px;
	font-weight: normal;
	margin-top: 20px;
}
h2 {
	text-align: left;
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #75A449;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h3 {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 17px;
	color: #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h4 {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 16px;
	color: #84B256;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h5 {
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #C9F08B;
	padding: 10px;
	border: 1px solid #75A34A;
	color: #75A34A;
}
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	color: #00CC33;
	text-decoration: underline;
}
a:active {
	color: #00CC33;
	text-decoration: none;
}
#jpgrotator {
	font-size: 10px;
	height: 315px;
	width: 633px;
	text-align: center;
	background-image: url(../jpg/image1.jpg);
	margin-top: 15px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #header {
	height: 183px;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-image: url(media/bak_header.jpg);
}
.twoColFixLtHdr #footer {
	line-height: 1.5em;
	margin-top: 20px;
	color: #FFFFFF;
	background-image: url(media/bak-footer.jpg);
	background-repeat: repeat-x;
	background-color: #D1D1D3;
}
.twoColFixLtHdr #footer p {
	text-align: center;
	padding-top: 30px;
	font-size: 10px;
	color: #FFFFFF;
}
.twoColFixLtHdr #footer    p a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #footer    p a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #footer    p  a:hover {
	color: #9ACA6E;
	text-decoration: underline;
}

.contactform {
	width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFC;
	border: 1px solid #DAEDFC;
	margin-top: 10px;
	color: #666666;
	margin-left: 0px;
	height: 290px;
	padding: 10px;
}
.contactform  h2{
	margin-left: 10px;
	text-align: left;
}
.contactform th, td {
	margin: 5;
	padding: 5;
}
.serviceform {
	width: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFC;
	border: 1px solid #DAEDFC;
	margin-top: 10px;
	color: #666666;
	margin-left: 0px;
	padding: 10px;
	height: 425px;
}
.serviceform h2{
	margin-left: 10px;
	text-align: left;
}
.serviceform th, td {
	margin: 5;
	padding: 5;
}

/* this class is for the oval css buttons */

a.ovalbutton{
	display: block;
	float: left;
	font: normal 13px Tahoma; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
	background-color: transparent;
	background-image: url(media/oval-red-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
	color: #494949; /*button text color*/
}

a.ovalbutton span{
	display: block;
	padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
	background-color: transparent;
	background-image: url(media/oval-red-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

a.ovalbutton:hover{ /* Hover state CSS */
	background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.buttonwrapper2{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	height: 30px;
	margin-bottom: 15px;
}






/* QUOTES */

blockquote {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #666;
	padding-top: 10px;
	margin-bottom: 20px;
}
blockquote *:first-child:before { container: "\201C"; 
}

.banners {
	margin-top: 15px;
	margin-left: 0px;
	height: 85px;
}
.banners  img {
	margin: 0px;
	padding: 0px;
}
blockquote *:first-child:after { container: "\201D"; }





.header-contact {
	color: #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: right;
	margin-top: 30px;
	background-color: #FAF9F9;
	width: 225px;
	line-height: 1.5em;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 18px;
}
.shop-img {
	margin-right: 5px;
	margin-bottom: 5px;
}

.header-contact a:link {
	color: #0099FF;
	text-decoration: none;
}
.header-contact a:visited {
	text-decoration: none;
	color: #0099FF;
}
.header-contact a:hover {
	color: #00CC33;
	text-decoration: underline;
}
.header-contact a:active {
	color: #00CC33;
	text-decoration: none;
}



.services {
	margin-top: 20px;
	background-image: url(../img/bak-service.jpg);
	background-repeat: no-repeat;
	border: 1px solid #E8E8E8;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 160px;
}
.services li {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	list-style-type: none;
}

.services a:link {
	color: #0099FF;
	text-decoration: none;
}
.services a:visited {
	text-decoration: none;
	color: #0099FF;
}
.services a:hover {
	color: #00CC33;
	text-decoration: underline;
}
.services a:active {
	color: #00CC33;
	text-decoration: none;
}




.list {
	font-size: 12px;
	list-style-type: circle;
	line-height: 1.5em;
	list-style-position: outside;
	color: #666666;
	margin-left: 15px;
}
.twoColFixLtHdr #container #mainContent img {
	border: 4px solid #8CBB5E;
	margin-left: 5px;
}
.estimateform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px none #58307E;
	line-height: 1.5em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}.service-pics {
	margin-bottom: 15px;
}
.addthis_toolbox addthis_default_style {
	float: right;
	width: 200px;
}
.newsletter {
	padding: 10px;
	margin-top: 20px;
	border: 1px solid #CCCCCC;
	width: 160px;
	font-size: 12px;
	color: #666666;
	vertical-align: middle;
	text-align: center;
}
.shops {
	width: 285px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px dashed #CCCCCC;
}
.twoColFixLtHdr #container #mainContent .shops .shop-img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

