/* 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;}


	::selection {
		background:#F36;
		color:#fff;
	}

	::-moz-selection {
		background:#F36;
		color:#fff;
	}

	::-webkit-selection {
		background:#F36;
		color:#fff;
	}
	
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	

/*CSS Sıfırlama Bitiş*/
body {
	font-family:Arial, Helvetica, sans-serif;
	}
	
#enust {
	position:absolute;
	width:100%;
	height:3px;
	background:#f36;
	}

#ust {
	width:100%;
	height:150px;
	background:#f7f7f7;
	border-bottom:1px dashed #F36;
}


#site {
	margin:0;
	min-width:350px;
	height:100%;
	}
	
	
#menu {
/*	border:1px dotted #ccc; */
	width:200px;
	min-height:300px;
	margin:4px;
	float:left;
	position:absolute;
}

#menu ul li a {
	font-size:11px;
}


#orta {
	min-width:400px;
	width:auto;
	min-height:500px;
	margin:0 50px 41px 210px;
	padding:10px;
	float:left;
	background:#fff;
	border-left:1px dashed #F36;
	border-right:1px dashed #F36;
	border-bottom:1px dashed #F36;
}



#alt {
	width:100%;
	height:40px;
	background:#f7f7f7;
	position:fixed;
	bottom:0;
	border-top:1px dashed #F36;
}

.ana_font {
	font-family: 'Candal', sans-serif;
	font-size: 30px;
	color: #F36;
	padding: 106px 0 0 8px;
	width:280px;
	display:block;
}

.sub_font {
	font-family: 'Candal', sans-serif;
	font-size: 12px;
	color: #F36;
	padding:0;
	/*width:280px;*/
	display:block;
	margin-bottom:-8px;
}

.baslik {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:8px 0;
	color:#F06;
	}
.icerik {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0 0 8px 0;
	color:#777;
	text-align:justify;
	}
	

#alt_sol, #alt_orta {
	font-size:10px;
	color:#aaa;
	line-height:40px;
	text-align:left;
}

#alt_sol {	width:200px; margin-left:14px;	}
#alt_orta {	position:absolute; margin-left:210px; bottom:0; width:auto; min-width:700px;	}


/* orta blok */
#container{
	display:block;
	overflow:hidden;
	width: 770px;
/*	width: -webkit-calc(100%-239px);*/
	margin:0;
}

#container li{

	float: left;
	height: 90px;
	list-style: none outside none;
	margin: 6px;
	position: relative;
	width: 180px;

	        box-shadow: 0 0 5px #000;
	     -o-box-shadow: 0 0 5px #000;
	   -moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;

}

#container ul{
	overflow:scroll-y;
}

#container ul.hidden{
	display:none;
}


/* Nav */
#filter {
	font-size:12px;

	display: block;
	height: 100%;
	margin-top:5px;
	position: absolute;
	width: 200px;
	text-align:right;
}

#filter:before, #filter:after {
	height: 43px;
	position: absolute;
	top: 0;
	width: 200px;
	content: '';
	
}

#filter:before {

}

#filter:after {

}

#filter a{
	color: #222;
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 1px 12px 1px 0;
	border: 1px dashed #ccc;
	margin: -1px 0;
}

#filter a:hover{
	text-decoration:none;
	background:#f36;
	color:#ddd;
}

#filter a.active{
	background:#f36;
	color:#fff;
}
/* Nav son */
/* orta blok son */


.link_alt { text-decoration:none; color:#aaa; }

.clear {
	clear:both;
}