/*body {
	margin: 0px;
	padding: 0px;
	font-family: 11px/20px verdana, arial, helvetica, sans-serif;
	color: #000;
	background-color: white;
	text-align: center;
	background-image: url('images/bgtile.jpg');
	
	}*/
	
	@font-face { font-family: "neo"; src: url("font/neo.ttf") } H1 { font-family: "neo" } H2 { font-family: "neo"}
@font-face { font-family: "neo"; src: url("font/neo.eot") } H1 { font-family: "neo" } H2 { font-family: "neo"}
@font-face { font-family:"neo"; src: url('font/neo.ttf') format('opentype');} .x { clear:both;}

	
body{
	font-family: "neo";
	background-color: #343434;
	margin: 0;
	padding: 0;
}

#baslik{
	width: 960px;
	height: 162px;
	background-attachment: scroll;
	background-image: url(images/bg_scroll.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#govde{

height:500px;

width:960px;

margin:0px auto;

}	
	
	
h1 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 28px;
	line-height: 28px;
	font-weight: 900;
	color: #000000;
	}
	h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	line-height: 22px;
	color: #000000;
	font-size: 16px;
	}
	h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	line-height: 15px;
	color: #000000;
	font-size: 14px;
	}
p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}

#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}


a {
	color:#000000;
	font-size:14px;
	text-decoration:underline;
	font-weight:bold;
	font-family: trebuchet ms, sans-serif;
	}
a:link {color:#000000;
	font-size:14px;
	text-decoration: none;
	font-weight:bold;
	font-family: trebuchet ms, sans-serif;}
a:visited {
	color:#000000;
	font-size:14px;
	text-decoration:underline;
	font-weight:bold;
	font-family: trebuchet ms, sans-serif;
	
	}
a:hover {text-decoration:none;}

#Container{
width:1000px;
text-align:left;

}

#Header {
	
	margin: 3px 0px 5px 100px;
	
	padding:0;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	z-index:1;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:150px; /* the correct height */
	background-image: url('images/toptile.gif');
	background-repeat: repeat-x;
	color:#FFF;

	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:115px;}

#TopTable tr td ul {
list-style-type:none;
}

#TopTable tr td li{
display:inline;
}

#TopTable tr td a{
float:right;
width:120px;
text-decoration:none;
color:#fff;
font-weight:bold;

padding:5px;

text-align:center;
}

#TopTable tr td a:hover{

}


/*#Content {
	margin: 100px 0px 0px 170px;
	padding: 10px;
	border: 1px solid #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/au_back.png);
	background-repeat: repeat;
	background-position: left top;
		border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	}
	
	*/

	
	#Content {
min-height:544px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	width:651px;
	background-color:#DFDFDF;
	
	
		margin: 129px 0px 0px 250px;

	
	
	border-bottom-right-radius: 5px;
	-webkit-box-shadow: 1px 1px 11px 0px rgba(50, 50, 50, 0.32);
	-moz-box-shadow: 1px 1px 11px 0px rgba(50, 50, 50, 0.32);
/*	box-shadow: 1px 1px 11px 0px rgba(50, 50, 50, 0.32);
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 52%, rgba(246,246,246,1) 85%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(52%, rgba(255,255,255,1)), color-stop(85%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 52%, rgba(246,246,246,1) 85%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 52%, rgba(246,246,246,1) 85%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 52%, rgba(246,246,246,1) 85%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 52%, rgba(246,246,246,1) 85%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );*/
	}
	
	
	#Content_baslik {
min-height:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	width:801px;
	z-index:99999999;
	
	
		margin: -60px 0px 0px 100px;

	}
	
	#Content_urunler {
min-height:544px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	width:800px;
	/* width:1260px; */
	z-index:99999999;
	
	
		margin: -60px 0px 0px 100px;

	
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-box-shadow: 1px 1px 11px 0px rgba(50, 50, 50, 0.32);
	-moz-box-shadow: 1px 1px 11px 0px rgba(50, 50, 50, 0.32);
	background-color: #DFDFDF;
	/*box-shadow: 1px 1px 11px 0px rgba(50, 50, 50, 0.32);
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 52%, rgba(246,246,246,1) 85%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(52%, rgba(255,255,255,1)), color-stop(85%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 52%, rgba(246,246,246,1) 85%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 52%, rgba(246,246,246,1) 85%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 52%, rgba(246,246,246,1) 85%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 52%, rgba(246,246,246,1) 85%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );*/
	}
	
div#Content #kursol { margin-left:39px; margin-top:39px; margin-right:29px;  }	
div#Content_urunler #kursol { margin-left:39px; margin-top:39px; margin-right:29px; z-index:99999999;font-size:10px;}

#Content #kursol #baslik { margin-left:139px; margin-top:39px; margin-right:29px; background-color: #CDCDCD;}
	
#Content h1 {font-size:18px;}


#Menu {
	margin: 114px 0px 0px 100px;/* Son deger  */
	float: left;
	
	
	width: 150px;
		background-color: #DFDFDF;
	/* border: 1px solid #999;*/
	line-height: 10px;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family: inherit;

	padding-top: 10px;
	padding-bottom: 10px;
	font-size:9px;
	
	
	border-bottom-left-radius: 5px;
	/*-webkit-box-shadow: 1px 1px 11px 0px rgba(50, 50, 50, 0.32);
	-moz-box-shadow: 1px 1px 11px 0px rgba(50, 50, 50, 0.32);
	box-shadow: 1px 1px 11px 0px rgba(50, 50, 50, 0.32);*/
	
	
		}
/* Again, "be nice to Opera 5". */




#Footer { 
	
	color:#ccc;
	margin: 0px 0px 0px -200px;
	padding:10px;
	background-color:#fff;
	border:1px solid #999;
	
	border: 1px solid #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(images/au_back.png);
	background-repeat: repeat;
	background-position: left top;
		border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	
}

#copyright {
	font-size: 14px;

	
	color: #111;
	margin: 5px 0px 5px 170px;
	text-align: center;
	padding: 10px;
	background-color: #BDBDBD;
	border: 1px solid #999;
	background-position: left top;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-image: none;
	font-family:"neo";
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: 1px 1px 11px 0px rgba(50, 50, 50, 0.32);
	-moz-box-shadow: 1px 1px 11px 0px rgba(50, 50, 50, 0.32);
	box-shadow: 1px 1px 11px 0px rgba(50, 50, 50, 0.32);
	
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );

	
}

#Content .sponsor{
	
	background-color: #DFDFDF;
}

#Content sponsor{
	
	background-color: #DFDFDF;
}
