html, body {
	background:url(images/body_bg.gif) repeat-y #dfe6d9;
	min-height:100%;
    width:100%;
    height:100%;
}

html>body, html>body #wrapper {
    height:auto;
}

body {
	margin:0;
	padding:0;
}

#wrapper {
	background:url(images/rhs_bg_overlay.jpg) no-repeat 694px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	position: absolute;
    top:0;
    left:0;
	min-height:100%;
    width: 100%;
    height: 100%;
}

#header {
	width:695px;
	height:141px;
}

#header h1 {
	background:url(images/header_main.jpg) no-repeat;
	width:694px;
	height:110px;
	padding:0;
	margin:0;
}

#nav {
	background:url(images/nav_bg.gif) no-repeat;
	width:695px;
	height:31px;
	padding:0;
	margin:0;
	list-style:none;
	padding-left:182px;
}

#header span {
	display:none;
}

#nav ul, li{
	display:inline;
 }
 
#nav a {
	height:31px;
	float:left;
}
 
#home_btn a {
 	background:url(images/home_btn.gif) no-repeat 0px -31px;
 	width:70px;
 }
 
#home_btn a:hover {
 	background:url(images/home_btn.gif) no-repeat 0px 0px;
 }
 
#about_btn a {
 	background:url(images/about_btn.gif) no-repeat 0px -31px;
 	width:74px;
 }
 
#about_btn a:hover {
 	background:url(images/about_btn.gif) no-repeat 0px 0px;
 }
 
#products_btn a {
 	background:url(images/products_btn.gif) no-repeat 0px -31px;
 	width:89px;
 }
 
#products_btn a:hover {
 	background:url(images/products_btn.gif) no-repeat 0px 0px;
 }

#contact_btn a {
 	background:url(images/contact_btn.gif) no-repeat 0px -31px;
 	width:89px;
 }
 
#contact_btn a:hover {
 	background:url(images/contact_btn.gif) no-repeat 0px 0px;
 }
 
#text_area {
 	width:465px;
	min-height:483px;
 }
 
#main_content  {
	background:url(images/body_margin_1.jpg) no-repeat;
	padding-left:210px;
	padding-top:20px;
}


#main_content p{
	margin:0;
	padding:0;
	line-height:17px;
	padding-top:10px;
}

#main_content h2{
	margin:0;
	padding:0;
	height:29px;
	width:300px;
	margin-bottom:10px;
}

#main_content h3{
	margin:0;
	height:23px;
	width:300px;
	margin-top:25px;
}

#main_content span{
	display:none;
}

#margin {
	background:url(images/body_margin_2.jpg) no-repeat;
	width:158px;
	height:483px;
	position:absolute;
	top:141px;
	left:24px;
}

#img_frame_1 {
	width:267px;
	height:189px;
	background:url(images/img_frame_top.jpg) no-repeat;
	position:relative;
	margin-left:-186px;
	float:left;
	padding-right:20px;
}

#img_frame_1 img{
	padding:0;
	margin:0;
	margin-top:15px;
	margin-left:21px;
	float:left;
}

#img_frame_2 {
	width:266px;
	height:189px;
	background:url(images/img_frame_bottom.jpg) no-repeat;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	margin-right:-10px;
	padding-top:12px;
	padding-left:13px;
	position:relative;
}

#img_frame_3 {
	width:640px;
	height:270px;
	background:url(images/img_frame_large.gif) no-repeat;
	position:relative;
	margin-left:-186px;
	float:left;
	padding-left:21px;
	padding-top:16px;
	margin-bottom:50px;
	margin-top:20px;
}


#img_frame_2 img{

}

h4 {
	padding:0;
	margin:0;
	font-weight:bold;
	font-size:11px;
	padding-bottom:10px;
	padding-top:30px;
	color:#323e27;
	line-height:15px;
}

h4 br {
	margin-bottom:2px;
}

a {
	color:#0066CC;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#address_box {
	width:160px;
	padding-top:20px;
	float:left;
	margin-right:25px;
}

#address_box p{
	padding:0;
	margin:0;
	padding-top:3px;
}

#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	margin-left:24px;
	height:15px;
	width:670px;
	background:url(images/footer_bg.jpg);
	color:#FFFFFF;
	font-size:9px;
	text-align:right;
	position:absolute;
	bottom:0;
}


#footer a {
	color:#FFFFFF;
	text-decoration:none;
	padding-right:15px;
	padding-left:15px;
}

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

#spacer {
	height:60px;
	width:1px;
}

#dotted_line {
	display:none;
	padding:0;
	margin:0;
	margin-top:35px;
	background:url(images/dotted_line.gif) repeat-x;
	width:455px;
	height:1px;
	position:relative;
	z-index:20;
}