html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100.01%;
}
body {
	min-width: 760px;
	font-family : Trebuchet MS, sans-serif;
	text-align: center;
	font-size: .9em;
	color: #000000;
	background-color: #3586C5;
}
#main {
	width: 92%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
}
#header {
	position: relative;
	height: 120px;
	background-color: #006300;
	background: url("Images/header-back.jpg") repeat-x top left;
}
#Logo-Block {
	position: relative;
	width: 220px;
	background: url("Images/Lakeside.jpg") no-repeat top left;
	padding-left: 0px;
	padding-top: 0px;
	float: left;
	height: 120px;
}
#page_title {
	position: relative;
	color: #FFFFCE;
	width: 220px;
	background-color: #3586C5;
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.1em;
	padding: 5px 0px 5px 25px;
	float: right;
}
#Title-Back {
	position: relative;
	width: 245px;
	padding: 1px 0px 1px 2px;
	margin-left: 60px;
	margin-top: 50px;
	background: url("Images/title-back.gif") no-repeat top left;
	float: right;
}
#inner-main {
 	min-height: 400px; 
 	vertical-align: top;
	margin-top: 0px;
	padding: 10px 2px 20px 0px;
	background-color: #6A0202;
	border: 1px solid #FFEB01;
	border-bottom: 1px solid #FFEB01;
}
#content{
 	min-height: 400px; 
	vertical-align: top;
	font-size: 1.0em;
	text-align: justify;
	color: #000000;
	background-color: #FDFDFD;
	padding: 5px 5px 10px 5px;
	margin: 0px 0px 20px 145px;
}
#content ul {
	padding-left: 25px;
	list-style: disc inside;
}
#content li {
	list-style: disc;
	left: 15px;
}
#Location {
	border-top: 1px solid #3586C5;
	border-left: 1px solid #3586C5;
	padding: 1px 2px 0px 2px;
	background-color: #FFFFFF;
}
#footer {
	position: relative;
	color: #FAF2BA;
	font-size: .8em;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	min-height: 48px;
	height: 48px;
	text-align: center;
}
.spacer {
	clear: both;
	height: 0px;
}
.special-spacer {
	clear: right;
	height: 0px;
}
p {
	color: #2E2E2E;
	margin: 10px;
	width: auto;
	min-width: 120px;
}
#content img {
	border: 0px;
	text-decoration: none;
}
#contact-left {
	width: 45%;
	float: left;
	font-size: .9em;
	font-weight: bold;
}
#contact-right {
	width: 45%;
	float: right;
	font-size: .9em;
	font-weight: bold;
}
#contact-textarea{
	text-align: left;
	margin-top: .5em;
	font-size: .9em;
}
Input{
	background-color: #EEEEEE;
	font: Verdana,san-serif;
	border : solid 1px #989898;
	background-image:url("Images/input_fade.png");
	background-position: top left;
	border-style: inset;
	-moz-border-radius: 3px;
}
Input:focus{
	background-image:url("Images/b.gif");
}
Select{
	background-color: #EEEEEE;
	font: Verdana,san-serif;
	font-size: 1.0em;
	border : solid 1px #989898;
	background-image:url("Images/button-off.png");
	background-position: bottom left;
	border-style: inset;
	-moz-border-radius: 3px;
}
TextArea{
	background-color: #EEEEEE;
	font: Verdana,san-serif;
	border : solid 1px #989898;
	background-image:url("Images/input_fade.png");
	background-position: top left;
	background-repeat: repeat-x;
	border-style: inset;
	-moz-border-radius: 3px;
}
TextArea:focus{
	background-image:url("Images/b.gif");
}
input.Submit {
	font-weight: bold;
	font-size: .8em;
	border: 2px solid #000066;
	border-style: outset;
	background-image:url("Images/button-off.png");
	background-position: bottom left;
	margin-top: 5px;
	-moz-border-radius: 5px;
}
input.Submit:hover{
	background-image:url("Images/button-on.png");
	background-position: bottom left;
}
input.Submit:active{
	background-image:url("Images/button-down.png");
	background-position: top left;
}
img {
	border: 0px;
}
#Category_Table {
	font-size: 1.1em;
	padding-top: 35px;
}
.message {
	color: #CC0000;
	font-weight: bold;
}
.Normal { 
	font-weight: normal;
}
.Bold { 
	font-weight: bold;
}
.BoldItalic { 
	font-weight: bold;
	font-style:italic;
}
.BoldLargeNavy { 
	font: 1.2em; 
	font-weight: bold;
	color: #000080;
}
.BoldMaroon {
	font: 1.0em;
	font-weight: bold;
	color: #CC0000;
}
.BoldUnderline {
	font-weight: bold;
	text-decoration:underline;
}
.smallbold {
	font-size: .8em;
	font-weight : bold;
}
.small {
	font-size: .8em;
}
h1 {
	font: bold 1.2em;
}
h2 {
	font: bold 1.3em; 
	background-color: transparent;
}
h3 {
	font: bold 2.1em;
	font-variant : small-caps;
}
Span.super {
	font: bold .75em;
	vertical-align : super;
}
ol {
	font-size: .9em;
}
.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}
a:link, a:visited{
	color: #1D84C7;
}
a:hover, a:active{
	color: #868686;
}
#pagefooter {
	text-align: center;
	width: 99%;
	margin-top: 20px;
	margin-bottom: 5px;
}
/*|*/

/* */
.tteddo {
	font-size:.6em;
	font-weight: bold;
	text-decoration: none;
}
#pagefooter a:visited, #pagefooter a:link {
	color: #FAF2BA;
}
#pagefooter a:hover, #pagefooter a:active {
	color: #CC0000;
}
/*XXXXXXXXXXXX Product Page Rules XXXXXXXXXXX*/
.Item_Header {
	position: relative;
	float: left;
	width: 100%;
	color : #000080;
 	font-family : Arial,sans-serif ;
	font-weight : bold;
	font-size: .9em;
	padding-top: 20px;
	padding-bottom: 5px;
}
#product_table {
	padding: 5px;
}
.product_cell_left {
	width: 80%;
	margin-bottom: 10px;
}
.product_cell_right {
}
#Cart-Add {
	top: 10px;
	margin: 5px;
	padding: 5px;
	border: 1px #009900 solid;
	float: right;
}
.item {
}
/*XXXXXXXXXXXX Shopping Cart Rules XXXXXXXXXXX*/
#Cart {
	width: 97%;
	border: 1px solid #000080;
	border-collapse: collapse;
}
#Cart th {
	color: #FFFFCC;
	text-align: center;
	background-color: #000080;
}
#Cart td {
	border: 1px solid #990000;
}
#Cart .center{
	text-align: center;
}
#Cart .row-center{
	text-align: center;
	background-color: #EEFFEE;
}
#Cart .row-center:hover{
	background-color: #FFFFEE;
}
#Cart .alt-row-center{
	text-align: center;
	background-color: #EEFFFF;
}
#Cart .alt-row-center:hover{
	background-color: #FFFFEE;
}
#Cart .right{
	text-align: right;
	font-weight: bold;
}
#Cart .SubTotal {
	background-color: #FFFFDD;
	text-align: right;
	font-weight: bold;
}
#Cart-Nav{
	width: 97%;
	border-collapse: collapse;
}
#Cart-Nav .center{
	padding-top: 5px;
	text-align: center;
}
#Cart-Nav .right{
	text-align: right;
	padding-top: 6px;
}
#Cart-Nav .left{
	text-align: left;
}
#Empty-Cart {
	text-align: center;
	padding-top: 15px;
}
#Summary-Header {
	text-align: center;
	padding-top: 5px;
}
.View_Cart {
	text-decoration: none;
	padding-left: 2px;
}
.Cart-Button a {
	font-size: .8em;
	font-weight : bold;
	text-decoration: none;
	border: 2px #000066;
	border-style: outset;
	background-image:url("Images/button-off.png");
	background-position: bottom left;
	background-repeat: repeat-x;
	margin-top: 5px;
	padding: 2px;
	-moz-border-radius: 5px;
}
.Cart-Button a:hover{
	color: #000000;
	background-image:url("Images/button-on.png");
	background-position: bottom left;
	background-repeat: repeat-x;
}
.Cart-Button a:active{
	background-image:url("Images/button-down.png");
	background-position: top left;
	background-repeat: repeat-x;
}