/* CSS Document */
body
{
	background-image:url('images/img1.gif');
	background-color: #113255;
	font-family: Verdana, Tahoma;
	color: black;
	font-size: 11px;
	behavior: url('csshover.htc');
    
}
a img
{
	border:none;
	text-decoration: none;
}

a:link, a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#container
{
    width: 950px;
    margin-left: auto;
    margin-right: auto; 
	background-image: url('images/main_bg.png');
}

#header
{
	width: 950px;
	height: 120px;
	background-image: url('images/bgheader.png');
}

#menu
{
    width: 950px;
    height: 44px;
    background-image: url('images/main_bg.png');
    /*background-image: url('images/menu.png');*/
}

#main
{                                
    width: 950px;
    
    background-image: url('images/main_bg.png');
}

#main a:link, #main a:visited
{
	color: black;
}

#main_left
{
    float: left;
    width: 250px;
    margin-top: 10px;
	margin-right: 0;
}

#main_center
{	
	float:left;
	width: 485px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
}

#main_right
{	float:right;
	width: 180px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 2px;
}

#footer
{
	width: 800px;
	height: 30px; /* 360 */
	background-image: url('images/footer.png');
	color: white;
	font-size: 10px;
	text-align: center;
	padding-top: 330px;
	padding-left: 150px;
}

#footer a:link, #footer a:visited
{
	text-decoration: none;
	color: #ffffff;
}

.box
{
    width: 250px;
    background-image: url("images/box_bg.png");
}
.box_main
{
    margin-left: 10px;
    margin-right: 0px;
    width: 220px;
    
    text-align: justify;
}
.box_bottom
{
    width: 250px;
    height: 17px;
    background-image: url("images/box_bottom.png");
    margin-bottom: 10px;
}


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

ul li {
    position: relative;
    float: left;
    width:149px;
}
    
li ul {
    position: absolute;
    left: 0; /* Set 1px less than menu width */
    top: 44px;
    display: none;
    }
li ul ul{
    position: absolute;
    left:100%; /* Set 1px less than menu width */
    top: -.1em;
    display: none;
    }

/* Styles for Menu Items */
ul li a {
    display: block;
    text-decoration: none;
    color: #777;
    
    }
/* commented backslash mac hiding hack \*/ 
* html ul li a {height:1%}
/* end hack */ 

/* this sets all hovered lists to red */
li:hover a, li.over a,
li:hover li:hover a, li.over li.over a,
li:hover li:hover li:hover a, li.over li.over li.over a,
li:hover li a:hover, li.over li a:hover,
li:hover li:hover li:hover a:hover, li.over li li a:hover,
li:hover li:hover li:hover li:hover a:hover, li.over li.over li.over li.over a:hover 
{
   color: #fff;
   background-color: #d7b669;
   text-decoration: none;
}

/* set dropdown to default */
li:hover li a, li.over li a,
li:hover li:hover li a, li.over li.over li a,
li:hover li:hover li:hover li a, li.over li.over li.over li a
 {
    color: #777;
   background-color: #fff;
}
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
ul li:hover ul ul, ul li:hover ul ul ul, ul li.over ul ul, ul li.over ul ul ul {
display:none;
}

ul li:hover ul,ul li li:hover ul,ul li li li:hover ul, ul li.over ul, ul li li.over ul,ul li li li.over ul {
    display: block;
}

#hir 
{
    background-color: transparent;
    color: black;
}
.box_main a:link, .box_main a:visited, .box_main a:hover
{
    color: black;
}
.box_main span
{
    padding-left: 20px;
}

#esemenynaptar
{
    padding-left: 20px;
}

#esemenynaptar table tbody td
{
    border: 1px solid black;
    width: 20px;
    text-align: center;
}

#esemenynaptar table thead td
{
    text-align: center;
    font-weight: bold;
}

/* Lightbox */
#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;
    }
/* Lightbox */
