@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	font-family: Verdana, "sans-serif", "Microsoft YaHei";
	font-size: 12px;
	color: #3D3D3D;
}

.wrapper {
	width: 960px;
	max-width: 90%;
	margin: 0 auto;
	
}

#navi {
	position: fixed;
	top:0px;
	width: 100%;
	height: 129px;
	margin: auto;
	text-align: center;
	line-height: 50px;	
	background: url(../img/navi_background.jpg) repeat;
	z-index: 10;
}
#logo{
	margin: 20px -10px;
	float: left;
	height: 110px;
	width: 110px;
	background-color: #fff;
	background: url(../img/INSIDEA-Logo.jpg);
	background-size:contain;
}

#menu{
	float: left;
	margin: 25px 40px 25px 40px;
}
#menu a {
	padding-top: 40px;
	text-decoration: none;
	border-bottom: solid white 5px;
	color: white;
	vertical-align: middle;
}
#menu a:hover {
	color: #009edb;
	border-bottom: solid #009edb 5px;
}
#menu li {
	display:inline;
	padding-right: 40px;
}

#banner {
	margin-top: 115px;
	width:100%;
	height: 305px;
	text-align: center;
	background-color: #30a7d5;
	border-bottom: solid #db0712 10px;
}
#banner img {
	margin-top: 10px;
}

#content {
	margin-top: 20px;
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
}
#content h1 {
	margin-top: 10px;
	margin-left: 20px;
	color: #db0712;
	font-size: 1.5em;
	text-align: left;
}
#content p {
	float: left;
	margin: 20px;
	text-align: left;
	
}

#foot {	
	clear: both;
	border-top: solid #db0712 2px;
}
#foot div {
	text-align: center;
	font-size: 0.8em;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 50px;
	
}








