@charset "utf-8";

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: none;
}

html, body {
	width:100%;
	height:100%;
	min-width:980px;
}
body {
	font-family:Tahoma, sans-serif;
}
body, td, th {
	font-size: 11px;
	color:#131313;
	text-align:center;
}
h1 {
	font-size:24px;
	margin-bottom:10px;
	font-weight:bold;
}
h2 {
	font-size:14px;
	margin-bottom:10px;
	font-weight:bold;
}
p {
	margin-bottom:20px;
	line-height:14px;
}
#background {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 0;
}
.stretch {
	width:100%;
	height:100%;
}

#floater {
	position:relative;
	height:100%;
}

#top_wrapper {
	position:absolute;
	right:0;
	top:0;
	width:100%;
	height:auto;
	background-image:url(/img/ui/top_menu_bg.png);
	background-position:top left;
	background-repeat:repeat;
}
#top_menu {
	height:35px;
	width:980px;
	margin: 0 auto 0 auto;
	font-size:12px;
}

#omurga {
	position:absolute;
	left:50%;
	margin-left:-500px;
	top:50%;
	margin-top:-300px;
	width:1000px;
	height:600px;
	display:table;
	background-image:url(/img/ui/main_bg.png);
	background-position:top center;
	background-repeat:no-repeat;
}

#cont {
	position:relative;
	text-align:left;
	width:980px;
	height:533px;
	margin:18px 0 0 10px;
}

#logo {
	position:absolute;
	top:-45px;
	left:5px;
	text-align:left;
	width:980px;
}
#search_form {
	position:absolute;
	bottom:5px;
	right:5px;
	text-align:left;
	width:auto;
}

#left_menu {
	float:left;
	text-align:left;
	width:189px;
	height:inherit;
	font-size:12px;
	text-shadow: 0.1em 0.1em #333;
}
#left_menu ul {
	margin:35px 0 0 0;
}
#left_menu li {
	margin-bottom:5px;
	padding:5px 0 0 20px;
	height:20px;
}
#left_menu li:hover {
	background-color:#bb3a00;
}
#left_menu li.pasif {
	background-color:#bb3a00;
	color: #FFF;
}
#left_menu a {
	display:block;
	text-decoration: none;
}
#left_menu a:link, #left_menu a:visited, #left_menu a:active, #left_menu a:hover {
	color: #FFF;
}

#index_slide {
	float:left;
	width:420px;
	height:inherit;
}

#index_sag {
	float:left;
	width:371px;
	height:inherit;
}
#index_sag li {
	float:left;
	width:123px;
	height:178px;
	overflow:hidden;
}

#genel_sag {
	float:left;
	width:790px;
	height:533px;
	background-image:url(/img/ui/bg_genel.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#genel_sag a:link, #genel_sag a:visited, #genel_sag a:active {
	color: #FFF;
	text-decoration:underline;
}
#genel_sag a:hover {
	color: #F90;
	text-decoration:underline;
}
#genel_sag .sag_title {
	width:690px;
	margin:30px auto 0 40px;
	color:#FFF;
}
#genel_sag .sag_cont {
	width:690px;
	margin:20px auto 0 40px;
	color:#FFF;
	height:420px;
	padding-right:20px;
}
#genel_sag ul {
	width:650px;
	margin:20px auto auto 0;
}
#genel_sag li.pro {
	float:left;
	position:relative;
	width:150px;
	height:210px;
	overflow:hidden;
	margin:0 10px 10px 0;
}
#genel_sag li.pro .caption {
	position:absolute;
	left:0;
	bottom:0;
	width:150px;
	height:20px;
	color:#FFF;
	font-size:11px;
	text-shadow: 0.1em 0.1em #333;
	text-align:center;
	padding-top:5px;
	background-image:url(/img/ui/top_menu_bg.png);
	background-position:center center;
	background-repeat:repeat;
}
#genel_sag li.news {
	margin:0 0 10px 0;
	display:table;
	width:670px;
	padding-bottom:10px;
	border-bottom:1px solid #a2a1a1;
}
#genel_sag li.news img {
	width:70px;
	height:100px;
	float:left;
	margin-right:10px;
	border:2px solid #CCC;
}



.txt11px_red { font-weight: bold; font-size: 11px; color: #CC0000; }
.txt11px_green { font-weight: bold; font-size: 11px; color: #090; }
.inp700px { width:700px; }
.inp700px_multiple { width:700px; height:100px; }
.inp500px { width:500px; }
.inp500px_multiple { width:500px; height:100px; }
.inp400px { width:400px; }
.inp400px_multiple { width:400px; height:100px; }
.inp300px { width:300px; }
.inp250px { width:250px; }
.inp200px { width:200px; }
.inp50px { width:50px; }
.inpsingle_key { font-size: 22px; vertical-align: middle; }

