@charset "utf-8";
/* CSS Document */

body {
	background: #F9F9F9;
	}

#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
	padding-bottom: 20px;
	}

#content {
	width: 956px;
	margin: 0px auto 50px;
	background: #FFF;
	box-shadow: 3px 3px  10px #CCC;
	-moz-box-shadow: 3px 3px  10px #CCC;
	-webkit-box-shadow: 3px 3px  10px #CCC;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	z-index: 1;
	}

#content_harita {
	width: 956px;
	height: 500px;
	margin: 0px auto 0px;
}
#haritaBand {
	width: 958px;
	height: 30px;
	background: #999;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	margin-right: auto;
	margin-left: auto;
	}
.naviContainer {
	width: 220px;
	position: absolute;
	#left: 0px;
	#top: 0px;
	z-index: 0;
	margin-left: 732px;
	margin-top: -500px;
	}
.navi {
	height: 477px;
	width: 210px;
	filter: alpha(opacity=0.85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
} 
.navi, p.title{
	width: 210px;
	margin:0px;
	text-align:right;
	background: #002142;
	border-bottom: 1px solid #CCC;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 9px;
	padding: 3px 8px;
} 
.navi span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	line-height: 20px;
	height: 22px;
	text-align: center;
	color: #09F;
	font-weight: bold;
	margin-top: 20px;
} 
.ust {
	width: 210px;
	height: auto;
	margin-bottom: 10px;
	text-align: left;
}
.orta {
	width: 210px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.alt {
	width: 210px;
	margin-top: 40px;
}
.slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-style: italic;
	font-weight: lighter;
	line-height: 150%;
	text-align: center;
	padding: 5px;
}

.naviimg {
	height: 40px;
	width: 85px;
	margin-left: 7px;
	margin-bottom: 3px;
}
/* ----------------------- slider ---------------------------*/
div.content {
	display: none;
	float: left;
	width: 550px; 
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.navigation {
	float: right;
	text-align: right;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
a.thumb {
	padding: 5;
	display: inline;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background: #9F6;
}
ul.thumbs li.selected a.thumb {
	color: #000;
	font-weight: bold;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}

div.navigation div.bottom {
	margin-top: 12px;
}
.orta .colorbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	display: block;
	line-height: 20px;
	height: 20px;
	background: #CCC;
	margin-bottom: 3px;
	text-align: left;
	padding-left: 10px;
	}



.marginR {
	margin-right: 5px;
	}
.marginL {
	margin-left: 5px;
	}

.ok {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003F7D;
	font-weight: bold;
}
.width30 {
	width: 30px;
	}
.left {
	float: left;
	}

.clear {
	clear: both;
	}
