BODY
{
	font-family: Verdana;
	font-size: 13px;
	background: #CFCFCF;
}
.controls UL SPAN
{
	margin-left: 5px;
}
A
{
	color: #000000;
}
#slaytContainer
{
	height: 510px;
	z-index: -1;
	position: relative;
	overflow: hidden;
}
#slaytHolder
{
	width: 100%;
	position: relative;
}
#slaytContainer .slaytHolder IMG
{
	width: 100%;
}
#contentBack
{
	background: url(kureas.png) repeat-x top center;
	/*[empty]background-size:;*/
	height: 400px;
	margin-top: -150px;
}
#content
{
	margin: -350px auto 0;
	width: 800px;
}
#headerContainer
{
	z-index: 99;
	position: absolute;
	width: 100%;
	top: 0;
}
#header
{
	width: 800px;
	margin: 0 auto;
}
#header > H3
{
	width: 284px;
	position: relative;
	top: 80px;
	left: 277px;
	color: #FFFFFF;
	padding: 5px 0 5px 20px;
	font-size: 18px;
	/*+opacity:70%;*/
	filter: alpha(opacity=70);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	font-weight: bold;
}
#header > H3 SPAN
{
	background: #7B98C1;
	padding: 8px 15px;
	line-height: 43px;
	/*+border-radius:5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#footer
{
	background-color: #CACACA;
	position: fixed;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #D4D4D4;
}
#footer UL
{
	text-align: center;
}
#footer LI
{
	display: inline-block;
	line-height: 25px;
	padding-right: 5px;
	padding-left: 5px;
	color: #646464;
	/*+text-shadow:0px 1px #FFFFFF;*/
	-moz-text-shadow: 0px 1px #FFFFFF;
	-webkit-text-shadow: 0px 1px #FFFFFF;
	-o-text-shadow: 0px 1px #FFFFFF;
	text-shadow: 0px 1px #FFFFFF;
}
#footer A:Hover LI
{
	color: #272727;
}
#logo
{
	position: absolute;
	/*[disabled]top:-100px;*/
	margin-top: 15px;
	margin-left: 20px;
	width: 271px;
	cursor: default;
}
#logo H1
{
	position: absolute;
	margin-left: 20px;
	margin-top: 23px;
	font-size: 26px;
	font-family: Impact;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-shadow: 1px 1px #707070, 2px 2px #5A5A5A;
}
#logo H2
{
	position: absolute;
	margin-left: 92px;
	margin-top: 48px;
	font-size: 11px;
	color: #000000;
	text-shadow: 0px 1px #8A8A8A;
	display: none;
}
/*Menu*/
#menu
{
	float: right;
	height: 40px;
	margin-top: 30px;
	/*+border-radius:5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #FFFFFF;
	background: -moz-linear-gradient(top, #ffffff 0%, #dbd9dc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dbd9dc));
	background: -webkit-linear-gradient(top, #ffffff 0%,#dbd9dc 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#dbd9dc 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#dbd9dc 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#dbd9dc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbd9dc',GradientType=0 );
	border: 1px solid #9D9C9C;
	/*+box-shadow:inset 0px 0px 10px #EDEDED;*/
	-moz-box-shadow: inset 0px 0px 10px #EDEDED;
	-webkit-box-shadow: inset 0px 0px 10px #EDEDED;
	-o-box-shadow: inset 0px 0px 10px #EDEDED;
	box-shadow: inset 0px 0px 10px #EDEDED;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
}
#menu UL
{
	font-size: 0px;
}
#menu LI
{
	display: inline-block;
	padding: 0 20px 2px;
	line-height: 38px;
	border-right: 1px solid #E3E1E3;
	font-size: 15px;
	color: #3F3F3F;
	/*+text-shadow:0px 1px #FFFFFF;*/
	-moz-text-shadow: 0px 1px #FFFFFF;
	-webkit-text-shadow: 0px 1px #FFFFFF;
	-o-text-shadow: 0px 1px #FFFFFF;
	text-shadow: 0px 1px #FFFFFF;
}
#menu LI:hover
{
	background: #DBD9DC;
	background: -moz-linear-gradient(top, #dbd9dc 0%, #ffffff 30%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbd9dc), color-stop(30%,#ffffff));
	background: -webkit-linear-gradient(top, #dbd9dc 0%,#ffffff 30%);
	background: -o-linear-gradient(top, #dbd9dc 0%,#ffffff 30%);
	background: -ms-linear-gradient(top, #dbd9dc 0%,#ffffff 30%);
	background: linear-gradient(to bottom, #dbd9dc 0%,#ffffff 30%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbd9dc', endColorstr='#ffffff',GradientType=0 );
}
#menu A:last-child LI
{
	border-right: none;
}
#content .featured
{
	text-align: center;
}
/*Content*/
#contentContainer
{
	padding-bottom: 50px;
}
.featured .item
{
	display: inline-block;
	color: #747474;
	vertical-align: top;
	margin-right: 0;
	margin-left: 0;
	width: 32%;
}
.featured .item .resim
{
	border: 1px solid #E0E0E0;
	width: 216px;
	padding: 5px;
	margin: 0 auto;
}
.featured .item .baslik
{
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	padding-top: 10px;
}
.hakkimizda
{
	padding: 0 0 20px;
	font-size: 14px;
	text-align: justify;
	margin-top: 50px;
	color: #2D2D2D;
}
.hakkimizda P
{
	line-height: 1.5;
}
#content P STRONG
{
	font-weight: bold;
}
#content P
{
	margin-bottom: 10px;
}
/*Hakkimizda*/
#content H4
{
	font-weight: bold;
	margin-bottom: 10px;
}
.contactitem
{
	width: 250px;
	display: inline-block;
	vertical-align: top;
	text-align: justify;
}
.contactinfo
{
	text-align: center;
	margin-bottom: 25px;
}
.contactitem:first-child
{
	width: 280px;
}
.contactitem:last-child
{
	width: 180px;
}
.contactitem .icon
{
	float: left;
	height: 60px;
	padding-right: 15px;
}
.contactitem .desc P
{
	line-height: 1.3;
}
/*Makina Parkımız*/
.controls UL SPAN
{
	margin-left: 5px;
}
