html {
	height:100%;
}
body {
	margin:0;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;/*"Lucida Sans Unicode", "Lucida Grande", Verdana, */
	font-size: 12px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#fbf7ed;
}
h1 {
	/*background-image:url(../images/headerleft.jpg);
    background-repeat:no-repeat;*/
    text-indent:-9999px;
	margin:0;
}
h1 a {
	background:transparent;
	display:block;
	height:133px;
	width:444px;
}
h2 {
	font-size: 24px;
	color:#bb2702;
	display:inline;
}
h3 {
	font-size: 18px;
	color:#9f9371;
}
p, div {
	font-size:13px;
	line-height: 1.5em;
	color:#333333;
}
li {
	line-height: 1.5em;
	color:#333333;
}
li.spaced {
	padding-bottom:10px;
}
a, a:active, a:visited {
	color:#a23d2e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#copyright {
	font-family: Arial, Verdana, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 12px;
	text-align:center;
	width:100%;
	padding-top:10px;
	float:left;
}
a.copyright, a.copyright:active, a.copyright:visited {
	font-family: Arial, Verdana, sans-serif;
	color: #c96d5f;
	font-weight:bold;
	font-size: 12px;
	text-decoration: none;
}
a.copyright:hover {
	color: #ffffff;
}


#wrap {
	width:100%;
	position:relative;
	overflow:hidden;
}
#wrapmain {
	width:960px;
	background-image: url(../images/contentbg.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
	margin-right:auto;
	margin-left:auto;
}
#wrapinner {
	width:960px;
	background-image: url(../images/mainbg.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	margin-right:auto;
	margin-left:auto;
}
#header {
	width:960px;
	height:136px;
	position:relative;
	overflow:hidden;
	margin-right:auto;
	margin-left:auto;
}
#headerleft {
	width:630px;
	height:136px;
	background-image: url(../images/headerleft.jpg);
	background-repeat:no-repeat;
	float:left;
}
#headerright {
	width:330px;
	height:136px;
	background-image: url(../images/headerright.jpg);
	background-repeat:no-repeat;
	float:left;
	text-align:right;
}
#servicerequest {
	width:330px;
	height:76px;
	background-image: url(../images/service-request-mot.jpg);
	background-repeat:no-repeat;
	float:left;
	cursor:pointer;
	cursor:hand;
}
#servicerequest:hover {
	width:330px;
	height:76px;
	background-image: url(../images/service-request-mo.jpg);
	background-repeat:no-repeat;
	float:left;
	cursor:pointer;
	cursor:hand;
}
#contentholder {
	width:960px;
	position:relative;
	overflow:hidden;
	margin-right:auto;
	margin-left:auto;
	padding-top:20px;
}
#nav {
	width:272px;
	padding-left:38px;
	float:left;
	padding-top:0px;
}
a.nav, a.nav:active, a.nav:visited {
	background: url(../images/nav.jpg) no-repeat right -5px;
	color:#000000;
	display: inline-block;
	font: 14px Arial, Verdana, Sans-Serif;
	font-weight: bold;
	height: 26px;
	width:210px;
	padding-left:60px;
	text-decoration: none;
	line-height:1.85em;
	text-indent:23px;
	border:none;
}
a.nav:hover {
	background: url(../images/nav.jpg) no-repeat right -44px;
	text-decoration: none;
	color:#a23d2e;
}
a.nav:focus {
	border:none;
	text-decoration:none;
	outline:none;
}



a.button
{
	background: transparent url(../images/button-bg.png) no-repeat left top;
	color: #fee74f;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	font-weight: bold;
	height: 57px;
	line-height: 57px;
	overflow: hidden;
	padding-left: 20px;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
}
a.button:hover
{
	background-position: left -57px;
	color:#ffffff;
}
a.button span
{
	background: transparent url(../images/button-bg.png) no-repeat right top;
	cursor: pointer;
	display: inline-block;
	height: 57px;
	line-height: 57px;
	overflow: hidden;
	padding-right: 20px;
	text-decoration: none;
	width: auto;
	
}
a.button:hover span
{
	background-position: right -57px;
}




#content {
	width:540px;
	padding-left:20px;
	padding-right:20px;
	float:left;
	padding-bottom:20px;
}
#contentinner {
	width:540px;
	padding-left:20px;
	padding-right:20px;
	padding-top:0px;
	float:left;
}
#footerwrap {
	width:100%;
	height:80px;
	background-image: url(../images/footer.jpg);
	background-repeat:repeat-x;
	position:relative;
	overflow:hidden;
}
#footer {
	width:960px;
	height:80px;
	position:relative;
	overflow:hidden;
	margin-right:auto;
	margin-left:auto;
}
#footerinner {
	width:800px;
	padding-top:30px;
	position:relative;
	overflow:hidden;
	padding-left:80px;
	font-family: Arial, Verdana, sans-serif;
	font-weight:bold;
	color:#ffffff;
	font-size: 12px;
	text-align:center;
	line-height:1.5em;
}
#footerinner a, #footerinner a:active, #footerinner a:visited {
	color:#CCCCCC;
	text-decoration: none;
}
#footerinner a:hover {
	text-decoration: underline;
}

.grid_2 {
	width: 120px;
	float: left;
}
.grid_2wide {
	width: 200px;
	float:left;
}
.grid_3 {
	width: 220px;
	float: left;
	padding-left:10px;
}
.grid_3contact {
	width: 360px;
}
.grid_3right {
	width: 300px;
	padding:2px;
	float:right;
}
.grid_3wide {
	width: 300px;
	margin-left: 0px;
	margin-right: 0px;
	float:left;
}
.grid_4 {
	width: 300px;
	margin-left:0px;
	float:left;
}
.productbox {
	float: left;
	text-align: center;
	width: 223px;
}
.productbox a {
	font: 14px Arial, Verdana, Sans-Serif;
	font-weight:bold;
	text-decoration: none;
}
.productbox a:hover {
	text-decoration: none;
}
.maintbox {
	float: left;
	text-align: left;
	width: 200px;
	padding:5px;
	border:#eeeeee 1px solid;
	margin-right:5px;
	background-image: url(../images/maintboxbg.jpg);
	background-repeat:no-repeat;
}
.clear {
	clear:both;
}
ol.orderedlist {
}
.orderedlist li {
	line-height: 1.2em;
	padding-bottom:5px;
	margin:0px;
}
.service-area {
	width:675px;
	height:230px;
	background-image:url(../images/service-bg.jpg);
	background-repeat:no-repeat;
	float:left;
	padding-top:18px;
	padding-left:15px;
	margin-left:15px;
}
.halfbox {
	width:320px;
	float:left;
}
.larger {
	font-size:15px;
}
.smaller {
	font-size:10px;
}
.right {
	float:right;
	margin-left:10px;
}
.left {
	float:left;
	margin-right:10px;
}
#testimonials p{
	padding:14px 0;
	border-bottom:1px #CCCCCC solid;
	margin:0; !important
}
#testimonials p.first {
	margin-top:20px;
	border-top:1px #CCCCCC solid;
}
