body {
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #99cc99;
	color: #333;
	margin: 0;
	padding: 0; 
	}

#page {
	background: white url("/images/bg.gif");
	margin: 10px auto;
	padding: 0;
	width: 752px;
	}

#header {
	background: #005E20 url("/images/header.jpg") no-repeat;
	padding: 0;
	height: 64px;
	min-height: 64px;
	position: relative;
	width: 752px;
	margin: 0 auto;
	}
	
img.north {
	float: left;
	margin: 16px 0 0 12px;
	}
	
img.south {
	float: left;
	margin: 0 0 20px 12px;
	}
	

/* Begin Sidebar */
#sidebar {
	float: left;
	padding: 0;
	margin: 0;
	width: 196px;
	}
/* End Sidebar */


/* Header Menu */
#header ul {
	width: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0 15px 0 0;
	list-style: none;
	}
	
#header li {
	float: right;
	background: #008E45;
	padding: 0 6px 0 0;
	margin: 0 6px 0 0;
	}
	
#header ul a {
	float: left;
	display: block;
	padding: 4px 4px 4px 10px;
	background: #008E45;
	font-weight: bold;
	color: #D3FFCD;
	font-size: 12px;
	text-decoration: none;

	}
	
#header ul li:hover a, #header ul li:hover {background: #197B30;}
/* End Header Menu */


/* Navigation */
#nav {
	background: #E0E9E9 url("/images/menu_back.gif") right repeat-y;
	clear: both;
	}

#nav, #nav ul {
	margin: 0 0 20px 15px;
	padding: 0;
	list-style: none;
	}
	
#nav li {
	display: inline;
	padding: 0;
	margin: 0;
	}

#nav li a {
	display: block;
	padding: 6px 0 6px 20px;
	text-decoration: none;
	background: #F4F4F4;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	font-size: 14px;
	font-family: arial;
	}

#nav li a:hover {
	background: #E5FDE2;
	}

/* End navigation */


#content {
	font-size: 1.2em;
	float: left;
	padding: 10px 0 20px 12px;
	margin: 0;
	width: 515px;
	}

#content p, .commonlist li {
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 16px;
	}
	
.graybox {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #005E20 url("/images/footer.jpg") no-repeat bottom center;
	padding: 0;
	color: #A3D39C;
	margin: 0 auto;
	width: 752px;
	clear: both;
	min-height: 63px;
	}

#footer p {
	margin: 0 0 5px 0;
	padding: 10px 0 10px 0;
	text-align: center;
	}

#footer a {
	color: #B4E9AD;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}


/* Begin Image Gallery */
div.pic {
	float: left;
	width: 220px;
	padding: 0 15px;
	margin: 5px 3px;
	
	}
	
div.pic img {
	border: 0;
	}
	
div.ls img {
	margin: 5px;
	}

div.pic ul {
	list-style: none;
	margin: 0.25em 0 0;
	padding: 0;
	text-align: center;
	}
	
div.pic li {
	display: block;
	text-align: center;
	}
	
div.pic li.catno {
	text-align: left;
	height: 35px;
	}
	
div.pic li.price {
	padding: 3px;
	}
	
div.pic a {
	text-decoration: underline;
}

div.pic a:hover {
	text-decoration: none;
}
/* End Image Gallery */


/* Begin Item Page */
#itemcontainer {
	margin: 0px;
	padding: 0;
	clear: left;
	}
	
#itemimg {
	float: left;
	width: 210px;
	background: white;
}

#itemtitle {
	border-bottom: 1px solid green;
}

#itemweight {
	margin-top: .1em;
	float: left;
	width: 120px;
}

#itemother {
	margin-top: 20px;
	clear: right;
	text-align: right;
}

#itemother a {
	color: #006633;
	line-height: 1.8em;
}
/* End Item Page */

/* Begin Typography & Colors */
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}


h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	margin: 20px 0 2px 0;
	padding: 0;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #333;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
	}
	
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #666;
	}
	
a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
/* End Typography & Colors */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.lock {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: left;
	}

img.centered {
	margin: 5px 0 0 50px;
	}
	
img.alignright {
	padding: 2px;
	background: white;
	margin: 0 0 2px 7px;
	display: inline;
	border: 1px solid #ddd;
	float: right;
	}
	
.buy {
	padding: 2px;
	margin: 0 0 10px 0;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	float: left
	}
/* End Images */


/* Begin Form Elements */
#sidebar #searchform #s {
	width: 112px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

input[type="text"]:hover, input[type="submit"]:hover, input[type="email"]:hover, textarea:hover { border-color: #999; }

input[type="text"]:focus, input[type="submit"]:focus, input[type="email"]:focus, textarea:focus
{
	border: 1px solid #06c;
	color: #333;
	background: white;
}

input[type="submit"]
{
	margin: 0;
	padding: 2px;
	font-size: 8pt;
	background: #E6E6E6;
	border: 1px solid #ccc;
	color: #333;
}

.button {
	color: #333;
	background: #E6E6E6;
	border: 1px solid #ccc;
	filter:progid:DXImageTransform.Microsoft.Gradient
	(GradientType=0,StartColorStr='#f4f4f4',EndColorStr='#dddddd');
}

.textbox {
	text-align: left;
	padding: 2px 0;
	color: #333;
	background: #E6E6E6;
	border: 1px solid #ccc;
	filter:progid:DXImageTransform.Microsoft.Gradient
	(GradientType=0,StartColorStr='#f4f4f4',EndColorStr='#dddddd');
}

.formcontainer {
	margin: 0 0 0 30px;
}
/* End Form Elements */


/* Begin Various Tags & Classes */
blockquote {
	margin: 15px 30px 30px 10px;
	padding-left: 20px;
	}

.center {
	text-align: center;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
.fine {
font-size:10px;
}
/* End Various Tags & Classes*/
