html, body, div, span,
applet, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.clearer {
	clear: both;
	width: 100%;
	height: 1px;
}

/***********************************************************************/
html, body {
	color: #FFF;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	font-size: 11px;
}

	#masthead {
		width: 960px;
		height: 119px;
		background: #000 url(/images/site/wensleydale.jpg) left top no-repeat;
	}
	
		#masthead .logo {
			margin: 2px 0 0 18px;
		} 
		
	ul#navigation {
		display: block;		
		text-align: left;
		float: none;
		padding: 0;
		margin: 5px 0 10px 0;
		display: block;
		width: 960px;
		height: 39px;
		background: #222222 url('/shop/skins/basic/customer/images/site/top-menu-bg.jpg') left top repeat-x;	
	}
	
		.home ul#navigation {			
			margin-bottom: 5px;
		}
	
	 	ul#navigation li {
			display: block;
			float: left;
			height: 39px;
			line-height: 34px;		
			color: #FFF;
		}

			ul#navigation li a {				
				color: #FFFFFF;
				text-decoration: none;
				font-size: 14px;
				display: block;
				float: left;
				padding: 0 20px 0 20px;
				height: 39px;
				line-height: 34px;
				border-right: 1px solid #000000;	
			}

				.home ul#navigation li a#home,
				.about ul#navigation li a#about,
				.cheeses ul#navigation li a#cheeses,
				.news ul#navigation li a#news,
				.events ul#navigation li a#events,
				.videos ul#navigation li a#videos,
				.visitor-centre ul#navigation li a#visitor-centre,
				.virtual-tour ul#navigation li a#virtual-tour,
				.magazine ul#navigation li a#magazine,
				.contact ul#navigation li a#contact,
				ul#navigation li a:hover {	
					color: #006732;
					text-decoration: none;
					background: #FEFEFE url('/shop/skins/basic/customer/images/site/top-menu-hover-bg.jpg') left top repeat-x !important;
				}
				
				

	#flashcontent {
		width: 960px;	
		height: 241px;	
		margin-bottom: 12px;	
	}	

	
/***************************************************************************************
Content Styles
***************/

.content {
	clear: both;	
}

#maincontent {
	float: right;
	width: 713px;
	padding: 0 0 0 12px;
	font-size: 12px;
}

	#maincontent #homecontent {
		background: #000 url(/images/site/home-content-bg.jpg) right top no-repeat;
		background: #000 url(/images/site/home-intro-bg.jpg) -18px -11px no-repeat;
		width: 295px;
		height: 253px;
		padding-right: 178px;
		float: left;
	}
	
		#maincontent #homecontent h1 {
			display: none;
		}
		
		#maincontent #homecontent p {
			display: none;
		}
	
	#maincontent div.breadcrumb {
		width: 700px;
		height: 40px;
		line-height: 40px;
		background: url(/images/site/breadcrumb-bg.jpg) left top no-repeat;
		margin-bottom: 24px;
	}

		#maincontent div.breadcrumb a {
			padding-right: 16px;
			background: url(/images/site/breadcrumb-arrow.gif) right 5px no-repeat;
		}
	
	#maincontent h1 {
		font-size: 20px;
		margin-bottom: 30px;
		margin-top: 8px;
		line-height: 26px;
		font-weight: bold;
	}

	#maincontent h2 {
		font-size: 15px;
		margin-top: 21px;
		margin-bottom: 4px;
		font-weight: bold;
	}
	
		#maincontent h2 a {
			text-decoration: none;
		}
	
	#maincontent p {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 14px;
		
		color: #d9e7e6;
	}
				
	#maincontent hr {
		background: #000000 url(/images/site/sep-bg.jpg) left top no-repeat;
		height: 1px;
		width: 100%;
		border: none;
		padding: 0;
		margin: 27px 0 8px 0;
		clear: both;
	}
	
	#maincontent a {
		color: #FFF;
		text-decoration: underline;
	}

		#maincontent a:hover {
			color: #CCC;
			text-decoration: none;
		}


/*****************************************************************************************************
Internal Pages
****************************/

		#maincontent p.continue {
			font-size: 12px;
			font-style: italic;
			color: #FFFFFF;
			width: inherit;
			
		}

			#maincontent p.continue a {
				font-size: 12px;
				font-style: italic;
				margin-top: 28px;
				color: #9a9a9a;
				text-decoration: underline;
				padding-right: 17px;
				background: url(/images/site/breadcrumb-arrow.gif) right 4px no-repeat;
				
			}

				#maincontent p.continue a:hover {
					color: #FFFFFF;
					text-decoration: underline;
				}

#maincontent div.intro {
	clear: both;	
}

#maincontent div.intro img {
	float: right;
	margin: 0 12px 20px 20px;
}

#maincontent div.exleft {
	float: left;
	width: 335px;
	/*height: 200px;*/
	padding: 35px 15px 3px 0px;	
	background: #000000 url(/images/site/sep-vert-bg.jpg) right top no-repeat;
}

#maincontent div.exright {
	float: left;
	width: 335px;
	/*height: 200px;*/
	background: #000000 url(/images/site/sep-bg.jpg) left top no-repeat;
	padding: 35px 5px 3px 15px;		
}

#maincontent div.exfull {
	float: left;
	width: 700px;
	background: #000000 url(/images/site/sep-bg.jpg) left top no-repeat;
	padding: 35px 5px 3px 0px;		
}

	#maincontent div.exleft h2,
	#maincontent div.exright h2,
	#maincontent div.exfull h2 {
		font-size: 20px;
		margin-bottom: 14px;
		margin-top: 0px;
		line-height: 24px;
		font-weight: bold;
		/*height: 42px;*/
	}
	
	#maincontent div.exleft img,
	#maincontent div.exright img {
		float: right;
		margin: 0 0 20px 15px;		
	}

/*****************************************************************************************************
News and Events scroller 
****************************/

	#secondarycontent #news-events {
		background: #000 url(/images/site/new-events-bg.jpg) left top no-repeat;
		width: 224px;
		float: right;
		margin-right: 4px;	
		padding-top: 0px;
		height: 243px;
		color: #005037;
	}


		#secondarycontent #news-events div.ui-tabs,
		#secondarycontent #news-events div.ui-tabs-panel {
			padding: 0 !important;
		}
		
		#secondarycontent #news-events ul.ui-tabs, 
		#secondarycontent #news-events ul..ui-tabs-nav {
			padding:0 !important;
			height: 36px;
			background: #FFFFFF url(/images/site/new-events-tabs-bg.jpg) left top no-repeat;
		}
		
		
			#secondarycontent #news-events ul.ui-tabs li,
			#secondarycontent #news-events ul.ui-tabs-nav li {
				background: none;
				height: 34px;
				padding:2px 22px 0 6px !important;
				
			}
		
			#secondarycontent #news-events ul.ui-tabs li a span,
			#secondarycontent #news-events ul.ui-tabs-nav li a span {
				color: #111111;
				font-size: 14px;
				text-decoration: none;
			}
			
			#secondarycontent #news-events ul li.ui-tabs-selected a span {
				color: #005037;
			}
			
			#secondarycontent #news-events ul,
			#secondarycontent #news-events ol {
				margin-top: 0;	
			}
			
		#secondarycontent #news-events #events-2 div.ct {
			padding: 12px 5px 12px 12px;	
		}
		
		#secondarycontent #news-events #events-2 div.ct p {
			font-weight: bold;
				margin: 0 !important;
				padding: 0 !important;
				color: #005037;
				background-color: #FFFFFF;
		}
			#secondarycontent #news-events #events-2 div.ct p a {
				color: #005037;
				text-decoration: none;
				background-color: #FFFFFF;
			}
		
			#secondarycontent #news-events #events-2 div.ct p.event-date {
				font-size: 11px;
				font-style: normal;
				padding:  0 0 7px 0 !important;
				margin: 0 0 6px 0;
				font-weight: normal;
				background: url(/images/site/new-article-bg.jpg) -10px bottom no-repeat;
				color: #005037;
				text-decoration: none;
				display: block;	
			}
				#secondarycontent #news-events #events-2 div.ct p.event-date a {			
					color: #005037;
					text-decoration: none;
				}
				
		#secondarycontent #news-events div.news_top {
			width: 218px;
			height: 105px;
			margin-top: 4px;
			padding: 3px 4px 0 2px;
			clear: both;
		}

		#secondarycontent #news-events div.news_bottom {
			width: 218px;
			height: 107px;
			padding: 0px 4px 0 4px;
		}
		
			#secondarycontent #news-events .news_top div.thumbnail,
			#secondarycontent #news-events .news_bottom div.thumbnail {
				width: 60px; 
				height: 56px; 
				padding: 6px;
				float: left;
				background: url(/images/site/news-thumb-bg.jpg) left 2px no-repeat;
			}
			
			#secondarycontent #news-events .news_top div.info,
			#secondarycontent #news-events .news_bottom div.info {
				width: 140px; 
				height: 78px;
				padding-top: 4px;
				float: right;
				
			}
				#secondarycontent #news-events .news_top {
					background: url(/images/site/new-article-bg.jpg) left bottom no-repeat;
				}
				
			#secondarycontent div#news-events h3 {
				padding: 0;
				margin: 0;
				font-size: 11px;
				font-weight: normal;
				line-height: 15px;
				background-color: #FFFFFF;
			}
				#secondarycontent div#news-events h3 a {
					color: #005037;
					background-color: #FFFFFF;
					text-decoration: none;
					padding: 0;
					margin: 0;
					font-size: 11px;
					line-height: 15px;
					font-weight: normal;
				}		
		
			#secondarycontent #news-events p.news-date {
				font-size: 11px;
				font-style: normal;
				padding: 0;
				margin: 0 0 9px 0;
				color: #005238;
			}
		
			#secondarycontent #news-events p.news-button {
				padding: 0;
				margin: 0;
			}
			
				#secondarycontent #news-events p.news-button a {
					background-color: #DCE2DE;   
					color: #005037;
					text-decoration: none;
					font-size: 10px;
					padding: 1px 4px 1px 4px;
				}

					#secondarycontent #news-events p.news-button a:hover {
						background-color: #005037;
						color: #FFFFFF;
					}
	
	
#maincontent table th {
	border: 1px dashed #3a3a3a;		
	padding: 8px;
	text-align: centre;
	font-weight: bold;
	
}
	
#maincontent table td {
	border: 1px dashed #3a3a3a;		
	padding: 8px;
	text-align: left;
}	

#maincontent ol,
#maincontent ul {
	margin-top: 15px;
}

#maincontent ol li,
#maincontent ul li {
	line-height: 16px;	
}
	
	
	
	
#secondarycontent {
	float: left;
	width: 235px;
	padding: 0;
	font-size: 12px;
}

	#secondarycontent h1 {
		font-size: 18px;
		margin-bottom: 3px;
	}

	#secondarycontent h2 {
		font-size: 14px;
		margin-top: 28px;
		margin-bottom: 4px;
		font-weight: bold;
		color: #FFFFFF;
	}
			
	#secondarycontent p {
		font-size: 12px;
		line-height: 16px;
		margin-bottom: 12px;
	}


	#secondarycontent div.subnav {
		
	}
	
		#secondarycontent div.subnav div.subnav-header {
			width: 235px;
			height: 60px;
			background: url(/images/site/title-subnav.jpg) left top no-repeat;		
		}

		#secondarycontent div.subnav div.subnav-footer {
			width: 235px;
			height: 15px;
			margin-bottom :12px;
			background: url(/images/site/footer-subnav.jpg) 3px top no-repeat;		
		}

	#secondarycontent div.subnav ul {
		
	}
	
		#secondarycontent div.subnav ul li {
			display: block;
			width: 229px;
			background: #FFFFFF url(/images/site/subnav-sep.jpg) 12px bottom no-repeat;
			color: #11533E;
			margin-left: 3px;
		}

			#secondarycontent div.subnav ul li a {
				display: block;
				width: 200px;
				line-height: 26px;
				color: #11533E;
				text-decoration: none;
				font-size: 12px;
				padding-left: 22px;
				background: url(/images/site/cat-plus.gif) 11px 9px no-repeat;
			}	
		
				#secondarycontent div.subnav ul li a:hover {
					color: #000000;
					text-decoration: none;
				}			


	
		
				
		
		
/****************************************************************************************************
Section Tiles 
**********************/

.tiles {
	clear: both;
	width: 100%;
	height: 314px;
	margin: 2px 0 12px 0;
}

.sectiontile {
	float: left;
	width: 235px;
	height: 314px;	
	color: #000000;
	margin-right: 5px;
	background-color: #FFFFFF;
	position: relative;
}

	.sectiontile a.moreinfo {
		display: block;
		width: 235px;
		height: 314px;
		position: absolute;
		left: 0;
		top: 0;
	}
	
	.sectiontile a.moreinfoSmall {
		float:left;
		width: 235px;
		height: 152px;
	}
	
#tile-subscribe {
	background: #FFF url(/images/site/tile-subscribe.jpg) left top no-repeat;
	height: 264px;
	width: 209px;
	padding: 50px 12px 0 14px;
	position: relative;
}

	#secondarycontent #tile-subscribe {
		margin-top: 12px;
	}

	#tile-subscribe p {
		color: #004830;
		margin: 7px 60px 5px 0;
		font-size: 12px;
		line-height: 16px;
	}

	#tile-subscribe label {
		color: #FFFFFF;
		font-size: 12px;
		line-height: 16px;
		font-weight: bold;
	}

	#tile-subscribe input#name,
	#tile-subscribe input#thiddl-thiddl {
		color: #004830;
		font-size: 12px;
		line-height: 16px;
		border: 1px solid #004830;
		width: 200px;
		height: 23px;
		margin: 4px 0 12px 0;
	}
	
	#tile-subscribe input#newsletter-submit {
		width: 208px;
		height: 44px;
		position: absolute;
		top: 258px;
		left: 12px;
		background: #004830 url(/images/site/newsletter-submit.jpg) left top no-repeat;
		color: #FFFFFF;
		border: none;
		cursor: pointer;
		text-indent: -20000px;
	}
	
#tile-visit {
	background: #FFF url(/images/site/tile-visit.jpg) left top no-repeat;
	height: 264px;
	width: 209px;
	padding: 50px 12px 0 14px;
}
	#tile-visit p {
		color: #004832;
		font-size: 12px;
		line-height: 17px;
		margin-bottom: 8px;
	}
	
#tile-visit #weather-link {
	float:left;
	height:65px;
	position:absolute;
	top:190px;
	width:215px;
	color:transparent;
}

#tile-ad-campaign {
	background: #FFF url(/images/site/tile-ad-campaign.jpg) left top no-repeat;
	height: 252px;
	width: 209px;
	padding: 62px 12px 0 14px;
}
	#tile-ad-campaign p {
		color: #004832;
		font-size: 12px;
		line-height: 17px;
		margin-bottom: 19px;
	}


#tile-pdo {
	background: #FFF url(/images/site/tile-pdo.jpg) left top no-repeat;
	height: 264px;
	width: 209px;
	padding: 50px 12px 0 14px;
}
	#tile-pdo p {
		color: #004832;
		font-size: 12px;
		line-height: 17px;
		margin-bottom: 11px;
		width: 110px;
	}

#tile-award {
	background: #FFF url(/images/site/tile-award-bg.jpg) left top no-repeat;
	height: 264px;
	width: 209px;
	padding: 50px 12px 0 14px;
}
	#tile-award p {
		color: #595856;
		font-size: 12px;
		line-height: 17px;
		margin-bottom: 3px;
		width: 110px;
	}
	
	
#tile-stockists {
	background: #FFF url(/images/site/tile-stockists.jpg) left top no-repeat;
}

	#secondarycontent #tile-stockists {
		margin-top: 12px;
	}

#tile-tour {
	background: #FFF url(/images/site/tile-tour.jpg) left top no-repeat;
}

	#tile-tour p {
		font-size: 12px;
		line-height: 18px !important;
		color: #989A99;
		padding: 198px 12px 0 12px;
	}

#tile-truckles {
	background: #FFF url(/images/site/tile-truckles.jpg) left top no-repeat;
	height:152px;
	margin-bottom:10px;
}

#tile-xmas {
	background: #FFF url(/images/site/tile-xmas.jpg) left top no-repeat;
	height:152px;
}


/****************************************************************************************************
Footer 
**********************/
				
#footer {
	clear: both;
	width: 950px;
	height: 95px;
	margin: 20px 0 30px 3px;
	background: #000;
}

	#footer #extreme {
		float: left;
		color: #999999;
		margin: 12px 0 0 0;
	}	

		#footer #extreme a {
			color: #999999;
			text-decoration: none;
		}	
	
			#footer #extreme a:hover {
				color: #FFFFFF;
				text-decoration: none;
			}	
			

#footer #footer-nav ul {
	display: block;
	height: 11px;
	padding-top: 12px;
}

	#footer #footer-nav ul li {
		display: block;
		float: left;
		height: 11px;
		line-height: 11px;	
		font-size: 12px;	
		color: #FFFFFF;
		border-right: 1px solid #FFFFFF;
		padding: 0 10px 0 10px;
	}

		#footer #footer-nav ul li.first {
			padding-left: 0px;
		}

		#footer #footer-nav ul li.last {
			border-right: none;
		}
		
		#footer #footer-nav ul li a {
			display: block;
			float: left;
			height: 11px;
			line-height: 11px;
			color: #FFFFFF;
			text-decoration: underline;
		}

			#footer #footer-nav ul li a:hover {
				color: #006734;
				text-decoration: underline;
			}
		
		
/******************************************************************************
Contact Page
***************/

#directions {
	float: left;	
	width: 220px;
	padding: 0;
}

	#directions h2 {
		padding-top: 0;
		margin-top: 0px;
		margin-bottom: 28px;
	}

#map {
	float: right;
	width: 470px;
	height: 430px;
	background-color: #d1d1d1;
	margin-bottom: 12px;
}

			
/***********************************************************************
News Page
********/

#maincontent div.news_odd, 
#maincontent div.news_even {
	clear: both;
	width: 99%;
	height: 184px;
	background: #000000 url(/images/site/sep-bg.jpg) left top no-repeat;
	margin-top: 0;
}

	#maincontent div.news_odd img, 
	#maincontent div.news_even img {
		float: left;
		margin: 20px 15px 10px 0;
	}
	
	#maincontent div.news_odd h2.news-title, 
	#maincontent div.news_even h2.news-title {
		margin-top: 2px;
		padding-top: 0px;
		border-top: 20px solid #000000;
	}
	
		#maincontent div.news_odd h2.news-title a, 
		#maincontent div.news_even h2.news-title a {
			color: #FFFFFF;
			text-decoration: none;
			font-size: 16px;
			padding-top: 0;
			margin-top: 0;
			padding-top: 20px;
		}
	
	#maincontent div.news_odd p.news-date, 
	#maincontent div.news_even p.news-date {
		color: #CCCCCC;
		font-style: normal;
	}

	#maincontent p.news-summary, 
	#maincontent p.news-summary {
		color: #FFFFFF;
		font-size: 14px !important;
		line-height: 18px !important;
		font-style: normal !important;
	}
				
                        
					

/**************************************************************************
Events Page
******************/

div.wens-event,
div.wens-event-left {
	width: 215px;
	height: 195px;
	float: left;
	/*background: #000000 url(/images/site/sep-vert-bg.jpg) right top no-repeat;*/
	background: #000000 url(/images/site/event-bg.jpg) left top no-repeat;
	
	
	padding: 7px 9px 7px 9px;
}

div.wens-event-left {
	width: 224px;
	height: 195px;
	float: left;
	background: #000000 url(/images/site/event-bg.jpg) -3px top no-repeat;
	padding: 7px 9px 7px 0px;
}

	#maincontent div.wens-event p,
	#maincontent div.wens-event-left p{ 
		margin: 0 0 12px 0;	
	}

	#maincontent div.wens-event p.event-date,
	#maincontent div.wens-event-left p.event-date {
		color: #CCCCCC;
		font-style: italic;
		font-size: 13px;
		margin: 0 0 6px 0;
		padding: 0;
	}
	
	#maincontent div.wens-event h2.event-title,
	#maincontent div.wens-event-left h2.event-title {
		color: #FFFFFF;
		font-weight: bold;
		font-size: 15px;	
		margin: 0;
		padding: 0;
	}
	
	#maincontent div.wens-event p.event-location,
	#maincontent div.wens-event-left p.event-location {
		color: #FFFFFF;
		font-weight: bold;
		font-size: 11px;
		margin-top: 22px;
		margin-bottom: 0;
	}
		
		
/**************************************************************************
News Scroller
******************/

#scrollingnews {
	color: #FFF;
	width: 205px;
	height: 100px;
	padding: 0;
}

#scrollingnews h3 {
	color: #FFF;
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

#scrollingnews p {
	color: #FFF;
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 11px;
	line-height: 14px;
}


/************************************************************************************
Sitemap
*******************/

ul.sitemap li {
	background: #000000 url(/images/site/sep-bg.jpg) left top no-repeat;
	padding: 6px 6px 6px 10px;
	width: 290px;
}

	ul.sitemap li ul {
		padding-top: 7px;	
	}
	
		ul.sitemap li ul li {
			background: #000000 url(/images/site/breadcrumb-arrow.gif) 10px 9px no-repeat;
			padding: 6px 6px 6px 25px;
			width: 250px;
		}


/***********************************************************************************
Enquiry Form
*******************/

fieldset#leftFieldset {
	width: 300px;
	height: 230px;
	float: left;
}

fieldset#rightFieldset {
	width: 340px;
	height: 230px;
	float: right;
}

fieldset label {
	display: block;	
	margin-bottom: 6px;
}

fieldset input#name,
fieldset input#email,
fieldset input#phone,
fieldset input#job_title,
fieldset input#postcode,
fieldset input#where_to_buy,
fieldset input#age,
fieldset input#friend_name,
fieldset input#friend_postcode {
	width: 300px;
	height: 27px;
	border: none;
	margin-bottom: 18px;
}

fieldset input#subscribe {
	border: none;
}

fieldset textarea#message,
fieldset textarea#address,
fieldset textarea#friend_address {
	width: 340px;
	height: 160px;
	border: none;
	margin-bottom: 14px;
}

p.label_checkbox_pair {
	clear: both;
	float: none;
	position: relative;
}
p.label_checkbox_pair input {
	left: 0px;
	position: absolute;
	top: 1px;
}
p.label_checkbox_pair label {
	display: block;
	margin-left: 25px;
	width: 273px;
	color: #FFFFFF;
	padding-top: 4px;
}






/*******************************************************************************
New Style Info Pods
*******************************/

#maincontent div.exleftnew {
	float: left;
	width: 316px;
	height: 297px;	
	padding: 25px 15px 5px 15px;		
	background: url(/images/site/pod-bg-shadow-new.gif) 3px 3px no-repeat;
	margin: 4px 0 1px 4px;
	position: relative;
}

#maincontent div.exrightnew {
	float: left;
	width: 320px;
	height: 297px;	
	padding: 25px 5px 5px 15px;			
	background: url(/images/site/pod-bg-shadow-new.gif) 3px 3px no-repeat;
	margin: 4px 0px 1px 4px;
	position: relative;
}



	#maincontent div.exleftnew h2,
	#maincontent div.exrightnew h2,
	#maincontent div.exleftnew h2 a,
	#maincontent div.exrightnew h2 a {
		font-size: 20px;
		margin-bottom: 26px;
		margin-top: 9px;
		line-height: 24px;
		font-weight: bold;
		color: #0e4937;
		text-decoration: none;
	}
	
	#maincontent div.exleftnew img,
	#maincontent div.exrightnew img {
		float: right;
		margin: 0 0 20px 15px;		
	}

	#maincontent div.exleftnew p,
	#maincontent div.exrightnew p,
	#maincontent div.exleftnew p strong,
	#maincontent div.exrightnew p strong {
		color: #666666;	
		font-size: 11px;
		line-height: 15px;
	}


	#maincontent div.exleftnew h3,
	#maincontent div.exrightnew h3,
	#maincontent div.exleftnew h3 a,
	#maincontent div.exrightnew h3 a {
		font-size: 12px;
		margin-bottom: 0px;
		margin-top: 9px;
		line-height: 19px;
		font-weight: bold;
		color: #0e4937;
		text-decoration: none;
	}
	
	
	
	#maincontent div.exleftnew p a,
	#maincontent div.exrightnew p a {
		color: #666666;	
		font-size: 11px;
		line-height: 15px;
		text-decoration: none;
	}

		
		#maincontent div.exleftnew p a:hover,
		#maincontent div.exrightnew p a:hover {
			color: #111111;	
			font-size: 11px;
			line-height: 15px;
			text-decoration: none;
		}


	
/*************************************************************************************
Recipes
*************************************************************************************/

ul.recipe-list {
	margin-top: 0;	
	margin-left: 20px;
	list-style: disc;
}

ol.recipe-list {
	margin-top: 0;	
	margin-left: 20px;
	list-style: decimal;
}


/*************************************************************************************
Comments Stuff
*************************************************************************************/

.commentbox {
	border-bottom: 1px solid #353535; 
	padding: 12px 0 0px 0;
	line-height: 17px;
}

.commentbox-wens {
	border-bottom: 1px solid #353535; 
	padding: 12px 0 0px 12px;
	background-color: #1A1A1A;
	line-height: 17px;
}

	.commentbox p.person-info {
		color: #33A482 !important;	
	}
	
	.commentbox-wens p.person-info {
		color: #33A482 !important;	
	}
	
	
	
#social-networks {
	float: right;
	margin-top: 24px;
}


/*************************************************************************************
Video Section
*************************************************************************************/

#maincontent div.video-box img {
	float: left;
	margin: 0px 15px 10px 0;
}

/*************************************************************************************
Newsletter Form Section
*************************************************************************************/

#contentGreen{
	float: left;
	background-color:#015138;
	width:100%;
	border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}	

#contentTitle{
	background-image: url(/images/site/ThisWontTakeLong.jpg);
	width:747px;
	height:122px;
	float:left;
	clear:both;
}

#contentTitleThanks{
	background-image: url(/images/site/thankYou.jpg);
	width:400px;
	height:125px;
	float:left;
	clear:both;
}

#contentTitleError{
	background-image: url(/images/site/whoops.jpg);
	width:400px;
	height:125px;
	float:left;
	clear:both;
}

#contentTitleConfirm{
	background-image: url(/images/site/confirm.jpg);
	width:400px;
	height:125px;
	float:left;
	clear:both;
}

#contentForm{
    float: left;
    height: 378px;
    margin-left: 25px;
    width: 530px;
}

#contentForm input{
    width: 355px;
	margin-top:5px;
}

#contentForm img{
	margin-top:5px;
}

#contentImage{
	background-image: url(/images/site/RealYorksCheese.jpg);
	width:375px;
	height:410px;
	float:left;
}

#contentImageThanks {
    background-image: url("/images/site/RealYorksCheese.jpg");
    float: left;
    height: 410px;
    margin-top: 122px;
    width: 375px;
}

#contentText{
    float: left;
    font-size: 16px;
    margin-bottom: 25px;
    margin-left: 26px;
    margin-top: 25px;
    width: 400px;
	line-height: 1.5;
}

#contentLeft{
	width:555px;
	height:460px;
	float:left;
}

#contentLeftThanks{
    clear: both;
    float: left;
    margin-left: 25px;
    margin-top: 100px;
    width: 530px;
}

#submitButton{
	background-image: url(/images/site/submit.jpg);
	width:243px !important;
	height:66px;
	float:left;
	border:none;
	text-indent: -9999px;
	cursor:pointer;
	font-size:0px;
	line-height:0;
}

#formText{
	margin-top:5px;
}

.needsfilled{
	color:#FF0000;
}
