body {
	background-image:url(../assets/page_bkg.png);
	background-repeat: repeat-y;
	background-position: top center;
	margin:0;
	padding: 0;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #666;
	margin: 0 0 1em 0;
	padding: 0;
}
a {
	color: #666;
}
div {
	position: relative;
	margin: 0;
	padding: 0;
}
h1, h2 {
	font-size: 14px;
	color: #94bacc;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 15px;
	text-transform: uppercase;
	padding: 0;
	margin-bottom: 10px;
}
/* page layout ====================================================== */
#wrap {
	position: absolute;
	width: 774px;
	height: auto;
	left: 50%;
	margin-left: -387px;
}
#header {
	background-image:url(../assets/header_bkg2.gif);
	background-repeat: no-repeat;
	background-color: #94BACC;
	height: 136px;
}
#menu {
	position: absolute;
	top: 133px;
	left: 0;
	height: 18px;
}
#contentwrap {
	height: 1%;
	overflow: visible;
	background-image: url(../assets/content_bkg.png);
	background-repeat: repeat-y;
	background-position: top left;
	padding: 30px 65px 20px 380px;
	margin-top: 21px;
}
#contentwrap a {
	color: #999;
}
#contentwrap a:hover {
	color: #94bacc;
}
#aboutwrap {
	margin-bottom: 0;
	margin-top: -15px;
}
* html #aboutwrap {
	margin-bottom: -6px;
	margin-top: -10px;
}
*+html #aboutwrap {
	margin-bottom: -6px;
	margin-top: -10px;
}
#contentL {
float-left;
position:absolute;
left: 20px;
top: 20px;
width: 274px;
padding-right: 20px;

	}
*+html #contentL {
	width: 260px;
}
#contentL p, #contentL a {
	color: #fff;
}
#contentL a:hover {
	color: #eee;
}
#footer {
	clear: both;
	height: 30px;
	padding: 10px 40px 0 40px;
}
*+html #footer {
	padding-top: 10px;
}
*html #footer {
	padding-top: 10px;
}
#credits {
	width: 50%;
	float: right;
	text-align: right;
	margin-top: -22px;
}
#footer p, #credits p, #footer a, #credits a {
	font-size: 9px;
	color: #fff;
}
/* menu system ================================================================ */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	margin-left: 92px;
		}
#nav img, #nav a {
	border:none;
}
#nav li {
	float: left;
	height: auto;
	margin-right: 20px;
}
#nav li a {
	display: block;
	text-decoration:none;
	color: #e8e4de;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: .12em;
	text-align: right;	
	background-image:url(../assets/menu_bkg.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 19px;
	padding-bottom: 13px;
	padding-top: 4px;
}
*html #nav li a {
	letter-spacing: .1em;
}
*+html #nav li a {
	letter-spacing: .01;
}
#nav li a:hover {
	background-image: url(../assets/menu_bkg_ovr.png);
	
}
#nav li ul {
	position: absolute;
	left: -999em;
	background-color: #fff;
	width: 100px;
	margin-left: 9px;
	padding: 5px 0 5px 8px;
}
*html #nav li ul {
	
	padding-right: 0;
	margin-right: 0;
}
#nav li ul li {
	padding: 0 0 5px 0;
}
#nav li ul li a {
	background-image:none;
	text-align: left;
	color: #94bacc;
	font-size; 9px;
	font-weight: normal;
	padding: 0;
	letter-spacing: 0;
}
#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
		}
#nav li ul li a:hover {
	color: #999;
	background-image: none;
}
/* contact form ===========================================================================*/
.contactform {
background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	margin: 0;
	padding: 5px;
}
.contactform label, .contactform input, .contactform select, .contactform textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	display: block;
	float: left;
	width: 18em;
	margin: 2px 0;
	padding: 2px;
	}
.contactform input, .contactform textarea, .contactform select, .storeform input {
	border: 1px solid #94bacc;
}
.contactform input.xsmall {
	width: 2em;
}
.contactform input.xsmallh {
	width: 2em;
	padding: 3px;
	margin-right: 5px;
}
.contactform input.small {
	width: 5em;
	}
input.button {
	height: 22px;
	border: 1px solid #94bacc;
	line-height: 12px;
	color: #94bacc;
	background-color: #fff;
	width: auto;
	text-transform: uppercase;
	padding: 0 7px 2px 7px;
}
.contactform input.checkbox {
	width: 5px;
}
input.hidden {
	height: 1px;
	border: none;
	background-color: #fff;
}
.contactform select {
	background-color: #fff;
	width: 18.5em;
	border: 1px solid #94bacc;
}
.contactform label {
	font-weight: bold;
	color: #94bacc;
	letter-spacing: 0.1em;
	text-align: right;
	width:10em;
	margin-right: 5px;
	font-size: 10px;
}
.contactform br {
	clear:left;
}
.contactform input.submit {
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #94bacc;
	color: #fff;
	background-color: #94bacc;
	padding: 0 15px 2px 15px;
	width: 19.5em;
}

/* miscellaneous formating ================================================== */
img.nomargin {
	border:none;
	position: relative;
	margin: -20px 0 0 -20px;
	padding:0;
}
img.headerimg {
	margin-bottom: 5px;
}
div.twocolwrap {
	width: 274px;
	margin: 8px 0;
}
div.Lcol {
	width: 150px;
	float:left;
}
div.Rcol {
	width: 124px;
	float: right;
}
.error {
	font-weight: bold;
	color: #b44a4c;
}
.blue {
	color: #94bacc;
	background-color: #94bacc;
}
div#productdisplay {
	margin: 40px -30px 30px 0;
	height: 300px;
}
* html div#productdisplay {
	height: 288px;
}
*+html div#productdisplay {
	height: 288px;
}
div#productdisplay img {
	margin-right: 20px;
	margin-bottom: 20px;
	border: 2px solid #94bacc;
}
div#productdisplay p {
	color: #94bacc;
	font-size: 11px;
	margin: -17px 15px 5px 0;
	text-align: center;
}
div#pagenav {
	position: absolute;
	top: 225px;
	width: 350px;
}
div#pagenav p, div#pagenav a {
	text-align: right;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;
	margin-top: 20px;
}
div#catdisplay {
	margin-left: 0;
	
}
div#catdisplay table {
	width: 100%;
}
div#catdisplay td {
	width: 33%;
	text-align: center;
}
div#catdisplay p {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #fff;
	margin: 3px 0 10px 0;
	}
div#catdisplay img {
	border: 2px solid #94bacc;
}
img.prodlrg {
	border:none;
	margin-left: 5px;
}
#shipping {
	visibility: hidden;
	z-index: 99;
	
}
p.byline {
	font-size: 22px;
	color: #94bacc;
	margin-top: 5px;
	
}