@charset "utf-8";

/* BASIC CLASSES    */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
html { height:100%; }
body { font-family: "Didact Gothic", arial, sans-serif; font-size:1em; margin:0; background:url(../_img/main_bg.png) repeat-x #fff left 40px; }

/* GENERAL CLASSES */
.clear { clear:both; }
input[type=button] { cursor:pointer; }
input[type=submit] { cursor:pointer; }
img { border:0px; }
p { margin:0px; padding:0px; }
.oval4px { -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; -khtml-border-radius: 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px; }
.oval8px { -moz-border-radius: 8px 8px 8px 8px; -webkit-border-radius: 8px 8px 8px 8px; -khtml-border-radius: 8px 8px 8px 8px; border-radius: 8px 8px 8px 8px; }
.transp {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; }
a { text-decoration:none; }
a:hover { }
h1 { padding:0px 0px 0px 0px; margin:0px; }
h2 { padding:0px 0px 0px 0px; margin:0px; }

/* PAGE CALSSES */
#headLeft { position:absolute; z-index:5; top:0px; left:0px; background:url(../_img/head_left_bg.jpg) repeat-x; height:213px;  }
#logo { background:url(../_img/akmina_logo.png) no-repeat; width:416px; height:213px; position:absolute; z-index:5; top:0px; left:50%; margin-left:-475px; }
#headRight { background:url(../_img/head_right_bg.png) repeat-x; height:87px; position:absolute; z-index:5; top:0px; left:50%; margin-left:-59px;  }
#footer { position:fixed; z-index:5; bottom:0px; left:0px; right:0px; height:69px; border-top:1px solid #bababb; background:#003366;  }
#footerCont {  padding:10px 20px 0px 0px; font-size:12px; color:#bababb; text-align:right; }
#menu { float:right; margin:20px 50px 0px 0px; font-size:16px; word-spacing:1px; color:#bababb; }
#menu a { color:#bababb; text-decoration:none; transition:0.5s; }
#menu a:hover { color:#fff; }
#mice { position:fixed; z-index:2; top:50%; left:50%; width:211px; height:210px; margin-top:-100px; transition:0.8s; cursor:pointer; margin-left:-475px; background:url(../_img/round_mice.png) no-repeat; }
#incentive { position:fixed; z-index:2; top:50%; left:50%; width:211px; height:210px; margin-top:-100px; transition:0.8s; cursor:pointer; margin-left:-224px; background:url(../_img/round_incentive.png) no-repeat; }
#congress { position:fixed; z-index:2; top:50%; left:50%; width:211px; height:210px; margin-top:-100px; transition:0.8s; cursor:pointer; margin-left:33px; background:url(../_img/round_congress.png) no-repeat; }
#event { position:fixed; z-index:2; top:50%; left:50%; width:211px; height:210px; margin-top:-100px; transition:0.8s; cursor:pointer; margin-left:280px; background:url(../_img/round_event.png) no-repeat; }
.indexPage { position:fixed; z-index:3; background:#fff; width:854px; height:250px; left:50%; margin:0px 0px 0px -427px;   }
.indexHead { background:url(../_img/index_top_bg.png) no-repeat left top; width:854px; height:69px; margin-top:-68px; }
.indexCont { position:absolute; z-index:3; width:410px; height:210px; overflow:auto; padding:20px 0px 10px 30px; color:#003366; font-size:13px;  }
.indexPage img { float:right; margin:-40px 45px 0px 0px; }
.indexCont p { padding:0px 0px 10px 0px; }
.indexHead h1 { position:absolute; z-index:2; font-size:22px; color:#003366; margin:20px 0px 0px 50px; }
.closeIndex { float:right; width:43px; height:45px; margin:-69px 0px 0px 0px; cursor:pointer;  }
#kurumsal {  }
#iletisim {  }
#iletisimFrame { float:right; font-size:11px; margin:-5px 20px 0px 0px; }
#iletisimFrame iframe { border:1px solid #aaa; }


