
body {
	margin: 0 auto;
	padding: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 13px;
	
	background-color: #000000;
	color: #FFFFFF;
}
div {
	padding: 0;
	margin: 0;
}
img { display: block; }
a img { border-width: 0px; }
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color:#FFFF33;
}
.pageFrame {
	min-width: 760px;
	max-width: 850px;
	min-height: 700px;
	text-align: left;
	margin: 0 auto;
}
.leftContainer {
	float: left;
	width: 255px;
}
.leftContainer a:link, .leftContainer a:visited {
	text-decoration: none;
}
.leftContainer  a:link.currentpage, .leftContainer  a:visited.currentpage  {
	color:#FFFF33;
}
.leftContainer ul li {
	list-style-type: none;
}
.rightContainer { 
	float:right;
	width:160px;
}
.contentContainer { 
	margin-right:180px;
	margin-left:255px;
	padding: 0px;
}
#HomePage .contentContainer {
	margin-right: 0px;
	padding: 0px 30px 0px 30px;
}
#cheeseOffer .contentContainer {
	margin-right: 0px;
}
#Intro {
	width: 310px;
	margin-left: 30px;
}

td,th {
	text-align: left;
}
th {
	font-weight: normal;
	width: 20%;
}
input.text { width: 100%; }
#StateText, #PostcodeText { width: 40%; }
#ExpiryMonthText, #ExpiryYearText { width: 10%; }

.postmetadata {
	font-size: 10px; 
}

.post {
	margin-bottom: 30px;
}
h3 a:link, h3 a:visited {
	text-decoration: none;
}
h3 a:hover {
	color:#FFFF33;
	text-decoration: underline;
}

.formError {
	font-weight: bold;
	color: #FF0000;
}

.gallery {
	margin: 0 auto;
	max-width: 600px;
}
.gallery-item {
	float: left;
	font-size: 10px;
	margin: 4px;
	width: 125px;
}
.gallery-item a {
	text-decoration: none;
}

.CheeseImages {
	text-align: center;
	font-weight: bold;
}
.CheeseTableNameCell { cursor: pointer; }
#OfferTable td, #OfferTable th {
	color: #999999; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 5px 0px 5px; 
}
#OfferTable th { 
	color: #FFFFFF;
	font-weight: bold; 
	padding: 5px;
}
#CheeseDescription, #CheeseInfo, #CheeseImage {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	padding: 10px;
}
#CheeseName {
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 7px 14px 7px 7px;
}
#CheeseDescription {
	font-size: 12px;
}
#CheeseInfo {
	font-size: 11px;
}
#fltdiv {
	display:none; 
	position:absolute; 
	background-image:url(../images/offer_hover_bg.gif); 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 92px; /* 102px;*/
	overflow: hidden;
	padding: 5px;
	width: 208px; /*218px;*/
}
#fltdiv strong {
	font-size: 13px;
}
#fltdiv img {
	float: left;
	margin: 10px 10px 40px 5px;
}
.CheeseHeading
{
	font-size: 16px;
	font-weight: bold;
}
.CheeseMilkLabel, .CheeseTypeLabel
{
	display: block;
	float: left;
	width: 50px;
}
.CheeseMilk, .CheeseType
{
	display: block;
	float: left;
	width: 200px;
}
.Breadcrumbs {
	font-size: 11px;
}

.textright { text-align: right; }
.textcentre { text-align: center; }