@import 'reset.css';

body {
	background: url(../images/body_bg.jpg) no-repeat top center;
	background-color: #ECE8DF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 37px 0px 0px 0px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
#header {
	width: 100%;
	height: 105px;
}
#logo {
	width: 232px;
	height: 74px;
	margin: 0px auto 0px auto;
}
#wrapper {
	width: 914px;
	height: 520px;
	margin: 0 auto 0 auto;
}
#navigation {
	width: 914px;
	height: 44px;
	margin: 0 auto 0 auto;
	background-image: url(../images/navigation_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#navigation ul{
	padding: 19px 0px 0px 26px;
	margin: 0px;
}
#navigation li{
	float: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.hide {
	display: none;
}
a.nav_home:link, a.nav_home:active, a.nav_home:visited {
	width:42px;
	height:12px;
	display: block;
	background-image: url(../images/navigation/home.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	margin: 0px 25px 0px 0px;
}
a.nav_home:hover {
	background-image: url(../images/navigation/home_f2.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
a.nav_about:link, a.nav_about:active, a.nav_about:visited {
	width:69px;
	height:12px;
	display: block;
	background-image: url(../images/navigation/about-us.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	margin: 0px 25px 0px 0px;
}
a.nav_about:hover {
	background-image: url(../images/navigation/about-us_f2.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
a.nav_services:link, a.nav_services:active, a.nav_services:visited {
	width:65px;
	height:12px;
	display: block;
	background-image: url(../images/navigation/services.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	margin: 0px 25px 0px 0px;
}
a.nav_services:hover {
	background-image: url(../images/navigation/services_f2.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
a.nav_gallery:link, a.nav_gallery:active, a.nav_gallery:visited {
	width:94px;
	height:12px;
	display: block;
	background-image: url(../images/navigation/gallery.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	margin: 0px 25px 0px 0px;
}
a.nav_gallery:hover {
	background-image: url(../images/navigation/gallery_f2.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

a.nav_contact:link, a.nav_contact:active, a.nav_contact:visited {
	width:86px;
	height:12px;
	display: block;
	background-image: url(../images/navigation/contact-us.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	margin: 0px 25px 0px 0px;
}
a.nav_contact:hover {
	background-image: url(../images/navigation/contact-us_f2.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
a.nav_links:link, a.nav_links:active, a.nav_links:visited {
	width:41px;
	height:12px;
	display: block;
	background-image: url(../images/navigation/links.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	margin: 0px 25px 0px 0px;
}
a.nav_links:hover {
	background-image: url(../images/navigation/links_f2.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
a.nav_sitemap:link, a.nav_sitemap:active, a.nav_sitemap:visited {
	width:59px;
	height:12px;
	display: block;
	background-image: url(../images/navigation/sitemap.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	margin: 0px 25px 0px 0px;
}
a.nav_sitemap:hover {
	background-image: url(../images/navigation/sitemap_f2.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
a.nav_quote:link, a.nav_quote:active, a.nav_quote:visited {
	width:125px;
	height:12px;
	display: block;
	background-image: url(../images/navigation/request-quote.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
a.nav_quote:hover {
	background-image: url(../images/navigation/request-quote_f2.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
#content_wrapper {
	width: 914px;
	height: 400px;
	margin: 0 auto 0 auto;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#left-text {
	float:left;
	height:350px;
	padding:30px;
	width:596px;
}
#right-img {
	float:left;
	height:395px;
	padding:6px;
	width:232px;
}
#service_content_container {
	width: 894px;
	height: 387px;
	margin: 0px 0px 0px 0px;
	padding: 6px 1px 0px 13px;
	float: left;
}
#service_content_container h1{
	font-family: "Goudy Old Style", "Times New Roman";
	color: #D6AC59;
	font-size: 20px;
	padding: 0px 0px 20px 0px;
	font-weight: bold;
}
#service_content_container h1 span{
	font-family: "Goudy Old Style", "Times New Roman";
	color: #D6AC59;
	font-size: 16px;
	padding: 0px 0px 20px 0px;
	font-weight: bold;
}
#service_content_container p{
	font-family: "Goudy Old Style", "Times New Roman";
	font-size: 14px;
	color: #261A17;
	padding-bottom: 15px;
	line-height: 20px;
}

#content_container {
	width: 900px;
	height: 405px;
	margin: 0px 0px 0px 7px;
	float: left;
}
#content_container h1{
	font-family: "Goudy Old Style", "Times New Roman";
	color: #D6AC59;
	font-size: 20px;
	padding: 0px 0px 20px 0px;
	font-weight: bold;
}
#content_container h2{
	font-family: "Goudy Old Style", "Times New Roman";
	color: #D6AC59;
	font-size: 18px;
	padding: 0px 0px 10px 0px;
	font-weight: bold;
}
#content_container p{
	font-family: "Goudy Old Style", "Times New Roman";
	font-size: 14px;
	color: #261A17;
	padding-bottom: 15px;
	line-height: 20px;
}

.bold-header {
	font-weight: bold;
	font-size: 15px;
	

}
#content_container a{
	font-family: "Goudy Old Style", "Times New Roman";
	font-size: 14px;
	color: #261A17;
	font-weight: bold;
	padding-bottom: 15px;
	line-height: 20px;
	text-decoration: underline;
}
#content_container a:hover{
	font-family: "Goudy Old Style", "Times New Roman";
	font-size: 14px;
	color: #D6AC59;
	font-weight: bold;
	padding-bottom: 15px;
	line-height: 20px;
}
#content_container_home {
	width: 650px;
	height: 390px;
	float: left;
	margin: 0px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 13px;
}

#footer {
	width: 894px;
	height: 46px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	font-family: "Goudy Old Style", "Times New Roman";
	color: #291B19;
	font-size: 14px;
	line-height: 20px;
	padding-top: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
#footer a {
	color: #291B19;
}
#footer a:hover {
	text-decoration: underline;

}
#scroll_text {
	overflow: auto;
	height: 300px;
	padding-right: 20px;

}
#service_nav {
	width: 200px;
	height: 395px;
	float: left;
	background-color: #ECE7E1;
}
#service_nav ul{
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#service_nav li{
	font-family: "Goudy Old Style", "Times New Roman";
	font-size: 14px;
	color: #261A17;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#service_nav li a{
	color: #261A17;
}
#service_nav li a:hover{
	color: #261A17;
	text-decoration: underline;
}
#service_text {
	width: 400px;
	float: left;
	margin-top: 24px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#case_studies {
	width: 238px;
	height: 390px;
	float: left;
	margin: 6px 0px 0px 0px;
}

#case_studies h1 {
	width: 232px;
	height: 34px;
	line-height: 32px;
	text-align:center;
	display: block;
	padding: 0px;
	margin: 0px;
	background-color: #40271F;
	color: #D6AC59;
	font-family: "Goudy Old Style", "Times New Roman";
	font-size: 16px;
	font-weight: bold;
}
#case_studies ul {
	padding: 0px;
	margin: 6px 0px 0px 0px;
}
#case_studies li {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}
#case_studies li.left {
	padding: 0 6px 4px 0;
}
#case_studies li.left_bottom{
	padding: 0 6px 0 0;
}
#case_studies li.right {
	padding: 0 0 4px 0;
}
#case_studies li.right_bottom{
	padding: 0;
}
#case_studies img {
	padding: 0px;
	margin: 0px;
}

#home-page-text {
	width: 238px;
	height: 390px;
	float: left;
	margin: 6px 0px 0px 0px;
}

#home-page-text h1 {
	width: 232px;
	height: 34px;
	line-height: 32px;
	text-align:center;
	display: block;
	padding: 0px;
	margin: 0px;
	background-color: #40271F;
	color: #D6AC59;
	font-family: "Goudy Old Style", "Times New Roman";
	font-size: 16px;
	font-weight: bold;
}


#scroll_text-home {
	overflow: auto;
	height: 344px;
	padding: 7px 7px 0 7px;
	margin-top: 7px;
	width:218px;

}

#scroll_text-home p{
	font-family: "Goudy Old Style", "Times New Roman";
	font-size: 14px;
	color: #261A17;
	padding-bottom: 15px;
	line-height: 20px;
}



#inner_case_studies {
	width: 232px;
	height: 395px;
	float: right;
	padding: 0 6px 0 0;
}
#inner_case_studies h1 {
	width: 232px;
	height: 34px;
	line-height: 32px;
	text-align:center;
	display: block;
	padding: 0px;
	margin: 0px;
	background-color: #40271F;
	color: #D6AC59;
	font-family: "Goudy Old Style", "Times New Roman";
	font-size: 16px;
	font-weight: bold;
}
#inner_case_studies ul {
	padding: 0px;
	margin: 6px 0px 0px 0px;
}
#inner_case_studies li {
	padding: 0px;
	margin: 0;
	list-style: none;
	float: left;
}
#inner_case_studies li.left {
	padding: 0 6px 4px 0;
}
#inner_case_studies li.left_bottom{
	padding: 0 6px 0 0;
}
#inner_case_studies li.right {
	padding: 0 0 4px 0;
}
#inner_case_studies li.right_bottom{
	padding: 0;
}
#inner_case_studies img {
	padding: 0px;
	margin: 0px;
}
#request_table {
	font-family: "Goudy Old Style", "Times New Roman";
	font-size: 14px;
	font-weight: bold;
	color: #261A17;
}
#address {
	float: left;
}
#fensa-logo {
	float: right;
}
.contact-column {
	float: left;
	width: 240px;
}
form{
	width: 370px;
	clear: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
form p{
	clear: both;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 1.5em;
}
.boxes form p{ padding-bottom: 0; }


label{
	width: 160px;
	float: left;
}

.fbutton{
	width: 80px;
	float: right;
	margin: 10px 20px 0px 0px;
}

input, textarea, select{ /* for the text boxes and textarea */
	width: 194px;
	float: left;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
margin-bottom: 5px;
}

.gbox, .gbuttn{ /* for the text boxes and textarea */
	float: left;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

.glabel{
	width: 100px;
	float: left;
}

.gbox{ width: 200px; }

.gbuttn{ 
	width: 120px; 
	margin: 0 0 0 20px;
}

form img{ float: left; }

