/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 14, 2016, 4:47:19 PM
    Author     : mustafa
*/

body{
    background-image: url('../img/art001.jpg');
    margin: 0px 0px 0px 0px;
}
.radius10{
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
}
.golge{
    -webkit-box-shadow: -1px 7px 36px 5px rgba(0,0,0,1);
    -moz-box-shadow: -1px 7px 36px 5px rgba(0,0,0,1);
    box-shadow: -1px 7px 36px 5px rgba(0,0,0,1);
}
.golge_btt01{
    -webkit-box-shadow: -2px 9px 29px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: -2px 9px 29px -4px rgba(0,0,0,0.75);
    box-shadow: -2px 9px 29px -4px rgba(0,0,0,0.75);
}
.graident{
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(232,232,232,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8', GradientType=0 );
}

.btn001 {
  background: #d93434;
  background-image: -webkit-linear-gradient(top, #d93434, #b82b2b);
  background-image: -moz-linear-gradient(top, #d93434, #b82b2b);
  background-image: -ms-linear-gradient(top, #d93434, #b82b2b);
  background-image: -o-linear-gradient(top, #d93434, #b82b2b);
  background-image: linear-gradient(to bottom, #d93434, #b82b2b);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  padding: 6px 13px 6px 13px;
  text-decoration: none;
}

.btn001:hover {
  background: #fc3c3c;
  background-image: -webkit-linear-gradient(top, #fc3c3c, #d93434);
  background-image: -moz-linear-gradient(top, #fc3c3c, #d93434);
  background-image: -ms-linear-gradient(top, #fc3c3c, #d93434);
  background-image: -o-linear-gradient(top, #fc3c3c, #d93434);
  background-image: linear-gradient(to bottom, #fc3c3c, #d93434);
  text-decoration: none;
}


.btn002 {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  padding: 6px 13px 6px 13px;
  text-decoration: none;
}

.btn002:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}


/*menuler*/
#menu01-bar {
  width: 1125px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 12px;
  height: 50px;
  line-height: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 2px 2px 3px #666666;
  -webkit-box-shadow: 2px 2px 3px #666666;
  -moz-box-shadow: 2px 2px 3px #666666;
  background: #000000;
  background: linear-gradient(top,  #1CE1FF,  #2D2D7A);
  background: -ms-linear-gradient(top,  #1CE1FF,  #2D2D7A);
  background: -webkit-gradient(linear, left top, left bottom, from(#1CE1FF), to(#2D2D7A));
  background: -moz-linear-gradient(top,  #1CE1FF,  #2D2D7A);
  border: solid 1px #24306D;
  position:relative;
  z-index:999;
}
#menu01-bar li {
  margin: 0px 0px 0px 0px;
  padding: 3px 0px 3px 3px;
  float: left;
  position: relative;
  list-style: none;
}
#menu01-bar a {
  font-weight: bold;
  font-family: arial;
  font-style: normal;
  font-size: 18px;
  color: #E7E5E5;
  text-decoration: none;
  display: block;
  padding: 15px 25px 13px 25px;
  margin: 0;
  margin-bottom: 0px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-shadow: 2px 2px 3px #000000;
}
#menu01-bar li ul li a {
  margin: 0;
}
#menu01-bar .active a, #menu01-bar li:hover > a {
  background: #FFFFFF;
  background: linear-gradient(top,  #1FFFE9,  #6B8EFF);
  background: -ms-linear-gradient(top,  #1FFFE9,  #6B8EFF);
  background: -webkit-gradient(linear, left top, left bottom, from(#1FFFE9), to(#6B8EFF));
  background: -moz-linear-gradient(top,  #1FFFE9,  #6B8EFF);
  color: #444444;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-shadow: 2px 1px 3px #FFFFFF;
}
#menu01-bar ul li:hover a, #menu01-bar li:hover li a {
  background: none;
  border: none;
  color: #666;
  -box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#menu01-bar ul a:hover {
  background: #0399D4 !important;
  background: linear-gradient(top,  #04ACEC,  #0186BA) !important;
  background: -ms-linear-gradient(top,  #04ACEC,  #0186BA) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#04ACEC), to(#0186BA)) !important;
  background: -moz-linear-gradient(top,  #04ACEC,  #0186BA) !important;
  color: #FFFFFF !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 1px 1px 2px #FFFFFF;
}
#menu01-bar li:hover > ul {
  display: block;
}
#menu01-bar ul {
  background: #3EC8DD;
  display: none;
  margin: 0;
  padding: 0;
  width: 264px;
  position: absolute;
  top: 49px;
  left: 0;
  border: solid 1px #B4B4B4;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-box-shadow: 1px 1px 2px #222222;
  -moz-box-shadow: 1px 1px 2px #222222;
  box-shadow: 1px 1px 2px #222222;
}
#menu01-bar ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#menu01-bar ul a {
  padding:10px 0px 10px 15px;
  color:#000000 !important;
  font-size:16px;
  font-style:normal;
  font-family:arial;
  font-weight: normal;
  text-shadow: 1px 1px 1px #FFFFFF;
}
#menu01-bar ul li:first-child > a {
  border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
#menu01-bar ul li:last-child > a {
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
#menu01-bar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu01-bar {
  display: inline-block;
}
  html[xmlns] #menu01-bar {
  display: block;
}
* html #menu01-bar {
  height: 1%;
}
/*menu bitimi*/
