/* CSS Document */

/* ******************** general CSS ********************  */
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #ffffff;
}
.bgRepeat {
	background-color: #ffffff;
	background-image: url(../imidgs/bg-fade.jpg);
	background-repeat: repeat-x;
}
.bgText {
	display: none;
}
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding: 0px;
	margin: 0px;
}


/*  ******************** header image CSS ********************  */
#logo {
	margin: 0px;
	padding: 0px;
	height: 102px;
	width: 900px;
	background-image: url(../imidgs/header-logo1.jpg);
	background-repeat: no-repeat;
	position: relative;
}


/*  ******************** primary nav holder CSS ********************  */
#PrimaryNavHolderLeft {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: auto;
	position: relative;
	left: 5px;
	top: -25px;
	float: left;
	vertical-align: middle;
	text-align: left;
}
#PrimaryNavHolderRight {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 150px;
	position: relative;
	right: 5px;
	top: -25px;
	float: right;
	vertical-align: middle;
	text-align: right;
}
#navlist {
	margin: 0px;
	padding: 0px;
}
#navlist ul, #navlist li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}
#navlist a:link, #navlist a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	float: left;
	line-height: 14px;
	margin: 2px 60px 0px 0px;
	text-decoration: none;
}
#navlist a:hover, #navlist a:active { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	float: left;
	line-height: 14px;
	margin: 2px 60px 0px 0px;
	text-decoration: none;
	border-bottom: 2px solid #ffffff;
}
#navlistRight {
	margin: 0px;
	padding: 0px;
}
#navlistRight ul, #navlistRight li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}
#navlistRight a:link, #navlistRight a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	float: right;
	line-height: 14px;
	margin: 2px 0px 0px 0px;
	text-decoration: none;
}
#navlistRight a:hover, #navlistRight a:active { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	float: right;
	line-height: 14px;
	margin: 2px 0px 0px 0px;
	text-decoration: none;
	border-bottom: 2px solid #ffffff;
}



/*  ******************** secondary nav holder CSS ********************  */
#welcomeLeft {
	height: 400px;
	width: 274px;
	margin: 0px;
	padding: 0px 16px 0px 0px;
	left: 20px;
	border-top: 0px;
	border-right: 1px dashed #adacab;
	border-bottom: 0px;
	border-left: 0px;
	float: left;
	position: relative;
	text-align: left;
	vertical-align: top;
}
#welcomeRight {
	height: 400px;
	width: 550px;
	margin: 0px;
	padding: 0px;
	right: 20px;
	float: right;
	position: relative;
	text-align: left;
	vertical-align: top;
}

/* secondary nav */

#mainNavlist {

}
 #navcontainer { 
 	margin-left: 2px; 
}
#navcontainer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	/* line-height: 12px; */
	font-weight: normal;
	color: #2c6028;
}
#navcontainer li { 
	margin: 0px 0px 1px 0px; 
list-style:none;
}
#navcontainer a {
	display: block;
	padding: 2px 10px;
	width: 172px;
	color: #2c6028;
	/* background-color: #cccccc; */
	text-decoration: none;
}
#navcontainer a:hover {
	color: #2c6028;
	background-color: #cfcfcf;
	text-decoration: bold;
}
#navcontainer ul ul li { 
	margin: 0px 0px 1px 0px; 
}
#navcontainer ul ul a {
	display: block;
	padding: 2px 2px 2px 20px;
	width: 150px;
	color: #2c6028;
	/* background-color: #cccccc; */
	text-decoration: none;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2c6028;
	line-height: 16px;	
} 
#navcontainer ul ul a:hover {
	color: #2c6028;
	background-color: #cfcfcf;
	text-decoration: bold;
}

/*  ******************** content holder CSS ********************  */
#container {
	height: auto;
	width: 900px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	overflow: hidden;
	background-image: url(../imidgs/container-bg-alt.jpg);
	background-repeat: repeat-y;
} 
#contentLeft {
	height: auto;
	width: 220px;
	margin: 0px;
	padding: 0px;
	left: 10px;
	top: 6px;
	border-right: 1px dashed #adacab;
	float: left;
	position: relative;
	text-align: left;
	vertical-align: top;
	clear: both;
	overflow: auto;
}
#contentRight {
	height: auto;
	width: 620px;
	margin: 0px;
	padding: 0px;
	right: 20px;
	float: right;
	position: relative;
	text-align: left;
	vertical-align: top;
/*	overflow: hidden;*/
	overflow: auto; 
}
#cartContentRight {
	height: auto;
	width: 620px;
	margin: 0px;
	padding: 0px;
	right: 20px;
	float: right;
	position: relative;
	text-align: left;
	vertical-align: top;
	overflow: auto;
}
#indexContentRight {
	height: auto;
	width: 620px;
	margin: 0px;
	padding: 0px;
	right: 20px;
	float: right;
	position: relative;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
}
#siteindexContentRight {
	height: auto;
	width: 620px;
	margin: 0px;
	padding: 2px;
	right: 20px;
	float: right;
	position: relative;
	text-align: left;
	vertical-align: top;
	overflow: auto;
}

#shopContentRight {
	height: 390px;
	width: 620px;
	margin: 0px;
	padding: 0px;
	right: 20px;
	float: right;
	position: relative;
	text-align: left;
	vertical-align: top;
/*	border-bottom: 1px dashed #adacab;  */
	overflow: auto;
}
#designLeft {
	height: 400px;
	width: 440px;
	margin: 0px;
	padding: 0px 16px 0px 0px;
	left: 20px;
	border-top: 0px;
	border-right: 1px dashed #adacab;
	border-bottom: 0px;
	border-left: 0px;
	float: left;
	position: relative;
	text-align: left;
	vertical-align: top;
}
#designRight {
	height: 400px;
	width: 374px;
	margin: 0px;
	padding: 0px;
	right: 20px;
	float: right;
	position: relative;
	text-align: left;
	vertical-align: top;
}
#faqsLeft {
	height: 400px;
	width: 820px;
	margin: 0px;
	padding: 0px 16px 0px 0px;
	left: 20px;
	float: left;
	position: relative;
	text-align: left;
	vertical-align: top;
	overflow: auto;
}
#testimonial {

	margin: 10px 0 0 0;
	padding: 0px;
	right: 20px;

}
#shopPageName {
	height: 30px;
	width: 280px;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
}
#shopProductImage {
	height: 290px;
	width: 280px;
	margin: 0px;
	padding: 0px;
	float: right;
	position: relative;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
	/* background-color: #ff0000; */
}
#shopProductName {
	height: 20px;
	width: 280px;
	margin: 0px;
	padding: 0px;
	float: left;
	top: 10px;
	position: relative;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
}
#shopProductDescription {
	height: 230px;
	width: 300px;
	margin: 0px;
	padding: 0px;
	float: left;
	top: 10px;
	position: relative;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
 /*	background-color: #00ff00; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
	line-height: 26px;
}
#shopOrderingButtons {
	height: 30px;
	width: 300px;
	margin: 0px;
	padding: 0px;
	float: left;
	top: 20px;
	position: relative;
	text-align: left;
	vertical-align: bottom;
	overflow: hidden;
 /*	background-color: #0000ff; */
	clear: both;
}
#hidden {
	margin: 0px;
	padding: 0px;
	height: 1px;
	width: 1px;
	position: relative;
	overflow: hidden;
}

/*  ******************** footer holder CSS ********************  */
#footer {
	margin: 0px;
	padding: 10px 0;
	height: 40px;
	width: 100%;
	background:#4d4948 url(../imidgs/footer-bg.jpg) repeat-x;

}
#footerContainer {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: auto;
	top: -3px;
	position: relative;
}
#footerList {
	margin: 4px 0px -2px 0px;
	padding: 0px;
	width:auto;
}
#footerList ul, #footerList li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}
#footerList a:link, #footerList a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	line-height: 14px;
	margin: 0px 25px 0px 25px;
	text-decoration: none;
}
#footerList a:hover, #footerList a:active { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	line-height: 14px;
	margin: 0px 25px 0px 25px;
	text-decoration: none;
}

/*  ******************** text CSS ********************  */
.primaryNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}
a.primaryNav:link, a.primaryNav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}
a.primaryNav:hover, a.primaryNav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.secondaryNavHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #2c6028;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #cccccc;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #cccccc;
	margin: 0px;
	padding: 0px;
}
.regularText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}
.regularHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2c6028;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	text-decoration: none;
}
.smallGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #cccccc;
	margin: 0px;
	padding: 0px;
}
a.smallGrey:link, a.smallGrey:active, a.smallGrey:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #cccccc;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
a.smallGrey:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}
.greenLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2c6028;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}
a.greenLink:link, a.greenLink:active, a.greenLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2c6028;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	text-decoration: none;
}
a.greenLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2c6028;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	text-decoration: underline;
}
a:link, a:active, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2c6028;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2c6028;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	text-decoration: underline;
}
.tableHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	background-color: #2c6028;
}
.testimonialHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	line-height: 16px;
}
.testimonialText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}


/*  ******************** table CSS ********************  */
th {
	vertical-align: top;
	background-color: #ffffff;
	text-align: right;
	width: 140px;
}
td {
	vertical-align: top;
	background-color: #ffffff;
}

/* Edits done by Ryan (ryan@bfinternet.co.uk) on 09/07/08 -------- */
h1.page-name {font-size:20px; color:#2c6028; font-weight:normal; margin:0 0 10px; padding:0 0 5px; border-bottom:1px solid #2c6028;}
p.page-intro {width:100%}
table.product {margin:10px 0; width:580px;clear:both;}
.product-description {padding:0 0px 0 20px}
.price {width:100px; padding:5px 30px 0 20px; font-size:13px}
.quantity {padding:0px 20px 0; font-size:13px}

.idea a { text-align:left; display:block; width::100%; padding:0 0 0 20px;}
/* ---- reset uls -- */
ul {list-style-type:none; padding:0 0 10px;}
/*  ******************** other CSS ********************  */

/* NEWS PAGE (RYAN DOWNIE 25-09-2008) */

#news-page h3 {
font-size:18px;
float:left;
margin:10px 0 ;
border-bottom:1px solid #2c6028;
width:400px;
}

#news-page h3 span {
font-size:10px;
color:#2c6028;
margin:0 0 0 10px;
}

#news-page p {
clear:left;
margin:10px 0;
}

#news-page img {
float:right;
border:2px solid #2C6028;
margin:14px 10px 10px 10px;
}

.clear {clear:both;}