/* Css originally by mejobloggs  Design by Aran @ stuio7designs.com  Please email me if you use this, as I would love to see how it is being used, also you can join my linkshare to help you with your google ranking */



body {
	font-family: georgia, verdana, arial, tahoma;
	font-size: 95%;
	color: #626262;
	background-color: #FFF;
	line-height: 140%;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Set the page width */
#wrapper-menu-top, #header-rotator, #wrapper-content, #wrapper-footer {
	width: 85%;
	margin: 0 auto;
	text-align: left;
}

#wrapper-menu-top {
	background: #FFF url(../images/bg02-white-left.png) no-repeat left top;
}

#menu-top {
	background: transparent url(../images/bg02-white-right.png) no-repeat right top;
	overflow: hidden; /* no idea why this works, but it fixes a FF problem */
	}

#menu-top li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#menu-top a:link, #menu-top a:visited {
	float: left;
	font-size: 85%;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	line-height: 14px;
	margin: 0 15px 4px 0;
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration: none;
	color: #272E34;
	}

#menu-top a.active:link, #menu-top a.active:visited, #menu-top a:hover {
	border-bottom: 2px solid #5B8FBE;
	padding-bottom: 2px;
	background: #fff;
	color: #5B8FBE;
}

#wrapper-header-rotator {
	background: transparent url(../images/rotator/rotator.php) top center repeat-x;
} 

#header-rotator {
	background:  url(../images/rotator/rotator.php) no-repeat center top;
}

#wrapper-header2 {
	background:  url(../images/bg02-clear-left.gif) top left no-repeat;
}

#wrapper-header3 {
	background: transparent url(../images/bg02-clear-right.gif) top right no-repeat;
}

#header h1 {
	height: 192px;
	line-height: 3em;
	color: #FFF;
	font-size: 130%;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 0;
}

#wrapper-content {
	background: #FFF url(../images/bg02-white-left.png) no-repeat left top;
}

* html #wrapper-content { height: 1%; }

#content {
	background: transparent url(../images/bg02-white-right.png) no-repeat right top;
	padding: 5px 245px 5px 40px;
}

#wrapper-menu-page {
	float: right;
	width:180px;
	margin: 20px 30px 3em 2em;
	background: transparent url(../images/menu.png) no-repeat;
	text-align: center;
	line-height: 140%;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
}

* html #wrapper-menu-page { margin-right: 15px; }

#menu-page { padding-top: 5px; }

#menu-page ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 85%;
}

#menu-page h3 {
	font-size: 75%;
	text-transform: uppercase;
	margin: 1em 0 0.3em;
	color: #5b8fbe;
	font-weight: 400;
	letter-spacing: 0.15em;
}

#menu-page a:link, #menu-page a:visited { 
	color: #888; 
}
#menu-page a:hover { 
	border-bottom: 2px solid #5B8FBE;
	padding-bottom: 2px;
	color: #5b8fbe; 
}

#wrapper-footer {
	margin-top: 1em;
	text-align: center;
}

#footer {
	margin: 0 20px;
	font-size: 75%;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	border-bottom: 0;
	clear: both;
}

h2 {
	font-size: 110%;
	color: #272E34;
}
h3 {
	font-size: 100%;
	color: #AF5211;
	font-weight: 400;
}

a:link, a:visited { 
	color: #5b8fbe; 
	text-decoration: none;
}
	
a:hover{ 
	color: #666; 
	text-decoration: none;
	border-bottom: 2px solid #5B8FBE;
	padding-bottom: 2px;
}

/* Lightbox starts here */

#lightbox{
	position: absolute;
	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/lbimages/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/lbimages/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lbimages/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: 700;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1em;	}			
#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;
	}

/* Lightbox ends here */

/* mini tab menu */




-->

