@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}
li {
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 20px;
}
a {
	color: #c07b1e;
	text-decoration: none;
}
ul {
	margin: 0px 0px 10px 0px;
}
a:hover {
	text-decoration: underline;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #0088e0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	margin: 0px 0px 15px 0px;
}
h1 {
	color: #002a56;
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}
h2 {
	color: #002a56;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
h3 {
	color: #d08726;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
.main {
	background-color: #003f9d;
}
.mainInner {
	width: 960px;
	margin: 0px auto 0px auto;
}
.quote {
	color: #c07b1e;
	font-size: 18px;
	font-style: italic;
}
.header {
	width: 960px;
	height: 157px;
	background-image: url(../images/backer_header.jpg);
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
}
.navigation {
	width: 703px;
	height: 25px;
	padding: 10px 0px 0px 240px;
	margin: 0px 0px 0px 9px;
	background-image: url(../images/backer_navigation.jpg);
	background-repeat: repeat-x;
}
.navigation a {
	color: #002247;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	padding: 0px 0px 0px 12px;
	margin: 0px 0px 0px 80px;
	background-image: url(../images/bullet_navigation.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
.navigation a:hover, .current {
	text-decoration: none;
	color: #fff !important;
	background-image: url(../images/bullet_navigation_hi.jpg) !important;
}
.navigationProducts {
	position: absolute;
	top: 100px;
	left: 20px;
	line-height: 18px;
}
.navigationProductsTitle {
	color: #002247;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
}
.content {
	position: relative;
	width: 943px;
	padding: 25px 0px 20px 0px;
	margin: 0px 0px 0px 9px;
	background-color: #fff;
	background-image: url(../images/backer_content.jpg);
	background-repeat: no-repeat;
}
.contentAbout {
	position: relative;
	width: 943px;
	padding: 25px 0px 20px 0px;
	margin: 0px 0px 0px 9px;
	background-color: #fff;
	background-image: url(../images/backer_content_contact.jpg);
	background-repeat: no-repeat;
}
.contentProducts {
	position: relative;
	width: 943px;
	padding: 25px 0px 20px 0px;
	margin: 0px 0px 0px 9px;
	background-color: #fff;
	background-image: url(../images/backer_content_products.jpg);
	background-repeat: no-repeat;
}
.contentContact {
	position: relative;
	width: 943px;
	padding: 25px 0px 20px 0px;
	margin: 0px 0px 0px 9px;
	background-color: #fff;
	background-image: url(../images/backer_content.jpg);
	background-repeat: no-repeat;
}
.contentInner {
	margin: 0px 30px 0px 320px;
}
.contentInner p {
	padding-right: 110px;
}
.contentBottom {
	width: 943px;
	height: 70px;
	background-color: #fff;
	background-image: url(../images/backer_content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0px 0px 0px 9px;
}
.footerWrapper {
	height: 95px;
	background-image: url(../images/backer_footer_wrapper.jpg);
	background-repeat: repeat-x;
}
.footer {
	width: 943px;
	height: 75px;
	padding: 20px 0px 0px 0px;
	margin: 0px auto 0px auto;
	color: #fff;
	text-align: center;
	background-image: url(../images/backer_footer.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.footer p {
	margin: 0px 0px 4px 0px;
}
.footer a {
	color: #fff;
}
.photoProduct {
	margin: 0px 0px 15px 0px;
}
.productPhotos {
	background-color: #d08726;
	background-image: url(../images/backer_product_photos.jpg);
	background-repeat: repeat-x;
	display: inline-block;
	padding: 10px 0px 10px 10px;
	margin: 0px 0px 20px 0px;
	border-top: 1px #e4ba82 solid;
	border-right: 1px #935f1b solid;
	border-bottom: 1px #241807 solid;
	border-left: 1px #d09c57 solid;
}
.productPhotos img {
	padding: 0px 10px 0px 0px;
}
