@charset "utf-8";
/* =RESET
===========================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

/* =HOME MENU
===========================================*/
#home_menu {
	width:600px;
	height:280px;
	overflow:hidden;
	margin: 0;
	margin-top:0px;
}
#home_menu li {
	float:left;
	display:inline;
	overflow:hidden;
	text-align: left !important;
}
#home_menu div.container {
	height: 280px;
	position: relative;
	overflow: hidden;
	border-left:1px solid #fff;
	border-right: 1px solid #fff;
}
#home_menu div.column {
	position: absolute;
	display: block;
	width: 220px;
	color: #fff;
	left: 212px;
	top: 13px;
}

.m1, .m1a {background:url(../images/1.jpg);}
.m2, .m2a {background:url(../images/2.jpg);}
.m3, .m3a {background:url(../images/3.jpg);}
.m4, .m4a {background:url(../images/4.jpg);}
.m5, .m5a {background:url(../images/5.jpg);}
.m1, .m2, .m3, .m4, .m5 {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font:bold 12px Arial;
}
.m1a, .m2a, .m3a, .m4a, .m5a{
	border-right: 2px solid #fff;
	background-repeat: no-repeat;
	font:bold 12px Arial;
}

.container.m1 .column dl, .container.m2 .column dl, .container.m3 .column dl, .container.m4 .column dl, .container.m5 .column dl{
	display: none !important;
}

.esim {
margin:3px; 
padding:2px; 
border:1px solid silver; 
background-color:#FFFFFF;
}
.esim1 {
margin:3px; 
padding:4px; 
border:1px solid silver; 
background-color:#FFFFFF;
}
.esin3 {
padding:5px;
}

.hata {
background-color:#FF0000 !important;
}

