/****************C. Diggs Studios | charlesdiggs.com ***************/
/****************CSS written by CJ Diggs for DesignsAngel.com 2007*******/
/****************Document created on Sept 21 2007*******************/


/****************A Special Thanks to Lokesh Dhakar for the lightbox js :) **************************/




/*Lightbox CSS*/
#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/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;
	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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
/*End Of Light Box CSS*/


body{ margin:0; padding:0; background:#000000 url(../images/bg.jpg) 0 0 repeat-x; text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:78%; color:#fff}

/*CLASSES*/
.clear{ clear:both;}

.upperLayer{ z-index:10;}


/*ID's*/
#wrapper{ width:1130px; height:auto; margin:0 auto; padding:0; background:#000000 url(../images/bg_wrapper.jpg) 0 0 repeat-x;}

#header{ width:1130px; height:259px; background:url(../images/header.jpg) 0 0 no-repeat; margin:auto; text-align:left;}
#header img{ position:relative; top:119px; left:22px; border:none;}
.thumb_noLight a:link img{ border:none;}
.thumb_noLight a:visited img{ border:none;}
.thumb_noLight a:hover img{ border:none;}
.thumb_noLight a:active img{ border:none;}

#header ul{ padding:0; margin:0; position:relative; top:122px; left:30px;}
#header li{ list-style:none; display:inline; padding-right:20px;}
#header a:link{ text-decoration:none; color:#FFFFFF;}
#header a:visited{text-decoration:none; color:#FFFFFF;}
#header a:hover{text-decoration:underline; color:#FFFFFF;}
#header a:active{text-decoration:underline; color:#FFFFFF;}

#content_container_index{ width:1130px; height:679px; background:#000 url(../images/body_index.jpg) 0 0 no-repeat; padding:0; margin:0 auto;}
#content_container{ width:1130px; height:679px; background:#000 url(../images/body.jpg) 0 0 no-repeat; padding:0; margin:0 auto;}
#content_container_inner{ width:900px; height:500px; background:none; margin:0 auto;}

#copy{ line-height:24px;}



#left_col{ width:550px; height:auto; background:none; float:left; margin:20px 0 0 20px; text-align:left;}
#left_col img{padding:3px;}

#left_col_centered{width:550px; height:auto; background:none; float:left; margin:20px 0 0 20px;}


#right_col{ width:260px; height:auto; background:none; border:none; float:right; text-align:left; margin:20px 20px 0 0; padding:0 13px 13px 13px;}
#right_col h1{ padding:0; margin:0;}

#footer{ width:1130px; height:124px; background:url(../images/bg_footer.jpg) 0 0 no-repeat; margin:0 auto; padding:0;}
#footer_inner{ width:880px; margin:0 auto; text-align:left;}
#footer p{ color:#9CD2FE; size:40%; padding:0; margin:0;}


/*LINKS*/
.thumb_highlite img{ border:none;}
.thumb_highlite a:link img{ padding:2px; background:#AEDDFF; width:100px; height:100px;}
.thumb_highlite a:visited img{ padding:2px; background:#AEDDFF; width:100px; height:100px;}
.thumb_highlite a:hover img{ padding:2px; background:#fff; width:100px; height:100px;}
.thumb_highlite a:active img{padding:2px; background:#fff; width:100px; height:100px;}

#footer img{ border:none;}
#footer a:link img{ padding:0; background:#AEDDFF; width:auto; height:auto;}
#footer a:visited img{ padding:0; background:#AEDDFF; width:auto; height:auto;}
#footer a:hover img{ padding:0; background:#fff; width:auto; height:auto;}
#footer a:active img{padding:0; background:#fff; width:auto; height:auto;}



/*FLASH HTML PAGES*/
#flashPages{ margin:0 auto; background:#fff; text-align:center;}
