#autocomplete {
	border:1px solid;
	overflow:hidden;
	position:absolute;
	z-index:100;
}
#autocomplete ul {
	list-style:none;
	list-style-image:none;
	margin:0;
	padding:0;
}
#autocomplete li {
	background:#fff;
	color:#000;
	cursor:default;
	white-space:pre;
}
html.js input.form-autocomplete {
	background-image:url(../images/throbber.gif);
	background-position:100% 2px;
	background-repeat:no-repeat;
}
html.js input.throbbing {
	background-position:100% -18px;
}
html.js fieldset.collapsed {
	border-bottom-width:0;
	border-left-width:0;
	border-right-width:0;
	height:1em;
}
html.js fieldset.collapsed .fieldset-wrapper {
	display:none;
}
fieldset.collapsible {
	position:relative;
}
fieldset.collapsible .fieldset-legend {
	display:block;
}
.form-textarea-wrapper textarea {
	display:block;
	margin:0;
	width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.resizable-textarea .grippie {
	background:#eee url(../images/grippie.png) no-repeat center 2px;
	border:1px solid #ddd;
	border-top-width:0;
	cursor:s-resize;
	height:9px;
	overflow:hidden;
}
body.drag {
	cursor:move;
}
.bg {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}

.draggable a.tabledrag-handle {
	cursor:move;
	float:left;
	height:1.7em;
	margin:-0.4em 0 -0.4em -0.5em;
	padding:0.42em 1.5em 0.42em 0.5em;
	text-decoration:none;
}
a.tabledrag-handle:hover {
	text-decoration:none;
}
a.tabledrag-handle .handle {
	background:url(../images/draggable.png) no-repeat 0 0;
	height:13px;
	margin-top:4px;
	width:13px;
}
a.tabledrag-handle-hover .handle {
	background-position:0 -20px;
}
div.indentation {
	float:left;
	height:1.7em;
	margin:-0.4em 0.2em -0.4em -0.4em;
	padding:0.42em 0 0.42em 0.6em;
	width:20px;
}
div.tree-child {
	background:url(../images/tree.png) no-repeat 11px center;
}
div.tree-child-last {
	background:url(../images/tree-bottom.png) no-repeat 11px center;
}
div.tree-child-horizontal {
	background:url(../images/tree.png) no-repeat -11px center;
}
.tabledrag-toggle-weight-wrapper {
	text-align:right;
}
table.sticky-header {
	background-color:#fff;
	margin-top:0;
}
.progress .bar {
	background-color:#fff;
	border:1px solid;
}
.progress .filled {
	background-color:#000;
	height:1.5em;
	width:5px;
}
.progress .percentage {
	float:right;
}
.progress-disabled {
	float:left;
}
.ajax-progress {
	float:left;
}
.ajax-progress .throbber {
	background:transparent url(../images/throbber.gif) no-repeat 0px -18px;
	float:left;
	height:15px;
	margin:2px;
	width:15px;
}
tr .ajax-progress .throbber {
	margin:0 2px;
}
.ajax-progress-bar {
	width:16em;
}
.container-inline div, .container-inline label {
	display:inline;
}
.container-inline .fieldset-wrapper {
	display:block;
}
.nowrap {
	white-space:nowrap;
}



.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .clearfix {
	height:1%;
}
*:first-child + html .clearfix {
	min-height:1%;
}
ul.menu {
	border:none;
	list-style:none;
	text-align:left;
}
ul.menu li {
	margin:0 0 0 0.5em;
}
ul li.expanded {
	list-style-image:url(../images/menu-expanded.png);
	list-style-type:circle;
}
ul li.collapsed {
	list-style-image:url(../images/menu-collapsed.png);
	list-style-type:disc;
}
ul li.leaf {
	list-style-image:url(../images/menu-leaf.png);
	list-style-type:square;
}
li.expanded, li.collapsed, li.leaf {
	padding:0.2em 0.5em 0 0;
	margin:0;
}
li a.active {
	color:#000;
}
td.menu-disabled {
	background:#ccc;
}
ul.inline, ul.links.inline {
	display:inline;
	padding-left:0;
}
ul.inline li {
	display:inline;
	list-style-type:none;
	padding:0 0.5em;
}
.breadcrumb {
	padding-bottom:0.5em;
}
ul.primary {
	border-bottom:1px solid #bbb;
	border-collapse:collapse;
	height:auto;
	line-height:normal;
	list-style:none;
	margin:5px;
	padding:0 0 0 1em;
	white-space:nowrap;
}
ul.primary li {
	display:inline;
}
ul.primary li a {
	background-color:#ddd;
	border-color:#bbb;
	border-style:solid solid none solid;
	border-width:1px;
	height:auto;
	margin-right:0.5em;
	padding:0 1em;
	text-decoration:none;
}

ul.primary li.active a {
	background-color:#fff;
	border:1px solid #bbb;
	border-bottom:1px solid #fff;
}
ul.primary li a:hover {
	background-color:#eee;
	border-color:#ccc;
	border-bottom-color:#eee;
}
ul.secondary {
	border-bottom:1px solid #bbb;
	padding:0.5em 1em;
	margin:5px;
}
ul.secondary li {
	border-right:1px solid #ccc;
	display:inline;
	padding:0 1em;
}
ul.secondary a {
	padding:0;
	text-decoration:none;
}
ul.secondary a.active {
	border-bottom:4px solid #999;
}
div.messages {
	background-position:8px 8px;
	background-repeat:no-repeat;
	border:1px solid;
	margin:6px 0;
	padding:10px 10px 10px 50px;
}
div.status {
	background-image:url(../images/message-24-ok.png);
	border-color:#be7;
}
div.status, .ok {
	color:#234600;
}
div.status, table tr.ok {
	background-color:#f8fff0;
}
div.warning {
	background-image:url(../images/message-24-warning.png);
	border-color:#ed5;
}
div.warning, .warning {
	color:#840;
}
div.warning, table tr.warning {
	background-color:#fffce5;
}
div.error {
	background-image:url(../images/message-24-error.png);
	border-color:#ed541d;
}
div.error, .error {
	color:#8c2e0b;
}
div.error, table tr.error {
	background-color:#fef5f1;
}
div.error p.error {
	color:#333;
}
div.messages ul {
	margin:0 0 0 1em;
	padding:0;
}
div.messages ul li {
	list-style-image:none;
}
fieldset {
	margin-bottom:1em;
	padding:0.5em;
}
form {
	margin:0;
	padding:0;
}
hr {
	border:1px solid gray;
	height:1px;
}
img {
	border:0;
}
table {
	border-collapse:collapse;
}
th {
	border-bottom:3px solid #ccc;
	padding-right:1em;
	text-align:left;
}
tbody {
	border-top:1px solid #ccc;
}
tr.even, tr.odd {
	background-color:#eee;
	border-bottom:1px solid #ccc;
	padding:0.1em 0.6em;
}
th.active img {
	display:inline;
}
td.active {
	background-color:#ddd;
}
.item-list .title {
	font-weight:bold;
}
.item-list ul {
	margin:0 0 0.75em 0;
	padding:0;
}
.item-list ul li {
	margin:0 0 0.25em 1.5em;
	padding:0;
}
.form-item, .form-actions {
	margin-top:1em;
	margin-bottom:1em;
}
tr.odd .form-item, tr.even .form-item {
	margin-top:0;
	margin-bottom:0;
	white-space:nowrap;
}
.form-item .description {
	font-size:0.85em;
}
label {
	display:block;
	font-weight:bold;
}
label.option {
	display:inline;
	font-weight:normal;
}
.form-checkboxes .form-item, .form-radios .form-item {
	margin-top:0.4em;
	margin-bottom:0.4em;
}
.form-type-radio .description, .form-type-checkbox .description {
	margin-left:2.4em;
}
input.form-checkbox, input.form-radio {
	vertical-align:middle;
}
.marker, .form-required {
	color:#f00;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
	border:2px solid red;
}
.container-inline .form-actions, .container-inline.form-actions {
	margin-top:0;
	margin-bottom:0;
}
.more-link {
	text-align:right;
}
.more-help-link {
	text-align:right;
}
.more-help-link a {
	background:url(../images/help.png) 0 50% no-repeat;
	padding:1px 0 1px 20px;
}
.item-list .pager {
	clear:both;
	text-align:center;
}
.item-list .pager li {
	background-image:none;
	display:inline;
	list-style-type:none;
	padding:0.5em;
}

.pager-current {
	font-weight:bold;
}
#autocomplete li.selected {
	background:#0072b9;
	color:#fff;
}
html.js fieldset.collapsible .fieldset-legend {
	background:url(../images/menu-expanded.png) 5px 65% no-repeat;
	padding-left:15px;
}
html.js fieldset.collapsed .fieldset-legend {
	background-image:url(../images/menu-collapsed.png);
	background-position:5px 50%;
}
.fieldset-legend span.summary {
	color:#999;
	font-size:0.9em;
	margin-left:0.5em;
}
tr.drag {
	background-color:#fffff0;
}
tr.drag-previous {
	background-color:#ffd;
}
.tabledrag-toggle-weight {
	font-size:0.9em;
}
body div.tabledrag-changed-warning {
	margin-bottom:0.5em;
}
tr.selected td {
	background:#ffc;
}
td.checkbox, th.checkbox {
	text-align:center;
}
.progress {
	font-weight:bold;
}
.progress .bar {
	background:#ccc;
	border-color:#666;
	margin:0 0.2em;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.progress .filled {
	background:#0072b9 url(../images/progress.gif);
}
.map {
	width: 610px;
	float: right;
}
.iletisim_form {
	height: 450px;
	width: 570px;
	float: left;
	z-index: 1000;
	margin-left: 90px;
}
.navlun_form {
	height: 450px;
	width: 570px;
	float: left;
	z-index: 1000;
	margin-left: 90px;
}

.baslikicin {
	width: 900px;
	height: 70px;
}


.baslik {
	width: 590px;
	margin-bottom: 18px;
	float: right;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-left: auto;
	padding-left: 20px;
}
.baslik_a {
	width: 350px;
	margin-bottom: 18px;
	float: right;
	padding-bottom: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.ustbaslik {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 250px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 30px;
}

.resim {
	width: 240px;
	height: 150px;
	margin-bottom: 10px;
	margin-left: 20px;
	top: 50px;
	float: right;
}
.resim_a {
	width: 253px;
	height: 145px;
	margin-bottom: 10px;
	margin-left: 20px;
	top: 50px;
	float: right;
}
.resim_havayolu {
	width: 210px;
	height: 137px;
	margin-bottom: 10px;
	margin-left: 20px;
	top: 50px;
	float: right;
}
.resim_karayolu {
	width: 240px;
	height: 121px;
	margin-bottom: 10px;
	margin-left: 20px;
	top: 50px;
	float: right;
}

.resim_denizyolu {
	width: 210px;
	height: 120px;
	margin-bottom: 10px;
	margin-left: 20px;
	top: 50px;
	float: right;
}
.resim_demiryolu {
	width: 210px;
	height: 120px;
	margin-bottom: 10px;
	margin-left: 20px;
	top: 50px;
	float: right;
}



.resim_c {
	width: 270px;
	height: 180px;
	margin-bottom: 10px;
	margin-left: 20px;
	top: 50px;
	float: right;
}
.resim_ikpolitika {
	width: 270px;
	height: 103px;
	margin-bottom: 10px;
	margin-left: 20px;
	top: 50px;
	float: right;
}

.resim_e {
	width: 230px;
	height: 185px;
	margin-bottom: 10px;
	margin-left: 20px;
	top: 50px;
	float: right;
}


.resim_b {
	width: 170px;
	height: 180px;
	margin-left: 20px;
	top: 50px;
	float: right;
}
.resim_bizkimiz {
	width: 262px;
	height: 85px;
	margin-bottom: 10px;
	margin-left: 20px;
	top: 50px;
	float: right;
}

.Box {
	float: left;
	width: 649px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 20px;
}
.Box a {
	text-decoration:none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #008AE8;
	vertical-align: middle;
}
.Box img {
	box-shadow:1px 1px 4px rgba(0, 0, 0, .3);
	-moz-box-shadow:1px 1px 4px rgba(0, 0, 0, .3);
	-webkit-box-shadow:1px 1px 4px rgba(0, 0, 0, .3);
}
.Box_yan {
	width: 100%;
	padding-right: 25px;
	padding-left: 25px;
}

.Box_a {
	float: right;
	width: 670px;
	padding-right: 15px;
	padding-left: 15px;
}
.Box_a img {
	box-shadow:1px 1px 4px rgba(0, 0, 0, .3);
	-moz-box-shadow:1px 1px 4px rgba(0, 0, 0, .3);
	-webkit-box-shadow:1px 1px 4px rgba(0, 0, 0, .3);
}
.Box_a_ik {
	width: 420px;
	float: right;
}
.Box_a_ik img {
	box-shadow:1px 1px 4px rgba(0, 0, 0, .3);
	-moz-box-shadow:1px 1px 4px rgba(0, 0, 0, .3);
	-webkit-box-shadow:1px 1px 4px rgba(0, 0, 0, .3);
}
.Box_a_ik2 {
	float: left;
	width: 400px;
	margin-left: 50px;
}
.submenu {
	float: left;
	width: 170px;
	height: auto;
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	box-shadow:1px 1px 4px rgba(0, 0, 0, .3);
	-moz-box-shadow:1px 1px 4px rgba(0, 0, 0, .3);
	-webkit-box-shadow:1px 1px 4px rgba(0, 0, 0, .3);
	margin-right: 10px;
}



.submenu li {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	width: 170px;
	background-image: url(../images/a1.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	vertical-align: middle;
	height: 10px;
	padding-top: 5px;
}
.submenudiv {
	padding-right: 10px;
	padding-left: 30px;
	background-image: url(../images/a1.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	vertical-align: middle;
	height: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 10px;
}







.submenu li a {
	height:auto;
	text-decoration:none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	vertical-align: middle;
}

.submenudiv a {
	height:auto;
	text-decoration:none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	vertical-align: middle;
}

.submenu li a:hover {
	height:auto;
	text-decoration:none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #268cff;
}
.submenudiv a:hover {
	height:auto;
	text-decoration:none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #268cff;
}



.submenu p {
	width: 170px;
	background-image: url(../images/submenuback.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 20px;
	height: 5px;
	font-size: 12px;
}



.submenuback {
	background-image: url(../images/submenuback.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #268cff;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 5px;
	text-align: left;
	vertical-align: bottom;
	padding-top: 5px;
	width: 150px;
}
.submenusubback {
	color: #268cff;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../images/submenusubback.png);
	background-repeat: no-repeat;
	background-position: left;
	text-align: center;
}
.submenusub a {
	padding-left: 15px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	background-image: url(../images/head-array-hover.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 11px;
	color: #333;
	margin-left: 35px;
}
.submenusub b a {
	padding-left: 15px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	background-image: url(../images/head-array-hover.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 11px;
	color: #333;
	margin-left: 35px;
	font-weight: normal;
}
.submenusub b a:hover {
	padding-left: 15px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	background-image: url(../images/head-array-hover.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 11px;
	color: #268cff;
	margin-left: 35px;
	font-weight: normal;
}
.submenusub a:hover {
	padding-left: 15px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	background-image: url(../images/head-array-hover.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 11px;
	color: #268cff;
	margin-left: 35px;
	font-weight: normal;
}



.Box_a_ik li {
	text-align: left;
	vertical-align: middle;
	color: #777777;
	font-weight: bold;
}
.Box li {
	margin-bottom: 15px;
	margin-left: 10px;
}
.Box ul li {
	margin-bottom: 10px;
	background-image: url(../images/menu-collapsed.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-left: 25px;
}
.haberframe {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.piramid {
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.top_tel {
	float: right;
	height: 22px;
	text-align: right;
	color: #999;
	font-weight: bold;
	vertical-align: bottom;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	padding: 8px;
	border: 1px solid #D4D4D4;
	margin: 5px;
}
.top_tel a {
	text-decoration: none;
	color: #000;
}
.top_world {
	height: 20px;
	float: right;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	padding-right: 30px;
}
.top_world2 {
	height: 20px;
	float: right;
	background-image: url(../images/world2.html);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	padding-right: 30px;
}

.top_world a {
	text-decoration: none;
	color: #575757;
	font-size: 11px;
}
.top_world2 a {
	text-decoration: none;
	color: #575757;
	font-size: 11px;
}


.top_world a:hover {
	color: #268cff;
	font-size: 11px;
}
.top_world2 a:hover {
	color: #268cff;
	font-size: 11px;
}

.top_destek {
	height: 20px;
	float: right;
	background-image: url(../images/user-menu.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	padding-right: 30px;
}
.top_destek a {
	text-decoration: none;
	color: #575757;
	font-size: 11px;
}
.top_destek a:hover {
	color: #268cff;
	font-size: 11px;
}
.top_sitemap {
	height: 20px;
	float: right;
	background-image: url(../images/sitemap.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: auto;
	padding-right: 30px;
	padding-left: 25px;
}
.top_sitemap a {
	text-decoration: none;
	color: #575757;
	font-size: 11px;
}

.top_sitemap a:hover {
	color: #268cff;
	font-size: 11px;
}


.top_lang {
	position:absolute;
	left: 397px;
	top: 6px;
	height: 22px;
	width: 237px;
}
.hata {
	height: 150px;
	padding-top: 100px;
	padding-right: 25px;
	padding-bottom: 100px;
	padding-left: 25px;
}
.hata_mesaj {
	height: 30px;
	padding-top: 75px;
	padding-bottom: 75px;
	padding-left: 110px;
	width: 650px;
	background-image: url(../images/hata.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	font-weight: bold;
}


.enust {
	height: 30px;
	width: auto;
	background-image: url(../images/background-ust.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.alt_golge {
	background-image: url(../images/background-alt.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 960px;
	padding-right: 50px;
	padding-left: 50px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
}.menu_golge {
	background-image: url(../images/background-menu.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
}
.html.not-front.not-logged-in.no-sidebars.page-node.page-node-.page-node-70.node-type-article.with-navigation.page-70.section-node #footer .footer-wrapper.clearfix .region.region-footer .block.block-superfish.block-even .content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.FBG {

}
.FBG h2 {
	color:#0089E8;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	font-weight: normal;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}
.html.not-front.not-logged-in.no-sidebars.page-clients.with-navigation.section-clients #footer .footer-wrapper.clearfix .region.region-footer .block.block-superfish.block-even .content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	margin-top: 20px;
	text-decoration: none;
}

.FBG p {
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.8em;
}
.FBG a {
	color:#333;
	line-height:1.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}
.FBG a:hover {
	color:#399CDF;
	line-height:1.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}


.FBG_resize {
	width:980px;
	margin-right: auto;
	margin-left: auto;
	height: 215px;
}
.fbg_box {
	width:200px;
	float:left;
	font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size: 13px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.fbg_box_ebulten {
	width:260px;
	float:right;
	font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size: 13px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.fbg_box li {
	margin:0;
	color:#000;
	line-height:1.8em;
	font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
}


#newsletter {
	min-height:35px
}
#newsletter_ana {
	min-height:35px
}
#newsletter .bg {
	background:#fff;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	position:relative;
	width: 170px;
}

#newsletter .wrapper {
	min-height:20px;
	width: 235px;
	height: 40px;
}

#newsletter input {
	background:none;
	color:#999;
	width:160px;
	padding:5px;
	line-height:18px;
	height:14px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}
#newsletter .button {
	color: #FFF;
	background-color: #0098e8;
	border-top: 2px #cce3ff solid;
	border-left: 2px #cce3ff solid;
	border-bottom: 2px #31557f solid;
	border-right: 2px #31557f solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
	float: right;
	text-shadow: 1px 1px 1px black;
}

#footer {
	border-top:1px solid #cacaca;
	clear:both;
	position:relative;
	background-color: #EDEDED;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 18px;
	padding-right: 0;
	padding-left: 0;
	margin-top: auto;
	height: 111px;
}



#footer .footer-wrapper {
	margin:0 auto;
	width:960px;
}
#footer .block {
	float:left;
}
#footer #block-block-5 {
	float:right;
}
#footer #block-block-5 .content, #footer #block-block-5 .content a {
	font-size:11px;
	color:#171717;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	padding-top:5px;
}
#footer #block-block-5 .content a:hover {
	color:#268cff
}
.slidepanel {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 450px;
	background-image: url(../images/slidepanel-back.png);
	background-repeat: no-repeat;
	padding-right: 50px;
	padding-left: 50px;
}
.anasayfa_govde {
	background-position: center top;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 50px;
	padding-left: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	height: 150px;
	background-image: url(../images/background.png);
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
	background-repeat: repeat;
	padding-bottom: 15px;
}

.anasafya_govde_back {
	height: 160px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.haberler {
	margin-bottom: 10px;
	padding: 5px;
	float: right;
	height: 140px;
	width: 240px;
	margin-left: 20px;
	margin-right: 5px;
}
.linkler {
}
.linkler p {
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.8em;
}



.hizli_menu {
	float:right;
	width: 300px;
	height: auto;
	padding: 10px;
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
	box-shadow:1px 1px 4px rgba(0, 0, 0, .3);
	-moz-box-shadow:1px 1px 4px rgba(0, 0, 0, .3);
	-webkit-box-shadow:1px 1px 4px rgba(0, 0, 0, .3);	

}
.hizli_menu_2 {
	padding: 5px;
	height: 275px;
	width: 200px;
	float: left;
	background-image: url(../images/deneme.html);
	background-position: center center;
}

.hizli_menu h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #008EE9;
	font-size: 12px;
	padding-left: 5px;
}

.online_islemler {
	float: left;
	height: auto;
	width: 300px;
	margin-top: 5px;
	background-image: url(../images/online_islemler.jpg);
	background-repeat: no-repeat;
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
	padding-top: 10px;
	padding-left: 10px;
	box-shadow:1px 1px 4px rgba(0, 0, 0, .3);
	-moz-box-shadow:1px 1px 4px rgba(0, 0, 0, .3);
	-webkit-box-shadow:1px 1px 4px rgba(0, 0, 0, .3);
	background-position: -15px bottom;
	margin-left: 5px;
	margin-bottom: 10px;
}
.online_islemler h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0081DA;
	font-size: 12px;
	margin-bottom: 5px;
}
.online_islemler2 {
	float: left;
	height: auto;
	width: 300px;
	margin-top: 5px;
	background-image: url(../images/online_islemler2.jpg);
	background-repeat: no-repeat;
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
	padding-top: 10px;
	padding-left: 10px;
	box-shadow:1px 1px 4px rgba(0, 0, 0, .3);
	-moz-box-shadow:1px 1px 4px rgba(0, 0, 0, .3);
	-webkit-box-shadow:1px 1px 4px rgba(0, 0, 0, .3);
	background-position: bottom;
	margin-left: 10px;
	margin-bottom: 10px;
}
.online_islemler3 {
	float: left;
	height: 142px;
	width: 300px;
	margin-top: 5px;
	background-image: url(../images/online_islemler3.jpg);
	background-repeat: no-repeat;
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
	padding-top: 10px;
	padding-left: 10px;
	box-shadow:1px 1px 4px rgba(0, 0, 0, .3);
	-moz-box-shadow:1px 1px 4px rgba(0, 0, 0, .3);
	-webkit-box-shadow:1px 1px 4px rgba(0, 0, 0, .3);
	background-position: bottom;
	margin-left: 10px;
	margin-bottom: 10px;
}
.ana_isler {
	float: right;
	height: 140px;
	width: 140px;
	margin-right: 15px;
	padding: 5px;
}
.ana_isler a {
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
}

.online_islemler2 p {
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.8em;
}
.online_islemler3 p {
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.8em;
}
.online_islemler2 h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0081DA;
	font-size: 12px;
	margin-bottom: 5px;
}
