/*=========================== TAGS ============================*/

* { 
	margin:0; 
	padding:0;
}

html {
	min-width:1024px;
} 

body {
	background:#fff;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:16px;
	line-height:1em;
	color:#585858;
	min-width:1024px;
}

object { 
	vertical-align:top; 
	outline:none;
}

input, 
textarea, 
select {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:16px;
	vertical-align:middle;
	font-weight:normal;
}

fieldset {
	border:0;
}

p { 
	margin:0; 
	padding:0;
}

img { 
	border:0; 
	vertical-align:top; 
	text-align:left;
}

ul, 
ol { 
	list-style:none;
}

/*========================== ALIGMENT =========================*/

.fleft { 
	float:left;
}

.fright { 
	float:right;
}

.clear { 
	clear:both;
}

.alignright { 
	text-align:right;
}

.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%; 
	overflow:hidden;
}

.container { 
	width:100%;
}

/*=========================== TAILING =========================*/

.tail-bg {
	background:url(images/tail-bg.jpg) repeat-y left top;
	
}
.top-bg {
	background:url(images/top-bg.jpg) no-repeat left top;
}
.bot-bg {
	min-height:1200px;
	height:auto!important;
	height:1200px;
	background:url(images/bot-bg.jpg) no-repeat left bottom;
}

/*=========================== FORMS ===========================*/

#contacts-form .field { 
	height:57px;
}
#contacts-form input {
	width:273px; 
	padding:2px 0 2px 3px; 
	background:#fff;
	color:#8f8f8f; 
	border-top:1px solid #303030; 
	border-left:1px solid #303030; 
	border-bottom:1px solid #e1e1e1; 
	border-right:1px solid #e1e1e1;	
	vertical-align:top;	
	line-height:1.2em;
}
#contacts-form textarea { 
	width:273px; 
	height:321px; 
	overflow:auto;
	background:#fff;
	color:#8f8f8f; 
	border-top:1px solid #303030; 
	border-left:1px solid #303030; 
	border-bottom:1px solid #e1e1e1;	
	border-right:1px solid #e1e1e1; 
	padding:2px 0 2px 3px;
	margin-bottom:25px; 
}

/*========================== LISTS ============================*/

.img-list {
	width:100%;
	overflow:hidden;
	padding-bottom:15px;
	float: left;
}
.img-list li {
	float:left;
	padding-right:6px;
}
.img-list li.last {
	 padding:0;
}
.img-list li a {
	border:2px solid #fff;
	display:block;
	float:left;
}
.img-list li a:hover {
	border:2px solid #2f2f2f;
}

.list {
	padding-bottom:14px;
}
.list li {
	color:#0362be;
	font-weight:bold;
	background:url(images/marker.png) no-repeat left top;
	padding:3px 0 8px 6px;
}
.list li span {
	font-weight:normal;
	font-size: 14px;
}
.list li span,
.list li span a {
	color:#585858;
}
.list li span a {
	font-weight:bold;
	text-decoration:none;
}
.list li span a:hover {
	text-decoration:underline;
}

.list1 li {
	background:url(images/line-hor1.gif) repeat-x left bottom;
	padding-bottom:7px;
	margin-bottom:7px;
}
.list1.alt li span a {
	color:#cb0202;
	font-size: 14px;
}
.list1 li.last {
	background:none;
}
.list1 li.alt {
	margin-bottom:16px;
}
.list1 li span {
	padding:0 0 0 19px;
	background:url(images/marker1.gif) no-repeat left 3px;
}
.list1 li a {
	color:#236cb1;
	text-decoration:none;
}
.list1 li a:hover {
	font-weight:bold;
}

.list2 li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	padding-bottom:15px;
	font-size:16px;
}
.list2 li a {
	color:#585858;
	text-decoration:none;
	float:left;
}
.list2 li a:hover {
	text-decoration:underline;
}
.list2 li span {
	color:#cb0202;
	float:right;
}
.list2 li strong {
	display:block;
	background:url(images/line-hor2.gif) repeat-x left 12px;
	overflow:hidden;
}

.news-list li {
	line-height:1.5em;
	padding-bottom:18px;
}
.news-list li span {
	color:#cb0202;
	display:block;
}
.news-list li a {
	color:#585858;
	font-weight:bold;
	text-decoration:none;
}
.news-list li a:hover {
	text-decoration:underline;
}

/*========================== OTHER ============================*/

.img-indent { 
	padding:0 0 17px 0;
	width:100%;
	overflow:hidden; 
}

.img-box {
	border:1px solid #fff;
}
.img-box1 { 
	width:100%; 
	overflow:hidden;
}

p { 
	margin-bottom:20px;
	line-height:1.5em;
}
.p0 {
	margin:0;
}

.banner {
	padding-bottom:34px;
}

dl {
	line-height:1.5em;
	margin-bottom:-20px;
}
dl dt {
	font-weight:bold;
}
dl dd {
	margin-bottom:20px;
}

.address span,
.address p a {
	float:right;
	margin-right:72px;
}

/*================= TXT, LINKS, LINES, TITLES =================*/

a {	
	color:#cb0202; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h2 {
	color:#2f2f2f;
	font-size:24px;
	line-height:2em;
}
h2 strong {
	color:#fc5f0a;
	display:block;
	text-transform:uppercase;
	margin-bottom:-22px;
	position:relative;
}
h2 span {
	font-size:30px;
	position:relative;
	top:1px;
}
h3 {
	font-size:24px;
	line-height:1.2em;
	color:#2f2f2f;
	text-transform:uppercase;
	margin-bottom:15px;
}
h3.extra {
	font-size:21px;
}
h4 {
	font-size:16px;
	line-height:1.2em;
	color:#1b5f9f;
	margin-bottom:7px;
}
h5 {
	font-size:16px;
	line-height:1.5em;
	color:#585858;
	margin-bottom:5px;
}
h5.extra {
	margin:0;
}

.img-link {
	float:left; 
	margin:0 20px 0 0;
	border:2px solid #fff;
}
.img-link:hover {
	border:2px solid #2f2f2f;
}

.link {
	color:#fff;
	font-weight:bold;
	background:#0b6da0;
	padding:9px 13px 9px 13px;
	line-height:1.08em;
	display:inline-block;
	text-decoration:none;
}
.link:hover {
	background:#bd081b;
}
#butonlar {
	color:#fff !important;
	font-weight:bold !important;
	background:#0b6da0 !important;
	line-height:1.08em !important;
	display:inline-block !important;
	text-decoration:none !important;
	width: 75px !important;
	padding-top: 9px;
	padding-right: 13px;
	padding-bottom: 9px;
	padding-left: 13px;
}
#butonlar:hover {
	background:#f75f0a !important;
}

.link1 {
	color:#585858;
	text-decoration:none;
	padding-left:9px;
	background:url(images/marker2.gif) no-repeat left 6px;
}
.link1:hover {
	text-decoration:underline;
}

/*============================ BOXES ==========================*/

.box { 
	width:100%;
}
.box .left-top-corner { 
	background:url(images/left-top-corner.png) no-repeat left top; 
	height:2px; 
	padding-left:2px;
}
.box .right-top-corner { 
	background:url(images/right-top-corner.png) no-repeat right top; 
	height:2px; 
	padding-right:2px;
}
.box .border-top { 
	background:url(images/border-top.png) left top repeat-x; 
	height:2px; 
	font-size:14px; 
	line-height:0; 
	width:100%;
}
.box .left-bot-corner { 
	background:url(images/left-bot-corner.png) no-repeat left bottom; 
	height:2px; 
	padding-left:2px;
}
.box .right-bot-corner { 
	background:url(images/right-bot-corner.png) no-repeat right bottom; 
	height:2px; 
	padding-right:2px;
}
.box .border-bot { 
	background:url(images/border-bot.png) left bottom repeat-x; 
	height:2px; 
	font-size:14px; 
	line-height:0; 
	width:100%;
}
.box .border-left { 
	background:url(images/border-left.png) left top repeat-y; 
	padding-left:2px;
}
.box .border-right { 
	background:url(images/border-right.png) right top repeat-y; 
	padding-right:2px;
}
.box .xcontent {
	background:url(images/box-tail.png);
	padding-top: 100px;
	padding-right: 21px;
	padding-bottom: 48px;
	padding-left: 21px;
}

/*---*/

.box1 {
	width:100%;
	background:#fff;
	margin-top:-7px;
}
.box1 .inner {
	padding:38px 19px 33px 19px;
}
.box1 .list1 li {
	background:url(images/line-hor.gif) repeat-x left bottom;
}
.box1 .list1 li.last {
	background:none;
}

/*========================== HEADER ===========================*/



/*========================= CONTENT ===========================*/

#content .content {
	padding:28px 0 0 32px;
}
#content .indent {
	padding-bottom:42px;
	font-size: 14px;
}
#content .indent1 {
	padding-bottom:18px;
	font-size: 14px;
}

/*========================= FOOTER ============================*/

#footer .indent {
	padding:42px 23px 0 0;
	text-align:right;
}
#footer p {
	margin-bottom:7px;
}
#footer p strong {
	color:#c80202;
	font-size:18px;
	line-height:1.2em;
}
#footer p,
#footer a {
	color:#025086;
	font-size: 12px;
}
#footer a,
#footer ul li a.active {
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer ul li {
	display:inline;
	border-right:1px solid #025086;
	padding-right:5px;
	margin-right:5px;
}
#footer ul li.last {
	border:0;
	padding:0;
	margin:0;
}
#footer ul li a.active {
	color:#c80202;
	font-weight:bold;
}

/*=============================================================*/


#bayrak {
	float: right;
	height: 25px;
	width: 60px;
	margin-bottom: 5px;
}
#bayrak {
	float: right;
	width: 55px;
	height: 25px;
	margin-right: 20px;
}
#resmm {
	float: left;
	height: auto;
	width: 590px;
	margin-top: 50px;
}
#refe1 {
	float: left;
	height: auto;
	width: 232px;
	padding-bottom: 5px;
	list-style-image: url(images/marker1.gif);
	font-family: "Myriad Pro";
	font-size: 16px;
	padding-left: 18px;
	font-weight: bold;
}
#refe2 {
	float: left;
	height: auto;
	width: 250px;
	margin-left: 60px;
	padding-bottom: 5px;
	font-family: "Myriad Pro";
	font-size: 16px;
	font-weight: bold;
}
#refe1 ul li {
	list-style-image: url(images/marker1.gif);
	margin-bottom: 10px;
}
#refe1 ul li a{
	text-decoration: none;
	color: #4E4E4E;
}
#refe1 ul li a:hover{
	color: #fc5f0a;
}
#page1 .tail-bg .top-bg .bot-bg #main #content .box .border-left .border-right .xcontent .content .wrapper .col-1 .indent #refe2 ul li {
	list-style-image: url(images/marker1.gif);
	margin-bottom: 10px;
}
#refe2 ul li a{
	text-decoration: none;
	color: #4E4E4E;
}
#refe2 ul li a:hover{
color: #fc5f0a;
}
#subeler {
	float: left;
	height: auto;
	width: 250px;
	font-size: 18px;
	color: #f75f0a;
	border: 1px solid #f75f0a;
	text-align: left;
	padding: 10px;
}
#ortabosluk {
	float: left;
	height: 280px;
	width: 20px;
}

#subead {
	font-size: 16px;
	color: #f75f0a;
	float: left;
	height: auto;
	width: 230px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #f75f0a;
	border-right-color: #f75f0a;
	border-bottom-color: #f75f0a;
	border-left-color: #f75f0a;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
#subead p span {
	font-weight: bold;
	color: #333;
	font-size: 14px;
}
#subead p {
	font-size: 14px;
	color: #666;
	margin-top: 5px;
}
#subead p a {
	color: #f75f0a;
	text-decoration: none;
}

.wrapper .col-1 .img-list li p a{
	font-size: 18px;
	color: #fc5f0a;
	text-align: center !important;
	text-decoration: none;
	font-weight: bold;
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
	margin-top: 10px;
	text-transform: uppercase;
	line-height: 25px;
	float: left !important;
	width: 188px;
		
}
table tbody tr td #border {
	height: 209px;
	width: 224px;
	border: 2px solid #CCC;
}
.list1.alt li table tbody tr td p {
	font-size: 14px;
	color: #333;
	margin-bottom: -5px;
}

