@charset "utf-8";
/* CSS Document 
Koyu Laci: #092743
Siyah: #252a30
Turuncu: #FB5B07

@font-face{
	font-family: 'Ebrima';
	src: url('fonts/ebrima.ttf');
}
@font-face{
	font-family: 'EbrimaBold';
	src: url('fonts/ebrimabd.ttf');
}
@font-face{
	font-family: 'Corbel';
	src: url('fonts/corbel.ttf');	
}
@font-face{
	font-family: 'AllerLt';
	src: url('fonts/Aller_Lt.ttf');	
}
*/
* {
	margin: 0;
	padding: 0;
}
body,td,th {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height:18px;
}
body {
	background-image: url(../images/background.jpg);
	background-color:#dee3e9;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
	color:#092743;
}
a:visited {
	text-decoration: none;
	color:#092743;
}
a:hover {
	text-decoration: underline;
	color:#FB5B07;
}
a:active {
	text-decoration: none;
}

a.beyazl:link {
	text-decoration: none;
	color:#FFF;
}
a.beyazl:visited {
	text-decoration: none;
	color:#FFF;
}
a.beyazl:hover {
	text-decoration: none;
	color:#FFF;
}
a.beyazl:active {
	text-decoration: none;
	color:#FFF;
}

a.footerl:link {
	text-decoration: none;
	color:#FFF;
}
a.footerl:visited {
	text-decoration: none;
	color:#FFF;
}
a.footerl:hover {
	text-decoration: none;
	color:#FB5B07;
}
a.footerl:active {
	text-decoration: none;
	color:#FFF;
}


#main{
	margin:0 auto;
	width:970px;
	background-image:url(../images/bg_main.png);
	background-repeat:repeat-y;
}
#header{
	height:113px;
}
#logo{
	width:239px;
	height:59px;
	float:left;
	margin:27px 0 0 45px;
}
#bayrak{
	width:89px;
	height:18px;
	margin:27px 21px 0 0;
	float:right;
}
#flashline{
	width:940px;
	height:346px;
}
#flash{
	width:600px;
	height:292px;
	margin:26px 0 0 20px;
	float:left;
}
#haberbox{
	width:249px;
	height:262px;
	margin:24px 20px 0 0;
	background-image:url(../images/bg_haberbox.jpg);
	background-repeat:no-repeat;
	float:right;
	padding:15px;
}
#content{
	width:881px;
	margin:0 auto;
	padding:20px 10px 10px 10px;
	background:url(../images/bg_content.jpg) no-repeat;
	overflow:auto;
}
#sutun_sol{
	width:589px;
	margin-right:20px;
	float:left;
	text-align:left;
}
#sutun_sag {
	width:265px;
	float:right;
}
#sutun_tam{
	width:874px;
}
#bottomline{
	margin:0 auto;
	height:5px;
	width:970px;
	background-image:url(../images/bg_bottomline.jpg);
	background-repeat:no-repeat;
}
#bottom{
	height:121px;
	background-color:#092743;
}
#pageend {
	background-image:url(../images/pageend.jpg);
	width:874px;
	height:71px;
	float:left;
}
#footer{
	width:970px;
	margin:0 auto;
	font-size:10px;
	line-height:13px;
	color:#FFF;
	}
#urunler{width:575px; height:233px;}
.p_class{
	margin:10px 0 10px 10px;
}

/**************Menu List**********/
ul.topnav {
list-style-type: none;
background-color:#252a30;
height: 50px;
width:960px;
margin:0 auto;
}
ul.topnav li {
margin-top:18px;
margin-left:18px;
float: left;
color:#FFF;
position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a {
padding-right: 7px;
padding-left: 7px;
display: block;
text-decoration: none;
font-size: 16px;
color: #FFF;
font-weight:bold;
}
ul.topnav li a:hover {
	text-decoration:none;
	color:#ff0000;
}
/**************Menu List END **********/

ul.topnav li span { /*--Drop down trigger styles--*/
        width: 100px;
        height: 35px;
        float: left;
        background: url(icn_menu.gif) no-repeat right top;
		position:absolute;
		top: 7px;
		left: 0px;
}
ul.topnav li span.subhover {cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
        list-style: none;
        position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
        left: 0; top: 32px;
        background: #252A30;
        margin: 0; padding: 0;
        display: none;
        float: left;
        width: 180px;
}
ul.topnav li ul.subnav li{
        margin: 0; padding: 0;
        clear: both;
        width: 167px;
		height:27px;
}
html ul.topnav li ul.subnav li a {
        float: left;
        width: 167px;
		height:27px;
        background: #252A30;
		text-align:left;
		font-size:12px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
        background: #252A30;
		width: 167px;
}
.border{border:solid 1px #092743;}
.border-bottom{border-bottom:solid 1px #CCC; padding:10px 0 10px 0;}
.tarih {color:#FB5B07; font-size:11px;}
.yazidiger{font-size:11px; font-weight:bold;}
.turuncubaslik{ font-size:15px; font-weight:bold; color:#FB5B07;}
.yazibeyaz{color:#FFF; font-size:11px;}
