* {
	margin: 0; padding:0;
}

html {
	background: #300c07;
}

body {
	margin: 0; padding: 0;
	background: #591e1b url(images/bg_body.jpg) top center repeat-x;
	font: normal 13px  Tahoma, Arial, Helvetica, sans-serif;
	color: #efefef;
}

img { border:none; behavior: url("pngbehavior.htc"); }

h1 {
	font-size:18px;
	color:#ebe07d;
	margin:10px 0 6px 0;
	text-transform:capitalize;
}

h1.title {
	margin:0px 0 6px 0;	
}

h2 {
	font-size:14px;
	color:#ebe07d;
	margin:10px 0 4px 0;
	text-transform:capitalize;
}

h3 {
	font-size:14px;
	margin:12px 0 6px 0 0;
	color:#ddd;
	line-height:24px;
}

h4 {
	font-size:14px;
	margin:20px 0;
	color:#ddd;
	line-height:24px;
}

p {
	margin:0px 0px 12px 0;
	padding:0;
}

a {
	color:#dec452;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#fff;
	text-decoration:underline;
}

hr {
	height:1px;
	border:none;
	border-bottom:dashed 1px #c9c9c9;
	margin:4px 0;
	padding:0;
}

#wrap {
	width:980px;
	margin:0 auto;
}

/*header*/
#header {
	height:126px;
	background:url(images/bg_header.jpg) no-repeat top right;
	padding:0px 0 0 0;
}
#header a {
	font-weight:normal;
}
#header img.logo-icon {
	float:left;
	margin:0 0 0 0;
}

#callserv {
	float:right;
	text-align:right;
}

#callserv h2 {
	font-size:18px;
	line-height:24px;
	margin:0;
	padding:30px 0 0 0;
	text-transform:capitalize;
	color:#fbf9db;
}

#callserv h2 strong {
	font-weight:normal;
	font-size:36px;
	color:#fff;
}

#callserv p {
	font-size:18px;
	color:#561a13;
	font-weight:bold;
}

/*banner services*/
#banner {
	height:217px;
	background:url(images/bg_banner.jpg) no-repeat top left;
}

#banner .excellence {
	float:right;
	margin:16px 0;
}

#banner ul {
	height:132px;
	padding:0 0 0 17px;
}

#banner li {
	display:block;
	float:left;
	height:132px;
	width:108px;
	text-align:center;
	margin:0 5px;
}

#banner li a {
	display:block;
	float:left;
	height:21px;
	width:108px;
	padding:111px 0 0 0;
	font-weight:normal;
	font-size:11px;
	text-transform:uppercase;
	color:#fbfbfb;
	line-height:13px;

}
#banner li a:hover {
	text-decoration:none;
	color:#f98e99;
}


#banner li.s01 a { background:url(images/bg_s01.jpg) top left no-repeat; } #banner li.s01 a:hover { background:url(images/bg_s01.jpg) top right no-repeat; }
#banner li.s02 a { background:url(images/bg_s02.jpg) top left no-repeat; } #banner li.s02 a:hover { background:url(images/bg_s02.jpg) top right no-repeat; }
#banner li.s03 a { background:url(images/bg_s03.jpg) top left no-repeat; } #banner li.s03 a:hover { background:url(images/bg_s03.jpg) top right no-repeat; }
#banner li.s04 a { background:url(images/bg_s04.jpg) top left no-repeat; } #banner li.s04 a:hover { background:url(images/bg_s04.jpg) top right no-repeat; }
#banner li.s05 a { background:url(images/bg_s05.jpg) top left no-repeat; } #banner li.s05 a:hover { background:url(images/bg_s05.jpg) top right no-repeat; }
#banner li.s06 a { background:url(images/bg_s06.jpg) top left no-repeat; } #banner li.s06 a:hover { background:url(images/bg_s06.jpg) top right no-repeat; }
#banner li.s07 a { background:url(images/bg_s07.jpg) top left no-repeat; } #banner li.s07 a:hover { background:url(images/bg_s07.jpg) top right no-repeat; }
#banner li.s08 a { background:url(images/bg_s08.jpg) top left no-repeat; } #banner li.s08 a:hover { background:url(images/bg_s08.jpg) top right no-repeat; }

/*nav*/
#nav {
	height:44px;
	background:url(images/bg_nav.jpg) repeat-x top left;
	padding:0px 0;
	margin:0 0px 0px 0;
}

#nav li {
	float:left;
	display:block;
	height:44px;
	font: normal 12px  Tahoma, Arial, Helvetica, sans-serif;
}

#nav li a {
	color:#591e1b;
	float:left;
	display:block;
	height:30px;
	padding:14px 24px 0 24px;
	background:url(images/bg_nav01.jpg) top right no-repeat;
	text-transform:uppercase;
}

#nav li a:hover {
	text-decoration:none;
	background:#b5912a;
	color:#fff;
}

#nav li a.menuanchorclass:hover {
	cursor:default;
}

#nav li.franch {
	float:right;
	width:288px;
	background:url(images/bg_navfranch.jpg) top left repeat-x;

}

#nav li.franch a {
	float:right;
	width:288px;
	padding:14px 0 0 0;
	background:transparent;
	color:#fff;
	text-align:center;
}

#nav li.franch a:hover {
	background:#983c2c;
}

/* content */
#content {
	padding:0px 0px;
	background:#913d33 url(images/bg_content.gif) repeat-y top right;
}	

#main {
	background:#913d33;
	float:left;	
	width:690px;
	padding:0 0 0px 0;
}

#main p {
	line-height:20px;	
}

#maincontent {
	padding:20px 20px 0px 0;
	width:420px;
	float:left;
}

#maincontent p {
	line-height:18px;
}

#maincontent ul {
	margin:20px;	
}

#maincontent li {
	list-style:none;
	margin:0 0 6px 0;
	background:url(images/square.jpg) no-repeat center left;
	padding:0 0 0 16px;
}

#sublist {
	float:left;
	width:232px;
	margin:0 0 0 4px;
	padding:30px 0 30px 6px;
}

#sublist h3 {
	margin:0px 0 6px 0;
	color:#fff;
	font-size:18px;
}
#sublist ul {
	margin:0 6px 20px 2px;	
}

#sublist li {
	list-style:none;
	margin:0 0 6px 0;
	background:url(images/arrow.jpg) center left no-repeat;
	padding:0 0 0 16px;
	text-transform:capitalize;
}

#home {
	padding:30px 20px 0px 20px;
}

#home p {
	padding:0px 20px 20px 0;
}

#home ul {
	margin:20px;	
}

#home li {
	list-style:none;
	margin:0 0 6px 0;
	background:url(images/square.jpg) no-repeat center left;
	padding:0 0 0 16px;
}


#bAttributes {
	float:left;
	width:260px;
	margin:10px 0 0 10px;
	padding:0;
}

#bAttributes li {
	margin:0 0 10px 0;
	padding:0 0 0 16px;
	line-height:16px;
	list-style:none;
	font-weight:bold;
	font-size:12px;
	background:url(images/square.jpg) no-repeat center left;
}

.fr li {
	background:url(images/square.jpg) no-repeat center left;
	padding:0 0 0 16px;
	margin:0 0 20px 0;
	list-style:none;
}

#green-home {
	background:url(images/bg_green-home.jpg) no-repeat top left;
	height:33px;
	padding:164px 40px 0 0px;
	margin:20px 0 0 0;
}

#green-home p {
	text-align:right;
	margin:0;
	font-weight:bold;
	color:#b63e3e;
}

#green-home a {
	text-align:right;
	margin:0;
	font-weight:bold;
	color:#A32D39;
	text-decoration:none;
}


#green-home p strong {
	color:#333;
}

#sidebar {
	float:right;
	width:288px;
	padding:0 0 0 0px;
}

#sidebar p {
	padding:16px 20px;
	color:#333;
	margin:0;
	
}

#form-top {
	background:url(images/bg_form-top.jpg) no-repeat top left;
	height:105px;
}

#form-top h2 {
	display:none;
	margin:0;
	padding:0;
}

#quickform {
	margin:0;
	padding:0 0 0 31px;
}

#quickform select {
	width:226px;
	border:1px solid #009dad;
	margin:4px 0 0px 0px;
	padding:0 0 0 3px;
	height:20px;
	color:#444;
	font: bold 12px  Tahoma, Verdana, Arial, Helvetica;
}

#quickform input, #quickform textarea, #form-zip input {
	border:1px solid #af8314;
	background:#fff;
	color:#444;
	width:224px;
	height:18px;
	padding:2px 0 0 0;
	margin:4px 0 0px 0px;
	font: bold 12px  Tahoma, Verdana, Arial, Helvetica;
}

#quickform input.field_full-name { background:#fff url(images/bg_field-full-name.jpg) no-repeat top left; width:140px; padding-left:84px;}
#quickform input.field_email { background:#fff url(images/bg_field-email.jpg) no-repeat top left; width:140px; padding-left:84px; }
#quickform input.field_phone { background:#fff url(images/bg_field-phone.jpg) no-repeat top left; width:140px; padding-left:84px; }
#quickform input.field_date { background:#fff url(images/bg_field-date.jpg) no-repeat top left; width:140px; padding-left:84px;}
#quickform  input.field_zip { background:#fff url(images/bg_field-zip.jpg) no-repeat top left; width:140px; padding-left:84px; }

#quickform textarea {
	background:#fff url(images/bg_field-comments.jpg) no-repeat top left;
	height:54px; padding-top:23px; width:218px; padding-left:6px; overflow:auto;
}

#form-bot {;
	padding:16px 0 0 14px;
	height:94px;
	background:url(images/bg_sidebar-sep.jpg) repeat-x bottom left;
}

#form-bot input.button {
	height:67px; width:226px; 
	margin:0px 0 0px 22px;
	padding:0;
	background:url(images/submit-off.jpg) no-repeat top left; 
	border:none; float:left;
	cursor:pointer;
}

#form-bot input.button:hover {
	background:url(images/submit-on.jpg) no-repeat top left;	
}


#footer {
	width:100%;
	height:199px;
	background:#300c07 url(images/bg_footer.jpg) top left repeat-x;
	margin:0;
	padding:0;
	font-size:11px;
}

#cta-phone {
	background:#913d33 url(images/bg_phone.jpg) no-repeat top right;
	width:980px;
	margin:0 auto;
	margin:0px auto 0 auto;
}

#cta-phone h2 {
	float:right;
	width:288px;
	height:74px;
	font-size:24px;
	color:#f0e4b4;
	line-height:30px;
	text-align:center;
	margin:0;
	padding:10px 0 0 0;
}

#cta-phone h2 strong {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
}

#footer-in {
	width:980px;
	margin:0 auto;
	height:150px;
	padding:20px 0 0 0;
}

#footer ul {
	margin:10px 0 20px 0;
	text-align:center;
}

#footer li {
	display:inline;
	padding:0;
	margin:0 6px;
	text-transform:capitalize;
}
#footer p {
	color:#efefef;
	margin:0 6px;
	padding:0;
}
#footer h3 {
	color:#fff;
	margin:4px 6px;
}
#footer a {
	color:#efefef;
}

.jsvalidation {
 	color:#591e1b; font-weight:normal;
	margin-bottom:6px;
	float:left;
	width:216px;
	margin:4px 0 10px 4px;
}

.float-left { float:left; margin:0px 10px 4px 0;}
.float-right { float:right; margin:6px 0px 4px 10px; border:1px solid #c9c9c9; }
.clear { clear: both;}

