@import	'reset.css';
/* This css file serves as a template for styling your kwicks.  Feel free to modify, but please make note of the comments - some of them are important. */
body {
	background: #fff url(../images/bg.png) repeat-x 0 20px;
	font-family: Helvetica, Arial, Lucida Grande;
}
#container{
	display:none;
}
p{
	font-size:14px;
	line-height:14px;
}
#header{
	background:url(../images/logo.png) no-repeat center;
	height:121px;
	width:100%;
}

/* NETWORK NAVIGATION */
#network{
	width:1024px;
	margin:20px auto;
	position:relative;
}
.kwicks {
	list-style: none;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width:1000px;
}
.kwicks li{
	width: 125px;
	height: 340px;
	cursor:pointer;
	display: block;
	overflow: hidden;
	padding: 0; 
}
.kwicks.horizontal li {
	margin-right: 5px; 
	float: left;
}
.kwicks.vertical  li{
	margin-bottom: 5px;
}
.kwicks.horizontal li a{
	display: block;
	width: 265px;
	height: 340px;
	text-indent:-9999px;
}

#kwick_1 a{ 
	background:url(../images/1.png) no-repeat top left;
}
#kwick_1 a:hover{
	background:url(../images/1.png) no-repeat bottom left;
}
#kwick_4 a {
	background:url(../images/222.png) no-repeat top left;
}
#kwick_4 a:hover {
	background:url(../images/222.png) no-repeat bottom left;
}
#kwick_2 a {
	background:url(../images/akademi.png) no-repeat top left;
}
#kwick_2 a:hover {
	background:url(../images/akademi.png) no-repeat bottom left;
}

#kwick_3 a {
	background:url(../images/4.png) no-repeat top left;
}
#kwick_3 a:hover {
	background:url(../images/4.png) no-repeat bottom left;
}
#kwick_5 a {
	background:url(../images/5.png) no-repeat top left;
}
#kwick_5 a:hover {
	background:url(../images/5.png) no-repeat bottom left;
}
#kwick_6 a {
	background:url(../images/art.png) no-repeat top left;
}
#kwick_6 a:hover {
	background:url(../images/art.png) no-repeat bottom left;
}
#kwick_7 a {
	background:url(../images/7.png) no-repeat top left;
}
#kwick_7 a:hover {
	background:url(../images/7.png) no-repeat bottom left;
}
#kwick_8 a {
	background:url(../images/8.png) no-repeat top left;
}
#kwick_8 a:hover {
	background:url(../images/8.png) no-repeat bottom left;
}
.kwicks.horizontal #kwick_8 {
	margin-right: none; 
}
.kwicks.vertical #kwick_8 {
	margin-bottom: none;
}
#top-shadow{
	background:url(../images/shadow_top.png) no-repeat;
	width:1020px;
	height:33px;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}
#bottom-shadow{
	background:url(../images/shadow_bottom2.png) no-repeat;
	width:1020px;
	height:40px;
	position:absolute;
	top:300px;
	left:0;
	z-index:100;
}

/*END NETWORK NAVIGATION */

/* MENU */
#menu{
	margin:10px 0;
}
#menu ul{
	list-style:none;
	margin:0 auto;
	width:420px;
}
#menu ul li{
	float:left;
	display:inline;
	margin-right:10px;
}
#menu ul li a{
	text-indent:-9999px;
	display:block;
}
#menu ul li a.anasayfa{
	background:url(../images/anasayfa.png) no-repeat top left;
	width:86px;
	height:28px;
}
#menu ul li a.anasayfa:hover{
	background:url(../images/anasayfa.png) no-repeat bottom left;
}
#menu ul li a.hastanemiz{
	background:url(../images/hastanemiz.png) no-repeat top left;
	width:95px;
	height:28px;
}
#menu ul li a.hastanemiz:hover{
	background:url(../images/hastanemiz.png) no-repeat bottom left;
}
#menu ul li a.kurumsal{
	background:url(../images/kurumsal.png) no-repeat top left;
	width:86px;
	height:28px;
}
#menu ul li a.kurumsal:hover{
	background:url(../images/kurumsal.png) no-repeat bottom left;
}
#menu ul li a.iletisim{
	background:url(../images/iletisim.png) no-repeat top left;
	width:86px;
	height:28px;
}
#menu ul li a.iletisim:hover{
	background:url(../images/iletisim.png) no-repeat bottom left;
}
/* END MENU*/

.clear{
	clear:both;
}

a#magnet{
	background:url(../images/magnet.png) no-repeat;
	width:19px;
	height:62px;
	text-indent:-9999px;
	position:fixed;
	bottom:0;
	right:0;
}

#bottom{
	width:1000px;
	margin:30px auto 0 auto;
	text-align:center;
	color:#111;
	font-size:16px;
}

#bottom span{
	font-size:20px;
	color:#333;
}
#bottom img{
}

#bottom p{
	font-size:12px;
	color:#111;
	font-weight:bold;
	letter-spacing:0.3px;
	font-style:italic;
	line-height:13px;
}

#bottom .bottombox{
	width:300px;
	height:200px;
	float:left;
	display:inline;
	margin:15px;
}
#download_now { 
    background:transparent url(../images/jci.png) no-repeat scroll 0 0; 
    display:inline;
	float:left; 
    height:120px; 
   overflow:hidden; 
    text-indent:-999em; 
    width:120px; 
    cursor:pointer; 
	margin-left:38%;
}
#download_now2 { 
    background:transparent url(../images/engel.png) no-repeat scroll 0 0; 
	display:inline;
	float:left;
    height:120px; 
   overflow:hidden; 
    text-indent:-999em; 
    width:120px; 
    cursor:pointer; 
} 
 
/* mouseover state */ 
#download_now:hover { 
        
} 
 
/* clicked state */ 
#download_now:focus { 

} 
 
/* tooltip styling */ 
.tooltip { 
    display:none; 
    background:url(../images/black_arrow_big.png); 
    height:163px; 
    padding:40px 30px 10px 30px; 
    width:310px; 
    font-size:11px; 
    color:#fff; 
	z-index:500;

} 

#download_now2 #tool-center {
	height:123px;


	
}


#tool-center {
	height:123px;

	
	
}
#tool-center p{
	color:#fff;
	font-family:arial;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
} 
/* a .label element inside tooltip */ 
.tooltip .label { 
    color:yellow; 
    width:35px; 
} 
 
.tooltip a { 
    color:#ad4; 
    font-size:11px; 
    font-weight:bold; 
}
