	body {
		background-color: #fff;
		margin: 0px;
		padding: 0px;
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-size: small;
	}
	
	h1 {
		color: #fc0;
		margin: 0px;
		padding: 0px;
		text-align: center;
	}
	
	h2 {
		font-size: medium;
	}
	
	a {
		color: #fff;
	}
	
	a img {
		border: none;
	}
	
	em {
		color: #fc0;
		font-weight: bold;
		font-style: normal;
		letter-spacing: 1px;
	}
	
	ul#icons {
		list-style-type: none;
		margin: 0px 0px 0px 15px;
		padding: 0px;
	}
	
	#icons li {
		float: left;
		width: 80px;
		padding-bottom: 10px;
	}
	
	#container {
		width: 970px;
		margin: auto;
		background-color: #333;
		background-image: url(/images/template/left_bg.jpg);
		background-repeat: repeat-y;
		overflow: auto;
		color: #fff;
	}
	
	#container2 {
		background-image: url(/images/template/right_bg.jpg);
		background-repeat: repeat-x;
		overflow: auto;
	}
	
	
	#leftcolumn {
		width: 272px;
		float: left;
		background-image: url(/images/template/left_bg.jpg);
		background-repeat: repeat-y;
		overflow: auto;
		color: #fff;
	}
	
	#leftcolumn #specialoffer {
		background-image: url(/images/template/special_offer.jpg);
		background-repeat: no-repeat;
		color: #036;
		text-align: center;
		font-weight: bold;
		width: 240px;
		height: 90px;
		margin: 15px;
	}
	
	#rightcolumn {
		width: 697px;
		float: left;
		overflow: auto;
		color: #fff;
		padding: 0px;
	}
	
	#rightcolumn div.inner {
		padding: 10px 30px 30px 30px;
		overflow: auto;
	}
	
	#categorymenu {
		list-style-type: none;
		width: 242px;
		margin: 15px 0px 15px 15px;
		padding: 0px;
	}
	
	#categorymenu li {
		border-bottom: solid 1px #264C73;
		padding: 5px 5px 5px 0px;
	}
	
	#categorymenu li a {
		text-decoration: none;
		font-size: medium;
		font-weight: bold;
	
	}
	
	#categorymenu li a.selected {
		color: #fc0;
	}
	
	#categorysquares {
		list-style-type: none;
		padding: 0px;
		clear: both;
		margin: 10px 0px 0px 0px;
	}
	
	#categorysquares li {
		float: left;
		width: 140px;
		margin-bottom: 10px;
		margin-right: 10px;
		font-size: x-small;
		text-align: center;
	}
	
	#categorysquares li a {
		text-decoration: none;
		font-weight: bold;	
	}
	
	.categorysquaresphoto {
		border: solid 2px #666;
		margin: auto;
		clear: both;
		height: 130px;
		width: 130px;
		background-color: #fff;
		text-align: center;	
	}
	
	.categorysquaresphoto img {
		height: 115px;
		margin-top: 5px;
	}
	
	.box {
		background-color: #fff;
		color: #036;
		margin-top: 10px;
		padding: 5px;
		border: solid 2px #666;
	}
	
	.box ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	
	
	.box li {
		clear: both;
		padding: 12px 12px 12px 0px;
		border-bottom: dashed 1px #000;
		font-weight: bold;		
	}
	
	.box a {
		color: #036;
	}

	#productlist {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	
	#productlist li {
		clear: both;
		padding-top:20px;
		height: 100px;
	}
	#footer {
		width: 970px;
		margin: auto;
		color: #036;
		font-weight: bold;
		text-align: center;
	}
	
	#navlink {
		font-size: medium;
		font-weight: bold;
		color: #fc0;
		margin-top: 20px;
	}
	
	#productlinks {
		width: 970px;
		margin: 2px auto auto auto;
		background-color: #ddd;
		overflow: auto;
		padding-bottom: 20px;
		color: #999;
	}
	
	#productlinks ul {
		list-style-type: none;
		margin: 20px;
	}
	
	#productlinks li {
		float: left;
		width: 220px;
		color: #333;
		margin-bottom: 5px;
	}
	
	#productlinks li a {
		color: #999;
		text-decoration: none;
	}
	
	fieldset {
		border: none;
	}
	
	legend {
		color: #fff;
		font-weight: bold;
	}
	
	.formitem {
		clear: both;
		margin-bottom:10px;
	}
	
	.formlabel {
		float: left;
		width: 100px;
		color: #999;
	}
	
	.formfield {
		float: left;
		width: 400px;
	}	
	
	.formfield input {
		width: 100%;
		border: solid 1px #999;
	}	
	
	.formfield textarea {
		width: 99%;
		border: solid 1px #999;
	}	
	
	.formsubmit{
		float: left;
		margin-left: 100px;
		border: none;
	}	
	
	.toptenprice {
		font-size: medium;
		margin-left: 5px;
		color: #FF0000;
	}
	
