@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}
body {
	background-image: url(images/bg_slice.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center top;
	background-color: #7A1A01;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
a {
	text-decoration: none;
}
#wrapper {
	width: 800px;
	margin: 0px auto 0px auto;
}
h1, h2 {
	padding: 0px 0px 0px 0px;
}
/*--Logo--*/
#header {
	padding: 0px 0px 0px 0px;
	margin: 40px 0px 20px 0px;
}
/*--Product Navigation--*/
#product_nav {
	margin: 0px 0px 0px -80px;
	padding: 0px 8px 0px 8px;
	background-color: #333;
	float: left;
	width: 960px;
	position: relative;
}
#product_nav a, #product_nav a span {
	display: block;
	width: 156px;
}
#product_nav a {
	position: relative;
	height: 407px !important;
	overflow: hidden;
	padding:10px 2px 10px 2px;
	float:left;
	width:auto;
}
#product_nav a span {
	background: transparent url(images/nav_overlay.png) 0 0 no-repeat; /* Remember to update javascript in html if updating image name or path. */
	position: absolute;
	top: 0;
	left: 0;
	height: 814px;
}
#product_nav a:hover {
	background-position: 0 bottom;
}
#product_nav a:hover span {
	top: -417px;
}
#product_nav li {
	display: inline;
}
/*--About--*/
#about_us {
	float: left;
	clear: both;
	padding-top: 20px;
}
#about_us p {
	padding: 10px 0px 0px 4px;
	font-size:.8em;
	text-align: justify;
}
/*--Procuct Applications--*/
#applications {
	width: 500px;
	padding: 15px 4px 0px 4px;
	margin: 25px 40px 25px 0px;
	float: left;
	clear: left;
}
#applications p {
	padding-top: 10px;
	font-size: 0.7em;
}
#applications img.header_catalogue {
	margin-top: 40px;
}
#applications a, a:visited {
	color: #E2E2E2;
}
#applications a:active {
	color: #333;
}
#applications a:hover {
	color: #000;
}
/*--Product Catalogue--*/
#catalogue {
	width: 500px;
	float: left;
	margin: 0px 40px 0px 0px;
	padding: 15px 4px 0px 4px;
}
#catalogue p {
	padding-top: 10px;
	font-size: 0.7em;
}
#catalogue a, a:visited {
	color: #E2E2E2;
}
#catalogue a:active {
	color: #333;
}
#catalogue a:hover {
	color: #000;
}
/*--Contact Information--*/
#contact {
	width: 250px;
	padding: 15px 0px 0px 0px;
	margin: 25px 0px 0px 0px;
	float: right;
	color: #000;
}
#contact p {
	padding-top: 10px;
	font-size: 0.7em;
}
#contact strong {
	font-size: 1.3em;
}
#contact a, a:visited {
	color: #E2E2E2;
}
#contact a:active {
	color: #333;
}
#contact a:hover {
	color: #000;
}
/*--Footer--*/
#footer {
	margin: 25px 0px 0px 0px;
	padding: 30px 0px 15px 0px;
	background-color: #333;
	float: left;
	width: 100%;
	font-size: 0.7em;
	color: #FFF;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#footer p {
	text-align: center;
}
#footer strong {
	color: #CCC;
	font-size: 1.2em;
}
#footer a, a:visited {
	color: #FFF;
}
#footer a:active {
	color: #CCC;
}
#footer a:hover {
	color: #B9551C;
}
#footer .button {
	margin-bottom: -5px;
}