@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_02.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	width: 100%;
	margin: 0px auto;
	}
	
#container {
	width: 1020px;
	margin: 0px auto;
	}
	
#clear {
	clear: both;
	}
	
	
/**************************** HEADER / NAV / BODY ************************/
#header {
	width: 1020px;
	height: 150px;
	background: url(images/header_03.jpg) no-repeat;
	}
	
#contact-header {
	width: 300px;
	padding-top: 60px;
	padding-left: 750px;
	padding-right: 30px;
	font-size: 20px;
	color: #1d2454;
	}

#nav-container {
	width: 1020px;
	height: 50px;
	background: url(images/nav-bg_05.jpg) no-repeat;
	}
	
#nav {
	width: 1000px;
	margin: 0px auto;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	}
	
#body-container {
	width: 1020px;
	background-image: url(images/bg_18.png);
	background-repeat: repeat-y;
	}
	
#body-bg {
	width: 1000px;
	margin: 0px auto;
	background-image: url(images/body-bg_17.jpg);
	background-position: center;
	background-repeat: no-repeat;
	}
	
#content {
	width: 877px;
	margin: 0px auto;
	padding-top: 20px;
	padding-bottom: 10px;
	}
	
#content2 {
	width: 865px;
	margin: 0px auto;
	}
	
#featprod-title {
	width: 877px;
	height: 44px;
	background: url(images/feat-prod_22.png) no-repeat;
	}
	
#feat-column1 {
	width: 288px;
	float: left;
	}

#feat-column2 {
	width: 288px;
	float: left;
	}
	
#feat-column3 {
	width: 288px;
	float: right;
	}
	
#prodline-column1 {
	width: 432px;
	float: left;
	}
	
#prodline-column2 {
	width: 432px;
	float: right;
	}
	

/**************************** FOOTER ************************/
#footer-container {
	width: 100%;
	height: 124px;
	background: url(images/footer-bg_27.jpg) repeat-x;
	}
	
#footer {
	width: 1020px;
	height: 124px;
	background: url(images/footer-contentbg_26.jpg) no-repeat;
	}
	
#footer-content {
	width: 1000px;
	margin: 0px auto;
	padding-top: 10px;
	font-size: 11px;
	color: #FFFFFF;
	}
	
a.footer:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a.footer:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a.footer:hover {
	text-decoration: none;
}
a.footer:active {
	text-decoration: underline;
}

	
/**************************** TEXT STYLES ************************/
.title {
	font-size: 30px;
	font-weight: bold;
	color: #0d87ad;
	}
	
.sub-title {
	font-size: 20px;
	color: #0d87ad;
	}
	
.feat-title {
	font-size: 16px;
	font-weight: bold;
	}
	
.feat-li {
	font-size: 15px;
	color: #0d87ad;
	}
	
.letters {
	font-size: 20px;
	color: #FFFFFF;
	}
	
a.sitemap {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
a.sitemap:link {
	text-decoration: none;
}
a.sitemap:visited {
	text-decoration: none;
	color: #194A74;
}
a.sitemap:hover {
	text-decoration: underline;
}
a.sitemap:active {
	text-decoration: none;
}