body { 
	margin: 8px 0px; 
	padding: 0px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background: url(../images/raspberry.gif); 
	background-repeat: repeat;
}
h1 {
	color: #333333;
	padding: 2px 0px;
	font-size: 14px;
	font-weight: bold;
}
h2 {
	color: #333333;
	padding: 3px 0px 1px 0px;
	font-size: 12px;
	font-weight: bold;
}
div.padder { 
	padding: 15px; 
}

#content { 
	position: relative; 
	margin: 0px auto 0px auto; 
	height: 100%; 
	width: 788px; 
	background: #fdfbdd url(../images/left_background.gif) repeat-y;
	z-index:1
}
#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	color: #a65551;
}
#content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	color: #803c3c;
}
p.caption {
	font-size: .85em;
	text-align: center;
	color: #954743;
	padding-bottom: 3px;
	margin: 5px 0px 2px 0px;
	}
#header { 
	position: relative; 
	width: 683px; 
	height: 121px; 
	background-color: #000000; 
	text-align: left;
	margin: 0px 0px 0px 105px; 
	white-space: nowrap;
	z-index:3;
}

#contentSection { 
	position: relative; 
	height: auto; 
	margin: 16px 0px 0px 114px; 
}
#menuSection { 
	position: absolute; 
	top: 150px; 
	left: 0px; 
	height: auto; 
	width: 105px; 
	background-color: #3d3c3c; /* was 474646 */
}
#footer {  
	position: relative; 
	height: 26px; 
	margin: 0px 0px 0px 105px; 
	background-color: black;
	border-top: 1px solid #EADDC5; 
	padding: 12px 0px 5px 23px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold;
	color: #999999;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold;
	color: #999999;
}
#footer a:hover {
	color: #cfa7a7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold;
}
#box {
	float: right;
	right: 0px;
	margin-top: -6px;
	margin-left: 8px;
	margin-bottom: 4px;
	padding: 10px 8px;
	width: 158px;
	background-color: #FFFFFF;
	border: 1px solid #333333;
}
#box p {
	text-align: left;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#box img {
	float: left;
	border: 0px;
	margin-right: 4px;
}
#box a {
	color: #996666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
#box a:hover {
	color: #663333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.Featureheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
#menu {
	position: absolute; 
	top: 126px;
	left: 110px;
	border: 0;
	z-index:2;
	}
#topimageleft {
	float: left;
	margin: 0px 10px 5px 0px;
	padding: 0px;
	border: 0px;
}	
#bottomimageright {
	float: right;
	margin: 5px 0px 5px 6px;
	padding: 0px;
	border: 0px;
}
#topimageright {
	float: right;
	margin: 0px 0px 5px 12px;
	padding: 0px;
	border: 0px;
}
#topimageright2 {
	float: right;
	margin: -9px 0px 5px 12px;
	padding: 0px;
	border: 0px;
}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #fdfbdd; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 94px; /*Width of top level menu link items*/
padding: 1px;
border-bottom: 1px solid #aa5f56;
border-left: 0;
color: #aa5f56;
font-size: 12px;
font-weight: bold;
text-align: center;
text-decoration: none;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 98px; /*width of sub menu levels*/
color: #aa5f56;
text-decoration: none;
padding: 2px 3px;
border: 1px solid #aa5f56;
}

.suckertreemenu ul li a:hover{
color: black;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #fdfbdd url(arrow-down.gif) no-repeat center right;
}


/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #fdfbdd url(arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

/* Start of Lightbox */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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;
	}

#imageData{
	padding:0 10px;
	}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
