﻿@import url('css/reset.css');
@import url('css/menu.css');
body {
	background-image: url('images/headerFon.png');
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #F4F4F4;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#header {
	width: 960px;
	height: 100px;
	margin: 5px auto 0 auto;
	text-align: left;
}
.logo {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
}
.sloganText {
	float: right;
	font-weight: 700;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif, "Times New Roman", Times, serif;
	margin-top: 30px;
	margin-right: 15px;
}
#footer {
	background-image: url('images/footerFon.jpg');
	background-repeat: repeat-x;
	background-position: center bottom;
	text-align: center;
	width: 100%;
	float: left;
	height: 40px;
}
#footer .footerIn {
	width: 960px;
	margin: 0 auto;
}
#footer .footerIn .copyright {
	color: #23536e;
	text-align: left;
	float: left;
	line-height: 40px;
	font-size: 11px;	
}
#slider {
	width: 960px;
	height: 240px;
	margin: 0 auto;
	position: relative;
	border-top: 3px #255774 solid!important;
	border: 1px #255774 solid;
}
#menu {
	width: 840px;
	margin: 0 auto;
	position: absolute;
	top: -19px;
	left: 50px;

}
#menu .leftSide {
	background-image: url('images/menuLeftCorner.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 10px;
	height: 38px;
	float: left;
	display: inline;
	overflow: hidden;
}
#menu .rightSide {
	background-image: url('images/menuRightCorner.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 10px;
	height: 38px;
	float: right;
	display: inline;
	overflow: hidden;
}
#menu .menuSide {
	background-image: url('images/menuFon.png');
	background-repeat: repeat-x;
	height: 38px;
	background-position: center top; 
	width: 820px;
	float: left;
}

#content {
	background-position: center top;
	width: 960px;
	height: auto!important;
	min-height: 250px;
	margin: 0 auto;
	height: 250px;
	text-align: left;
	background-color: #fff;
	clear: both;
	display: inline-block;
}
#content h1 {
	background-position: center bottom;
	color: #1d4359;
	line-height: 18px;
	padding: 10px;
	font-weight: bold;
	font-size: 17px;
	background-image: url('images/contentLeftFon.jpg');
	background-repeat: repeat-x;
}
#content p {
	line-height: 18px;
	padding: 5px 10px;
	font-size: 12px;
	text-align: left;
}
#content h1 a {
	color: #1d4359;
	text-decoration: none;
}
#content h2 {
	color: #1d4359;
	line-height: 18px;
	padding: 10px;
	font-weight: bold;
	font-size: 14px;
}
#content h2 a {
	color: #1d4359;
	text-decoration: none;
}
#content h3 {
	color: #005499;
	line-height: 17px;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 14px;
}
#content h3 a {
	color: #005499;
	text-decoration: none;
}
#content h3 a:hover {
	text-decoration: underline;
}

.contentLeft {
	width: 180px;
	border-right: 1px solid #eaeaea;
	margin: 0 5px;
	float: left;
}
.contentRight {
	width: 760px;
	float: left;
}
.contentRight ul, .contentBoth ul {
	margin: 10px;
}
.contentRight ul li, .contentBoth ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 5px 0 5px 30px;
}
.contentRight ul li li, .contentBoth ul li li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 5px 0 5px 10px;
}

ul.icSolMenu {
	float: right;
	margin: 5px 10px;
}
ul.icSolMenu li {
	background-position: right center;
	list-style: none;
	text-align: right;
	margin: 10px 0;
	background-image: url('images/icSolMenuIcon.jpg');
	background-repeat: no-repeat;
	padding-right: 20px;
}
ul.icSolMenu li a {
	color: #010101;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}
ul.icSolMenu li a:hover {
	color: #265977;
}
strong {
	font-weight: bold!important;
}
.floatLeft {
	float: left;
}
.floatRight{
	float: right;
}
.textAlignCenter {
	text-align: center;
}
.haberAyrac {
	margin: 10px;
	background-color: #C0C0C0;
}
.divaNedir {
	float: right;
	width: 465px;
	margin: 10px 5px;,
	display: inline;
	overflow: hidden;
}
.coretechKimdir {
	float: left;
	width: 465px;
	margin: 10px 5px;
	display: inline;
	overflow: hidden;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.iletisimInput {
	width: 240px;
	border: 1px solid #E0E0E0;
	padding: 3px;
}
.gonderButon {
	border: 1px solid #ADADAD;
	background-color: #E0E0E0;
	width: 70px;
	height: 25px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	font-weight: bold;
}
