body
{
	font: normal normal 1em/1.2em "Trebuchet MS", serif;
	margin: 0;
	text-align: center;
	background:  url(../media/body-bg-1.png) top left repeat-x;
	background-color: #d9e9fd;
}

#index{
margin-top:110px;
}
#index a{
color: #5f101d;
font-weight: bold;
font-style: italic;}
#index h1{
font-size:92px;
margin-top:45px;
margin-bottom:35px;
font-family: Times, "Times New Roman", serif;
color: #ffffff;}
#root
{
	width: 800px;
	margin: auto;
	position: relative;
	text-align: left;
	background-color: white;
}
a img, a:hover img
{
	border: none;
}

/**
 * Links
 */

a
{
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

a:active
{

}

/**
 * Headings
 */
 
h1 
{
	margin: 5px 0;
	padding: 0;
	font-size: 1.2em;
	color: #5F101D;
}

h2 
{
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: black;
}

h2 .special 
{
	color: #E71919;
}

h3
{
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: #E71919;
}
/**
 * Header
 */

#header {
	float: left;
	width: 100%;
	height: 120px;
	background: url(../media/header-bg.png) top left no-repeat;
}

.logo {
	margin: 14px 0 0 2px;

	height: 100px;
	float: left;
}

.about {
	float: right;
	text-align: right;
	margin: 25px 15px 0 0;
	font-size: .8em;
	color: #5F101D;
}

.about p {
	margin: 0;
	padding: 0;	
	line-height: 120%;
}


/**
 * Main Menu
 */
li {
	font-size: 80%;
}
#mainMenu {
	float: left;
	width: 100%;
	height: 30px;
	background-color:#D7E6FF
}

#mainMenu .inside {
	padding: 0 0 0 0;
}

#mainMenu a {
	color: white;
	text-transform: uppercase;
	font-size: .8em;
	text-decoration: none;

}

/**
 * Main Menu Buttons
 */


#button{
margin: 0;
padding: 0;

}

#button ul{

margin: 0;

float: left;
padding-left: 8px;
font: bold 14px Verdana;
background: #3562AA url(../media/leftround2.gif) bottom left no-repeat; /*optional left round corner*/
}

#button ul li{
display: inline;
}


#button ul li a{
float: left;
color: #ffffff;
font-weight: bold;
padding: 7px 17px 7px 17px;
text-decoration: none;
}

#button ul li a:visited{
color: #ffffff;
}


#button ul li a:hover, #button ul li a#selected{ /*hover and selected link*/
color: #ffffff;
background: transparent url(../media/pointer.gif) bottom center no-repeat;
}

#button ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
background: url(../media/rightround2.gif) bottom right no-repeat; /*optional right round corner*/
}



/**
* Content
*/
 
#content {

	float: left;

background-color:#D7E6FF
}
* html #content {

	float: left;

	background: url(../media/content-bg.png) top left repeat-y;
}
/**
 * Left Panel
 */
 
#leftPanel {
	width: 200px;
	float: left;
}


.leftMenu{
list-media-type: none;
margin: 0;
padding: 0;
width: 199px; /* width of menu */
}

.leftMenu li{
border-bottom: 1px solid #D7E6FF; /* white border beneath each menu item */
}

.leftMenu li a{
background: #3980F4 url(../media/leftMenu-right.gif) no-repeat right top; /*color of menu by default*/
font: bold 14px Verdana;
font-size: .8em;
display: block;
color: white;
width: auto;
padding: 3px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
border-bottom: 1px solid black; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
}
.leftMenu li.sub a{
background: #5898FF;
font-size: .8em;
display: block;
color: white;
width: 199px;
padding: 3px 0px; /* Vertical (top/bottom) padding for each menu link */
text-indent: 12px;
text-decoration: none;
border-bottom: 1px solid #000000; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
}
.leftMenu li a:visited, .sexypanels li a:active{
color: white;
}

.leftMenu li a:hover{
background-color: #60ADFF; /*color of menu onMouseover*/
color: white;
border-bottom: 1px solid black; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}

* html .leftMenu li a{ /* Menu link width value for IE */
width: 100%;
}



#leftPanel .heading {
	height: 18px;
	padding: 4px 5px 3px 8px;
	background: url(../media/left-panel-heading-bg.png) top left repeat-x;
	font-size: .7em;
	color: white;
	border: solid #ffffff;
	border-width: 2px 0 1px 0;
}

#leftPanel .informations {
	font-size: .7em;
	color: #5F101D;
	padding: 5px 0;
	background-color: rgb(250, 250, 250);
}

#leftPanel .informations a {
	display: block;
	padding: 0 10px 0 10px;
	color: #5F101D;
}

#leftPanel .informations a:hover {
	color: #5F101D;
}

/**
 * Really Content
 */
 
#reallyContent {
	width: 596px;
	margin: 0 2px 0 0;
	float: right;
background-color:#FFFFFF}

#reallyContent .heading {
	height: 18px;
	padding: 4px 0px 3px 8px;
	background: url(../media/content-heading-bg.png) top left repeat-x;
	font-size: .7em;
	color: #FFFFFF;
}


#reallyContent .heading a {
	color: #FFFFFF;
}


#reallyContent .inside {
	padding: .2em .6em .2em .6em;
}

#reallyContent a img {
	border: 2px #3562AA solid;
}

#reallyContent img						{float:right; border:solid 2px #43552B; margin:0 0 1em 1em;}

#reallyContent p {
	margin: 5px 0 5px 0;
	padding: 0;
	font-size: .8em;
	line-height: 120%;
	color: #5F101D;
	text-align: justify;
}

#reallyContent a {
	color: #5F101D;
}

#reallyContent a:hover {
	color: black;
}

ul {
	color: #5F101D;
}


/**
 * Footer
 */

#footer {
	width: 100%;
	height: 37px;
	background: url(../media/footer-back-bg.png) bottom left repeat-x;
	float: left;
	margin: 0 0 0 0;
}

#footer .inside {
	width: 800px;
	height: 37px;
	background: url(../media/footer-bg.png) top left no-repeat;
	position: relative;
	margin: 0 auto;
	font-size: .7em;
	color: white;
}

#footer .floatLeft {
	float: left;
	padding: 5px 0 0 15px;
	color: #ffffff;
}
#footer  .floatLeft a {
	color: #ffffff;
text-decoration: none;}

#footer  .floatLeft  a:hover {
text-decoration: underline;}

#footer .floatRight {
	float: right;
	padding: 5px 15px 0 0;color: #5F101D;
}

#footer .floatRight a {
	color: #ffffff;
text-decoration: none;}

#footer .floatRight a:hover {
	color: #5F101D;
text-decoration: underline;}



	#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #3562AA;
	border:1px solid #000;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #3562AA;
	border:1px solid #000;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #fff; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 500px;
	height: 200px;
	overflow: hidden;
	border: 2px solid #3562AA ;

}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#3562AA none repeat scroll 0%;
	border-right: 2px solid #3562AA ;

	display:block;
	overflow:hidden;
	width:98px;
	height: 200px;
	cursor: default;
}

#imageMenu ul li.simena a {
	background: url(../media/Simena.jpg) repeat scroll 0%;
}

#imageMenu ul li.sunken-city a {
	background: url(../media/Sunken-City.jpg) repeat scroll 0%;
}

#imageMenu ul li.kale-koy a {
	background: url(../media/Kale-Koy.jpg) repeat scroll 0%;
}

#imageMenu ul li.bluecave a {
	background: url(../media/Blue-Cave.jpg) repeat scroll 0%;
}

#imageMenu ul li.tersane a {
	background: url(../media/Tersane.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

/*************************************************************/

.imageSlideshowHolder img {
	POSITION: absolute
}
