@charset "utf-8";
#left {
	width: 228px;
	background-image: url(../IMGS/HOME/index_bg_left.gif);
	text-align: center;
	padding-top: 160px;
	padding-left: 30px;
	font-size: 10px;
	color: #1b1b20;
	background-repeat: no-repeat;
	padding-bottom: 160px;
	float: left;
}
#left img{
	margin-top:30px;
}
#right {
	width: 371px;
	float: right;
	position: relative;
}
#box01, #box02, #box03, #box04 {
	height: 155px;
	position: absolute;
	text-align: center;
	background-repeat: no-repeat;
}
#box01 {
	width: 173px;
	left: 17px;
	top: 127px;
	background-image: url(../IMGS/HOME/box01.jpg);
}
#box02 {
	width: 154px;
	left: 217px;
	top: 127px;
	background-image: url(../IMGS/HOME/box02.jpg);
}
#box03 {
	width: 190px;
	left: 0px;
	top: 310px;
	background-image: url(../IMGS/HOME/box03.jpg);
}
#box04 {
	width: 154px;
	left: 217px;
	top: 310px;
	background-image: url(../IMGS/HOME/box04.jpg);
}
#center {
	width: 301px;
	background-image: url(../IMGS/HOME/index_bg_center.gif);
	padding-top: 112px;
	padding-bottom: 130px;
	padding-left: 20px;
	float: left;
	background-repeat: no-repeat;
}
#center a:link, #center a:visited {
	text-decoration: none;
	color: #808386;
}
#center a:hover {
	color: #0092d2;
	border: 0; /* Pure CSS Popups bug fix for IE6*/
}

#center a span {
	display: none;
}
#center a:hover span {
	display: inline;
}
#center ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	
}
#center li {
	margin-bottom: 9px;
}
#right a:link, #right a:visited {
	display:block;
	text-decoration: none;
	color: #808386;
	width: 100%;
	height: 100%;
}
#right a:hover {
	color: #4b4c4e;
}
.menu_link {
	display:block;
	padding-top:130px;
}
