body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana;
	width: 790px;
}
th, td {
	font-family: Arial, Verdana;
}
#Content h2 {
	font-size: 1.4em;
	padding-top: 5px;
}
#Content {
	padding: 16px;
	font-size: .8em;
}
#SearchBoxes {
	background-color: #003151;
	height: 112px;
	float: left;
}
#SearchBoxes input {
    font-size: 1.3em;
}
#SearchBoxes a {
    text-decoration: none;
    color: white;
}
#SearchBoxes form {
    padding: 0;
    margin: 0;
}
#SearchBoxes a:hover {
    text-decoration: underline;
}
h1 {
	height: 112px;
	width: 348px;
	background-image: url(/cms/upload/images/348.jpg);
	float: left;
	padding: 0;
	margin: 0;
}
h1 span {
	display: none;
}
h2 {
	text-transform: uppercase;
	margin-top: 0;
	padding-top: 0;
}
#Header {
	background-color: #003151;
	width: 790px;
	height: 112px;
	font-size: .8em;
	color: white;
}
#Header img {
	float: left;
	background-color: white;
}
#TopMenu {
	clear: both;
	background-color: #2F8927;
	width: 790px;
	background-image: url(/cms/upload/images/363.png);
}
div#TopMenu ul ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 200px;
	-moz-opacity: .98;
	filter: alpha(opacity=98);
}
div#TopMenu ul {
	font-weight: bold;
	color: white;
	text-align: center;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #2F8927;
}

div#TopMenu ul li {
	display: inline;
	margin-left: -4px;
}

div#TopMenu ul li ul li {
	display: block;
	text-align: left;
	margin: 0;
	padding: 0px;
	width: 200px;
}

div#TopMenu ul li ul li a {
	border-right: 0px none;
	margin: 0;
	padding: 8px;
	display: block;
	width: 184px;
    border: 0px solid #2F8927;
}

div#TopMenu ul li ul li a:hover
{
    background-color: #277621;
}

div#TopMenu ul li a
{
	padding: 5px 25px;
	color: white;
	text-decoration: none;
	border-right: 1px solid black;
	text-transform: uppercase;
	font-size: 0.8em;
}

div#TopMenu ul li a:focus {
    -moz-outline: 0px none;
}
#Active a { border-left: 1px solid black; }

#Footer1 {
    clear: both;
	margin-top: 15px;
	font-size: .8em;
	text-align: center;
	font-weight: bold;
	width: 790px;
	padding-bottom: 0;
	margin-bottom: 0;
}
#Footer2 {
    clear: both;
	font-size: .8em;
	color: #2F8927;
	text-align: center;
	width: 790px;
	padding-top: 0;
	margin-top: 0;
}

.Products {
    width: 790px;
}

.Products .Product {
    width: 340px;
    height: 90px;
    float: left;
    padding: 10px;
    padding-bottom: 25px;

}

.Products .Product img {
    float: left;
    margin-right: 10px;
    width: 75px;
    height: 75px;
}

.Products .Product div {
    margin-left: 75px;
}

.Products .Product .ProductTitle {
    font-size: 1.1em;
    padding-top: 0;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.ShoppingCart .Product {
    clear: both;
    padding: 10px;
    padding-bottom: 15px;
    height: 90px;
}
.ShoppingCart .Product img {
    float: left;
    margin-right: 10px;
    width: 75px;
    height: 75px;
}
.ShoppingCart .ProductTitle {
    font-size: 1.1em;
    padding-top: 0;
    padding-bottom: 10px;
    padding-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
    float: left;
    width: 300px;
}
.ShoppingCart .QuantityAndPrice {
    width: 110px;
    float: left;
}
.ShoppingCart .QuantityAndPrice input {
    width: 30px;
}
.ShoppingCart .Price {
    padding: 4px;
}
.ShoppingCart form {
    float: left;
}
.ShoppingCart input {
    float: left;
}
.ShoppingCart .DeleteButton {
    margin-left: 10px;
    margin-right: 0;
}
.ShoppingCart .OddRow {
    background-color: #F1F1F1;
}
.ShoppingCart .EvenRow {

}
.ShoppingCart .Subtotal {
    padding-right: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.1em;
    float: right;
}
.ShoppingCart input.Checkout {

}
.ShoppingCart .Buttons {
    clear: both;
    float: right;
    margin-left: auto;
    martin-bottom: 15px;
}
.ShoppingCart .Quantity {
    margin-right: 10px;
}

.Checkout .Product {
    clear: both;
    padding: 10px;
    padding-bottom: 15px;
    height: 90px;
}
.Checkout .Product img {
    float: left;
    margin-right: 10px;
    width: 75px;
    height: 75px;
}
.Checkout .ProductTitle {
    font-size: 1.1em;
    padding-top: 0;
    padding-bottom: 10px;
    padding-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
    float: left;
    width: 390px;
}
.Checkout .QuantityAndPrice {
    width: 110px;
    float: left;
}
.Checkout .QuantityAndPrice input {
    width: 30px;
}
.Checkout .Quantity {
    width: 30px;
}
.Checkout .Price {
    padding: 4px;
}

.Checkout .Delete {
    width: 110px;
    float: left;
}
.Checkout .OddRow {
    background-color: #F1F1F1;
}
.Checkout .EvenRow {

}
.Checkout .Subtotal {
    padding-right: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.1em;
}
.Checkout input.Checkout {

}
.Checkout .Buttons {
    clear: both;
    float: right;
    margin-left: auto;
    martin-bottom: 15px;
}

table.Checkout {
	list-style-type: none;
	border-top: 1px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-bottom: 14px;
	width: 100%;
}
table.Checkout th {
	padding: 5px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #FFFFFF;
	text-align: left;
	background-color: #EFEFDE;
	font-weight: normal;
}
table.Checkout td {
    padding: 6px;
	border-top: 0px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
}
table.Totals {
    float: left;
}
table.Totals th {
    text-align: right;
}
table.Shipping th {
    text-align: left;
}
table.Billing th {
    text-align: left;
}
table.Totals td{
    text-align: left;
}
#CheckoutCreditCard td {
    padding-right: 10px;
}

div.Search li {
	list-style-type: none;
	padding-bottom: 12px;
}
div.Search .Title {
    font-size: 1.28em;
}
div.Search .Description {
    display: block;
    padding: 0;
    margin: 0;
}
div.Search .Filename {
    color: #008000;
    display: block;
    padding: 0;
    margin: 0;
}
.boxborder {
	border: 1px solid #999999;
}