@charset "utf-8";
body {
	font-family: 12px Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	/*background: #ffffff url(images/gradient3.jpg) repeat-x;*/
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #00628B;
	
}
.style3 #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.style3 #header {
	background: #ffffff;
	color: #FFFFFF;
	text-align: left bottom;
	margin: 5px 5px 0px 5px;
}
.style3 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}
.style3 #mainContent {
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	text-align: center;
	color: #666666;
	width: 780px;
	font-size: 12px;
} 
.style3 #logo {
	background: #ffffff;
	padding: 5px 5px 5px 5px;
}
.style3 #image {
	border: none;
	background: #ffffff;
}
.style3 #image img{
	border: none;
	padding: 5px 20px 5px 5px;
}
.style3 #image2 {
	border: none;
	padding: 5px 5px 5px 5px;
	background: #ffffff;
	width: 204px;
	overflow:hidden;
	float: left;
	display:inline-block;
}
.style3 #image3 {
	border: none;
	padding: 5px 5px 5px 5px;
	background: #ffffff;
	width: 204px;
	overflow:hidden;
	float: left;
	display:inline-block;
}
.style3 #middleBlock {
	border: none;
	vertical-align: middle;
	text-align:center;
	
	font-size: 12px;
	color: #FFFFFF;
	background: #81A594;
}
.style3 #middleBlock ul{	
	vertical-align: middle;
	text-align: left;
	width: 230px;
	height: 153px;
}
.style3 #footer {
	padding: 5px 0px 5px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	color: #00628B;
	font-size: 10.5px;
	text-align: center;
}
.style3 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */	
}
.cell {
padding: 15px 5px 15px 5px;
}
.footer {
background:#E6E6DC;
color: #00628B;
font-size: 10.5px;
text-align: center;
width: 770px;
height: 35px;
vertical-align:middle;
}
.cellFoot {
vertical-align:middle;
padding: 10px 5px 10px 5px;
}
.copyright  {
color: #00628B;
font-size: 10.5px; 
font-weight: bolder;
}
.purpleapple  {  
color: #00628B; 
font-size:10.5px; 
font-weight: bolder;
}
.purpleapple a {
font-weight: bolder; 
text-decoration: none; 
color : #9acd32;
}
.purpleapple a:hover {
text-decoration: none; 
color : purple;
}
#footlinks {
float: right; /* vertical menu is aligned to the right of its container, head3 */
margin-right: 10px;
margin-top: 10px;
background: #E6E6DC;
}
#footlinks a {
font-weight: bolder;	
text-decoration: none;
color:#ffffff;
}
#footlinks a:hover {
font-weight: bolder;	
text-decoration: none; 
color: #660033;
}
#head2 {
background:#ffffff;
color:#ffffff;
width: 780px;
height: 30px;
text-align:center;
vertical-align:middle;
}
#head2 a{
	text-decoration: none;
	color:#FFFFFF;
}
.style3 #button {
background-image: url('images/button.jpg');
width: 110px;
height: 25px;
color: #FFFFFF;
font-size: 12px;
vertical-align:middle;
text-align:center;
float: right;
}
.style3 #button a{
text-decoration:none;
color:#ffffff;
font-size: 10px;
}
#topmenu {
float: right; /* vertical menu is aligned to the right of its container, head3 */
text-align:center;
vertical-align:middle;
width: 750px;
height: 20px;
margin-left: 6px;
margin-right: 6px;
padding: 4px 4px 0px 4px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
#topmenu a {
vertical-align:middle;
font-size: 100%;
font-weight: bold;
color: #81A594;
text-decoration: none; /* no decoration to avoid underline showing when hovered onto */
margin-left: 6px;
margin-right: 6px;
}
#topmenu a:hover {
vertical-align:middle;
color: #00628B;
text-decoration: none; /* no decoration to avoid underline showing when hovered onto */
margin-left: 6px;
margin-right: 6px;
}
.image {
margin: 5px 5px 5px 5px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: none;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: none;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 10px;
/*left: -1000px;*/
top: -33px;
left: -45px;
border: none;
visibility: hidden;
color: #00628B;
font-weight: bolder;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
top: 250px;
z-index: 50;
}
.spacing {
margin: 0px 5px 5px 5px;
}
.cellborder {
border-left: 5px;
border-top: 5px;
border-color:#FFFFFF;
background-color: #007DB3;
text-align: center;
vertical-align: middle;
}
.cellborderR {
border-left: 5px;
border-right: 5px;
border-top: 5px;
border-color:#FFFFFF;
background-color: #007DB3;
text-align: center;
vertical-align: middle;
}
.menu {
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    border-right: 1px solid white;
    text-decoration: none;
    background-color: #007DB3;
    padding: 5px;
	height: 20px;
	width: 100px;
}

.menu:hover {
    background-color: #00628B;
}

.toolbar {
    background-color: #FFFFFF;
    margin: 5px 5px 5px 5px;
	width: 780px;
	height: 20px;
}
td img {
display: block;
}
.index_body {
}
.index_text {
color: #ffffff;
}
.margin {
margin: 5px 0px 0px 0px;
}
.buttons {
margin: 5px 0px 0px 0px;
}
.form {
text-align: left;
}
.button {
background-color:#848181;
color: #FFFFFF;
font-family: 12px Verdana, Arial, Helvetica, sans-serif;
font-weight:bolder;
width:160px;
}
.heading {
font-size: 14px;
font-weight:bolder;
}
.tabletext {
font-weight:bold;
color:#FFFFFF;
}
.tabletextB {
font-weight:bold;
}
.tabletextS {
font-size: 10px;
}
.flight_link {
text-decoration: none;
}
.flight_link a{
text-decoration: none;
font-weight:bold;
color: #999999;
}
.flight_link:hover{
text-decoration: none;
font-weight:bold;
color: #00628B;
}
.style12 {
font-size: 9px
}
.style15 {
font-size: 12px;
color:#FFFFFF;
}
.style16 {
text-align:center;
color: #00628B;
font-weight: bold;
font-size: 12px;
}
.style35 {
font-size: 15px
}
.style36 {
text-align:center;
font-size: 14px;
font-weight: bold;
}
.style38 {
font-size: 16px
}
.style40 {
font-size: 36px;
text-align:left;
vertical-align:bottom;
color: White;
}
.headerlogo {
	background-image: url(images/logo-kalkan-harbour.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: left;
	vertical-align: bottom;
	width: 780px;
	height: 230px;
	color: White;
	margin: 5px 0px 0px 0px;
}
.style42 {
margin: 0px 5px 0px 0px;
}
.style43 {
margin: 3px 5px 0px 0px;
}
.style48 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight:bold;
}
.style49 {
text-align:justify;
}