	body {
		background-color:#243A5F;
		color:#FFFFFF;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: small;
	}
	a {
		color: white;
		font-weight:bold;
	}
	#all {
		margin-left: auto; 
		margin-right: auto; 
		width: 717px;
	}
	#topleft {
		float: left; 
		padding: 25px 0px 0px 25px;
	}
	#topright {
		float: right;
	}
	#header {
		clear: both; 
		margin-bottom: -3px;
	}
	#centeredbody {
		width: 711px; 
		border: #FFFFFF 3px solid; 
		background-color:#99CC33; 
		clear: both;
	}
	#nav {
		list-style: none;
		clear: both;
		padding: 0px;
		margin: 0px;
		width: 100%;
		height: 18px;
	}
	.navitem {
		float: left;
		width: 177px;
		text-align: center;
		display:inline;
		padding-left: 0px;
		margin-left: 0px;
	}
	.navitem a {
		text-decoration:none;
		font-weight:normal;
	}
	.fullwidth {
		float: left;
		width: 100%;
		clear: both;
	}
	.contentleft {
		width: 450px;
		float: left;
		clear: left;
	}
	.contentleftcontainer, .fullwidthcontainer {
		margin: 10px;
	}
	.divider {
		height: 400px;
		padding: 0px;
		margin: 20px 0px 0px 0px;
		background-color:#FFFFFF;
		width: 2px;
		float: left;
	}
	.contentright {
		width: 255px;
		clear: right;
		float: left;
	}
	.contentrightcontainer {
		margin: 10px; 
		text-align: center;
	}
	#footer {
		width: 100%;
		text-align: center;
	}
	#content {
		width: 711px; 
		border: #FFFFFF 3px solid; 
		border-top:none; 
		border-bottom: none; 
		background-color:#E3E4DC; 
		clear: both; 
		color: #000000;
	}
	h1 {
		color: #243A5F;
		font-size: medium;
		font-weight: bold;
	}
	h2 {
		color: #99CC33;
		font-size: medium;
		font-weight: bold;
	}
	.just {
		text-align: justify;
	}
	.title {
		font-weight:bold;
	}
	.featuredproduct img{
		border: 3px solid #ffffff;
	}
	.featuredproduct a {
		text-decoration: underline;
		color:#243A5F;
	} 
	.product {
		clear: both;
	}
	.product a {
		color: #243A5F;
	}
	.productimage {
		float: left;
	}
	.productdescription {
		float: left;
		width: 300px;
		margin-left: 3px;
	}
	.price {
		color: red;
		font-weight:bold;
	}
	.leftbasket {
		width: 150px;
		clear: left;
	}
	.rightbasket {
		width: 100px;
		float: left;
		clear: right;
		}
	.sitemap {
		list-style: none;
		color: #243A5F;
	}
	.sitemap a{
		color: #243A5F;
		text-decoration:none;
	}
	.sitemappush {
		list-style:square;
		}
	.spacer {
		width: 711px; 
		height: 1px;
	}	
	
	#basketlayout {
		border: solid 1px #99CC33;
		width: 100%;
	}

	#basketlayout th {
		font-size: small;
		background-color: #036;
		color: #fff;
	}

	#basketlayout td {
		color: #036;
	}

	#basketlayout td a {
		color: #036;
	}

	#basketlayout tr {
		background-color: #ccc;
		margin: 0px;
		padding: 0px;
		border:none;
	}	
		
