﻿@import url("layout.css");
body {
	background-color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #C0C0C0;
	background-image: url('../images/body_bgd.jpg');
}
#container {
	padding: 0 0 0 0;
	width: 900px;
	margin: 0 auto;
	background-image: url('../images/topboarder.jpg');
	background-repeat: repeat-y;
	background-attachment: scroll;
	border-bottom-color: #701400;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
#navigation {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #F6D323;
	overflow: hidden;
	color: #000000;
	font-weight: bold;
}	
#masthead {
	background-position: center;
	width: 880px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	overflow: auto;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
}
#sidebar {
	float: left;
	width: 150px;
	background-color: #F6D323;
	position: relative;
	clear: both;
	margin-left: 9px;
	display: block;
	text-align: center;
}
#content {
	border: thin #701400 solid;
	float: right;
	width: 856px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	background-color: #FFFFFF;
	position: relative;
}
#content a {
	color:  black;
}
#content a:hover  {
	color:  black;
	text-decoration:none;
}
#content h2 {
	text-align: center;
	color: #701400;
}
#content h3 {
	background-image: url('../images/h3-header.jpg');
	background-repeat: no-repeat;
	text-align:center;
}
#content h4 {
	background-image: url('../images/h4-header.jpg');
	background-repeat: no-repeat;
	text-align: center;
}
#content h5 {
	text-align: center;
	font-size: medium;
	font-weight: bold;
	color: #701400;
}
#content img{
	padding-right:10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 850px;
	margin-right: 0;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #F6D323;
	font-size: medium;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
#productcontact{
	text-align:left;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#navigation li {
	float: left;
	font-weight: bold;
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
	display: block;
	text-align: center;
	font-weight: bold;
}
#navigation a:hover {
	background-color: #701400;
	color: #FFFFFF;
}
/* Styles for Footer */
#footer p {
	font-size: small;
	color: #701400;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #701400;
	text-decoration: underline;
}
#footer a:hover {
	color: #701400;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}