
	html
	{
		overflow: scroll;
	}
	
	body
	{
		margin: 12px auto 24px auto;
		width: 960px;
		background: #339B72 url(../img/template/bg.png) repeat-x;
		font-family: "lucida sans", arial, verdana, helvetica, sans-serif;
	}
	
	a img
	{
		border: none;
	}
	
	.clear
	{
		clear: both;
	}
	
	.left
	{
		float: left;
	}
	
	.right
	{
		float: right;
	}
	
	.inputtext
	{
		color: #565644;
		border: 1px solid #9a9a77;
		font-size: 11px;
		font-family: "lucida sans", arial, helvetica, sans-serif;
	}

/*--------------------TOP NAV------------------------*/

	#topnav
	{
		display: inline;
		float: left;
		width: 960px;
		margin: 0px 0px 4px 0px;
	}
	
	#topnav ul
	{
		display: inline;
		float: right;
		list-style: none;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#topnav ul li
	{
		display: inline;
		float: left;
		color: #fff;
		font-size: 10px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#topnav ul li a
	{
		color: #fff;
		margin: 0px 4px 0px 4px;
		text-decoration: none;
	}
	
	#topnav ul li a:hover
	{
		color: #ff0;
		margin: 0px 4px 0px 4px;
		text-decoration: none;
	}
	
/*--------------------MAIN TOP NAV------------------------*/

	#maintop
	{
		display: inline;
		float: left;
		height: 20px;
		width: 960px;
		font-size: 0px;
		background: url(../img/template/maintop.gif) top left no-repeat;
	}
	
/*--------------------MAIN------------------------*/

	#main
	{
		display: inline;
		float: left;
		height: auto;
		min-height: 356px;
		width: 960px;
		background: #fff;
	}

/*--------------------HEADER------------------------*/

	#header
	{
		display: inline;
		float: left;
		width: 400px;
		margin: 0px 0px 0px 0px;
	}
	
	#header img
	{
		display: inline;
		float: left;
		margin: 8px 0px 0px 30px;
	}

/*--------------------------------------------------------------*/

	#container
	{
		display: inline;
		float: right;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#container img.header
	{
		position: absolute;
		opacity: 1;
		filter: alpha(opacity=100);
		-moz-opacity: 0.9999999;
		margin: -16px 0px 0px -462px;
		padding: 0px 0px 0px 0px;
	}
	
	#container img.top
	{
		z-index: 100;
	}	
	
	#container img.bottom
	{
		z-index: 1;
	}
	
/*--------------------MAIN NAV------------------------*/

	#mainnav
	{
		display: inline;
		float: left;
		width: 952px;
		height: 28px;
		margin: 28px 4px 0px 4px;
		background: #3C5380;
	}
	
	#mainnav ul
	{
		display: inline;
		float: left;
		list-style: none;
		margin: 6px 0px 0px 24px;
		padding: 0px 0px 0px 0px;
	}
	
	#mainnav ul li
	{
		display: inline;
		float: left;
		color: #fff;
		font-size: 12px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#mainnav ul li a
	{
		color: #fff;
		margin: 0px 16px 0px 4px;
		text-decoration: none;
	}
	
	#mainnav ul li a:hover
	{
		color: #ff0;
		text-decoration: none;
	}
	
	#mainnav p
	{
		margin: 8px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: right;
		text-align: left;
		color: #fff;
		font-size: 11px;
		width: 208px;
	}
	
	#mainnav p a
	{
		margin: 0px 0px 0px 12px;
		color: #fff;
		text-decoration: none;
	}
	
	#mainnav p a:hover
	{
		color: #fc0;
		text-decoration: none;
	}
	
	#mainnav .orange
	{
		color: #fc0;
		font-weight: bold;
	}
	
/*--------------------CONTENT------------------------*/

	#content
	{
		display: inline;
		float: left;
		width: 680px;
		padding: 16px 0px 0px 32px;
	}
	
	#content h1
	{
		display: inline;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 12px 0px;
		line-height: 1.5em;
		font-size: 18px;
		color: #3C5380;
		font-weight: normal;
	}
	
	#content h2
	{
		margin: 0px 0px 12px 0px;
		line-height: 1.5em;
		font-size: 16px;
		color: #3C5380;
		font-weight: normal;
	}
	
	#content h2 a
	{
		color: #fff;
		text-decoration: none;
	}

	#content h2 a:hover
	{
		color: #fc0;
	}
	
	#content p
	{
		margin: 0px 0px 12px 0px;
		line-height: 1.5em;
		font-size: 13px;
		color: #666;
	}
	
	#content p a, #content h1 a
	{
		color: #339B72;
		text-decoration: none;
	}

	#content p a:hover, #content h1 a:hover
	{
		color: #fc0;
		text-decoration: none;
	}

	#content .left
	{
		float: left;
		text-align: left;
		clear: left;
	}
	
	#content .right
	{
		float: right;
		text-align: right;
		clear: right;
	}
	
	#content p.small
	{
		font-size: 10px;
		color: #888;
		line-height: 1.45em;
		margin: 0px 0px 12px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#content p.large
	{
		font-size: 14px;
		color: #888;
		line-height: 1.45em;
		margin: 0px 0px 12px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#content ul
	{
		list-style: square outside;
		line-height: 1.35em;
		margin: 0px 0px 12px 18px;
		padding: 0px 0px 0px 0px;
	}
	
	#content ol
	{
		list-style: roman outside;
		line-height: 1.35em;
		margin: 0px 0px 12px 30px;
		padding: 0px 0px 0px 0px;
	}
	
	#content ul li, ol li
	{
		font-size: 12px;
		color: #555;
		line-height: 1.5em;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 8px 0px;
	}
	
	#content ul.double li, ol.double li
	{
		float: left;
		width: 40%;
		margin: 0px 0px 8px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#content hr
	{
		height: 1px;
		color: #ccc;
		background: #ccc;
		border-style: solid;
		font-size: 0px;
		line-height: 0em;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}
	
	#content blockquote
	{
		float: right;
		clear: right;
		width: 120px;
		background: url(../img/template/blockquotebg.jpg) bottom no-repeat;
		padding: 8px;
		line-height: 1.35em;
		border: 1px solid #bbb;
		font-size: 11px;
		margin: 6px 0px 6px 12px;
	}
	
	#content a
	{
		color: #339B72;
		text-decoration: none;
	}
	
	#content a:hover
	{
		color: #fc0;
		text-decoration: none;
	}
	
	#content a img
	{
		border: none;
	}
	
	#content .imginline
	{
		display: inline;
		margin: 0px 4px -2px 4px;
	}
	
	#content .imgleft
	{
		float: left;
		clear: left;
		padding: 2px;
		background: #fff;
		border: 1px solid #c2c2c2;
		margin: 0px 16px 4px 0px;
	}
	
	#content .imgright
	{
		float: right;
		clear: right;
		padding: 2px;
		background: #fff;
		border: 1px solid #c2c2c2;
		margin: 0px 0px 4px 16px;
	}
	
	#content .imgleftnoborder
	{
		float: left;
		clear: left;
		padding: 0px;
		background: #fff;
		border: 0px solid #c2c2c2;
		margin: 0px 16px 4px 0px;
	}
	
	#content .imgrightnoborder
	{
		float: right;
		clear: right;
		padding: 0px;
		background: #fff;
		border: 0px solid #c2c2c2;
		margin: 0px 0px 4px 16px;
	}
	
	#content .imgfull
	{
		display: block;
		padding: 2px;
		background: #fff;
		border: 1px solid #c2c2c2;
		margin: 0px 0px 4px 0px;
		text-align: center;
	}
	
	#content .imgfullnoborder
	{
		display: block;
		padding: 0px;
		background: #fff;
		border: 0px solid #c2c2c2;
		margin: 0px 0px 4px 0px;
		text-align: center;
	}
	
	#content table
	{
		font-size: 11px;
		margin: 0px 0px 0px 0px;
	}
	
	#content table thead td
	{
		background: #eee;
		color: #333;
		font-weight: bold;
		padding: 4px 4px 4px 4px;
		border-right: 2px solid #fff;
	}
	
	#content table tbody td
	{
		color: #333;
		padding: 8px 4px 8px 4px;
		border-bottom: 1px dotted #ccc;
		border-right: 2px solid #fff;
	}
	
	#content table tbody tr.grey td
	{
		background-color: #eee;
		border-right: 2px solid #eee;
	}
	
/*--------------------PRODUCT BROWSER------------------------*/

	#content .imgproductleft
	{
		border: 1px solid #c2c2c2;
		padding: 2px;
	}
	
	#content div.product
	{
		width: 120px;
		height: 150px;
		float: left;
		background: #fff;
		margin: 0px 16px 16px 0px;
		font-size: 10px;
	}
	
	#content div.product a
	{
		color: #339B72;
		text-decoration: none;
	}
	
	#content div.product a:hover
	{
		color: #fc0;
		text-decoration: none;
	}
	
/*--------------------SIDEPANEL------------------------*/

	#sidepanel
	{
		display: inline;
		float: right;
		width: 224px;
		min-height: 325px;
		margin: 4px 4px 0px 0px;
		/*background: url(../img/template/sidepanelbg.jpg) top repeat-x;*/
	}
	
/*--------------------MAIN BOTTOM------------------------*/

	#footer
	{
		display: inline;
		float: left;
		height: 24px;
		width: 960px;
		background: url(../img/template/mainbottom.gif) top left no-repeat;
	}
	
	#footer p
	{
		font-size: 11px;
		color: #aaa;
		margin: 0px 20px 0px 32px;
	}
	
	#footer p a
	{
		color: #ccc;
		text-decoration: none;
	}
	
	#footer p a:hover
	{
		color: #999;
	}
	
/*--------------------FOOTER------------------------*/

	#mainbottom
	{
		display: inline;
		float: left;
		margin: 2px 0px 0px 0px;
		height: 110px;
		width: 960px;
		background: url(../img/template/footerbg.png) top left no-repeat;
	}

/*--------------------PRODUCT LISTING------------------------*/

	#sidepanel a.cattop
	{
		display: inline;
		float: left;
		margin: 0px 0px 2px 0px;
		padding: 4px 0px 0px 8px;
		height: 20px;
		width: 216px;
		background-color: #339B72;
		background-image: url(../img/template/cattopbg.gif);
		background-position: top left;
		background-repeat: no-repeat;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
	}
	
	#sidepanel a.cattop:hover
	{
		background-color: #2C8360;
		color: #fff;
		text-decoration: none;
	}

	#sidepanel a.catsub
	{
		display: inline;
		float: left;
		margin: 0px 0px 2px 0px;
		padding: 6px 0px 0px 7px;
		height: 18px;
		width: 217px;
		background-color: #99CDB8;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
	}
	
	#sidepanel a.catsub img
	{
		margin: 0px 4px 0px 0px;
	}
	
	#sidepanel a.catsub:hover
	{
		background-color: #66B495;
		color: #fff;
		text-decoration: none;
	}

	#sidepanel a.catsubsub
	{
		display: inline;
		float: left;
		margin: 0px 0px 2px 0px;
		padding: 6px 0px 0px 20px;
		height: 18px;
		width: 204px;
		background-color: #D6EBE3;
		color: #339B72;
		font-size: 12px;
		font-weight: normal;
		text-decoration: none;
	}
	
	#sidepanel a.catsubsub:hover
	{
		background-color: #CCE6DC;
		color: #339B72;
		text-decoration: none;
	}

	#sidepanel a.catsubbottom
	{
		background-image: url(../img/template/catsubbottombg.gif);
		background-position: bottom left;
		background-repeat: no-repeat;
		margin: 0px 0px 8px 0px;
	}
	
	#sidepanel a.catsubsubbottom
	{
		background-image: url(../img/template/catsubsubbottombg.gif);
		background-position: bottom left;
		background-repeat: no-repeat;
		margin: 0px 0px 8px 0px;
	}
	
	#sidepanel a.catin, #sidepanel a.catin:hover
	{
		text-decoration: underline;
	}












