body{
font-family: arial, helvetica, sans-serif !important;
background: #4a4949;
}
.noGo{
margin: 0 !important;	
}
.noGoL{
margin-left: 0 !important;	
}
.noGoR{
margin-right: 0 !important;	
}
.padBOT{
padding-bottom: 35px;	
}
.spacer{
margin-top: 30px;	
}
.clearMe{
clear: both;	
}
.container{
width: 960px;
margin: 0 auto;
position: relative;
}
#header{
background: url(../images/headerBG.jpg) bottom repeat-x;	
}
	#header img{
	margin: 20px 0 50px 0;
	}
	#header a{
	float: right;
	margin-left: 20px;
	display: block;
	width: 75px;
	height: 75px;
	background: url(../images/contact.png);
	margin-top: 50px;	
	}
		#header #phone{
		background-position: 0 0;
		}
			#header #phone:hover{
			background-position: 75px 0;	
			}
		#header #form{
		background-position: 0 75px;	
		}
			#header #form:hover{
			background-position: 75px 75px;	
			}
#shoutOut{
text-shadow: 1px 1px 1px #888;
text-align: center;
margin: 30px 0;
font-size: 22px;	
padding: 17px 0px;
border-bottom: 1px solid #888;
border-top: 1px solid #888;
font-weight: bold;
}
	#shoutOut span{
	font-size: 30px;	
	}
.col2{
width: 600px;
padding: 15px;
border-radius: 7px;
color: #CBC3AE;
float: left;
position: relative;
background: #1D1615;
border: 2px solid #463836;
box-shadow: 0px 0px 2px #1d1615;	
}
#full{
position: relative;	
}
	#description{
	background: url(../images/descriptionBG.png); 
	position: absolute;
	bottom: 75px;
	left: 0;
	padding: 15px;
	font-size: 18px;
	display: none;
	}
	.col2 img{
	float: left;
	margin-right: 20px; 	
	}
.col3{
width: 272px;
min-height: 344px;
padding: 15px 15px 30px 15px;
margin-right: 20px;
border-radius: 7px;
color: #CBC3AE;
float: left;
position: relative;
background: #1D1615;
border: 2px solid #463836;
box-shadow: 0px 0px 2px #1d1615;
}
	.services li{
	display: inline-block;
	width: 130px;
	font-size: 18px;
	margin-bottom: 3px;
	margin-left: 6px;
	float: left;
	text-transform: capitalize;
	}
		.services li span{
		font-style: italic;
		color: #65BF3B;
		}
	#thumbs img{
	margin: 10px 10px 0 0;
	cursor: pointer;
	}
.innerCol{
margin-top: 10px;
display: none;
margin-bottom: 30px;
}
	.col3 h2{
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 11px;
	}
	.col3 h3{
	color: #A48235;
	font-style: italic;
	font-size: 18px;
	padding-bottom: 15px;
	border-bottom: 2px solid #65bf3b; 
	}
	.col3 p{
	margin-top: 20px;
	}
	.col3 a{
	color: #65bf3b;
	}
	.button{
	position: absolute;
	right: 20px;
	bottom: 20px;
	padding: 6px;
	border-radius: 7px;
	background: #1d1611;
	border: 2px solid #463836;
	color: #A48235;
	font-size: 12px;
	font-style: italic;
	}
		.button:hover{
		color: #65bf3b;
		background: #392f2b;	
		}
#footer{
background: url(../images/footerBG.jpg) top repeat-x;	
padding-bottom: 30px;
min-height: 100px;	
}
	#jwarddesign{
	display: block;
	width: 165px;
	height: 20px;
	background: url(../images/jwarddesign.png);	
	margin-top: 70px;
	float: right;
	}
#windowMask{
background: black;
opacity: 0.6;
position: absolute;
top: 0;
z-index: 11111;
display: none;
}
#modalForm{
position: absolute;
z-index: 22222;
display: none;	
width: 600px;
padding: 15px;
border-radius: 7px;
color: #CBC3AE;
background: #1D1615;
border: 2px solid #65bf3b;
box-shadow: 0px 0px 2px #1d1615;	
}	
	#close{
	width: 45px;
	height: 45px;
	background: url(../images/close.png);
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;	
	}
	#modalForm img{
	float: left;
	margin-bottom: 15px;
	}
	#modalForm h2{
	display: block;
	float: left;
	margin-left: 12px;
	margin-top: 15px;
	font-size: 26px;
	letter-spacing: -0.05em;	
	}
	#modalForm p{
	font-size: 14px;
	text-indent: 20px;	
	}
	#modalClose{
	position: absolute;
	background: url(../images/modalClose.png);
	width: 18px;
	height:18px;
	top: 0;
	right: 0;	
	}
	#modalForm input[type="text"],select,textarea{
	margin-bottom: 15px;	
	padding: 3px;
	}
	#modalForm input[type="text"]{
	width: 300px;	
	}
	#modalForm label[for="senderMessage"]{
	vertical-align: top;	
	}
	#modalForm textarea{
	width: 100%;
	height: 90px;
	}