@charset "utf-8";
/*
 * 2009-09-24
 * 去海边吧
 * By Moya
*/

body{
	background:#b2ddee;
}

/*---------- banner ----------*/
.banner-wrap{
	color:#f8e096;
	background-image:url(/images/space-theme/theme8/banner.gif);
	}
.banner{
	height:417px;
	}
.banner .intro{
	padding:60px 0 0 60px;
	}
.banner h2,
.banner p{
	margin-left:40px;
	}
.banner .set-btn{
	bottom:60px;
}

/*---------- nav ----------*/
.nav-wrap{
	margin-top:-35px;
	}
.nav{
	height:35px;
	}
.nav li.core{
	padding:0 120px 0 0;
}

.nav li a{
	color:#653e06;
	}
.nav li.core a,
.nav li.go a{
	color:#433217;
	}
.nav li a:hover,
.nav li.current a{
	color:#2b7199;
}

/*---------- module ----------*/
.module .head{
	color:#0c4474;
	background:#49c3f2;
	}
.module .head-left,
.module .head-right,
.module .head-center{
	background:none;
	}
.module .head .toggle{
	background-image:url(/images/space-theme/theme8/module-toggle.gif);
}

.module .body{
	border-color:#01aef0;
}

.module .foot{
	display:none;
}