﻿* {
	margin:0;
	padding:0;
}
body{
	color:#333333;
	font-family:Trebuchet MS;
	font-size:16px;
	text-align:center;
	background:#34b6e4 url(/i/apartment.jpg) bottom center no-repeat fixed;
/*	background:#66cccc url(/i/bg.png) repeat-x top;*/
}
table{
	border-collapse:collapse;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img{
	border:0;
}
blockquote,ol,ul{
	margin: 0 0 5px 15px;
	padding-left: 10px;

}
h1,h2,h3,p{
	margin-bottom:15px;
}
h2{
	margin-top:20px;
}
#CONTAINER{
	background:url(/i/top.png) no-repeat fixed;
	margin:0 auto;
	width:980px;
}
#HEADER{
	text-align:left;
}
#MIDDLE{
}
#FOOTER{
	color:#ffffff;
	text-align:center;
}
#FOOTER a{
	color:#ffffff;
}

#MENU, #FOOTER{
	background:url(/i/menu.png) no-repeat;
	width:980px;
	height:40px;
	vertical-align:middle;
	display:table-cell;
}
#MENU a{
	color:#FFFFFF;
}
#MENU span{
	padding: 0 5px;
	color:#288bae;
	font-size:20px;
}
#MENU ul{
	padding:0;
	margin:0;
	list-style:none;
}
#MENU li{
	float:left;
}
#MENU li ul{
	border: 3px solid #288bae;
	padding:5px;
	background-color:#fff;
	display:none;
	position:absolute;
	margin-left:-10px;
}
#MENU li:hover ul{
	display:block;
}
#MENU li ul li{
	float:none;
}
#MENU li ul li a{
	color:#333333;
}

.tl{background-image:url(/i/tl.png);height:16px;width:16px}
.tc{background-image:url(/i/tc.png);height:16px}
.tr{background-image:url(/i/tr.png);height:16px;width:16px}

.ml{background-image:url(/i/ml.png)}
.mc{background-image:url(/i/mc.png);text-align:justify;vertical-align:top}
.mr{background-image:url(/i/mr.png)}

.bl{background-image:url(/i/bl.png);height:16px;width:16px}
.bc{background-image:url(/i/bc.png);height:16px}
.br{background-image:url(/i/br.png);height:16px;width:16px}

.kucuk img{
	float:left;
	margin-right:10px;
}

.SUTUN{
	margin-left:10px;
	width:320px;
	float:left;
}


#BLOCKER{
	background-color:#333;
	display:none;
	filter:alpha(opacity=50);
	height:100%;
	left:0;
	opacity:.50;
	position:fixed;
	top:0;
	width:100%;
}
body>#BLOCKER{
	position:fixed;
}
.WINDOW{
	text-align:justify;
	top:60px;
	position:absolute;
	background-color:#fff;
}

.WINDOW_TITLE{
	color:#fff;
	padding:5px 5px 6px 10px;
	background-color:#288bae;
/*
	background:url(i/g2.gif) bottom repeat-x;
*/
}

.WINDOW_CONTENT{
	padding:10px;
}

.CLOSE{
	font-weight:bold;
	position:absolute;
	top:3px;
	right:3px;
}
