@charset "utf-8";
/* CSS Document */

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%;
	background: #004b23;
	margin: 0;
	padding: 0;
	color: #000;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 25px;
	padding-left: 25px;
}
h2 {
	font-size:90%;
	color:#FF6600;
}
a img {
	border: none;
}
a:link {
	color:#004b23;
	text-decoration:none;
}
a:hover {
	color:#004b23;
	text-decoration:none;
}
a:visited {
	color:#004b23;
	text-decoration:none;
}
ul {
	list-style-position:inside;
	margin-left:45px;
}
.container {
	width: 1000px;
	background: #FFF;
	margin: 0 auto;
}
.header {
	background: #ADB96E;
}
.menu {
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:.1.5em;
	color:#CCC;
	background-color:#000;
}
.menu a:link {
	color:#FFFFFF;
	text-decoration:none;
}
.menu a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.menu a:hover {
	color:#8b9e6c;
}
menu a:hover, a:active, a:focus {
	text-decoration: none;
}
.mainPics {
	text-align:center;
	background-color:#FFF;
}
.sidebar1 {
	float: left;
	width: 500px;
	padding: 10px 0;
}
.sidebar1 h1 {
	color:#004b23;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:20px;
	background-color:#8b9e6c;
}
.sidebar1 a:link {
	color:#f36c21;
	text-decoration:none;
}
.sidebar1 a:visited {
	color:#f36c21;
	text-decoration:none;
}
.sidebar1 a:hover {
	color:#004b23;
}
sidebar a:hover, a:active, a:focus {
	text-decoration: none;
}
.content {
	padding: 10px 0;
	width: 500px;
	float: left;
}
.content h1 {
	color:#f36c21;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:20px;
}
.content ul, .content ol {
	padding: 0 15px 15px 40px;
}
.availability {
	padding: 10px 0;
	width: 1000px;
	float: left;
}
.availability h1 {
	color:#f36c21;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:20px;
}
.TableOne {
	margin-top: 0;
	padding-right: 25px;
	padding-left: 25px;
}
.TableTwo {
	margin-top: 0;
	padding-right: 25px;
	padding-left: 25px;
}
.TableTwo td {
	text-align:center;
}
.TableTwo th {
	background-color:#8cac99;
}
.productTable {
	
}
.productTable th {
	color:#FFF;
	background-color:#003300;
}
.productTable td {
	text-align:left;
	vertical-align:top;
	border-style:solid;
	border-width:1px;
	border-color:#006633;
}
.emphasisParagraph {
	color:#3355A6;
}
.footer {
	font-size: 10px;
	text-align:center;
	padding: 10px 0;
	background: #8b9e6c;
	position: relative;
	clear: both;
}
.footer a:link {
	color:#666;
}
.footer a:hover {
	color:#F90;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.centerOnly {
	text-align:center;
}
