@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, 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;
}
ol, ul {
	list-style: disc;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #121212;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image:url(../images/body_bg.jpg);
	background-position:top left;
	background-repeat: repeat-x;
}
.oneColLiqCtrHdr #container {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
.oneColLiqCtrHdr #header {
	background: #121212; 
	height: 75px;
	color: #FFF;
}
.oneColLiqCtrHdr #logo {
	position:relative;
	top: 30px;
	left: 20px;
	width: 250px;
	height: 110px;
	z-index: 100;
}
.oneColLiqCtrHdr #menu{
	float: right;
	right: 0;
	top: 0;
	height: 75px;
	width: 655px;
}
.oneColLiqCtrHdr #header_top {
	position: relative;
	height: 350px;
	z-index: 2;
}

#header_top_left {
	position: absolute;
	height: 350px;
	width: 350px;
	min-height: 350px;
	top: 75px;
	left: 0;
	background-image:url(../images/header_top_bg_light.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 1;
}

.oneColLiqCtrHdr #content_top {
	height: 250px;
	background-color:#9d080a;
	color: #FFF;
	margin-left: -11px;
	margin-right: -11px;
	width: 922px;
	background-image: url(../images/content.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

.oneColLiqCtrHdr #mainContent {
	padding: 20px;
	background: #FFFFFF;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px;
	background:#121212;
	color: #FFF;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0;
	padding: 10px 0;
}

#content_top_1 {
	float: left;
	width: 190px;
	height: 100%;
	padding: 10px;
	padding-left: 40px;
	padding-top: 30px;
}
#content_top_2 {
	float: left;
	width: 200px;
	height: 100%;
	padding: 10px;
	padding-top: 30px;
}
#content_top_3 {
	float: left;
	width: 200px;
	height: 100%;
	padding: 10px;
	padding-top: 30px;
	padding-left: 20px;
}
#content_top_4 {
	float: left;
	width: 200px;
	height: 100%;
	padding: 10px;
	padding-top: 30px;
	padding-right: 0;
	padding-left: 15px;
}

#resim {
	float:left;
	width: 220px;
	padding: 10px;
}

#aciklama {
	float: left;
	width: 600px;
	padding: 10px;
}

/* MENU BASLA */
	ul#menu {list-style:none;margin:0;padding:0;}
	#menu li {float:right;width:130px;margin:0;padding:0;text-align:center; line-height: 75px;}
	#menu li a {display:block;padding:10px 10px;height:100%;color:#FFF;text-decoration:none;border-right:1px solid #FFF; font-size:15px;}
	li#menu a:hover, #menu li a:focus, #menu li a:active {background-position:-150px 0;}
	#d a {background:url(../images/bg3.jpg) repeat 0 0;}
/* MENU SON */

h1 {
	font-size:36px;
}
h2 {
	font-size:24px;
}
h3 {
	font-size:18px;
	padding-bottom: 10px;
}

#devam_button {
	top: 200px;
	bottom: 0;
	
}

.orta {
	text-align: center;
}

form fieldset {
	width: 840px;
	padding: 10px;
	border: 2px solid #d82622;
}

form fieldset legend {
	font-size:1.1em;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	color: #772222;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 250px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form input, form textarea, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

