body {
	margin:0;
	padding:0;
	font-family:Calibri, Arial;
	color:#333;
	background:url(../images/ana/bg.png) repeat-x;
}
a {
	text-decoration:none;
	color:inherit;
}
#arackutusu {
	position:absolute;
	top:450px;
	left:-180px;
	z-index:99999;
	width:464px;
	height:0;
}
#h_a_m {
	background-color:#09F;
	width:200px;
	float:right;
	border-radius:10px;
	padding:5px;
	box-shadow:0 0 20px 0 #000;
}
#arackutusu #aracres {
	float:left;
	position:relative;
	left:264px;
	margin-left:-64px;
}
#ay {
	clear:both;
}
#icic {
	background-color:#EEE;
	border:1px solid #F90;
	border-radius:10px;
	margin:5px;
	width:190px;
	float:left;
	box-shadow:inset 0 0 20px 0 #AAA;
	cursor:pointer;
}
#icic:hover {
	box-shadow:inset 0 0 20px 0 #FF9;
}
#icres {
	background:-webkit-linear-gradient(top, #BAD8EF, #EEE, #BAD8EF);
	background:-moz-linear-gradient(top, #BAD8EF, #EEE, #BAD8EF);
	background:-o-linear-gradient(top, #BAD8EF, #EEE, #BAD8EF);
	background:linear-gradient(top, #BAD8EF, #EEE, #BAD8EF);
	width:32px;
	height:32px;
	border:none;
	border-radius:10px 0 0 10px;
	float:left;
	margin:0;
	padding:5px;
}
#icbil {
	float:left;
	margin-top:12px;
	margin-left:5px;
}
#ust, #orta, #alt {
	width:1000px;
	margin:auto;
}
#slider {
	width:1100px;
	background:#09F;
	height:400px;
	margin:auto;
	margin-top:-25px;
	border-radius:50px;
	padding:30px;
	padding-bottom:0;
}
#orta {
	position:relative;
	background-color:rgba(255, 255, 255, 0.7);
	min-height:400px;
	margin-top:-25px;
	margin-bottom:50px;
	border-radius:10px;
	border:solid;
	border-width:1px 1px 0px 1px;
	border-image:url(../images/ana/bg.png) 1 700 0 700 stretch;
	padding:10px;
}
#alt {
	margin-bottom:10px;
	color:#555;
	font-size:13px;
	text-align:center;
}


#ust {
	height:120px;
	background:rgba(255, 255, 255, 0.6);
	position:relative;
	z-index:99999999;
}
#logo {
	float:left;
	width:580px;
	height:85px;
}
#telefon {
	background:url(../images/ust-bg.png) right top no-repeat;
	float:left;
	width:420px;
	height:85px;
}
#menuu {
	background:#EFE url(../images/menu.png) right top no-repeat;
	width:100%;
	height:35px;
	border-top:1px solid #00F;
}
#telefon td {
	font-weight:bold;
	font-size:20px;
}
#fb, #tw {
	transition:all 0.3s ease;
	background-repeat:no-repeat;
	-webkit-background-repeat:no-repeat;
	-moz-background-repeat:no-repeat;
	-o-background-repeat:no-repeat;
	width:56px;
	height:56px;
	float:right;
	margin-top:10px;
	cursor:pointer;
}
#fb {
	background-image:url(../images/fb.png);
}
#fb:hover {
	background-image:url(../images/fb-hover.png);
}
#tw {
	background-image:url(../images/tw.png);
}
#tw:hover {
	background-image:url(../images/tw-hover.png);
}
#menu {
	text-align:left;
	float:left;
}
#menu ul {
	text-align: left;
	display: inline;
	padding:3px;
	margin-left:7px;
	list-style: none;
}
#menu ul li {
	background-color:#EFE;
	font: bold 11px sans-serif;
	display: inline-block;
	margin-right: -4px;
	position: relative;
	padding: 11px 21px;
	height:13px;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	border-right:1px solid #00F;
	-ms-transform: skew(-30deg, 0);
	-webkit-transform: skew(-30deg, 0);
	transform: skew(-30deg, 0);
	color:#003;
}
#menu ul li div {
	-ms-transform: skew(30deg, 0);
	-webkit-transform: skew(30deg, 0);
	transform: skew(30deg, 0);
}
#menu ul li:hover {
	background: #006;
	color: #fff;
}
#menu ul li ul {
	-ms-transform: skew(30deg, 0);
	-webkit-transform: skew(30deg, 0);
	transform: skew(30deg, 0);
	padding: 0;
	position: absolute;
	top: 34px;
	left: 5px;
	width: 250px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
}
#menu ul li ul li {
	-ms-transform: skew(0, 0);
	-webkit-transform: skew(0, 0);
	transform: skew(0, 0);
	font-size:12px;
	padding:10px;
	background: #EFE;
	display: block;
	color: #006;
	text-shadow: 0 -1px 0 #000;
	-webkit-text-shadow: 0 -1px 0 #000;
	-moz-text-shadow: 0 -1px 0 #000;
	-o-text-shadow: 0 -1px 0 #000;
	border:none;
}
#menu ul li ul li:hover {
	background: #03F;
	border-left:3px solid #F00;
}
#menu ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}
#ulas {
	color:#FFF;
	font-weight:bold;
	float:left;
	margin-left:120px;
	margin-top:8px;
	letter-spacing:3px;
	cursor:pointer;
}
#ulaspop {
	background:#FFF;
	box-shadow:inset 0 0 20px 3px #999, 0 0 50px 3px #000;
	-webkit-box-shadow:inset 0 0 20px 3px #999, 0 0 50px 3px #000;
	-moz-box-shadow:inset 0 0 20px 3px #999, 0 0 50px 3px #000;
	-o-box-shadow:inset 0 0 20px 3px #999, 0 0 50px 3px #000;
	width:300px;
	position:relative;
	margin-left:-300px;
	left:600px;
	top:30px;
	z-index:99999999999;
	padding:20px;
	display:none;
}
#ulaspop img {
	position:relative;
	margin-top:-30px;
	margin-left:-30px;
	top:0;
	left:185px;
	cursor:pointer;
}
#ulaspop input {
	padding:8px;
	width:250px;
	margin-left:4px;
	text-align:center;
	outline:none;
	border:none;
	box-shadow:inset 0 0 10px 0 #09F;
	-moz-box-shadow:inset 0 0 10px 0 #09F;
	-webkit-box-shadow:inset 0 0 10px 0 #09F;
	-o-box-shadow:inset 0 0 10px 0 #09F;
}
#ulaspop input[type="button"] {
	background:linear-gradient(#FFB0B0 0%,#F00 40%,#800000 100%);
	background:-webkit-linear-gradient(#FFB0B0 0%,#F00 40%,#800000 100%);
	background:-moz-linear-gradient(#FFB0B0 0%,#F00 40%,#800000 100%);
	background:-o-linear-gradient(#FFB0B0 0%,#F00 40%,#800000 100%);
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	font-family:"Comic Sans MS", cursive;
}
#ulaspop input[type="button"]:active {
	background:linear-gradient(#800000 0%,#F00 40%,#FFB0B0 100%);
	background:-moz-linear-gradient(#800000 0%,#F00 40%,#FFB0B0 100%);
	background:-webkit-linear-gradient(#800000 0%,#F00 40%,#FFB0B0 100%);
	background:-o-linear-gradient(#800000 0%,#F00 40%,#FFB0B0 100%);
}
#ulaspop div {
	width:250px;
	padding:8px;
	background:#039;
	color:#FFF;
	font-weight:bold;
}
#ulaspop span {display:none;}


/* jssor slider arrow navigator skin 07 css */
                    /*
                    .jssora07l              (normal)
                    .jssora07r              (normal)
                    .jssora07l:hover        (normal mouseover)
                    .jssora07r:hover        (normal mouseover)
                    .jssora07ldn            (mousedown)
                    .jssora07rdn            (mousedown)
                    */
                    .jssora07l, .jssora07r, .jssora07ldn, .jssora07rdn {
	position: absolute;
	cursor: pointer;
	display: block;
	background: url(../images/slider/a007.png) no-repeat;
	overflow: hidden;
}
.jssora07l {
	background-position: -5px 0;
}
.jssora07r {
	background-position: -65px 0;
}
.jssora07l:hover {
	background-position: -125px 0;
}
.jssora07r:hover {
	background-position: -185px 0;
}
.jssora07ldn {
	background-position: -245px 0;
}
.jssora07rdn {
	background-position: -305px 0;
}
#sliderkabuk {
	position: absolute;
	width: 550px;
	height: 300px;
	top: 10px;
	left: 10px;
	text-align: left;
	line-height: 1.8em;
	font-size: 16px;
}
#sliderbaslik {
	display: block;
	line-height: 1em;
	text-transform: uppercase;
	font-size: 52px;
	color: #FFFFFF;
	margin-top:20px;
}
#sliderresim {
	position: absolute;
	top: 23px;
	left: 680px;
	width: 250px;
	height: 250px;
}
#sliderload1 {
	filter: alpha(opacity=70);
	opacity: 0.7;
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
#sliderload2 {
	position: absolute;
	display: block;
	background: url(../images/slider/loading.gif) no-repeat center center;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
