@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-repeat: repeat-x;
	background-color: #333333;
	background-image: url(images/background.png);
}
.oneColElsCtrHdr #container {
	width: 765px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	border: 1px groove #333333;
}
.oneColElsCtrHdr #header {
	height: 96px;
	width: 765px;
	padding: 0px;
	margin: 0px;
} 
.oneColElsCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	clear: both;
	margin-top: 10px;
	width: 98%;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
.oneColElsCtrHdr #topnavigation {
	width: 100%;
	height: 29px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/hnl_topnav.gif);
	background-repeat: no-repeat;
}
.oneColElsCtrHdr  #topnavigation ul {
	list-style-type: none;
	padding-top: 4px;
	margin-top: 0px;
	padding-left: 20px;
	margin-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.oneColElsCtrHdr #topnavigation li {
	display: inline;
	padding-right: 20px;
}
.oneColElsCtrHdr #topnavigation a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	color: #330000;
	font-weight: bold;
}
.oneColElsCtrHdr  #topnavigation a:hover {
	color: #A49060;
}
.oneColElsCtrHdr #homepageintro {
	height: 344px;
	width: 758px;
	margin-right: auto;
	margin-bottom: auto;
}
.oneColElsCtrHdr #editorial {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}



.oneColElsCtrHdr #footer {
	background-image: url(images/footerbg.gif);
	height: 40px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: repeat-x;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
} 
.oneColElsCtrHdr #footer #footertext {
	width: 50%;
	height: 20px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: center;
}
.oneColElsCtrHdr #footer ul {
	list-style-type: none;
}
.oneColElsCtrHdr #footer li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #A49060;
	padding-right: 20px;
}
.oneColElsCtrHdr #footertext a {
	text-decoration: none;
	color: #A49060;
}
.oneColElsCtrHdr #footertext a:hover {
	color: #333333;
}
.oneColElsCtrHdr #mainContent #leftnav {
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.oneColElsCtrHdr #container #productinfo {
	float: left;
	width: 530px;
	margin-left: 35px;
	margin-top: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.oneColElsCtrHdr #mainContent #tabdiv {
	width: 540px;
	float: right;
	margin-bottom: 10px;
	margin-right: 8px;
	margin-top: 50px;
}

.oneColElsCtrHdr #container #mainContent #productinfo #productimage {
	float: left;
	height: 250px;
	width: 160px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
}

.oneColElsCtrHdr #container #mainContent  h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #A49060;
	margin-top: 0px;
	margin-bottom: 5px;
}
.oneColElsCtrHdr #container p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	margin-top: 0px;
	color: #330000;
}
.oneColElsCtrHdr #productdescription {
	float: left;
	width: 322px;
	margin-left: 15px;
	padding-top: 8px;
	text-align: left;
}
.oneColElsCtrHdr #productdescription h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #330000;
	margin-top: 0px;
	margin-bottom: 2px;
}
.oneColElsCtrHdr #contactimage {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.oneColElsCtrHdr #editorial a {
	text-decoration: none;
	color: #333333;
}
.oneColElsCtrHdr #editorial a:hover {
	color: #330000;
}
