@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center bottom;
	background-color: #0F298A;
	height:100%;
}
html {
}
#bg_leafs {
	background-image: url(images/left_leaf.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:100%;
	margin:auto;
	background-attachment:fixed;
}
#yukseklik {
height:100%;
}

#geneltable{
}

#ustmenu {
	background-image:url(images/menu_bg.gif);
	background-repeat:repeat-x;
	height:37px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;

}

#ustmenu a {
background-image:url(images/menuaraline.gif);
background-position:right;
background-repeat:repeat-y;
padding-right:12px;
padding-left:10px;
padding-top:11px;
padding-bottom:11px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFCC;
font-weight:bold;
text-decoration:none;
height:100%;
}

#ustmenu a:hover {
background-image:url(images/menu_over_bg.gif);
background-repeat:repeat-x;
color:#FFFFFF;
}

#urunler_tablo a{
color:#336600;
text-decoration:none;
}

#urunler_tablo a:hover{
color:#FF6600;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}
