@charset "utf-8";
/* CSS Document */

body{
margin:0px;
padding:0px;
background: url(../images/bkgd_bars.jpg) repeat-x #494949;
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
color:#222;
}

#page{
position:relative;
margin-left:auto;
margin-right:auto;
width:771px;
}

#header{
position:relative;
float:left;
width:100%;
height:84px;
}
	#headerLeftCorner{
	position:relative;
	float:left;
	margin-top:35px;
	background-image:url(../images/header_left_corner.jpg);
	background-repeat:no-repeat;
	height:49px;
	width:14px;
	}
	#headerLogo{
	position:relative;
	float:left;
	margin-top:0px;
	background-image:url(../images/header_logo.jpg);
	background-repeat:no-repeat;
	height:84px;
	width:454px;
	}	
	#headerRightCorner{
	position:relative;
	float:left;
	margin-top:35px;
	background-image:url(../images/header_right_corner.jpg);
	background-repeat:no-repeat;
	height:49px;
	width:303px;
	}
		#menuNav{
		width:303px;
		height:22px;
		margin-top:15px;
		background-image:url(../images/menu_nav.jpg);
		background-repeat:no-repeat;
		z-index:1000;
		}
			#menuNav ul{
			display:inline;
			list-style-type:none;
			margin:0px;
			padding:0px;
			}

			#menuNav ul li span{
			display:none;
			}
				#home a{
				position:absolute;
				left:0px;
				top:15px;
				width:50px;
				height:22px;
				background:url(../images/menu_nav.jpg) no-repeat 0 0px;
				}
					#home a:hover{
					background:url(../images/menu_nav.jpg) no-repeat 0px -22px;
					}
				#contact a{
				position:absolute;
				left:50px;
				top:15px;
				width:100px;
				height:22px;
				background:url(../images/menu_nav.jpg) no-repeat -50px 0px;
				}
					#contact a:hover{
					background:url(../images/menu_nav.jpg) no-repeat -50px -22px;
					}
				#line a{
				position:absolute;
				left:150px;
				top:15px;
				width:150px;
				height:22px;
				background:url(../images/menu_nav.jpg) no-repeat -150px 0px;
				}
					#line a:hover{
					background:url(../images/menu_nav.jpg) no-repeat -150px -22px;
					}
#body{
position:relative;
float:left;
width:771px;
background-color:#FFFFFF;
min-height:500px;
}
	#homeImage{
	position:relative;
	float:left;
	background-image:url(../images/home-letterbox.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:253px;
	z-index:0;
	}
	#lineImage{
	position:relative;
	float:left;
	background-image:url(../images/line-letterbox.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:253px;
	z-index:0;
	}
	#contactImage{
	position:relative;
	float:left;
	background-image:url(../images/contact-letterbox.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:253px;
	z-index:0;
	}
	#bodyContent{
	position:relative;
	float:left;
	width:751px;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	}
	

#footer{
position:relative;
float:left;
width:100%;
background-image:url(../images/footer.jpg);
background-repeat:no-repeat;
height:63px;
margin-bottom:20px;
}



h1{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#111;
font-weight:bold;
line-height:35px;
padding:0px;
margin-top:15px;
}

h2{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:#111;
font-weight:bold;
line-height:15px;
padding:0px;
margin-top:0px;
}

h3{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#111;
line-height:20px;
padding:0px;
margin-top:0px;
font-weight:normal;
}

h5{
font-family:Arial, Helvetica, sans-serif;
font-size:48px;
color:#111;
line-height:16px;
padding:0px;
margin-top:30px;
font-weight:bold;
}

h6{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#111;
font-weight:normal;
line-height:16px;
padding:0px;
margin-top:0px;
}


p{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#111;
line-height:16px;
padding:0px;
margin-top:20px;
}

a:link, a:visited{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#353968;
text-decoration:none;
font-weight:bold;
}
a:hover, a:active{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#586289;
text-decoration:underline;
}

.manufacturertext{
font-family:Arial, Helvetica, sans-serif;
font-size:20px !important;
color:#353968;
text-decoration:none;
font-weight:bold;}

.manufacturertext a:link, .manufacturertext a:visited{
font-family:Arial, Helvetica, sans-serif;
font-size:20px !important;
color:#353968;
text-decoration:none;
font-weight:bold;
}
.manufacturertext a:hover, .manufacturertext a:active{
font-family:Arial, Helvetica, sans-serif;
font-size:20px !important;
color:#586289;
text-decoration:underline;
}
