@charset "utf-8";
form {
	text-align: center;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #AC9780;
	background-image: url(pic/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#container {
	width: 1024px;
	text-align: left;
	background-repeat: repeat-y;
	margin: 0 auto;
} 
#mainmiddle {
	background-image: url(pic/bg_homealt.jpg);
	clear: both;
	height: 213px;
	width: 850px;
}
#homeflash {
	float: left;
}
#kayarhaber {
	background-image: url(images/bg_haber.jpg);
	height: 231px;
	width: 245px;
	float: left;
}
#haber {
	padding: 10px;
	color: #665540;
	overflow: hidden;
	height: 200px;
}
#ortabolum1 {
	width: 230px;
	float: left;
	clear: both;
	padding: 10px;
}
#ortabolum2 {
	width: 182px;
	float: left;
	max-height: 210px;
	padding: 10px;
}
#ortabolum1a {
	width: 230px;
	height: 95px;

}
#ortabolum1b {
	width: 230px;
	height: 95px;
	margin-top: 10px;

}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #462D12;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.middleline {
	margin-top: 4px;
	margin-bottom: 4px;
}
ul {
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
li {
	margin: 2 px;
	list-style-type: disc;
	list-style-image: url(images/bullet.gif);
	list-style-position: inside;
}

#anasayfaicon {
	float: right;
}



#ortabolum3 {
	width: 180px;
	float: left;
	padding: 10px;
}
#ortabolum4 {
	width: 178px;
	float: left;
	padding: 10px;
}



#Header, #Footer {
	clear:both;
	}



#header {
	height: 143px;
	padding: 0;
	background-color: #FBFBFB;
} 
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/sb_bg.jpg);
	background-repeat: no-repeat;
	height: 700px;
}
#headerlink {
	height: 22px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8C7558;
	background-color: #D7CDC2;
	text-align: right;
	padding-top: 4px;
	padding-right: 4px;
}

#solmenu {
	float: left;
	width: 140px;
	margin-top: 30px;
	margin-left: 10px;
}
h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8F7A61;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0px;
}
#vitrin {
	clear: both;
	padding-right: 10px;
}

#orta {
	float: left;
	width: 1024px;
	background-color: #FFFFFF;
	padding-top: 0px;
}

#mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
} 
#footer {
	clear:both;
	padding: 0;
	} 

#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
#linkmenu {
	background-color: #DED6CC;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

#orta h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.6em;
	font-weight: bold;
	color: #462D12;
	margin-bottom: 6px;
}
#turozetmadde {
	background-image: url(images/bg_turozet.gif);
	float: left;
	height: 76px;
	width: 202px;
	margin-top: 6px;
	background-repeat: no-repeat;
	margin-bottom: 6px;
	text-align: left;
	
}

#turozetmadde p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	padding: 2px;
	margin-left: 70px;
	margin-top: 0px;
	color: #666666;
}

#cerceve {
	float: right;
	border: 1px solid #AC9780;
	padding: 3px;
}
.cercevesol {
	border: 1px solid #AC9780;
	padding: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.cercevesag {
	border: 1px solid #AC9780;
	padding: 3px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#gadgets {
	float: left;
	margin-top: 10px;
}


#orta h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #8F7A61;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#turozet {
	margin-right: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-top-color: #E7E3E0;
	border-bottom-color: #E7E3E0;
	border-bottom-style: dotted;
	padding-top: 2px;
	padding-bottom: 10px;
}

#mininav {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #958875;
	margin-top: 6px;
	margin-right: 10px;
}
#mininav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #958875;
	text-decoration: underline;
}
.fltrtsagdan {
	float: right;
	margin-left: 8px;
}
#back {
	float: right;
	margin-right: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #AC9780;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#turdetay {

	margin-right: 10px;
}

#uyari {
	margin-right: 10px;
	color: #FF6600;
	margin-top: 10px;
	margin-bottom: 20px;
}
a {
	font-size: 11px;
	color: #462D12;
	text-decoration: underline;
}
#anasayfaicon {
	padding: 2px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#turkisametin {
	margin-right: 10px;
	color: #00CCFF;
}

#otelozetmadde {
	background-image: url(images/bg_otelozet.gif);
	float: left;
	height: 76px;
	width: 202px;
	background-repeat: no-repeat;
	text-align: left;
	line-height: 26px;
	font-weight: bold;
	padding-left: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #462D12;
	
}
#otelbaslik {
	height: 16px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #AC9780;
	border-bottom-color: #AC9780;
	padding-left: 10px;
	padding-top: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #462D12;
	font-weight: bold;
	margin-right: 10px;
}
#orta2 {
	float: left;
	width: 1024px;
	background-color: #E9E2DA;
	padding-top: 0px;
}
