* {
	margin: 0;
	padding: 0;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
body {
	background: #3b3b3b url("graphics/bgMain.jpg") repeat-x top;
	margin: 0 0 50px 0;
	}
	
/* =Header
----------------------------------------------- */
#body3 {width:1000px; margin:0 auto; background: url(graphics/bg3.png) no-repeat center top;}
#body {width:1000px; margin:0 auto; background: url(graphics/bg.png) no-repeat center top;}
#body1 {width:1000px; margin:0 auto; background: url(graphics/bg1.png) no-repeat center top;}
#body2 {width:1000px; margin:0 auto; background: url(graphics/bg2.png) no-repeat center top;}
#body4 {width:1000px; margin:0 auto; background: url(graphics/bg4.png) no-repeat center top;}
#body5 {width:1000px; margin:0 auto; background: url(graphics/bg5.png) no-repeat center top;}
#body6 {width:1000px; margin:0 auto; background: url(graphics/bg6.png) no-repeat center top;}

#header {
	float: left;
	width: 696px;
	height: 74px;
	margin: 30px 0 0 33px; 
	padding: 0;
	background: url("graphics/header_bar_left.gif") no-repeat left;
	display: inline;
	}
	
h1#hand {
	width: 222px;
	height: 167px;
	display: block;
	position: absolute;
	top: 0;
	left: 58px;
	background: url("graphics/hand.png") no-repeat transparent;
	}
	
h1#hand span {
	display: none;
	}

/* =Structure
----------------------------------------------- */

#wrapper {
	position: relative;
	width: 760px;
	margin: 0 auto;
	}
	
#nav_wrapper {
	float: right;
	width: 650px;
	margin: 0;
	padding: 0;
	height: 74px; background: url("graphics/header_bar.gif") repeat-x top;
	display: inline;
	}
	
#content {
	float: left;
	width: 640px; font-size:0.9em;
	margin: 0 0 0 33px;
	padding: 27px 27px 0 27px;
	background: #cccc99 url("graphics/bubble_shadow.gif") repeat-x top;
	display: inline;
	}
	
.column_row {
	float: left;
	width: 639px;
	margin: 0;
	padding: 0;
	}

.column {
	float: left;
	width: 195px;
	margin: 0 27px 0 0;
	padding: 0;
	display: inline;
	}
	
.column_last {
	float: left;
	width: 195px;
	margin: 0;
	padding: 0;
	margin-right:-3px;
	display: inline;
	}
	
#rbroundbox_top {
	float: left;
	width: 760px;
	height: 13px;
	margin: 0;
	padding: 0;
	background: url("graphics/bubble_top.gif") no-repeat;
	display: inline;
	}
	
#rbroundbox {
	float: left;
	width: 690px;
	margin: 0;
	padding: 20px 30px 10px 40px;
	background: #ffffff url("graphics/bubble_bg_gradient.gif") bottom no-repeat;
	display: inline;
	}
	
#rbroundbox_bottom {
	float: left;
	width: 760px;
	height: 13px;
	margin: 0;
	padding: 0;
	background: url("graphics/bubble_bottom.gif") no-repeat;
	display: inline;
	}	
	
#form_wrapper {
	float: left;
	width: 392px;
	margin-right: 28px;
	display: inline;
	}
	
#footer {
	float: left;
	width: 640px;
	margin: 0px 0 0 33px;
	padding: 10px 27px 0 27px;
	background: #cccc99;
	display: inline; font-size:0.8em;
	}
	
#footer_bottom {
	float: left;
	width: 699px;
	height: 19px;
	margin: 0 0 0 33px;
	padding: 0;
	background: url("graphics/footer_bottom.gif") no-repeat;
	display: inline;
	}
	
#contact_column {
	float: left;
	width: 216px;
	margin-left: 4px;
	padding: 0;
	display: inline;
	}

/* =Nav
----------------------------------------------- */

#nav {
	 width:100%;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 74px; text-transform:uppercase;
	overflow: hidden;
	z-index: 1;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	float:left;
	list-style-type: none; margin-top:25px;
	}

#nav a {
	
	padding: 15px 6px 15px 6px; font-family:Arial, Helvetica, sans-serif; font-size:0.9em;
	overflow: hidden; color:#000;  font-weight:bold; text-decoration:none; border-left: 1px solid #898700;
	}
#nav a:hover {color:#6F330E;}
#nav a.first {border-left: 1px solid #898700;}
#nav a.last {border-right: 1px solid #898700;}


/* =Headings
----------------------------------------------- */

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	font-weight: normal;
	color: #463230;
	text-align: left;
	margin: 10px 0 10px 0;
	}
	
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	font-weight: normal;
	color: #463230;
	text-align: left;
	margin: 10px 0 10px 0;
	}
	
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	text-align: left;
	line-height: 20px;
	margin: 5px 0 9px 0;
	font-weight: normal;
	}
	
h2#main_title {
	background: url("graphics/title_home.gif") no-repeat;
	width: 330px;
	height: 65px;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
h2#main_title span {
	display: none;
	}

h2#services_title {
	background: url("graphics/title_services.gif") no-repeat;
	width: 344px;
	height: 65px;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
h2#services_title span {
	display: none;
	}

h2#portfolio_title {
	background: url("graphics/title_portfolio.gif") no-repeat;
	width: 344px;
	height: 65px;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
h2#portfolio_title span {
	display: none;
	}

h2#contact_title {
	background: url("graphics/title_contact.gif") no-repeat;
	width: 344px;
	height: 65px;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
h2#contact_title span {
	display: none;
	}

h2#thanks_title {
	background: url("graphics/title_thanks.gif") no-repeat;
	width: 344px;
	height: 65px;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
h2#thanks_title span {
	display: none;
	}
	
/* =Form 
--------------------------------------------*/

.fbintro {
	display: none;
	}

.fbform {
	margin: 0;
	padding: 0;
	}
	/* regular fieldset */
	.fbform fieldset {
		border: none;
		margin: 0;
		padding: 0;
		display: block;
		}
		/* fieldset containing submit btn */
		.fbform fieldset.fbsubmit {
			border: 0;
			margin: 0 0 20px 0;
			padding: 0;
		}
	/* legend */
	.fbform legend {
		color: #333;
		font-size: 1.1em;
  		font-weight: bold;
  		margin-bottom: 0;
  		padding: 0;
		display: none;
  		}
  	.fbform dl {
		margin: 0;
	}
  	.fbform dt {
  		clear: both;
  		display: block;
  		float: left;
  		margin: 0;
  		padding: 0 0 5px 0;
  		width: 120px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: .9em;
		font-weight: bold;
		color: #000000;
		text-align: left;
		line-height: 18px;
		}
  	.fbform dd {
  		display: block;
  		float: left;
  		margin: 0;
		padding:0;
		width: 340px;
  		}
  		/* field instructions */
  		.fbform dd p {
  			font-size: 0.8em;
  			margin: 0;
  			}
  		.fbform dd label {
  			display: block;
			}
  	/* dividers */
  	.fbform dd.fbformdivider {
  		border-bottom: 1px solid #ccc;
  		clear: both;
  		float:none;
  		height: 1px;
		margin: 0;
		overflow: hidden;
		width: auto;
  		}
  		.fbform dd.fbformdivider.fblast {
	  		display: none;
	  		}
.fbtextfield {
	background: #fff;
	width: 392px;
	margin-bottom: 5px;
}
.fbselect {
	background: #fff;
	width: 300px;
	margin-bottom: 5px;
	}
.fbtextarea {
	/* textarea tends to override font settings, so we will re-specify them here */
	font-family:Verdana,Arial,sans-serif;
	font-size: 1em;
	width: 392px;
	margin-bottom: 5px;
}
.fbradio {
	/* style radio buttons here, if need be */
	}
.fbcheckbox {
	/* style checkboxes here, if need be */
	}
.fbsubmitbtn {
	width: 99px;
	height: 29px;
	background: url("graphics/send_button.gif") no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer;
}
.fbfielderror {
	color: #e00000;
}
.fbrequired {
	color: #e00000;
}
/* Error Message */
.fbformerrormessage {
	background: #f9ecec;
	border: 3px solid #e00000;
	margin: 0 0 10px 0;
	}
	.fbformerrormessage h2 {
		background: #e00000;
		color: #fff;
		font-size: 1.1em;
		font-weight: bold;
		padding: 10px 15px;
		margin: 0;
		}
	.fbformerrormessage ul {
		margin: 15px 0 15px 15px;
		}
	.fbformerrormessage ul li{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #000000;
		text-align: left;
		list-style: disc;
		margin: 0 0 0 15px;
		}
/* Thanks Message */
.fbthanks {
	background: #f1fcf1;
	border: 3px solid #02b602;
	margin: 0 0 15px 0;
	}
	.fbthanks h2 {
		background: #02b602;
		color: #fff;
		color: #fff;
		font-size: 1.1em;
		font-weight: bold;
		padding: 10px 15px;
		margin: 0;
		}
	.fbthanks p {
		padding: 15px 15px;
		}
		.fbthanks p a {
			margin: 0;
			padding: 0;
			}

/* =Lists
----------------------------------------------- */

ul.serv {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
	}

ul.serv li {
	float: left;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	text-align: left;
	line-height: 20px;
	margin: 0;
	padding: 0 0 0 20px;
	clear: left;
	background: url("graphics/check.gif") no-repeat 0 2px;
	width: 100%;
	}
	
ul.serv li a,
ul.serv li a:link,
ul.serv li a:active,
ul.serv li a:visited {
	color: #cc6633;
	text-decoration: none;
	border-bottom: 1px dotted #cc6633;
	}

ul.serv li a:hover {
	text-decoration: none;
	color: #ffffff;
	background: #cc6633;
	}
	
/* =Links
----------------------------------------------- */

p a,
p a:link,
p a:active,
p a:visited {
	color: #cc6633;
	text-decoration: none;
	border-bottom: 1px dotted #cc6633;
	}

p a:hover {
	text-decoration: none;
	color: #ffffff;
	background: #cc6633;
	}
	
h4 a,
h4 a:link,
h4 a:active,
h4 a:visited {
	color: #cc6633;
	text-decoration: none;
	border-bottom: 1px dotted #cc6633;
	}

h4 a:hover {
	text-decoration: none;
	color: #ffffff;
	background: #cc6633;
	}
	
	
/* Misc: =Tables
----------------------------------------------- */

table {
	width: 640px;
	margin-bottom: 10px;
	border: none;
	}
	
td {
	width: 213px;
	vertical-align: top;
	}

/* Misc: =Images
----------------------------------------------- */

.image_index {
	float: right;
	width: 380px;
	height: 230px;
	margin: -90px 0 0 5px;
	padding: 0;
	background: url("graphics/photo_main.png") no-repeat;
	display: inline;
	}
	
.image_portfolio {
	float: right;
	width: 346px;
	height: 286px;
	margin: -90px 0 0 15px;
	padding: 0;
	background: url("graphics/photo_portfolio.png") no-repeat;
	display: inline;
	}
	
.image_services {
	float: right;
	width: 346px;
	height: 286px;
	margin: -90px 0 0 15px;
	padding: 0;
	background: url("graphics/photo_services.png") no-repeat;
	display: inline;
	}
	
.image_contact {
	float: right;
	width: 346px;
	height: 286px;
	margin: -90px 0 0 15px;
	padding: 0;
	background: url("graphics/photo_contact.png") no-repeat;
	display: inline;
	}
	
#arrow {
	position: absolute;
	width: 45px;
	height: 42px;
	background: url("graphics/arrow.gif") no-repeat;
	z-index: 10;
	margin: 32px 0 0 355px;
	}
	
#arrow.portfolio {
	margin: 32px 0 0 470px;
	}
	
#arrow.services {
	margin: 32px 0 0 575px;
	}
	
.arrow_contact {
	position: absolute;
	width: 45px;
	height: 42px;
	background: url("graphics/arrow_contact.gif") no-repeat;
	z-index: 10;
	margin: 32px 0 0 555px;
	}
	
.column img {
	border: 5px solid #ffffff;
	}
	
.column_last img {
	border: 5px solid #ffffff;
	}
	
/* Misc:
----------------------------------------------- */
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	text-align: left;
	line-height: 20px;
	margin-bottom: 18px;
	}
	
p strong {
	font-weight: bold;
	}
	
#rbroundbox p {
	margin-bottom: 0;
	}
	
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	text-align: left;
	line-height: 20px;
	margin-bottom: 18px;
	}
	
/*#contact_column p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #000000;
	text-align: left;
	line-height: 20px;
	}*/
	
.f_left {
	float: left;
	margin: 0;
	}

.f_right {
	float: right;
	margin: 0;
	}
	
.right {
	text-align: right;
	margin: 0 0 20px 0;
	}
	
.red {
	color: #e00000;
	}
	
.bold {
	font-weight: bold;
	}

.hide {
	display: none;
	}
	
.line_break_footer {
	float: left;
	width: 640px;
	height: 1px;
	margin: 0 0 10px 0;
	padding: 0;
	background: #000000;
	overflow: hidden;
	display: inline;
	}
		
.line {
	border: 3px solid #999966;
	margin-top: 13px;
	}
	
blockquote {
  background: transparent url("graphics/quote.gif") left top no-repeat;
  margin: 20px 0 0 0;
  padding: 0 0 0 50px;
}

blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.05em;
	font-weight: normal;
	font-style: italic;
	text-align: left;
}

.client {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	color: #000000;
	text-align: left;
	margin: 5px 0 0 0;
	padding: 0;
	}
table.menuhead {width:550px; font-family:Verdana, Arial, Helvetica, sans-serif; }
table.menuhead td a, table.menuhead td a:link {color:#AF4F20; text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; background: url(graphics/a_bullets.gif) no-repeat left; padding-left:15px;}
table.menuhead td a:hover {text-decoration: underline;}
.coupon {
    width: 90%; margin:30px auto;
    padding: 20px; background:#FBFCF8 url(graphics/bubble_bg_gradient.gif) repeat-x bottom;
    text-align: center; font-family:Verdana, Arial, Helvetica, sans-serif;
    border: 3px dotted #6F6F53; }
.coupon h2 {color:#660000; font-weight:bold; font-size:1.6em; text-decoration:underline;}
.coupon p {font-size:1.1em;}
.coupon1 {
    width: 90%; margin:30px auto;
    padding: 20px; background:#FBFCF8 url(graphics/bubble_bg_gradient.gif) repeat-x bottom;
    text-align: center;font-family:Verdana, Arial, Helvetica, sans-serif;
    border: 1px SOLID #8F8F62; }
.coupon1 h2 {color:#660000; font-weight:bold;}
