#container
{
	margin: 20px auto;
	padding: 0 0 0 0;
	width: 950px;
	position: relative;
	height: 100%;
	min-height: 350px;
}

#logo
{
	position: absolute;
	top: 18px;
	left: 36px;
	height: 36px;
	width: 150px;
	background: #fff;
	opacity: 0.5;
}

#navigation
{
	width: 950px;
	margin: 0 0px 0px 0px;
	padding-bottom: 20px;
}

#navigation ul
{
	margin: 10px;
}

#navigation ul li
{
	display: inline;
	float: left;
	padding-right: 18px;
}

#navigation ul li a
{
	color: #979797;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.125em;
	font-weight: normal;
	opacity: 1;
	text-decoration: none;
}

#navigation ul li a:hover
{
	text-decoration: none;
	color: #45513d;
}

#navigation ul li a.active
{
	text-decoration: none;
	color: #3c3c3c;
}


.body
{
	margin-left: 0px;
	width: 642px;
}

.news
{
	margin-left: 0px;
	width: 800px;
}


.shop
{
	margin-left: 0px;
	width: 950px;
	height: 680px;
	border-bottom-style:dotted;
	border-color: #ceedbb;
}

.related
{
	float: right;
	margin-right: 18px;
	width: 243px;
}

div#footer
{
	padding: 9px;
	margin: 18px 0px 18px 0px;
	text-align: center;
	background: #dedede;
}

div#footer p
{
	margin-top: 0;
}

div#copyright
{
	text-align:right;
	font-size:10px;
	color: #999999;
}
	
.homeBox
{
	width: 400px;
	margin-left: 10px;
	margin-top: 10px;
	text-align: left;
}

.homeBox img
{
	margin-left: 9px;
	margin-bottom: 9px;
}

#imageBars
{
	height: 144px;
	background: #d1d5d7;
	width: 100%;
}

#header
{
	height: 200px;
}

#centre
{
	height: 200px;
}



***********

/* CSS Document */

body {
	background-color: #f0f1dc;
	text-align: center;
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

img {
	border-style: none;
}

blockquote {
	font-size: 1.4em;
	line-height: 1.3em;
	margin: 0 0 8px 0;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	height: 0;
}

span.dwyer {
	width: 0;
	height: 0;
	overflow: hidden;
	display: none;
}


/* News */
.news
{
	background-position: 9px;
	padding-left: 125px;
	background-image: none;
	background-repeat: no-repeat;
	padding-right: 0px;
}

.productofthemonth
{
	background-position: 9px;
	padding-left: 50px;
	background-image: none;
	background-repeat: no-repeat;
	padding-right: 50px;
}

.news_date {
	font-weight: bold;
	font-size: 1.3em;
	color: #7bad1c;
	margin: 0 0 3px 0;
	padding: 0;
}

.news_title {
	font-weight: bold;
	font-size: 1.3em;
	color: #000000;
	margin: 0 0 3px 0;
	padding: 0;
}

.news_text {
	font-size: 1.3em;
	color: #000000;
	margin: 0 0 3px 0;
	padding: 0;
}


.news_image_overlay {
	position: absolute;
	z-index: 99;
	width: 340px;
	height: 227px;
}

.news_image_container {
	height: 227px;
}

/* General pages */


.general_text_row {
	float: left;
	width: 100%;
}

.general_text_row_bottom {
	float: left;
	width: 100%;
}

.general_text_left {
	float: left;
	width: 340px;
	margin: 0 18px 0 0;
	padding: 0 0 15px 0;
}

.general_text_row .general_text_right {
	float: left;
	width: 346px;
	font-size: 1em;
	line-height: 1.4em;
	border-top-style: dotted;
	border-top-color: #7bad1c;
	border-top-width: 1px;
	padding: 20px 0 18px 0;
}

.general_text_row_top .general_text_right {
	float: left;
	width: 346px;
	font-size: 1em;
	line-height: 1.4em;
	padding: 0 0 18px 0;
}

.general_text_right .right_highlight,
.general_text_left .left_highlight {
	color: #7bad1c;
	font-size: 1.4em;
	line-height: 1.3em;
}

.general_text_right .sub_header,
.general_text_left .sub_header {
	font-weight: bold;
	font-size: 1.5em;
}


