@charset "utf-8";
/* CSS Document */


body{
	background:url(../images/bg.gif) repeat left top;
}

#mask{
	float:left;
	background:url(../images/mask.gif) no-repeat left top;
	padding:0 5px 5px 0;
}
#shadow{
	float:left;
	background:url(../images/shadow.gif) no-repeat right bottom;
}
#logo{
	float:left;
	background:url(../images/logo.gif) no-repeat right top;
	width:228px;
	height:65px;
	/*padding-left:8px;*/
	margin-bottom:15px;
}
#logo a{
	display:block;
	width:228px;
	height:65px;
}
#imageMenu {
	position: relative;
	width:881px;
	height: 477px;
	overflow: hidden;
	/*padding-left:20px;*/
}



#imageMenu ul {
	background:#fff;
	list-style: none;
	margin: 0px;
	height:477px;
	width:1300px;
	padding-top:5px;
}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent:-10000px;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:220px;
	height:477px;
	font-weight:bold;
	font-size:14px;
	padding-top:10px;
}

#imageMenu .landscapes a {
	background: url(../images/slide_01.jpg) no-repeat left top;
}

#imageMenu .people a {
	background: url(../images/slide_02.jpg) no-repeat left top;
}

#imageMenu .nature a {
	background: url(../images/slide_03.jpg) no-repeat left top;
}

#imageMenu .urban a {
	background: url(../images/slide_04.jpg) no-repeat left top;
	width:550px;
}

.clear {
	clear: both;
}

#imageMenu ul li a:hover{
	font-size:18px;
}

