body {
	background-color: #212621;
	margin: 0px;
}
#container {
	position:relative;
	width:850px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#header {
	position:relative;
	width:850px;
	height:250px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #5f9407;
}
#contentarea {
	position:relative;
	width: 850px;
	background-color: #457c00;
	font-size: 11px;
	color:#333333;
}
#nav {
	position: absolute;
	width: 170px;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #457c00;
	color:#ffffff;
}
#nav p {
	padding:0px;
	margin-bottom:6px;
	margin-top:0px;
}
#nav a {
	color:#ffffff;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	display:block;
	padding-right: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:10px;
	font-weight: bold;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #4e8400;
}
#nav a:hover {
	color:#666666;
	display:block;
	background-color:#FFFFFF;
}

#content {
	position:relative;
	width: 630px;
	left: 180px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #ffffff;
}
#content img {
	margin: 5px;
	border: 3px solid #abb936;
}
#content img.noborder {
	border: 0px;
}
#content ul {
	display:block;
	padding: 0; margin: 0;
}
#content ul li {
	padding: 3px;
	list-style-position: inside;
	list-style-type: square;
}
#content ol{display:block; margin:0px 15px 5px 20px; padding:0px;}
#content ol li{list-style-position:outside; list-style-type:decimal;}
#content #buyIt{position:relative;}
#content #buyIt #BTN{
	position:absolute;
	width:409px;
	height:968px;
	overflow:hidden;
}
#content a.manual{margin:1px; padding:3px; background-color:#ffffff; text-decoration:none; border:1px solid #457c00; display:block; width:175px; color:#457c00}
#content a.manual:hover{ background-color:#457c00; border:1px solid #ffffff; color:#ffffff;}
#buyItBTN{background-image:url(../images/buyBTN.gif); background-position:bottom; display:block; background-repeat:no-repeat; width:193px; height:45px; }
#buyItBTN:hover{background-position:top;}
#buyItBTN span{display:none;}
#cartBTN{
	background-image:url(../images/cartBTN.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	vertical-align:middle;
	padding-left:45px;
	display:block;
	width:82px;
	height:40px;
	position:absolute;
	text-decoration:none;
	top:0px;
	left:520px;
	overflow:hidden;
}
#cartBTN:hover{background-position:top left; text-decoration:underline;}

#addCartBTN{
	background-image:url(../images/cartBTN2.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	vertical-align:middle;
	padding-left:45px;
	display:block;
	height:50px;
	text-decoration:none;
	overflow:hidden;
	color:#457c00;
}
#addCartBTN:hover{background-position:0px -51px; text-decoration:underline;}
#footer {
	position: relative;
	padding: 5px;
	font-size: 9px;
	background-color: #457c00;
	text-align: center;
	color:#FFFFFF;
}
#footer a {
	color: #ffffff;
}
#footer a:hover {
	color: #000000;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #457c00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #abb936;
	padding-top: 5px;
	letter-spacing: 1pt;
}
h2 {
	font-size: 14px;
	color: #457c00;
	letter-spacing: .7pt;
}
h3 {
	font-size: 16px;
	color: #457c00;
	letter-spacing: .8pt;
	padding-top:5px;
}
h4{font-size:13px; color:#457c00; line-height:13px; padding-bottom:-5px; margin-bottom:0px;}
.photocaption {  
	font-size: 11px;
	font-style: italic;
	color: #457c00;
	border-bottom: 1px dotted #457c00;
	border-top: 1px dotted #457c00;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #dae5cc;
}
.photocaption h3 {
	font-style: normal;
	font-weight: bold;
	padding: 0; margin: 0
}
.specTable{ padding:3px; border:1px solid #4e8400;}
.specTable_head{background-color:#4e8400; font-weight:bold; color:#ffffff; font-size:13px;}
a {
	color: #457c00;
}
a:hover {
	color: #017ec8;
}
