/* NEW Styles
------------------------ */

* {
	padding:0;
	margin:0;
	}

.aural {text-indent:-9999px;}

body {font-family:Arial, Helvetica, sans-serif;}

p {font-size:12px; padding-bottom:6px; line-height:18px;}
h2 {font-size:24px; padding-bottom:10px;}
h3 {font-size:20px; padding-bottom:7px;}
	.brown {color:#973e1d;}
	.green {color:#65650e;}
	.purple {color:#4f364e;}
	.pink {color:#9b4559;}
	.orange {color:#cf8801;}
	.grey {color:#333;}
	.purpleLght {background:#cac2ca;}
	.pinkLght {background:#e1c7cd;}

#wrapper {
	width:950px;
	height:auto;
	margin:0 auto;
	}
	#container {
		width:950px;
		height:auto;
		float:left;
		}
	
		/* MASTHEAD */
		
		#header {
			width:950px;
			height:175px;
			position:relative;
			background:#eaeaea url(images/ydrf_1.jpg) no-repeat;
			z-index:0;
			overflow:hidden;
			}
			#logo {
				width:203px;
				height:100px;
				float:left;
				padding-left:20px;
				}
				#logo h1 a {
					width:203px;
					height:100px;
					background:url(images/logo.png) no-repeat;
					display:block;
					}
			
			#headerImgs {
				width:950px;
				height:175px;
				position:absolute;
				left:0;
				top:0;
				z-index:-1;
				}
				#headerImgs ul#gallery {
					list-style:none;
					}
			#nav {
				width:950px;
				height:40px;
				}
				#nav ul {
					list-style:none;
					position:absolute;
					bottom:0;
					left:20px;
					}
					#nav ul li {
						float:left;
						height:40px;
						padding-right:18px;
						}
						#nav ul li a {
							height:40px;
							display:block;
							text-indent:-9999px;
							}
						#nav ul li.home a {width:88px; background:url(images/nav/home.png) no-repeat top;} #nav ul li.home a:hover {background:url(images/nav/home.png) no-repeat bottom;}
						#nav ul li.history a {width:149px; background:url(images/nav/history.png) no-repeat top;} #nav ul li.history a:hover {width:149px; background:url(images/nav/history.png) no-repeat bottom;}
						#nav ul li.granola a {width:196px; background:url(images/nav/granola.png) no-repeat top;} #nav ul li.granola a:hover {width:196px; background:url(images/nav/granola.png) no-repeat bottom;}
						#nav ul li.store a {width:124px; background:url(images/nav/store.png) no-repeat top;} #nav ul li.store a:hover {width:124px; background:url(images/nav/store.png) no-repeat bottom;}
						#nav ul li.news a {width:108px; background:url(images/nav/news.png) no-repeat top;} #nav ul li.news a:hover {width:108px; background:url(images/nav/news.png) no-repeat bottom;}
						#nav ul li.contact a {width:144px; background:url(images/nav/contact.png) no-repeat top;} #nav ul li.contact a:hover {width:144px; background:url(images/nav/contact.png) no-repeat bottom;}

/* MAIN CONTENT
------------------------- */
				
#content {
	width:950px;
	height:auto;
	float:left;
	}

	#homeContent, #historyContent, #granolaContent, #storeContent, #contactContent {
		width:910px;
		height:auto;
		padding:20px;
		float:left;
		}
		#homeContent {width:630px!important;}
		#historyContent {background:url(images/eliz4a.jpg) no-repeat top right;}
		#granolaContent {background:url(images/IMG_3986a.jpg) no-repeat top right;}
		#contactContent {background:url(images/suppContact.jpg) no-repeat top right;}
		
		#leftCol {
			width:500px;
			height:auto;
			float:left;
			position:relative;
			}
			#leftCol.home {
				width:630px;
				}
			#boxed {
				width:458px;
				height:auto;
				float:left;
				border:1px solid #666;
				padding:10px 20px;
				}
		#rightCol {
			width:350px;
			height:auto;
			float:left;
			padding-top:300px;
			}
		
		.purchaseOption {
			width:170px;
			height:130px;
			float:left;
			padding:10px;
			margin:30px 0 0 10px;
			border:1px solid #666;
			text-align:center;
			background:#e1c7cd;
			}

/* LATEST NEWS HOMEPAGE
-------------------------- */

#latestNews {
	width:190px;
	height:auto;
	float:right;
	padding:40px 40px 0 20px;
	border-left:1px dashed #eaeaea;
	}
	#latestNews h4 {
		padding:10px 0;
		border-top:1px solid #999;
		}


/* THE STORE
-------------------------- */

#productList {
	width:910px;
	height:auto;
	float:left;
	}
	.product {
		width:270px;
		height:auto;
		float:left;
		border:1px solid #999;
		padding:10px;
		text-align:center;
		margin:10px 11px 0 0;
		}
		.product h3, .price {
			font-size:16px;
			color:#9b4559;
			}
			
/* CONTACT FORM
-------------------------- */

#contactForm {
	width:500px;
	height:auto;
	float:left;
	}
	#contactForm h3 {
		color:#333;
		font-size:16px;
		padding-top:20px;
		text-align:center;
		}
	#contactForm p {
		width:500px;
		height:auto;
		float:left;
		padding-bottom:6px;
		}
		#contactForm p label {
			width:100px;
			float:left;
			text-align:right;
			padding-right:10px;
			}
		#contactForm p input.text, #contactForm p textarea {
			width:300px;
			float:left;
			}
			#contactForm p textarea {
				height:100px;
				}
		#contactForm p.submitBut {
			width:500px;
			height:auto;
			text-align:center;
			}
		#contactForm p input.submit {
			width:100px;
			}
			
		#address {
			width:370px;
			height:auto;
			position:absolute;
			top:300px;
			right:-390px;
			}

/* STOCKISTS
-------------------------- */

ul.stockists {
	padding-left:20px;
	}

ul.stockists li {
	font-size:12px;
	padding-bottom:5px;
	font-weight:bold;
	}
	ul.stockists li ul {
		padding:5px 0 0 20px;
		}
	
	.italicsmaller {
		font-style: italic;
		font-weight:normal;
		}



/* FOOTER
-------------------------- */

#footer {
	width:950px;
	height:auto;
	float:left;
	padding:10px 0;
	}
	#footer ul {
		padding-left:35px;
		}
		#footer ul li {
			float:left;
			padding-right:20px;
			}
			#footer ul li.first {
				list-style:none;
				}
	





a:link {
	color: #0000FF;
}

a:visited {
  color: #3366FF;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #FF0000;
}

a.hidden {
  color: #000000;
}

a.hidden:visited {
  color: #000000;
}

a.hidden:hover {
	color: #0000CC;
}

a.hidden:active {
  color: #000000;
}

a.nav:link {
	color: #333333;
	padding: 2px;}

a.nav:visited {
	color: #cccccc;
	padding: 2px;
}

a.nav:hover {
	color: #FFFFFF;
	background-color: #666666;
	padding: 2px;
}

a.menu {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

a.menu:hover {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
	}

a.box {
	padding: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	border: medium solid #CCCCCC;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.box:hover {
  color: #000000;
	padding: 3px;
	text-decoration: none;
	background-color: #666666;
	border: medium solid #3366FF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.background {
	background-color: #E4DAC6;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center bottom;
}
.fade1 {
	height:250px;
	background: url(images/fade1a.jpg) no-repeat bottom;
	padding-bottom:210px !important;
}
.fade1a {
	height:250px;
	background: url(images/contactBottom.jpg) no-repeat bottom;
	padding-bottom:150px !important;
}
.fade2 {
	background-image: url(images/fade2.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.fade3 {
	background-image: url(images/fade3.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.bottbg1 {
	height:250px;
	padding-bottom:180px;
	background:url(images/bottbg1a.jpg) no-repeat bottom;
}
.bottbgcont {
	background-image: url(images/bottbgcontact.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.bottbg2 {
	background-image: url(images/bottbg2.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.bottbg3 {
	background-image: url(images/bottbg3.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.bottbg4 {
	background-image: url(images/bottbg4.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.bottbg5 {
	background-image: url(images/bottbg5.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.bottbg6 {
	background-image: url(images/bottbg6.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.bottbg7 {
	background-image: url(images/bottbg7.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.bottbg8 {
	background-image: url(images/bottbg8.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.bottbg9 {
	background-image: url(images/bottbg9.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.bottbg10 {
	background: url(images/bottbg10a.jpg) no-repeat bottom;
	height:250px;
	padding-bottom:30px !important;
}
.bottbg11 {
	background-image: url(images/bottbg11.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.bottbg12 {
	background-image: url(images/bottbg12.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.smaller {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.coloured {
	color: #693E2E;
}


body,td,th {
	/*font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 28px;*/
}
body {
	background-color: #E4DAC6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Tahoma, Geneva, sans-serif;
	color: #202020;
	font-weight: bold;
	font-size: 12px;
}
a:link {
	text-decoration: none;
	color: #202020;
}
a:visited {
	text-decoration: none;
	color: #202020;
}
a:hover {
	text-decoration: none;
	color: #936;
}
a:active {
	text-decoration: none;
	color: #202020;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #FFF;
}