/*--------------------------------------------

TITLE : eyE Cee
URL:  http://www.eyecee.com.au

AUTHOR : SiteSuite Australasia (ST)
AUTHOR URL : http://www.sitesuite.com.au

DESCRIPTION : Full Site Styles

--------------------------------------------*/

/*--------------------------------------------
 GLOBALS AND LAYOUT ELEMENTS
--------------------------------------------*/

html, body {
	background-color: #0a0a0a;
	margin: 0;
	padding: 0;
	}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 734px;
	}

#top_header {
	height: 138px;
	background-image: url(/persistent/templateimages/header_backgrnd.jpg);
	background-repeat: no-repeat;
	}

	.logo {
		float: left;
		margin-top: 15px;
		}
	.doyouseewhateyecee{
		float: right;
		margin-top: 110px;
		}

#image_banner {
	clear: both;
	height: 149px;
	background-image: url(/persistent/templateimages/bannerimages.jpg);
	background-repeat: no-repeat;
	}

#navbar {
	height: 30px;
	background-image:url(/persistent/templateimages/nav_background.jpg);
	background-repeat: repeat-x;
	margin: 1px 0 1px 0;
	}
	
	.navul {
		margin: 0;
		padding: 0;
		height: 29px;
		list-style: none;
		float: left;
		border-right: 1px solid #3b3d43;
		}
		
	.navli {
		float: left;
		list-style: none;
		line-height: 29px;
		padding: 0;	
		border-right: 1px solid #4d4f55;
		border-left: 1px solid #3b3d43;	
		}
	
	a.navlink:link, a.navlink:active, a.navlink:visited {
		padding: 7px;
		font-size: 11px;
		text-transform: uppercase;
		color: #c7c7c7;
		text-decoration: none;
		font-weight: bold;
		}
		
	a.navlink:hover {
		padding: 7px;
		color: #ffffff;
		text-transform: uppercase;
		line-height: 30px;
		background-image: url(/persistent/templateimages/nav_background_over.jpg);
		text-decoration: none;
		font-weight: bold;
		}

#content {
	clear: both;
	background-color: #2c2d2f;
	padding: 23px 14px 23px 14px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #c7c7c7;
	}
	
	#homepagecell {
		padding-right: 10px;
		width: 426;
		}

	#frontpagetable_bg {
		width: 250px;
		padding: 10px;
		margin-right: 10px;
		background-color: #3a3c40;
		background-image:url(/persistent/templateimages/feature_bg.gif);
		background-position: bottom right;
		background-repeat: no-repeat;
		border: 1px solid #57575b;
		margin-bottom: 10px;
		}
	#frontpagetable_nobg {
		width: 250px;
		padding: 10px;
		margin-right: 10px;
		background-color: #3a3c40;
		border: 1px solid #57575b;
		margin-bottom: 10px;
		}
	
	#map_page_text {
		float: left;
		width: 265px;
		}
	
	#map {
		width: 425px;
		height: 275px;
		margin: 5px;
		border: 1px solid #57575b;
		float: right;
		}
	
	#clear {
		clear: both;
		font-size: 0;
		line-height: 0;
		margin: 0;
		padding: 0;
		}

#footer {
	padding-top: 5px;
	margin-bottom: 10px;
	}

	#footer p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #44454b;
		}
	#footer strong { font-size: 13px; }

#stats {
	display: none;
	height: 0;
	padding: 0;
	margin: 0;
	font: 0;
	}

/*--------------------------------------------
 TEXT FORMATTING
--------------------------------------------*/

p, td, li {
	font: 12px/19px Verdana, Arial, sans-serif;
	color: #c7c7c7;
	}

/*--------------------------------------------
 HEADINGS
--------------------------------------------*/

h1 {
	font-family: Optima, Optane, Verdana, Arial, Helvetica, sans-serif;
	color: #e5e5e5;
	font-size: 18pt;
	margin: 0 0 15px 0;
	font-weight: normal;
	}

h2 {
	color: #f1f1f1;
	font-size: 12pt;
	margin: 0 0 15px 0;
	font-weight: bold;
	}

h3 {
	font-size: 10pt;
	margin: 0 0 15px 0;
	font-weight: bold;
	}

/*--------------------------------------------
 LINKS
--------------------------------------------*/

a:link, a:active, a:visited {
	color: #6a6d76;
	}

a:hover {
	color: #b9bece;
	}

/*--------------------------------------------
 OTHER
--------------------------------------------*/

.feedback_td {
	padding: 5px;
	}

/*--------------------------------------------
 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(/persistent/templateimages/lightbox_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(/persistent/templateimages/lightbox_prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/persistent/templateimages/lightbox_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 */
	}
