/* ====================== */
/* BASE DEINITIONS        */
/* ====================== */
* {
	margin: 0;
	padding: 0;
}

html {
	height:100%
}

body {
	font: 11pt Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	min-height:101%;
	background-image:url(../images/fade.gif);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#999999;
}

/* ====================== */
/* Generic tag styles     */
/* ====================== */
.singleCol ul.list {
	padding-left:20px;
}

.singleCol em {
	font-style:normal;
	font-weight:bold;
}

.singleCol address span {
	display:block;
}

/* ====================== */
/* Layout                 */
/* ====================== */

.singleCol #container {
	position:relative;
	width: 770px;
	margin: 0 auto;
	margin-top:20px;
	text-align: left;
	border:1px solid #000000;
	background-color:#FFFFFF;
}

.singleCol #header {
	background-image:url(../images/bkg_header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:165px;
	display:block;
	width:770px;
}

.singleCol #loginBox {
	width:760px;
	height:16px;
	line-height:16px;
	background-color:#00712c;
	font-size:8pt;
	text-align:right;
	color:#FFFFFF;
	padding-right:10px;
}

.singleCol #mainnav {
	display:block;
	margin-top:10px;
	margin-left:0;
	margin-right:0;
	padding:0;
	width:130px;
	float:left;
	background:none;
}

.singleCol #mainnavHome {
	display:block;
	width:770px;
	height:30px;
	margin:0;
	margin-top:10px;
	padding:0;
	background:none;
}

.singleCol #content {
	display:block;
	padding:20px;
	min-height:500px;
  	height:auto !important;
  	height:500px;
	float:right;
	width:585px;
	margin:0;
	background-image:url(../images/bkg_van_float.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.singleCol #content.nobackground {
	background:none;	
}

.singleCol #contentHome {
	display:block;
	padding:0;
	padding:0;
	min-height:545px;
  	height:auto !important;
  	height:545px;
	width:770px;
	background-image:none;
}

.singleCol #footer {
	display:block;
	float:none;
	background-image:url(../images/bkg_footer.jpg);
	background-position:left bottom;
	background-repeat:no-repeat; 
	height:69px;
	width:770px;
	clear:both;
	text-align:right;
}

.singleCol #footer.nobackground {
	background-image:url(../images/bkg_footer_noback.jpg);
	background-position:left bottom;
	background-repeat:no-repeat; 	
}

.singleCol #footerHome {
	display:block;
	float:none;
	background-position:left bottom;
	background-repeat:no-repeat; 
	height:69px;
	width:770px;
	clear:both;
	margin-top:0px;
	text-align:right;
	background-image:url(../images/bkg_footer_noback.jpg);
}

.singleCol #weblink {
	position:relative;
	margin: 0 auto;
	font-size:7pt;
	top:10px;
	width:770px;
	color:#cccccc;
	text-align:center;
	clear:both;
}

/* ====================== */
/* Layout specific style  */
/* ====================== */
.singleCol #content h1, .singleCol #contentHome h1 {
	font-size:14pt; 
	margin-bottom:20px;
}

.singleCol #content h2, .singleCol #contentHome h2 {
	font-size:12pt;
	margin-bottom:6px;
}

.singleCol #content h3, .singleCol #contentHome h3 {
	font-size:10pt;
	margin-bottom:6px;
}

.singleCol #content p, .singleCol #contentHome p {
	margin-bottom:9pt;
}

.singleCol #mainnav p {
	font-size:7pt;
	color:#666666;
	padding:5px;
}

.singleCol #content address {
	padding-top:10px;
	font-size:8pt;
	margin-bottom:20px;
}

.singleCol #content .homeCenterTitle {
	font-size:6pt;
	margin-bottom:6px;
	font-style:italic;
	text-align:center;
}

.singleCol #content .noback {
	background-image:none;
}

.singleCol #content ul {
	margin-left:30px;
	margin-bottom:10px;
}

.singleCol #weblink a {
	font-size:7pt;
	color:#cccccc;
	text-decoration:none;
}

.singleCol #weblink img {
	border:0px;
}

.singleCol #weblink a:hover {
	font-size:7pt;
	color:#cccccc;
	text-decoration:underline;
}

.singleCol #loginBox a, .singleCol #loginBox a:hover, .singleCol #loginBox a:visited, .singleCol #loginBox a:active {
	color:#ffffff;	
}

/* ====================== */
/* Vertical Menu          */
/* ====================== */
ul.verticalMenu  {
	list-style:none;
	margin-bottom:20px;
}

.verticalMenu li {
	width:130px;
	height:30px;
	
	border-bottom:1px solid #ffffff;
}

.verticalMenu li a {
	display:block;
	line-height:30px;
	width:130px;
	height:30px;
	text-align:center;
	color:#ffffff;
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
	background-color:#00712c;
}

.verticalMenu li.navLogin a {
	background-color:#fc7a7a;
	color:#000000;
}

.verticalMenu li a:hover, .verticalMenu li.current a:hover {
	color:#000000;
	background-color:#ffffff;
}

.verticalMenu li.navLogin a:hover, .verticalMenu li.navLoginCurrent a:hover {
	color:#000000;
	background-color:#ffffff;
}

.verticalMenu li.current a {
	background-color:#00712c;
	color:#ffffff;
}

.verticalMenu li.navLoginCurrent a {
	background-color:#fc7a7a;
	color:#000000;
}

/* ====================== */
/* horizontal menu        */
/* ====================== */

.horizontalMenu ul {
	display:block;
	height:30px;
	list-style:none;
	border-left:2px solid #ffffff;
}

.horizontalMenu li {
	display:block;
	width:95px;
	height:30px;
	/*line-height:50px; */
	float:left;
	border-right:1px solid #ffffff;
}

.horizontalMenu li a {
	display:block;
/*	vertical-align:middle; */
	background-color:#00712c;
	font-size:8pt;
	font-weight:bold;
	width:94px;
	height:30px;
	line-height:30px; 
	text-align:center;
	color:#ffffff;
	text-decoration:none;
}

.horizontalMenu li a:hover, .horizontalMenu li.current a:hover, .horizontalMenu li.navLogin:hover a {
	color:#000000;
	background-color:#ffffff;
}

.horizontalMenu li.current a {
	background-color:#00712c;
	color:#ffffff;
}
.horizontalMenu li.navLogin a {
	background-color:#fc7a7a;
	color:#000000;
}

/*

.horizontalMenu ul {
	display:block;
	list-style:none;
}

.horizontalMenu li {
	display:block;
	background-image:url(../images/bkg_nav_btn_norm.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:85px;
	height:48px;
	font-size:8pt;
	font-weight:bold;
	float:left;
	padding-left:10px;
}

.horizontalMenu li a {
	display:table-cell;
	vertical-align:middle;
	width:80px;
	height:48px;
	margin-left:10px;
	text-align:center;
	color:#000000;
	text-decoration:none;
}

.horizontalMenu li:hover, .horizontalMenu li.current:hover {
	background-image:url(../images/bkg_nav_btn_hover.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.horizontalMenu li.navLogin {
	background-image:url(../images/bkg_nav_btn_login_norm.jpg);	
	background-position:top left;
	background-repeat:no-repeat;
}

.horizontalMenu li.navLogin:hover {
	background-image:url(../images/bkg_nav_btn_login_hover.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.horizontalMenu li.current {
	background-image:url(../images/bkg_nav_btn_current.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
*/

/* ====================== */
/* Form Container         */
/* ====================== */
#frmContainer {
	margin-top:20px;
	margin-bottom:20px;
	padding-bottom:20px;
	padding-top:20px;
}

#frmContainer p {
	clear:both;	
	min-height:15px;
	padding:0;
	margin:0;
}

#frmContainer label {
	width:180px;
	display:block;
	float:left;
	text-align:right;
	padding-right:10px;
}

#frmContainer input {
	width:200px;
	border:1px solid #666666;
}

#frmContainer input[type="submit"] {
	margin-left:190px;	
	width:120px;
}

#frmContainer input[type="submit"]:hover, #frmContainer input[type="reset"]:hover {
	background-color:#00712c;
	color:#ffffff;
}

#frmContainer input[type="checkbox"] {
	width:20px;	
}

#frmContainer input[type="reset"] {
	width:120px;	
}

#frmContainer .txtLinks {
	margin-left:190px;	
}

#frmContainer .frmNote {
	font-size:7pt;
	margin-left:190px;
	color:#666666;
}

#frmContainer .frmTextArea {
	height:120px;	
}

#frmContainer textarea {
	width:350px;
	height:100px;
	border:1px solid #666666;
}

#frmContainer .catchpa {
	margin-left:190px;	
}

#frmContainer .frmError {
	margin-left:130px;
	padding-bottom:15px;
}

#frmContainer .frmError ul {
	font-size:8pt;
	margin-left:80px;	
}

/* ====================== */
/* Gallery Image Floats   */
/* ====================== */
.galleryImageLeft {
	display:block;
	float:left;
	margin:15px;
	margin-top:0px;
	border:1px solid #00712c;
}

.galleryImageLeft img {
	display:block;
}

.singleCol #content .galleryImageLeft p {
	display:block;
	font-size:8pt;
	padding-top:2px;
	padding-bottom:5px;
	margin:0;
	background-color:#00712c;
	color:#ffffff;
	text-align:center;
}

.galleryImageRight {
	display:block;
	float:right;
	margin:15px;
	margin-right:0px;
	margin-top:0px;
	border:1px solid #00712c;
}

.galleryImageRight img {
	display:block;
}

.singleCol #content .galleryImageRight p {
	display:block;
	font-size:8pt;
	padding-top:2px;
	padding-bottom:5px;
	margin:0;
	background-color:#00712c;
	color:#ffffff;
	text-align:center;
}

/* ====================== */
/* News Feed              */
/* ====================== */
.newsLatest ul, .newsLatest ul li, .newsAll ul, .newsAll ul li {
	border:0;
	padding:0;
	margin:0;
	list-style:none;
}

.newsLatest ul, .newsLatest ul li {
	list-style:disc;	
}

.newsLatest ul {
	padding-left:20px;
	padding-bottom:10px;
}

.newsLatest ul li a {
	display:block;
	height:20px;
	line-height:20px;
}

.newsLatest a img, .newsAll a img {
 	border:0;
}

.newsLatest a, .newsAll a {
	color:#004990;
}

.newsAll ul {
	border-top:1px solid #004990;	
}

.newsAll ul li {
	border-bottom:1px solid #004990;	
}

.newsAll ul li h2 {
	padding-top:3px;
	padding-bottom:3px;
}

.newsAll ul li h4 {
	color:#000000;
}

.newsAll ul li h2 a {
	color:#004990;
}

.newsLatest span {
	display:block;
	float:left;
	height:32px;
	line-height:32px;
}

.newsItemContent {
	margin-top:20px;
	border-top:1px solid #004990;
	padding-top:10px;
}

.newsItemContent h1, .newsItemContent h2, .newsItemContent h3, .newsItemContent h4 {
	background-color:transparent;
	padding:0px;
	padding-bottom:10px;
}


.newsItemContent ul {
	margin-left:20px;
	padding-bottom:10px;
}

/* ====================== */
/* Stock Sheet            */
/* ====================== */
#stockSheet {
	font-size:8pt;
}

#stockSheet table {
	border-collapse:collapse;
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
}

#stockSheet table thead tr td {
	font-weight:bold;
	text-align:center;
	background-color:#999999;
}

#stockSheet table * tr td {
	
	border:1px solid #666666;
	padding-left:5px;
	padding-right:5px;
}

#stockSheet .printLink{
	display:blcok;
	height:26px;
	width:130px;
	border:1px solid #666666;
	float:right;
	clear:both;
}	

#stockSheet .printLink a {
	color:#000000;
	background-color:#CCCCCC;
	display:block;
	width:120px;
	height:26px;
	text-align:right;
	padding-right:10px;
	line-height:26px;
	text-decoration:none;
	background-image:url("../images/printmgr.png");
	background-repeat:no-repeat;
	background-position: 5px;
}

#stockSheet .printLink:hover a {
	background-color:#00712c;
	color:#ffffff;
}

#stockSheet ul {
	margin-left:30px;
	margin-bottom:10px;
}

/* ====================== */
/* Homepage layout        */
/* ====================== */
#homepageContainer {
	width:770px;
	margin-top:10px;
	padding:0px;	
	height:540px;
}

#homepageTagLine {
	position:relative;
	padding-left:10px;
	top:115px;
	padding-right:70px;
	color:#090;
}

#homepageTagLine h2 {
	font-size:8pt;
	font-style:italic;
}

#homepageTagLine p {
	font-size:8pt;	
}

#latestNews {
	margin-left:20px;	
}

/* ====================== */
/* Produce List Page      */
/* ====================== */
.produceTitle {
	display:block;
	font-weight:bold;
	color:#ffffff;
	background-color:#00712c;
	width:100%;
	padding-left:3px;
}

#produceListTable {
	width:100%;
	font-size:8pt;
}

#produceListTable td {
	width:33%;
	padding-right:8px;
}



/* ====================== */
/* Utility Classes        */
/* ====================== */
.loginBoxLeft {
	display:block;
	float:left;
}

.addMainAdd {
	padding-top:35px;
	font-size:8pt;
	font-style:normal;
	color:#FFFFFF;
	padding-right:30px;
}

.addNumbers {
	height:10px;
	font-size:8pt;
	font-style:normal;
	color:#FFFFFF;
	padding-right:30px;
}

.addNumbers a {
	color:#FFFFFF;
}

.addNumbers .change {
	display:inline;
}

.footerImg {
	display:block;
	text-align:left;
	float:left;
}

.UKAS_SGS {
	padding-top:4px;
}

.clear {
	clear:both;
}

.textonly {
	display:none;
	font-size:10pt;
	font-weight:normal;
}

.homeHeader {
	margin-top:-20px;
	padding:0;
	text-align:center;
}

.cross {
	display:inline;
	float:left;
	margin:20px;
	margin-left:95px;
}

.frmRequired {
	color:#ff0000;
	font-weight:bold;
}

* .noborder {
	border:0;	
}

.largepadwidth {
	padding-left:65px;
	padding-right:65px;
}

