body{
	background:#000;
    margin:0;
    padding:0;
}

#top_login{
	background:#2D2C2C url(images/body_bg.png);
	width: 100%;
	margin:0;
	padding:0;
}

#header{
	background: #000;
	width: 100%;
	height: 122px;
}

#login_button{
	width:770px;
	padding:0;
	margin:auto;
	margin-top:0;
	margin-bottom:0;
}

#login_button a{
	float: right;
	margin:0;
	padding:0;
}
#header_content{
	width:770px;
	padding:0;
	margin:auto;
	margin-top:0;
	margin-bottom:0;
}

#wrapper{
	background: #4F4B4B url(images/wrapper_bg.png);
	width: 100%;
	height: auto;

}
#content_wrapper{
	position:relative;
	width:770px;
	margin:auto;
	background: #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}


/*MAIN NAVIGATION*/

#nav_wrapper{
	text-align:left;
	width:770px;
	margin:auto;
	background: #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
	

#main_nav{
margin-left: 2px;
padding-bottom: 3px;
}

#main_nav a img{
	margin-right: 4px;
}



a#nav_our_company img, a#nav_our_company:visited img, a#nav_our_company:active img{ 
    width: 150px;
	height:28px;
	background-image:url(images/our_company_off.png);

}
a#nav_our_company:hover img, a#nav_our_company_on img {
	width: 150px;
	height:28px;
	background-image:url(images/our_company_on.png);

}
a#nav_our_services img, a#nav_our_services:visited img, a#nav_our_services:active img{ 
    width: 150px;
	height:28px;
	background-image:url(images/our_services_off.png);

}
a#nav_our_services:hover img, a#nav_our_services_on img {
	width: 150px;
	height:28px;
	background-image:url(images/our_services_on.png);

}
a#nav_our_work img, a#nav_our_work:visited img, a#nav_our_work:active img{ 
    width: 150px;
	height:28px;
	background-image:url(images/our_work_off.png);
}
a#nav_our_work:hover img, a#nav_our_work_on img {
	width: 150px;
	height:28px;
	background-image:url(images/our_work_on.png);
}
a#nav_testimonials img, a#nav_testimonials:visited img, a#nav_testimonials:active img{ 
    width: 150px;
	height:28px;
	background-image:url(images/testimonials_off.png);
}
a#nav_testimonials:hover img, a#nav_testimonials_on img {
	width: 150px;
	height:28px;
	background-image:url(images/testimonials_on.png);
}
a#nav_contact_us img, a#nav_contact_us:visited img, a#nav_contact_us:active img{ 
    width: 150px;
	height:28px;
	background-image:url(images/contact_us_off.png);
	margin-right: 0px;
}
a#nav_contact_us:hover img, a#nav_contact_us_on img {
	width: 150px;
	height:28px;
	background-image:url(images/contact_us_on.png);
}

/*END MAIN NAVIGATION*/

/*SUB MENU*/
#sub_menu_top{
	width: 150px;
	height: 28px;
	background: #4F4B4B url(images/wrapper_bg.png);
} 
#sub_menu{
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .1px;
	background: #000;
	padding-bottom: 3px;
}

#sub_menu ul{
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	
}

#sub_menu ul li
{
display: block;
margin: 0;
padding: 0;
}

#sub_menu ul li a
{
display: block;
width: 100%;
color: #F9E79E;
padding: 7px 0 7px 0px;
text-decoration: none;
background: #BD801B url(images/sub_nav_bg_off.png);
margin-top: 3px;
}
#sub_menu ul li a:hover
{
display: block;
width: 100%;
color: #F9E79E;
padding: 7px 0 7px 0px;
text-decoration: none;
background: #BD801B url(images/sub_nav_bg_on.png);
margin-top: 3px;
}

#sub_menu ul.menu-top li.menu-current a {
background: #BD801B url(images/sub_nav_bg_on.png);
}
	

/*END SUB MENU*/
td{
	vertical-align: top;
}


td.large{
	width: 612px;
}

td.small{
	width: 150px;
}



#middle{
	padding-left:4px;

}

.left{

	background: #757F65 url(images/left_bottom_bg.png);
	border-left: 2px solid #000;
	width: 150px;
}


#text{
	width: 612px;
	background: #F9E79E url(images/home_text_wrapper_bg.png);
	min-height: 285px;

}

/* mimics min-height property for Internet Explorer */
/*\*/
* html .box {
height: 285px;
}
/**/

/* mimics min-height property for Internet Explorer */
/*\*/
* html .box2 {
height: 255px;
}
/**/

#text_wrap{
	background: #E1C55E url(images/text_wrap_bg.gif) no-repeat;
	width: 579px;
	margin: auto;
	position: relative;
	top: 10px;
	min-height: 255px;
	font-family: "Georgia", serif;
	font-size: 12px;
	line-height: 1.6em;
}

#text_wrap_bottom{
	width: 579px;
	height: 15px;
	background: transparent url(images/text_wrap_bg_bottom.gif) no-repeat;
	margin: auto;
	position: relative;
	top:0;
	padding-bottom: 10px;
}

#text_wrap h1{
	margin:0;
	color: #4F4B4B;
	font-family: "Georgia", serif;
	font-size: 30px;
	font-weight: normal;
	padding-top: 30px;
	padding-bottom: 28px;
}

#text_wrap h2, h3{

	color: #4F4B4B;
	font-family: "Georgia", serif;
	font-size: 25px;
	font-weight: normal;
}

#text_wrap a:link{
	color: #BD4F1B;
	text-decoration: underline;
}
#text_wrap a:visited{
	color: #BD4F1B;
	text-decoration: underline;
}
#text_wrap a:hover{
	color: #BD4F1B;
	text-decoration: none;
}
#text_wrap a:active{
	color: #BD4F1B;
	text-decoration: underline;
}
	
	

.headerspan{
	color: #BD4F1B;
}

#text_holder{
 	padding-left: 30px;
 	width: 500px;
}

	

#text_wrap p{
	padding-bottom:10px;
	margin:0;
}



#footer{
	padding-top: 125px;
	padding-bottom: 25px;
	width:770px;
	margin: auto;
	text-align:center;
	color:#F3EAC4;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

#footer a:link, a:visited, a:active{
	color:#F3EAC4;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#footer p{
padding-bottom:5px;
margin:0;
}

.divider{
	font-size: 12px;
	padding-right:3px;
	padding-left:3px;
}
/*MISC*/
a img{
	border: none;
}

p{
	margin:0;
	padding:0;
}

/*IMAGE GALLERY */


#thumb_row{
	width: 612px;
	margin-top: 3px;
}

td.img_holder{
	width:150px;
	height: 142px;
	background: #373434;
	border-left: 4px solid #000;
	text-align: center;
	vertical-align: middle;


}
td.img_holder_first{
	width:150px;
	height: 142px;
	background: #373434;
	text-align: center;
	vertical-align: middle;

}







	









