@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin: 0; /* 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;
	padding-top: 20px;
	line-height: 100%;
	background-color: #d52228;
	background-image:url(../bkgd.jpg);
	background-repeat: repeat-x;
}

a:link {
	font: 10px verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight:bold;
	text-align:centre;
	line-height:14px;
	text-decoration: none;
}
	
a:visited {
	font: 10px verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight:bold;
	text-align:centre;
	line-height:14px;
	text-decoration: none;
}
a:hover {
	font: 10px verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight:bold;
	text-align:centre;
	line-height:14px;
	text-decoration: none;
}

a:active {
	font: 10px verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight:bold;
	text-align:centre;
	line-height:14px;
	text-decoration: none;
}

a.two:link {
	font-size:12px;
	color: #FFFFFF;
	text-align:centre;
	text-decoration:underline;
}

a.two:visited {
	font-size:12px;
	color: #FFFFFF;
	text-align:centre;
	text-decoration:underline; 
}
a.two:hover {
	font-size:12px;
	color: #FFFFFF;
	text-align:centre;
	text-decoration:underline;
}

a.three:link {
	font-size:14px;
	font-weight:bold;
	text-align:centre;
	color: #C00;
	text-decoration: none;
}

a.three:visited {
	font-size:12px;
	text-align:center;
	text-align:centre;
	color: #FFFFFF;
	text-decoration:none; 
}
a.three:hover {
	font-size:12px;
	text-align:center;
	color: #FFFFFF;
	text-decoration:none;
}

a.four:link {
	font-size:14px;
	font-weight:bold;
	color: #C00;
	text-decoration: none;
	text-align:right;
}

.clr {clear:both;} 


.oneColFixCtr #header {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 198px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/header.jpg)
}

.oneColFixCtr #menu {
	width: 728px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 45px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top:10px;
	text-align: right; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/button_bkgd.gif);
	background-repeat: repeat-y;
}

.oneColFixCtr #menu p{
	font-size:18px;
	font-weight:bold;
	padding-left:50px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/button_bkgd.gif);
	background-repeat: repeat-y;
}

.oneColFixCtr #container_popup {
	width:450px;
	height:491px;
	background-image:url(../popupwindow.jpg);
	font-size: 80%;
	text-align: center;
		}
		
.oneColFixCtr #container_popup p {
	color: #333;
	margin:0;
	font-size:14px;
	padding-top: 150px;
	font-family: Arial, Helvetica, sans-serif;
    	}

.oneColFixCtr #container {
	width: 800px;  /* 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 */
}

.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:none;
}

.oneColFixCtr #leftColumn {
	width: 208px;
	float: left;
	background:none;
	background-image: url(../images/buttonbkgd.jpg);
	background-repeat: repeat-y;
	height: 480px;
}

.oneColFixCtr #leftColumn a {
	font: 10px verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight:bold;
	text-align:centre;
	line-height:14px;
	text-decoration: none;
}

a.three:visited {
	font-size:12px;
	text-align:center;
	color: #FFFFFF;
	text-decoration:none; 
}
a.three:hover {
	font-size:12px;
	text-align:center;
	color: #FFFFFF;
	text-decoration:none;
}

.oneColFixCtr #leftColumn2 {
	width: 208px;
	float: left;
	background:none; 
	background-image: url(../images/buttonbkgd.jpg);
	background-repeat: repeat-y;
	height: 700px;
}

.oneColFixCtr #leftColumn3 {
	width: 208px;
	float: left;
	background:none; 
	background-image: url(../images/buttonbkgd.jpg);
	background-repeat: repeat-y;
	height: 500px;
}

.oneColFixCtr #leftColumn4 {
	width: 208px;
	float: left;
	background:none; 
	background-image: url(../images/buttonbkgd.jpg);
	background-repeat: repeat-y;
	height: 1100px;
}

.oneColFixCtr #rightColumn {
	width: 592px;
	height: 480px;
	float: right;
	background:none;
	background-image: url(../images/homepgbkgd.jpg);
}

.oneColFixCtr #rightColumn a{
	font-size:14px;
	font-weight:bold;
	color: #C00;
	text-decoration: none;
}

.oneColFixCtr #rightColumn2 {
	width: 592px;
	height: 500px;
	float: right;
	background:none;
	background-image: url(../images/pgbkgd.jpg);
}

.oneColFixCtr #rightColumn3 {
	width: 592px;
	height: 480px;
	float: right;
	background:none;
	background-image: url(../images/limepgbkgd.jpg);
}

.oneColFixCtr #rightColumn4 {
	width: 592px;
	height: 480px;
	float: right;
	background:none;
	background-image: url(../images/tampgbkgd.jpg);
}

.oneColFixCtr #rightColumn4 a{
	font-size:14px;
	font-weight:bold;
	color: #C00;
	text-decoration: none;
}

.oneColFixCtr #rightColumn5 {
	width: 592px;
	height: 700px;
	float: right;
	background:none;
	background-image: url(../images/pghistorybkgd.jpg);
}

.oneColFixCtr #rightColumn6 {
	width: 592px;
	height: 500px;
	float: right;
	background:none;
	background-image: url(../images/pgbkgdrecipes.jpg);
}

.oneColFixCtr #rightColumnfoodservice {
	width: 592px;
	height: 1100px;
	float: right;
	background:none;
	background-image: url(../images/fresqapgbkgd.jpg);
}

.oneColFixCtr #rightColumnfoodservice a{
	font-size:14px;
	font-weight:bold;
	color: #C00;
	text-decoration: none;
}


.oneColFixCtr #tables {
	width: 660px;
	float: center;
	clear: both; 
	background:none;
}

.oneColFixCtr #mainContent h1{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	padding-left: 40px;
	padding-right: 210px;
	padding-top: 0px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #C00; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 10px;
}

.oneColFixCtr #mainContent h2{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-left: 40px;
	padding-right: 210px;
	padding-top: 0px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #C00; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 10px;
}

.oneColFixCtr #mainContent h3{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-left: 40px;
	padding-top: 0px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 10px;
}

.oneColFixCtr #mainContent p{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	padding-left: 40px;
	padding-right: 210px;
	padding-top: 155px;
}

.oneColFixCtr #mainContent p.first{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	padding-left: 40px;
	padding-right: 120px;
	padding-top: 1px;
}

.oneColFixCtr #mainContent p.second{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	padding-left: 40px;
	padding-right: 210px;
	padding-top: 1px;
}

.oneColFixCtr #mainContent p.third{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	padding-left: 40px;
	padding-right: 200px;
	padding-top: 1px;
}

.oneColFixCtr #mainContent ul{
	padding-right:35px;
	padding-left: 70px;
	color: #333;
}

.oneColFixCtr #footer {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: right; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bottombkgd.jpg);
	height: 124px;
}

.oneColFixCtr #footer a{
	font-size:14px;
	font-weight:bold;
	color: #C00;
	text-decoration: none;
	text-align: right;
	padding-top: 0px;
	margin: 0px;
}

.navText {
	font: 10px verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight:bold;
	text-align:left;
	line-height:14px;
	padding-left: 12px;
	text-decoration: none;
	}
	
.bodyTextchart{
	font: 10px verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	font-weight:bold;
	text-align:centre;
	line-height:14px;
	text-decoration: none;
	}
