BODY { background:#fff url('/bodyBG.jpg') repeat-x; margin-top:12px; margin-bottom:20px; font-family:arial; font-size:13px;}
.test { background:#fff url('/background.jpg') center center fixed no-repeat; margin-top:12px; margin-bottom:20px; font-family:arial; font-size:13px;
    -moz-background-size: cover;
    background-size: cover;
}

@font-face {
    font-family: MyanmarMN;
    src: url();
}
@font-face {
    font-family: MyanmarMNBold;
    src: url();
    font-weight:bold;
}

.ozellikler{
    line-height:1.5;
}
.ozellikler .keys{
    font-weight:bold;
    float:left;
    width:150px;
}
.ozellikler .values{
    font-weight:normal;
}


ul{list-style:none;padding:0;  margin:10px 10px; margin-right:15px;}
li{float:left; font:bold 15px arial;  width:150px; padding:8px 15px;} 
li a{font:bold 15px arial; color:#2d5796; text-decoration:none;}
li a:hover{font:bold 15px arial; color:#2d5796; text-decoration:underline;}

.menu {}
.menu ul.submenu{list-style:none;padding:0;  margin:6px 0; display:none;}
.menu ul.submenu li{float:left; width:150px; padding:6px 8px;}
.menu ul.submenu li:last-child{padding-bottom:3px;}
.menu ul.submenu li a{font:bold 14px arial; color:#333; text-decoration:none;}
.menu ul.submenu li a:hover{text-decoration:underline;}
.menu ul.submenu li::before{
    content: '\00b7';
    font-weight: bold;
    padding-right: 3px;
    text-decoration: none !important;
}

a img{border:2px solid #ababab;}
a img:hover{border:2px solid #555;}

h1{font-size:20px; font-weight:bold; color:#222; margin:0; padding:0;}
h2{font-size:14px; color:#333;  font-weight:bold; }
span{font-size:14px; font-weight:bold; color:#333;}


#main {margin:auto; padding:3px 8px; width:800px; min-height:180px; background:#fff;  }
.top{background:url('/top_back.gif') repeat-x; height:134px; width:100%;}
.blue_line{background:url('/blue_line.gif') repeat-x; height:32px; width:100%; margin-top:6px;}

#orta{ width:800px; min-height:180px; border:0px solid #000; }

#slide{margin-top:10px; padding:10px; background:url('/mavi-back.gif') repeat-x; width:780px; border:0px solid #ccc; 
font:normal 15px arial; color:#fff; line-height:25px;
    -webkit-box-shadow: 0 0 3px 1px grey;
    -moz-box-shadow: 0 0 3px 1px grey;
    box-shadow: 0 0 3px 1px grey; 

	}

#slide img{border:1px solid #fff;}


input,textarea{
padding:3px 7px; outline:none; font:normal 15px segoe UI; width:300px; 
	border:1px solid #ababab;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	
   -moz-box-shadow: 0px 0px 1px #fff;
    -webkit-box-shadow:  0px 0px 1px #fff;
    box-shadow:  0px 0px 1px #fff;
}
input[type='text']{ height:22px;}
input[type='submit']{width:140px; cursor:pointer; height:30px; background: url('/blue_line.gif') repeat-x; border:1px solid #696969; color:#fff; font:bold 15px segoe UI;}
input[type='submit']:hover{width:140px; cursor:pointer; height:30px; background:url('/blue_line.gif') repeat-x; border:1px solid #696969; color:#fff; font:bold 15px segoe UI;}


 .layer{

	border:3px solid rgba(0, 0, 0, 0.1); 

	-moz-background-clip: border;     
	-webkit-background-clip: border;  
	background-clip: border-box;      
				
	-moz-background-clip: padding;     
	-webkit-background-clip: padding;  
	background-clip: padding-box;      
				
	-moz-background-clip: content;     
	-webkit-background-clip: content;  
	background-clip: content-box;      


    -webkit-box-shadow: 0 0 15px 3px grey;
    -moz-box-shadow: 0 0 15px 3px grey;
    box-shadow: 0 0 15px 3px grey; 
}

#main-contact-form *, #main-contact-form *:before, #main-contact-form *:after{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}

#main-contact-form input {
    height: 30px;
}

