﻿@charset "UTF-8";
/*
Design by BMS
Copyright (c) 2008. BMStudo. All rights reserved.
*/
* {
	margin: 0;
	padding: 0;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url('images/page-bg.png');
	background-repeat: repeat-x;
	background-color: #F5FDFD;
	font-family: "Trebuchet MS", Arial, "Myriad Pro", sans-serif;
}
#page {
	width: 850px;
	margin: 0 auto;
}
#active {
	height: 28px;
	background-image: url('images/module-active.png');
	background-repeat: repeat-x;
	font-family: "Trebuchet MS";
	font-size: x-small;
	text-decoration: none;
	color: #006699;
}
#active p {
	float: right;
	padding: 5px;
}
#active a {
	text-decoration: none;
	color: #006699;
}
#active a:hover {
	color: black;
}
#turkgrby {
	margin-left: 30px;
	width: 600px;
	height: 315px;
	background-image: url('images/turkflag.jpg');
	background-repeat: no-repeat;
}
.imgturk {
	border: 1px solid #0099FF;
}
img {
	border: 0;
}
.textaligncenter {
	text-align: center;
}
.textalignright {
	text-align: right;
}
#text {
	background-color: #ffffff;
	background-position: 2px 1px;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003366;
	width: auto;
	background-image: url('images/bg_text.jpg');
	background-repeat: no-repeat;
	margin-left: 15px;
}
#text p {
	text-align: justify;
}
#text a {
}
/* Logo WebSaite */
#header_logo {
	position: relative;
	width: 141px;
	height: 112px;
	left: 355px;
	top: 18px;
}
#left_logo {
	width: 162px;
	position: absolute;
	left: inherit;
	top: 80px;
}
/* Container */
#masthead {
	width: 850px;
	height: 150px;
	background-image: url('images/baner.jpg');
	background-repeat: no-repeat;
}
#top_nav {
	width: 100%;
	height: 48px;
	background-image: url('images/menu-bg.png');
	background-repeat: repeat-x;
}
#select_languadge {
	float: left;
	margin-left: 190px;
	margin-top: 12px;
	width: 140px;
}
#search {
	float: right;
	width: 260px;
	margin-top: 12px;
}
#search form {
	margin: 0;
}
#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#search #x {
	float: left;
}
#search #s {
	float: left;
}
#search #s {
	width: 168px;
	margin: 1px 6px 0 0;
	padding: 2px 5px;
	border: 1px solid #ACACAC;
}
#search #x {
	width: 67px;
	height: 28px;
	background: url('images/search.png') no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	border: none;
}
#wrap {
	padding: 10px 4px 10px 4px;
	background: url(images/under.png) top repeat-x;
	display: table-cell;
	width: 842px;
	background-color: #FFFFFF;
}
#container {
	position: relative;
	width: 100%;
	height: 100%;
}
#left_col {
	float: left;
	width: 186px;
	padding-top: 30px;
}
/*Blocks*/
#left_col .block {
	margin: 0 0 12px 0;
	background: url(images/lefblockbg.gif) repeat-x top #fff;
	border: 1px solid #c7c7c7;
}
#left_col .blocktitle {
	font-size: 13px;
	font-weight: bold;
	display: block;
	border: 1px solid #fff;
	background: url(images/h2.gif) repeat-x top;
	padding: 2px 3px 3px 5px;
}
#left_col .block .content {
	padding: 4px;
}
#page_cont {
	margin-left: 186px;
}
#page_content {
	margin-right: 190px;
	margin-left: 186px;
}
#right_col {
	width: 190px;
	position: absolute;
	right: 0px;
	top: 0px;
}
/* Footer */
#footer {
	background-image: url('images/footer.png');
	background-repeat: repeat-x;
	height: 100px;
}
#footer p {
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 25px;
	text-align: center;
	font-family: "Trebuchet MS";
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: red;
	text-decoration: none;
}
