/* CSS for Siondo */
/* Design by Morse Creative */
/* CSS by Jason Devenney */

/* Reset CSS */

body {background: #B4B4B4 url(images/body_bg.gif) repeat left top;}
fieldset,img{border:0;}
cite,code,em,strong,th{font-style:normal;font-weight:normal;}
ol,ul,li{list-style:none;}
h1,h2{font-size:100.01%;font-weight:normal;margin:0px;padding:0px;}
body{font:100.01% tahoma}
img{display: block;}



/* Layout CSS */


#content{
	height:870px;
	background:#ffffff;
	width:900px;
	margin-left:5%;
	margin-right:auto 10%;
	margin-top:2%;	
}

#header_wrapper{
 height:100px;
 padding-top:15px;
}

#header_top{
 height:88px; 
}

#header_top ul.menu {
 padding-left:52px;
 font-style:tahoma;
		
}

#header_top ul.menu li {
	float: left;
	display: block;
	margin-left: 4px;
	padding-bottom:5px;
}

#header_top ul.menu li a {
	cursor: pointer;
	color:#3b3b3b;
	text-decoration: none;	
        font-size:9pt;
	font-weight:bold;
	
}

#header_top ul.menu li a:hover
{
color:#d1de5f;
}

#header_top ul.menu li.active a
{
color:#d1de5f;
}


#content_wrapper{
   width:900px; 
   margin:0 auto;	
   height:1000px;
   padding-top:10px;
}


#content_left{
	margin:0 auto;
	width:65%;
	height:550;
	float:left;	
	border-right:7px solid #3A3A3A;
	padding-right:10px;
		
}

#content_right{
 	margin:0 auto;
	float:right;
	width:32%;
		
}

#imageplace{
	padding-left:55px;
	padding-top:20px;
}

#imageplace p{
	color:#3b3b3b;	
        font-size:8pt;
	
}

#content_right_top{
	border-bottom:1px solid #b6b6b6;
	height:160px;
	padding-bottom:10px;
	width:98%;

}

#crt_left{
	
  	margin:0 auto;
	width:80px;
	height:150px;
	float:left;	
	border-right:1px solid #CED6A7;
}

#crt_left a{
 	font-size:9pt;
}

#crt_right
{
 	margin:0 auto;
		
		
}

#crt_right ul.right_menu {
 font-style:tahoma;	
 	
}

#crt_right ul.right_menu li {
	display: block;	
	
}

#crt_right ul.right_menu li a {
	cursor: pointer;
	color:#3b3b3b;
	text-decoration: none;	
        font-size:8pt;	
	padding-left:15px;	
}

#crt_right ul.right_menu li a:hover
{
color:#d1de5f;
}


#crt_right ul.right_menu li.active a
{
color:#d1de5f;
}

#gridimg{

	padding-left:15px;
	padding-top:10px;
	
}
#footer{
margin-left:5%;
font-size:8pt;
color:#3b3b3b;
}


/* Light Box 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; }

