html, body {
	margin: 0;
	width:100%;
	height:100%;
	padding: 0;
	font: 14px Arial;
	color: #F5E6E1;
}

body {background: black;}
a {color: white;}

#box{
	position: relative;
	max-width: 1178px;
		width:expression(document.body.clientWidth > 1179? "1178px":"auto" );
	min-width: 1000px;
		width:expression(document.body.clientWidth < 1001 ? "1000px":"auto" );
	margin: 0 auto;
	height: 800px;
	background: url("/img/iLogoBg1.jpg") 50% -12px no-repeat;
}
#top {
	position: absolute;
	left: 50%;
	margin-left: -468px;
	width: 970px;
	height: 800px;
}

.logo {
	position:absolute;
	top:-2px;
	left:200px;
}

.tel {
	position:absolute;
	right:190px;
	top:40px;
	font-size:26px;
	font-weight:bold;
}

	#top img {
		position: absolute;
		bottom: 93px;
	}
	
	#top #i1 {left: 34px;}
	#top #i2 {left: 202px;}
	#top #i3 {left: 369px;}
	#top #i4 {left: 536px;}
	#top #i5 {left: 702px;}
	
	#footer {
		position: absolute;
		width: 900px;
		bottom: 20px;
		height: 50px;
		left: 50%;
		margin-left: -450px;
	}

	#top div {
		position: absolute;
	}
	
	#top #rc {right: 0;}

#fb {
	display: none;
}

input,textarea {
	margin: 10px auto 0px;
}
textarea {margin-bottom: 5px;}

#menu {
	position: absolute;
	top: 67px;
	z-index: 5;
	width: 100%;
	height: 86px;
	background: url("/img/menu.png") 50% 0 no-repeat;
}

	#menu div.im {
		position: absolute;
		top: 10px;
		left: 50%;
		_width: 100px;
	}
		#menu div div {height: 40px; padding: 22px 42px 0;}	
		
		#menu div.m1 {margin-left: -458px;}
		#menu div.m2 {margin-left: -295px;}
		#menu div.m3 {margin-left: -116px;}
		#menu div.m4 {margin-left: 63px;}
		#menu div.m5 {margin-left: 210px;}

		#menu div.act1 {background: url("/img/mla.png") no-repeat;}
		#menu div.act2 {background: url("/img/mra.png") 100% 0 no-repeat;}
		#menu div.act12 {background: url("/img/mla.png") 10px 0 no-repeat;}
		#menu div.act22 {padding: 22px 36px 0 42px; background: url("/img/mra.png") right 0 no-repeat;}
