/* CSS Sıfırlama */
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}	

	:focus {
		outline: 0;
	}

	ins {
		text-decoration: none;
	}
	del {
		text-decoration: line-through;
	}

	a{text-decoration: none;}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}/*CSS Sıfırlama Bitiş*/

/* Genel */
	body{
		background:url(../images/bg.gif) #2ccad5 center top no-repeat;
		font-size:11px;
		font-family:tahoma;
		line-height:16px;
		color:white;
	}

	.container{
		float:left;
		background:url(../images/container_bg.jpg) center top no-repeat;
		width:1000px;
		height:550px;
		margin-top:16px;
	}

	.flash{
		width:1000px;
		height:563px;
		position:absolute;
		z-index:0;
	}

	.ic{
		width:740px;
		height:350px;
		position:absolute;
		margin-top:120px;
		margin-left:18px;
		z-index:1; background:url(../images/ic_bg.png);	
		border:solid 2px #0f4f57;
	}

	.ic a{
		color:#3af2ff;
	}

	.ic a:hover{
		color:white; font-weight:bold;
	}

	.ic_cont{
		width:710px;
		height:320px;
		padding:15px;	
	}

	.icerik{
		float:left;
		width:1000px;
		height:489px; 
	}

	.baslik{
		float:left;
		font-size:18px;
		font-family:arial,serif;
		font-weight:normal;
		margin-bottom:10px;
	}

	.geri{
		float:right;
		position:relative;
		z-index:15;
	}

	.footer{
		float:left;
		width:1000px;
		height:25px;
		padding-top:6px; 
	}

	.footer a{
		color:white;
		margin-left:10px;
		margin-right:10px; font-size:10px;
	}

	.footer a:hover{
		text-decoration:underline;
	}
/* Genel Bitiş*/

/*Sayfa Altı Fotoğraflar*/
	.fotograflar{
		float:left;
		width:100%; 
		margin-top:5px;
		margin-left:8px;
	}

	.fotograflar img{
		float:left;
		padding:2px;
		border:dotted 1px white;
		margin-right:8px;
		margin-bottom:9px;
		width:126px;
		height:87px;
	}
	.fotograflar img:hover{
		background:white;
	}
/*Sayfa Altı Fotoğraflar Bitiş*/

/*Menü*/
	.ddsmoothmenu{
	font-family:tahoma;
	font-size:11px;
	float:right;
	margin-top:2px;
	margin-bottom:2px;
	margin-right:10px;
	}

	.menu_ust{
		padding-left:8px;
		padding-right:8px;
		text-align:left;
	}

	.ddsmoothmenu ul{
	z-index:50;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

	/*Top level list items*/
	.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
	height:19px;
	padding-top:3px;
	text-align:center;
	}

	/*Top level menu link items style*/
	.ddsmoothmenu ul li a{
	}

	* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	}

	.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
	color: white;
	}

	.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: white;
	}

	.ddsmoothmenu ul li a:hover{
	color: white;
	}
		
	/*1st sub level menu*/
	.ddsmoothmenu ul li ul{
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	}

	/*Sub level menu list items (undo style from Top level List Items)*/
	.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
	background:url(../images/menu_bg.png);
	margin-bottom:1px;
	width:104px;
	}

	.ddsmoothmenu ul li ul li:hover{
			background:black;

	}

	/*All subsequent sub menu levels vertical offset after 1st level sub menu */
	.ddsmoothmenu ul li ul li ul{
	top: 0;
	}

	/* Sub level menu links style */
	.ddsmoothmenu ul li ul li{
		width: 190px; /*width of sub menus*/
	float:left;
	text-align:left;
	}
	.ddsmoothmenu ul li ul li a{
	font: normal 11px tahoma;
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	text-align:left;
	}

	/* Holly Hack for IE \*/
	* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


	/* ######### CSS classes applied to down and right arrow images  ######### */

	.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
	}

	.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
	}

	/* ######### CSS for shadow added to sub menus  ######### */

	.ddshadow{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	}

	.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
	opacity: 0.3;
	}

	.ddsmoothmenu-v ul{
	margin: 0;
	padding: 0;
	width: 170px; /* Main Menu Item widths */
	list-style-type: none;
	}
	 
	.ddsmoothmenu-v ul li{
	position: relative;
	}

	/* Top level menu links style */
	.ddsmoothmenu-v ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	text-decoration: none;
	padding: 6px;
	font-size: 11px;
	font-weight: bold;
	font-family: 'Andale Mono', sans-serif;
	border-bottom:dotted 1px #c5be9f;
	}

	.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
	background: #414141; /*background of menu items (default state)*/
	color:black;
	}


	.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: black; 
	color:black;
	}

	.ddsmoothmenu-v ul li a:hover{
	background: black; /*background of menu items during onmouseover (hover state)*/
	color: white;
	}

	/*Sub level menu items */
	.ddsmoothmenu-v ul li ul{
	position: absolute;
	width: 170px; /*Sub Menu Items width */
	top: 0;
	font-weight: normal;
	visibility: hidden;
	}

	 
	/* Holly Hack for IE \*/
	* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
	* html .ddsmoothmenu-v ul li a { height: 1%; }
	/* End */
/*Menü Bitiş*/


	.detay_foto{
		float:right;
		width:220px;
		height:162px;
		margin-left:20px;
	}

	.haberler li{
		float:left;
		width:48%;
		height:55px;
		margin:5px;
		border-bottom:dotted 1px black;
		font-weight:normal; 
		padding-bottom:5px;
		padding-top:5px;
	}

	.haberler li a{
		color:white; font-weight:normal;
	}

	.haberler li a:hover{
		color:#3af2ff; font-weight:normal;
	}

	.haberler li img{
		float:left;
		margin-right:3px;
		padding:1px;
		border:dotted 1px white;
	}

	.liveaboard{
		float:left;
		margin-bottom:300px;
	}

	.liveaboard li{
		float:left;
		width:100%;
		height:auto;
		padding-bottom:10px;
		margin-bottom:10px;
		border-bottom:dotted 1px white;
	}

	.liveaboard li img{
		float:left;
		margin-right:10px;
		margin-bottom:10px;
	}

	.fiyatlar{
		float:left;
		width:450px;
	}

	.fiyatlar li{
		float:left; 
		width:45%;
		padding:2px;
		margin-right:4px;
		border-bottom:dotted 1px white;
		text-align:right;
	}

	.fiyatlar font{
		float:left;
		width:50%;
		text-align:left;
	}

	.hesap{
		float:left;
		width:230px;
	}

	.hesap li{
		float:left;
		width:100%;
	}

	.hesap li font{
		float:left;
		width:120px; font-weight:bold;
	}

	.hesap li input[type="text"]{
		float:right;
		width:110px;
		border:none;
		font-size:11px;
	}