/* CSS Document */
body, html { 
	margin: 0;
	padding: 0;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 12px;
	color: #888888;
	height: 100%;
	
}
h2 { 
	font-family: Georgia, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 24px; 
	font-weight: normal;
	margin: 0 0 24px 0;
}
p { 
	line-height: 21px; 
	margin: 0 0 29px 0; 
} 
.h2_brown { 
	color: #785032; 
}  
#container {
	min-height: 100%;
	margin-bottom: -120px;
	position: relative;
}
#inner_container { 
	width: 720px;
	margin: auto; 
} 
#top_header { 
	height: 20px; 
	background: url(images/header_top.jpg);
}
#nav_logo { 
	height: 89px; 
}
#logo { 
	background:url(images/logo.jpg); 
	width: 360px; 
	height: 89px;
	float: left;
}
#under_header { 
	height: 10px;
	border-top: 1px solid #cccccc;
	font-size: 0; 
}
#nav { 
	width: 360px; 
	height: 89px; 
	position: relative;
	float: left;
} 
#nav ul { 
	margin: 0; 
	padding: 0;
	position: absolute;
	bottom: 0; 
	right: 0; 
}
#nav ul li{
	display: inline;
	padding: 0; 
	margin: 0;
	list-style: none; 
	 
}
#nav ul li a{
	font-family: Georgia, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	display: block;
	float: right; 
	width: 70px; 
	height:35px; 
	text-decoration: none;
	font-size: 18px; 
	color: #986f53;
	text-align: center;  
}
#nav ul li a:hover { 
	background: url(images/pointer.gif) bottom center no-repeat; 
	color: #aaaaaa;
}
#main_img { 
	height: 220px; 
	background: url(images/main_img.jpg); 
}
#main_img_contact { 
	background:url(images/main_img_contact.jpg); 
	height: 20px; 
} 
#main_img_work { 
	height: 220px; 
	background: url(images/main_img_work.jpg); 
}
#nav .this_page { 
	background: url(images/pointer.gif) bottom center no-repeat;
	color: #aaaaaa;
}
#main_body {
	margin: 29px 0 0 0;
}
#under_main_img { 
	height: 10px; 
	border-bottom: 1px solid #cccccc; 
}
#main_1 { 
	float: left;
	width: 219px;
	margin: 0 0 20px 0;  
}
#main_1 p {
	line-height: 17px; 
}  
#main_2 { 
	float: left;
	width: 471px;
	border-left: 1px solid #cccccc;
	padding: 0 0  0 29px;
	margin: 0 0 20px 0; 
}
#main_1_work { 
	float: left;
	width: 255px;
	margin: 0 0 20px 0;  
} 
#main_2_work { 
	float: left;
	width: 436px;
	padding: 0 0  0 29px;
	margin: 0 0 20px 0; 
}
#footer { 
 	border-top: 1px solid #aaaaaa;
	clear: both;
	height: 107px; 
	background: #dddddd;
	position: relative;
	color: #888888;
	padding-top: 13px; 
}
#inside_footer { 
	width: 720px; 
	margin: auto; 
} 
.clearfooter {
	height: 120px;
	clear: both;
}
.work_gallery { 
} 
.work_gallery img { 
	border: 4px solid #cccccc;
	margin: 0 10px 10px 0;  
}
.under_gallery { 
	margin-top: 0; 
}  

/*Forms defaults*/
input, textarea {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 12px;
	color: #888888;
}
label {

	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}

/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}
.textinput, .textinputHovered {
	width:236px;
	height:15px;
	background:url(images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}


.textarea, .textareaHovered {
	width:336px;
	height:125px;
	background:url(images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}





	

	