@charset "UTF-8";
/* CSS Document */

/* ---------- General START ---------- */
body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #666666;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	background: #f5bf42;
	margin-bottom: 10;
	margin-left: 0;
	margin-right: 0;
	margin-top: 10;/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(../images/tables/bgtile.gif);
	background-repeat: repeat;
}
p{
	padding: 0;
	margin: 0;
}
h2 {
	color:#CC3333;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.oneColFixCtrHdr #container {
	background: #FFFFFF;
	background-image:url(../images/tables/footer_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	width: 950px;
	height: 220px;
	background: none;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-repeat:no-repeat;
	background-position: 10px 15px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;/* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.bodydiv {
	background-repeat:no-repeat;
	background-position: top left;
	min-width: 625px;
	max-width: 630px;
	float: left;
	padding: 0;
	margin: 0;
}
.pagetitle {
	 background-position: top left; 
	 background-repeat: no-repeat;
}
.ClearFloat {
	clear: both;
	size: 1px;
}
.Spacer1 {
	size: 1px;
}
.Spacer5 {
	font-size: 5px;
}
.Spacer10 {
	size: 10px;
}
/* ---------- General END ---------- */



/* ---------- Footer START ---------- */


.oneColFixCtrHdr #footer {
	background-image: url(../images/tables/footerbg.jpg);
	background-position: center;
	background-position: top;
	background-repeat: no-repeat;
	height: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;/* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-top: 4px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-left: 10px;
	color: #999999;
}
#footer a {
	color: #CC3333;
	font-weight: bold;
}
#footer a:hover {
	color: #ff9999;
	font-weight: bold;
}
#footer .copyrightline {
	float: right;
	padding-top: 5px;
	padding-right: 10px;
}

/* ---------- Footer END ---------- */

/* ----------Common START ---------- */

.Leftimg {
	padding: 5px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 3px;
	margin-bottom: 1px;
	margin-left: 10px;
}

.Rightimg {
	padding: 5px;
	border: 1px solid #CCCCCC;
	float: right;
	margin-right: 3px;
	margin-bottom: 1px;
	margin-left: 10px;
}

.rightarrow {
	float: right;
	padding: 0;
	margin: 10px 5px 10px 5px;
}
.rightarrow img{
	float: right;
	padding: 2px 0 0 0;
	margin: 0;
}

/* ----------Common END ---------- */

/* ---------- Homepage START ---------- */

/* About Us */

.introtext{
	float: left;
	padding: 0px;
	max-width: 625px;
	margin: 0px;
}
.introtext p{
	padding: 10px 0px 0px 0;
	margin: 0px;
}
.introtext a{
	color: #0099cc;
	float: right;
	font-weight: bold;
	padding-right: 5px;
}
.introtext a:hover{
	color: #66cc99;
}
.aboutusarrow {
	float: right;
	padding: 0 10px 0 0;
	margin: 0;
}

/* Our History */

.OurHistoryContainer {
	display: inline;
	width: 275px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 5px;
	background-image: url(../images/tables/historycomponentbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px;
}
.OurHistoryBody {
	display: inline;
	float:left;
	width: 273px;
}
.OurHistoryBody p{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.OurHistoryBody a{
	color: #0099cc;
	float: right;
	font-weight: bold;
	padding-right: 5px;
	padding-bottom: 0px;
}
.OurHistoryBody a:hover{
	color: #66cc99;
}
.OurHistoryimg {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-bottom: 16px;
	margin-left: 10px;
	margin-top: 10px;
}
/* Methodology */

.MethodologyContainer {
	display: inline;
	width: 345px;
	max-width: 345px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 5px;
	background-image: url(../images/tables/methodologycomponentbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px;
}
.MethodologyBody {
	margin: 0;
	padding: 0;
	display: inline;
	float:left;
	width: 343px;
}
.MethodologyBody p{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.MethodologyBody a{
	color: #0099cc;
	float: right;
	font-weight: bold;
	padding-right: 5px;
	padding-bottom: 0px;
}
.MethodologyBody a:hover{
	color: #66cc99;
}
.MethodDiagram {
	padding: 4px;
	border: 1px solid #CCCCCC;
	text-align: center;
	margin: 11px 0 8px 0;
}

/* Products */

.ProductsContainer {
	display: inline;
	width: 300px;
	float: right;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	background-image: url(../images/tables/productscomponentbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px;
}
.ProductsBody {
	display: inline;
	float:left;
	width: 298px;
}
.ProductsBody p,h3{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.ProductsBody a{
	color: #0099cc;
	float: right;
	font-weight: bold;
	padding-right: 5px;
	padding-bottom: 0px;
}
.ProductsBody a:hover{
	color: #66cc99;
}
.Cheeseline {
	width: 280;
	padding-top: 3px;
	margin-left: 18px;
}
.individualcheese {
	width: 86px;
	float: left;
	text-align: center;
	margin-bottom: 5px;
	margin-left: 2px;
	margin-top: -10px;
}
	

/* ---------- Homepage END ---------- */

/* ---------- About Us START ---------- */

#AboutUsGallery {
	float: right;
	width: 340px;
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 3px;
	padding: 0px 20px 10px 10px;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#AboutUsGallery img{
	border: 0px;
}

#AboutUsGallery a{
	float: left;
	padding: 4px;
	border: 1px solid #0099cc;
	margin-left: 10px;
	margin-bottom: 10px;
}

#AboutUsGallery a:hover{
	padding: 0px;
	border: 5px solid #66cc99;
}

#AboutUsGallery p{
	padding-top: 0px;
	padding-bottom: 3px;
}

/* ---------- About Us END ---------- */

/* ---------- Products START ---------- */
#ProductsContent {
	background-repeat:no-repeat;
	background-position: 10px 16px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;/* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#ProductsContent a{
	float: left;
	padding: 4px;
	border: 0;
	margin: 10px 5px 3px 36px;
}
#ProductsContent a:hover{
	padding: 4px;
	border: 0;
	background-color: #66cc99;
}
.CheeseBoxes {
	float: left;
	text-align: center;
	width: 157px;
	height: 125px;
	margin: 0 7px 12px 7px;
	border: 1px solid #CCCCCC;
}
/* ---------- Products END ---------- */
