﻿/* general formatting */

body {
	margin: 0px;
	padding: 20px 0px 10px 0px;
	font-family: 'Times New Roman' , Times, serif;
	background: #000000 url(/images/bg.jpg) no-repeat scroll center top;
	color: #FFFFFF;
	font-size: 62.5%;
}

p, h1, h2, h3, h4, h5 {
	padding: 0px 0px 15px 0px;
	margin: 0px;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	color: #988344;
}

h1 {
	font-size: 2em;
	line-height: 1.2em;
}

h2 {
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.1em;
}

form {
	margin: 0px;
	padding: 0px;
}

input.text, input.password, textarea {
	color: #000000;
	font-size: 0.9em;
	line-height: 0.9em;
	height: 1.2em;
	width: 14em;
	padding: 0px;
	border: 1px solid #a9aaab;
}

select {
	color: #405987;
	font-size: 1em;
	line-height: 1em;
}

textarea {
	height: 8em;
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #b29a46;
}

.white {
	color: #FFFFFF;
}

ul {
	margin-top: 5px;
}

.clearer {
	clear: both;
}

.blue {
	color: #4f6eb1;
}

a.clickmore_white, a.clickmore_gold {
	display: block;
	width: 217px;
	text-decoration: none;
	background: transparent url(/images/clickmore_white.gif) no-repeat scroll 0px 3px;
	padding: 0px 0px 4px 16px;
	color: #FFFFFF;
	border-bottom: 1px dashed #FFFFFF;
}

a.clickmore_gold {
	background: transparent url(/images/clickmore_gold.gif) no-repeat scroll 0px 2px;
	color: #b29a46;
	border-color: #b29a46;
}

a.clickmore_white:hover {
	background: transparent url(/images/clickmore_gold.gif) no-repeat scroll 0px 2px;
	border-bottom: 1px dotted #988344;
	color: #988344;
}

a.clickmore_gold:hover {
	background: transparent url(/images/clickmore_white.gif) no-repeat scroll 0px 3px;
	border-bottom: 1px dotted #FFFFFF;
	color: #FFFFFF;
}


/* structural styles */

#pageBGContainer {
	position: relative;
	width: 100%;
	background: transparent url(/images/bg_bot.jpg) no-repeat scroll bottom;
}

#pageContainer {
	position: relative;
	width: 898px;
	margin: 0 auto;
}

#topContainer {
	height: 138px;
	background: transparent url(/images/toppanel.gif) no-repeat scroll center top;
}

#logo {
	position: absolute;
	width: 645px;
	height: 28px;
	left: 178px;
	top: 43px;
	background: transparent url(/images/logo.gif) no-repeat scroll top;
}

#logo h1 {
	position:absolute;
	left: -999em;
}

#topNav {
	position:absolute;
	left: 177px;
	top: 93px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 1.6em;
}

#topNav li {
	float: left;
	background: transparent url(/images/nav_icon.gif) no-repeat scroll 0px 3px;
	padding: 0px 17px 0px 18px;
}

#topNav li.first {
	background: none;
	padding: 0px 18px 0px 0px;
}

#topNav a {
	text-decoration: none;
	display: block;
}

#topNav a.selected {
	color: #b29a46;
}



/* home page styles */

#homeFader {
	width: 896px;
	height: 292px;
	overflow: hidden;
	border: 1px solid #FFFFFF;
}

.homeMain {
	height: 285px;
	background: #000000 url(/images/homepic_shopshire.jpg) no-repeat scroll right top;
	padding-top: 9px;
}

#homePic2 {
	background: #000000 url(/images/homepic_leicester.jpg) no-repeat scroll right top;
}

#homePic3 {
	background: #000000 url(/images/homepic_stilton.jpg) no-repeat scroll right top;
}

#welcomeText {
	position: absolute;
	left: 0px;
	top: 148px;
	margin-left: 30px;
	z-index: 300;
}

#homeCol1, #homeCol2 {
	position: absolute;
	left: 0px;
	top: 185px;
	width: 160px;
	height: 150px;
	overflow: hidden;
	padding: 10px 10px 0px 30px;
	font-size: 1.2em;
	line-height: 1.3em;
	z-index: 300;
}

#homeCol2 {
	padding: 10px 0px 0px 0px;
	left: 200px;
	width: 165px;
}

#homeSplitLine {
	position: absolute;
	left: 0px;
	top: 348px;
	width: 370px;
	height: 1px;
	border-top: 1px solid #FFFFFF;
	z-index: 300;
}

.homeCheeseInfo {
	clear: left;
	width: 340px;
	padding: 12px 0px 0px 30px;
	margin-top: 201px;
	font-size: 1.3em;
}

.homeCheeseInfo img {
	margin-bottom: 3px;
}

#homeBot {
	width: 857px;
	height: 221px;
	margin: 0 auto;
	background: #1c1c1c url(/images/homebotbg.jpg) no-repeat scroll left top;
}

#homeRecipes {
	float: left;
	width: 298px;
	padding: 11px 0px 0px 1px;
	font-size: 1.3em;
}

#homeRecipes img.title {
	margin: 0px 0px 14px 27px;
}

#homeRecipes a {
	margin: 17px 0px 0px 27px;
}

#homeNews {
	float: left;
	width: 283px;
	padding-top: 11px;
	font-size: 1.2em;
}

#homeNews img.title {
	margin-bottom: 20px;
}

#homeNews img.pic {
	float: right;
	margin: 2px 20px 0px 5px;
}

#homeNews #newsHeadline {
	width: 100px;
	font-size: 1.1em;
	padding-bottom: 6px;
	margin-bottom: 6px;
}

#homeNews a.clickmore_white {
	width: 100px;
	font-size: 1.1em;
}

#homeNews p {
	height: 57px;
}

#homeGrading {
	float: left;
	width: 255px;
	padding-top: 11px;
	font-size: 1.3em;
}

#homeGrading img.title {
	margin: 0px 0px 12px 10px;
}

#homeGrading a {
	margin: 7px 0px 0px 10px;
}




/* tier page styles */

#tierContent {
	border: 1px solid #FFFFFF;
	height: 492px;
	background-color: #000000;
}

#tierContent.grading {
	background: #000000 url(/images/grading.jpg) no-repeat scroll right bottom;
}

#tierContent.contact {
	background: #000000 url(/images/contact.jpg) no-repeat scroll right bottom;
}

#tierContent.recipe {
	height: auto;
}

#tierCrumbs {
	height: 24px;
	background-color: #988344;
	color: #FFFFFF;
	font-size: 1.3em;
	padding: 5px 0px 0px 36px;
}

#tierCrumbs a {
	text-decoration: none;
	color: #FFFFFF;
}

#tierContent img.title {
	margin: 15px 0px 8px 30px;
}

#tierContent.products img.title {
	margin: 15px 0px 10px 36px;
}

#tierContent.product img.title {
	margin: 15px 0px 10px 20px;
}

#tierContent.recipes img.title {
	margin: 15px 0px 1px 36px;
}

#tierContent.news {
	background: transparent url(/images/cheesey.jpg) no-repeat scroll 630px 101px;
}

#gradingstrip {
	margin: 0px 0px 14px 37px;
}

#tierGrading {
	width: 322px;
	height: 372px;
	padding: 4px 20px 0px 38px;
	font-size: 1.3em;
	background: transparent url(/images/tiertextseparator.gif) no-repeat scroll right top;
}

#tierNews {
	width: 550px;
	height: 372px;
	padding: 4px 0px 0px 38px;
	font-size: 1.3em;
}

#tierBot {
	width: 857px;
	height: 20px;
	margin: 0 auto;
	background: #000000 url(/images/tierbot.jpg) no-repeat scroll left top;
}

#prodsDiv, #recipesDiv {
	width: 832px;
	height: 387px;
	margin: 0 auto;
	background: #000000 url(/images/prodsback.gif) no-repeat scroll left top;
	padding: 13px 0px 0px 0px;
}

#prodStilton {
	float: left;
	width: 271px;
	height: 387px;
	background: transparent url(/images/prodsseparator.gif) no-repeat scroll right top;
	padding-left: 3px;
}

#prodLeicester {
	float: left;
	width: 283px;
	height: 387px;
	background: transparent url(/images/prodsseparator.gif) no-repeat scroll right top;
}

#prodShropshire {
	float: left;
	width: 271px;
	height: 387px;
	background: transparent url(/images/prodsseparator.gif) no-repeat scroll right top;
}

#prodsDiv a.clickmore_white {
	width: 214px;
	font-size: 1.6em;
	margin: 5px 0px 0px 14px;
	padding-bottom: 10px;
	background-position: 0px 5px;
}

#prodsDiv #prodLeicester a.clickmore_white {
	margin-left: 22px;
}

#prodsDiv #prodShropshire a.clickmore_white {
	margin-left: 20px;
}

#topRightTierLink {
	float: right;
	font-size: 1.3em;
	width: 128px;
	margin: 30px 37px 0px 0px;
}

#cheeseLeft {
	float: left;
	width: 509px;
	font-size: 1.2em;
}

#cheeseCol1 {
	clear: left;
	float: left;
	width: 225px;
	height: 331px;
	padding: 1px 0px 0px 20px;
	overflow: hidden;
}

#cheeseCol2 {
	float: left;
	width: 232px;
	height: 331px;
	padding: 1px 0px 0px 20px;
	overflow: hidden;
}

#cheeseLeft strong {
	/*color: #988344;*/
	color: #FFFFFF;
}

#otherCheeses {
	clear: left;
	height: 51px;
	background-color: #988344;
	padding-left: 18px;
	margin-left: 20px;
}

#otherCheeses div {
	float: left;
	width: 234px;
	font-size: 1.2em;
}

#otherCheeses div img {
	float: left;
	margin-right: 7px;
}

#otherCheeses div a {
	display: block;
	float: left;
	width: auto;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 13px;
	background: transparent url(/images/otherlink_icon.gif) no-repeat scroll 0px 17px;
}

#topRightCheeseLink {
	float: right;
	width: 93px;
	margin: 35px 15px 0px 0px;
}

#cheeseRight {
	float: left;
	width: 386px;
	height: 463px;
	border-left: 1px solid #FFFFFF;
}

#recipeLink {
	padding: 10px 0px 0px 70px;
	height: 30px;
	background: transparent url(/images/icon_recipes.gif) no-repeat scroll 34px 5px;
}

#specLinkUK, #specLinkUS {
	padding: 3px 0px 0px 70px;
	height: 30px;
	background: transparent url(/images/icon_specsheet.gif) no-repeat scroll 37px 0px;
}

#cheeseRight a {
	font-size: 1.3em;
	width: 294px;
	color: #988344;
	padding-bottom: 5px;
}

ul.recipeList {
	list-style-type: none;
	margin: 0px 13px 0px 12px;
	padding: 0px;
}

ul.recipeList li {
	height: 61px;
	margin: 0px;
	padding: 9px 0px 0px 0px;
	font-size: 1.2em;
}

ul.recipeList span {
	display: block;
	width: 180px;
	float: left;
	height: 35px;
}

ul.recipeList a.clickmore_white {
	float: left;
	width: auto;
	font-size: 1.1em;
	padding-bottom: 3px;
}

ul.recipeList img {
	float: left;
	margin: 0px 10px 0px 0px;
	border: none;
}

#recipeLeft {
	float: left;
	width: 380px;
	font-size: 1.2em;
	padding: 10px 0px 0px 18px;
}

#recipeRight {
	float: left;
	width: 498px;
	height: 463px;
}

#recipeTitle {
	height: 45px;
	padding: 4px 0px 5px 5px;
	margin-bottom: 10px;
	background: transparent url(/images/recipe_underline.gif) no-repeat scroll left bottom;
}

#recipeIngredients {
	float: left;
	width: 140px;
	padding: 0px 8px 0px 6px;
}

#recipeInstructions {
	float: left;
	width: 212px;
	margin-bottom: 10px;
}

.otherRecipe {
	float: left;
	width: 200px;
	font-size: 1.2em;
	padding: 15px 0px 0px 0px;
}

.otherRecipe img {
	float: left;
	margin-top: 1px;
}

.otherRecipe span {
	display: block;
	width: 126px;
	float: left;
	padding: 0px 0px 0px 10px
}

.otherRecipe a.clickmore_white {
	width: 83px;
	padding-top: 3px;
	background-position: 0px 6px;
	color: #988344;
}

h2.otherTitle {
	color: #FFFFFF;
	display: block;
	width: 95px;
	float: left;
	font-size: 1.5em;
	padding-top: 17px;
	font-weight: normal;
}

#recipespacer {
	width: 1px;
	height: 344px;
	float: right;
}

#recipeLinks {
	clear: left;
	background-color: #988344;
	width: 360px;
	height: 45px;
	font-size: 1.2em;
}

#recipeLinks a.clickmore_white {
	float: left;
	width: auto;
	padding: 11px 0px 3px 16px;
	background: transparent url(/images/otherlink_icon.gif) no-repeat scroll 0px 15px;
	margin-left: 14px;
	display: inline;
}

#recipeLinks a.clickmore_white:hover {
	color: #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
}





/* footer styles */

#footer {
	width: 847px;
	height: 39px;
	margin: 0 auto;
	list-style-type: none;
	padding: 0px 0px 0px 10px;
	font-size: 1.1em;
	color: #988344;
	background: transparent url(/images/ukflag.gif) no-repeat scroll 0px 9px;
}

#footer li {
	float: left;
	border-right: 1px solid #988344;
	padding: 7px 10px 0px 10px;
	margin: 0px;
}

#footer li a {
	text-decoration: none;
}