/*--------------------
	RESET
--------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 150%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*--------------------
	GLOBAL TYPOGRAPHY
--------------------*/

body {
	font: 12px/18px "Calibri", "Myriad pro","微软雅黑", sans-serif;
	color: #333;
}

h2 {
	font-size: 32px;
	font-weight: bold;
	color: #f30;
	margin-top: 20px;
	}
	h2 small {
	font-size: 18px;
	font-weight: normal;
	line-height: 36px;
	color: #FFF;
	display: block;
	}

h3 {
	font-size: 24px;
	margin-bottom: 10px;
	clear: left;
	font-family: "微软雅黑";
	color: #fff;
	text-align: left;
}

#right img {
	padding: 5px;
	float: left;
	margin: 0 10px 20px 0;
	vertical-align: bottom;
	border-radius: 4px;
	}
/*--------------------
	DEMO
--------------------*/
#wrapper {
	width: 960px;
	height: 600px;
	margin: 50px auto 0 auto;
}

#left {
	width: 400px;
	height: 600px;
	float: left;
	}
	
#left ul#navigation {
	width: 340px;
	height: 220px;
	margin: 40px 63px 0 0;
	text-align: right;
	padding: 0 20px;
	background:url(/shared/img/common/bg_cyan80_tran90.png);
	border-radius: 0px;
	}

#right {
	width: 560px;
	height: 600px;
	float: right;
	overflow: hidden;
	}
	#right #container {
	margin: 20px;
	width: 540px;
	height: 540px;
	overflow: hidden;
	}
	#right ul#content {
	width: 540px;
	height: 540px;
	position: relative;
		}
		#right ul#content li#about, #right ul#content li#p1, #right ul#content li#p2, #right ul#content li#p3,#right ul#content li#p4,#right ul#content li#p5,#right ul#content li#p6 {
	width: 520px;
	min-height: 520px;
	padding: 20px;
		}


/*--------------------
	NAVIGATION
--------------------*/

ul#navigation li a {
	font: bold 24px Century Gothic;
	color: #fff;
	line-height: 54px;
	text-decoration: none;
	display: block;
	}

.about {
	background: url("../images/icon-p0.png") no-repeat right 0px;
	padding-right: 40px;
}

.p1 {
	background: url("../images/icon-arc.png") no-repeat right 0px;
	padding-right: 40px;
}

.p2 {
	background: url("../images/icon-str.png") no-repeat right 0px;
	padding-right: 40px;
}
.p3 {
	background: url("../images/icon-pro.png") no-repeat right 0px;
	padding-right: 40px;
}
.p4 {
	background: url("../images/icon-elctr.png") no-repeat right 0px;
	padding-right: 40px;
}
.p5 {
	background: url("../images/icon-mep.png") no-repeat right 0px;
	padding-right: 40px;
}
.p6 {
	background: url("../images/icon-admin.png") no-repeat right 0px;
	padding-right: 40px;
}