@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.jpg) top center no-repeat #0c3b59;
	font-family: Arial, Helvetica, sans-serif;
	color: #283843;
	}

/* Structure */

#center {
	width: 992px;
	margin: 0 auto 0 auto;
	}

#header {
	width: 992px;
	height: 314px;
	float: left;
	background: url(../images/header.jpg);
	}

#h-top {
	width: 952px;
	height: 21px;
	float: left;
	padding: 9px 0 0 40px;
	}

#logo {
	width: 927px;
	height: 143px;
	float: left;
	padding: 10px 0 0 65px;
	}

#nav {
	width: 992px;
	height: 49px;
	float: left;
	padding: 82px 0 0 0;
	}

#buttons {
	width: 576px;
	margin: 0 auto 0 auto;
	}

#nav img {
	margin: 0;
	float: left;
	}

#main {
	width: 822px;
	float: left;
	background: url(../images/wrap-bg.png) top center repeat-y;
	padding: 0 85px 0 85px;
	}

#footer {
	width: 862px;
	float: left;
	background: url(../images/footer.png) top center no-repeat;
	padding: 50px 65px 0 65px;
	}

#f-top {
	width: 862px;
	float: left;
	height: 40px;
	}

#f-btm {
	width: 862px;
	float: left;
	padding: 15px 0 0 0;
	}

.product-sec {
	width: 760px;
	float: left;
	margin: 0 0 15px 0;
	border-top: #cad3d9 1px solid;
	border-bottom: #cad3d9 1px solid;
	border-right: #b81d2b 1px solid;
	border-left: #b81d2b 1px solid;
	padding: 30px 30px 25px 30px;
	}

.product-samples {
	float: right;
	background: #ffffff;
	border: 1px solid #607481;
	border-bottom: 3px solid #607481;
	width: 250px;
	padding: 25px;
	}
	
/* Text Styling */

h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 30px;
	margin: 25px 0 15px 0;
	}

h2 {
	font-family: Times New Roman, Times, serif;
	font-size: 26px;
	margin: 25px 0 15px 0;
	}

h3 {
	font-family: Times New Roman, Times, serif;
	font-size: 23px;
	margin: 25px 0 15px 0;
	}

h4 {
	font-family: Times New Roman, Times, serif;
	font-size: 19px;
	margin: 25px 0 15px 0;
	}

h5 {
	font-size: 15px;
	margin: 0 0 15px 0;
	}

h6 {
	font-size: 12px;
	margin: 0 0 15px 0;
	}

p {
	font-size: 13px;
	margin: 0 0 15px 0;
	}
	
li {
	font-size: 13px;
	margin: 0 0 15px 0;
	}

/* Link Styling */

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a, ul li a, ol li a {
	color: #283843;
	text-decoration: none;
	}

a.visible {
	color: #93141d;
	font-weight: bold;
	}

a.visible:hover {
	color: #083756;
	font-weight: bold;
	}

/* Additional Text Styling */

#h-top h1 {
	color: #ffffff;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	}

.product-sec h2 {
	margin-top: 0px;
	}

h3.samples {
	margin: 0;
	}

p.samples {
	margin: 0 0 10px 0;
	font-size: 12px;
	}

#footer, #footer p, #footer a, #footer p a {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	}

#footer a:hover, #footer p a:hover {
	text-decoration: underline;
	}

p.copyright {
	float: left;
	}

p.footer-links, p.keyweb {
	float: right;
	}

p.footer-links a {
	margin: 0 10px 0 10px;
	}

#footer #f-btm p.keyweb a:hover {
	text-decoration: none;
	}

/* Other */

a img {
	border: 0px;
	}

.red {
	color: #93141d;
	}

.blue {
	color: #083756;
	}

.alignright {
	float: right;
	margin: 10px 0 25px 25px;
	}

.alignleft {
	float: right;
	margin: 10px 25px 25px 0;
	}

#products-menu a {
	color: #083756;
	}

#products-menu a:hover {
	color: #93141d;
	}

/* Forms */

input {
	margin: 0 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #283843;
	background: #ebf1f5;
	border: 1px solid #425969;
	padding: 7px;
	}

input:hover {
	background: #ffffff;
	border: 1px solid #891520;
	}
	
textarea {
	margin: 0 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #283843;
	background: #ebf1f5;
	border: 1px solid #425969;
	padding: 7px;
	}

textarea:hover {
	background: #ffffff;
	border: 1px solid #891520;
	}

input.button {
	padding: 10px;
	background: url(../images/button-bg.gif) bottom repeat-x;
	color: #ffffff;
	margin: 0 2px 10px 0;
	border: 1px solid #425969;
	}

input.button:hover {
	background: url(../images/button-bg-2.gif) bottom repeat-x;
	border: 1px solid #425969;
	cursor: pointer;
	}

