@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 910px;  /* 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 */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 

	background: #DDDDDD; 

} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #F60; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 15px 15px;
}

.twoColFixLtHdr #footer {
	background:#ffffff;
	color: #000;
	
} 
.twoColFixLtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* Side Navigation */
ul#list-menu {
list-style:none;
padding:0;
border:solid #000000;
border-width:1px 2px 2px 2px;
width:180px;
margin-left:0px;
}

ul#list-menu li a {
text-decoration:none;
display:inline-table;
display:block;
border-top:1px solid #77a487;
padding:5px;
background-image:url(images/background_menu.jpg);
color:#fff;
font-size:12px;
margin-left:0px;
}

ul#list-menu li a:hover {
background:#a2b3a1;
color:#fff;
font-style:italic;
background-image:url(images/background_menu2.jpg);
}


#maincontent {
margin:0;
padding:0;
background-color: #CCC;
background-position:bottom right;
border-left: #666666 solid 1px;
border-right: #666666 solid 1px;
font:0.8em Arial, Helvetica, sans-serif;
}
/* set margins padding and line height for maincontent paragraphs */
#maincontent p{
margin: 0 0px 0 0px;
padding: 5px 0;
line-height:1.4;
text-align:center;
}
/* set common rules for h1 and h2 in maincontent */
#maincontent h1, #maincontent h2. #maincontent h3{
margin:0;
padding:0;
text-align:center;
color:#000000;
}
/* heading sizes */
#maincontent h1 {
font:bold 2.0em Arial, Helvetica, sans-serif;
}
#maincontent h2 {
font:bold 1.6em Arial, Helvetica, sans-serif;
}
#maincontent h3 {
font: 1.4em Arial, Helvetica, sans-serif;
}

/* link colors */
#maincontent h2 a:link, a:visited, a:active {
color:#006633;
}
#maincontent h2 a:hover {
color:#399;
}
#maincontent p a {
color:#399;
}

#maincontent h4 {
font:bold 16px Arial, Helvetica, sans-serif;
text-align:left;
padding:0;
margin:0;
}
#maincontent ul {
list-style:none;
}
#maincontent li {
text-align:justify;
line-height:1.6em;
padding:0;
}

#maincontent td {
text-align:center;
}
.products {
padding:0 0 0 30px;
line-height:0.8em
}

/*-------------------------------------address block----------------------------------------*/
#address {
background:#ff6600;
height:200px;
margin:0;
padding:0;
border-top: #cccccc solid 1px;
border-left: #666666 solid 1px;
border-right: #666666 solid 1px;
}
#address p {
	font:0.8em Arial, Helvetica, sans-serif;
	color:#FFF;
	margin:0;
	}

/*---------------  footer  --------------------*/
#footer {
background:#ffffff;
font:0.7em Arial, Helvetica, sans-serif;
margin:0;
padding:0;
color:#bbb;
border-left: #666666 solid 1px;
border-right: #666666 solid 1px;
}
#footer p {
margin:0;
padding:10px 15px 0px 25px;
text-align:center;
clear:both;
}
.date {
font: 10px Verdana, Arial, Helvetica, sans-serif;
padding: 0 0 8px 0;
color: #003366;
}
/* home page picture placement */
#pic {
float:right;
margin:15px 8px 15px 15px;
}
#montage {
float:right;
margin:0 0 0 10px;
border-left:1px solid #999999;
}
#partners {
float:right;
margin:0 10px 10px 30px;
border:1px solid #999999;
}

#centre {
	margin:30px auto;
}
/*---------------  COLOR TEXT  --------------------*/
.orange {
	color:#ff6600;
	}
.orangelist {
	color:#ff6600;
	margin:5px 0 0 80px;
	line-height:1.4;
	font-weight:bold;
	}
.green {
	color:#393;
	}
.red {
	color:#CC0000;
	}
.smalltxt {
	font-size:10px;
	line-height:1em;
	}
.grp {
	color:#ffffff;
	background-color:#33CCFF;
	width:100%;
	}
.whitetimes {
	font: 14px "Times New Roman", Times, serif;
	color:#FFF;
}
.middle {
	text-align:center;
}
/* -----------  Navigation  ------------- */

/*  Mozilla Netscape and safari use padding to indent from the left -  IE & Opera use margin */
#nav {
background-color:#ff6600; /*cc6600 general bg color */
width:700px;
height:85px;
}
#footnav {
	background-color:#ff6600;
	width:910px;
	height:25px;
	font: 10px Arial, Helvetica, sans-serif;
	color:#FFFFFF; 
	padding: 5px 0px;
	}
#footnav a:link, #footnav a:visited, #footnav a:active {
text-align:center;	
color:#FFFFFF;   /* font color scheme */
text-decoration:none;  /* remove the undeline for all the links */
}
/* set the hover to a different color, bg and border for rollover */
#footnav a:hover {
color:#cccccc;
}
/* LIGHTBOX CSS */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

td.market{
border-width: .1em;
border-style: solid;
border-color: #000;
}
