@charset "utf-8";
/*
 * 2009-09-24
 * 超级玛莉
 * By Moya
*/

body{
	background:#e4d99f;
}

/*---------- banner ----------*/
.banner-wrap{
	height:410px;
	background:url(/images/space/theme7/banner.jpg) no-repeat 50% 0;
	}
.banner{
	height:410px;
	}
.banner .intro{
	padding:40px 0 0 280px;
	color:#7b561c;
	}
.banner h1{
	font-size:30px;
	}
.banner h2,
.banner p{
	margin-left:40px;
}

/*---------- nav ----------*/
.nav-wrap{
	position:relative;
	height:33;
	margin-top:-33px;
	}
.nav{
	height:33;
	background:none;
	}
.nav li a{
	color:#653e06;
	background:none;
	}
.nav li a:hover,
.nav li.current a{
	color:#217619;
	background:none;
}
.nav li.core a,
.nav li.go a{
	color:#412804;
	background:none;
	}
.nav li.core a:hover,
.nav li.go a:hover{
	color:#217619;
}

/*---------- module ----------*/
.module .head{
	padding-top:5px;
	color:#312b1e;
	background:url(/images/space/theme7/head.jpg) repeat-x 0 0;
	}
.module .head-left{
	background:none;
	}
.module .head-right{
	background:none;
	}
.module .head-center{
	background:none;
}

.module .head .toggle{
	background:url(/images/space/theme7/module-toggle.gif) no-repeat;
}

.module .body-wrap{
	background:none;
    }
.module .body{
	padding:15px;
	background:#FFF;
}

.module .foot{
	display:none;
}



