html,body {
	margin: 0;
	padding: 0;
	border: 0;
}
/* GLOBAL */
body{
	font: 76% verdana,arial,sans-serif; 
	text-align:center;
	background: #ffffff url(style_images/bg.jpg) repeat-x scroll 0 0;
}

/* undo textalign */
#container {
	text-align: left;
}


body, input, textarea, th, td, select {
  font-family: Georgia,Trebuchet MS, "Bitstream Vera Sans", Verdana, Helvetica;
}

/* margins */
ul, ol, dl { margin-bottom: 1.8em; }
p { margin-bottom: 1.5em; }h1 {
    font-size: 2.0em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.2em;
}

p{
    font-size: 1em;
}

table
{
   font-size: 1em;
}

td
{
	vertical-align:top;
}

form
{
font-size: 0.90em;
}

textarea
{
font-size: 1em;
}

#menum
{
	font-size: 1.2em;
}

#navigation
{
	font-size: 1.1em;
}

#content
{
	font-size: 1em;
}

#extra
{
	font-size: 1.1em;
}

#footer
{
	font-size: 1.2em;
}
/* LAYOUT */
#container {
	width: 900px;
	margin: 0 auto;
	background:#ffffff;
	text-align:center;
}

#header {
	width:100%;
	text-align:left;
	height:239px;
	background: url(style_images/header.png) no-repeat;
	background-position:right,top;
}

#navigation {
	float:left;
	width: 100%;
	height: 73px;
	background: url(style_images/navigation.png) no-repeat;
}

#wrapper {
	margin: 0 auto;
	width: 97.4%;
	margin-top:5px;
}

#extra {
	float: left;
	width: 215px;
}

#content {
	float: right;
	width: 657px;
}

#footer {
	margin: 0 auto;
	margin-top:10px;
	margin-bottom:10px;
	width: 100%;
	height:62px;
}
/* FIX */

/* clearfix for floats */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display:inline-block;}

/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
/* form styles */
 #blk_frcontact  .bkForm {
	width: 400px;
}

 #blk_frcontact  .bkFieldLabel {
	text-align: right;
	font-weight: bold;
}

 #blk_frcontact  .bkFieldLabel .bkRequired {
	font-weight: bold;
	color: #B35F05;
}

 #blk_frcontact  .bkFieldContent {

}

 #blk_frcontact  .bkFieldContent .bkTextControl {
	width: 100%;
}

 #blk_frcontact  .bkFieldContent .bkTextAreaControl {
	width: 100%;
	height: 120px;
}/* SECTIONS */

#container-main{
}
#navigation li a {
 text-decoration: none;
 font-size: 9pt;
 color: #ffffff;
 margin-left:15px;
 padding-top: 5px;
}

#navigation li a:hover {
 text-decoration: none;
 color: #666666;
}

/* block menum */

#navigation .bkBlock
{
	background:#D3D7DB;
	width: 100%px;
	margin-left: 0px;
}
#navigation .bkBlockHead
{
	color:  #000000;
	font-size: 100%;
	font-weight: bold;
	height: 30px;
    text-align:center;
}
#navigation .bkBlockActions
{
	white-space: nowrap;
	float: left;
}
#navigation .bkBlockActions img
{
	margin-left: 1px;
	margin-right: 1px;
}
#navigation .bkBlockContent{
}

* html #navigation .bkBlockContent
{
		height: 20px;
}

#navigation .bkBlockContent img

{
	display:inline;
	background: #C3D7E7;
	border: 4px solid #f0f0f0;
}/* content */
#content {
	text-align: justify;
}

#content a {
	color: #48ACDE;
	text-decoration: underline;
}

#content a:hover {
	color:#48ACDE;
	text-decoration: none;
}

/* Block  content*/

#content .bkBlock{
	width:96%;
	float:center;
	margin:2%;
}
#content .bkBlockHead{
}

#content .bkBlockTitle{

    color:#666666;
	font-weight:bold;
	font-size: 11pt;
	letter-spacing: 1px;
	text-align:left;
	padding-left:16px;
	background: url(style_images/head.jpg) no-repeat;
	background-position:center left;
	border-bottom:1px solid red;
}
#content .bkBlockActions{
	white-space: nowrap;
	float: center;
}

#content .bkBlockContent{
	color: #000000;
	margin-top: 5px;
}
#content .bkBlockContent img{
	display:inline;
}

* html #content .bkBlockContent{
		height: 20px;
}#footer{
	color: #ffffff; 
	font-size:10pt;
	background: url(style_images/footer.png) no-repeat;
}

#footer p{
	margin:0;
	color:#3C6A8A;
	font-size:9pt;
	text-align: right;
}

#footer a:link, #footer a:visited {

	color: #000000;
	padding-left:10px;
	text-decoration: none;
}
#footer a:hover {

	color:#000000;
	text-decoration: underline;
}/* extra */
#extra {
	text-align: center;
	margin-top:3px;
}

#extra a{
	color:gray;
}

#extra a:hover {
	text-decoration:none;
}


/* Block  extra*/

#extra .bkBlock
{
	float:left;
	width: 94%;
	margin-top:10px;
}
#extra .bkBlockHead
{
	color:  #666666;
	font-size: 1.2em;
	font-weight: bold;
    text-align: left;
	padding-left:16px;
	width: 100%;
	background: url(style_images/head.jpg) no-repeat;
	background-position:center left;
	border-bottom:1px solid red;
}
#extra .bkBlockActions
{
	white-space: nowrap;
	float: left;
}
#extra .bkBlockActions img
{
	margin-left: 1px;
	margin-right: 1px;
}
#extra .bkBlockContent
{
	width: 100%;
	margin-top:5px;
	color: #000000;
	text-align:justify;
}

* html #extra .bkBlockContent
{
		height: 20px;
}

#extra .bkBlockContent img

{
	display:inline;
	background: transparent;
	border:0;
}
/* kare */
/*
#kare {width:470px; text-align:center; background-color:#D6D6D6; margin-left:15px; margin-bottom:10px; border: 1px solid gray; }
*/
/* ozan */

#ozan a:link {

	color: #000000;

	text-decoration: none;
}

#ozan a:hover {

	color:#000000;
	
	text-decoration: none;

}





/* OTHER */

#launch{
	width:300px;
	height:20px;
	float:right;
	margin:12px 25px 0 0;
	text-align:right;
	font-size:7pt;
}

#launch a {
	color:#48ACDE;
	text-decoration:underline;
}

#launch a:hover {
	color:#48ACDE;
	text-decoration:none;
}

#showhere{
	background: url(images/buton.jpg);
	background-repeat: no-repeat;
	width:190px;
	min-height:240px;
	text-align:center;
	color:black;
	font-size:9pt;
}

*html #showhere {
	height:240px;
}

.uruntable{
}

.resimtd {
	text-align:center;
	vertical-align:bottom;
}

.bostd {
	width:1px;
}

.yazitr {
	padding-bottom:5px;
}

.yazitd {
	background: #D3D9E0;
}

.yazitdtable {
	width:100%;
}

.yazitdtabletdsol {
	text-align:left;
}

.yazitdtabletdsag {
	text-align:right;
	color:#1C69D6;
}/** reset **/
.sf-menu ul, .sf-menu ol, .sf-menu dl
{
	margin: 0px;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
	font-weight:bold;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			190px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			190px;
	border-bottom:1px solid #000000;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	text-align:left;
}
.sf-menu a {
	display:		block;
	position:		relative;
	margin-top:2px;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			190px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			190px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {

	/*border-top:		1px solid #CFDEFF;*/

	padding: 5px;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#000000;
}
.sf-menu li {
	/*background:		#BDD2FF;*/
	
}
.sf-menu li li {
	background:		#FF2A2A;
	height:25px;
	width:190px;
}
.sf-menu li li li {
	background:		#FF2A2A;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	
color:#0056A6;
	
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('sfmenu_images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('sfmenu_images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
