@charset "utf-8";
/*'Template'样式表 
Author:青鸟.
Author BlogURL:http://www.bluebirdsky.cn/［Bluebirdsky］.
Copyright:版权归'上海冯尊彩妆培训[fengzun.hk.cn]'及'青鸟'所有.
Create time:2008-12-02 AM09:10:52
Logo filename: logo.gif
*/
* {
	margin:0;
	padding:0;
}
body {
	background:#444 url(../images/bg_body.gif);
	font:63% normal Verdana, Geneva, sans-serif;
	line-height:1.8em;
	text-align:center;
}
a:link, a:visited {
	text-decoration:none;
	color:#CCC;
}
a:hover {
	text-decoration:none;
	color:#39c;
}
img {
	border:0;
}
img:hover {
	filter:alpha(opacity=70);/* IE7及以上,值越小越透明 */
	-moz-opacity:0.7;/* FF专属,取值为IE中透明度的百分之一 */
	opacity: 0.6;
}
select {
	border:0;
}
ul, li {
	list-style:none;
}
p {
	font-size:1.2em;
	color:#FFF;
	text-indent:2em;
	text-align:left;
	line-height:1.8em;
}
h1{
	font-size:1.6em;
	line-height:2em;
	color:#ccc;
	font-weight:700;
}
/* 首页index.htm 
          容器 */
#box {
	width:880px;
	height:600px;
	margin:0 auto;
}
/* 首页样式 */
.slide{
	width:415px;
	height:480px;
	border:5px #ccc solid;
	margin-top:70px;
	float:left;
}
#indexRight{
	width:455px;
	height:490px;
	margin-top:70px;
	float:right;
}
.indexLogo{
	width:455px;
	height:43px;
	text-align:right;
	padding-top:140px;
}
.indexMenu{
	width:424px;
	height:43px;
	margin-top:10px;
	float:right;
}
.indexMenu ul {
	text-align:right;
}
.indexMenu li {
	display:inline;
	margin:0 2px;
	font-size:1.6em;
}
.indexMenu a:link, .mainNav a:visited {
	line-height:2em;
}
.indexMenu a:hover {
	color:#39c;
	text-decoration:none;
}
.indexContect{
	width:455px;
	text-align:right;
	padding-top:240px;
	*padding-top:185px;
}
/* 头部 */
#header {
	width:880px;
	height:43px;
	margin-top:70px;
}
.logo {
	width:220px;
	height:43px;
	float:left;
}
.mainNav {
	width:460px;
	height:43px;
	float:right;
}
.mainNav ul {
	text-align:right;
}
.mainNav li {
	display:inline;
	margin:0 5px;
}
.mainNav a:link, .mainNav a:visited {
	font-size:1.6em;
	line-height:65px;
	_line-height:43px;

}
.mainNav a:hover {
	color:#39c;
	text-decoration:none;
	font-size:1.6em;
}
.home {
	color:#39c!important;
}
/* 主体部分 */
#main {
	width:880px;
	height:400px;
	background:url(../images/bg_content.jpg);
}
#sidebar {
	width:230px;
	height:400px;
	background:url(../images/bg_sidebar.gif) no-repeat right center;
	float:left;
}
.subNav {
	padding:80px 25px 0 0;
}
.subNav li {
	padding:5px 0;
	font-size:1.6em;
	text-align:right;
}
.subNav a:link, .subNav a:visited {
	color:#000;
}
.subNav a:hover {
	text-decoration:none;
	color:#39c;
}
#content {
	width:620px;
	height:380px;
	padding:10px 15px;
	float:right;
}

.officer {
	margin:8px 5px 8px 12px;
	font-size:1.4em;
}
.contentText {
	padding:10px 0;
}
/* 底部 */
#footer {
	width:880px;
	height:55px;
	background:#444 url(../images/bg_footer.jpg);
	clear:both;
}
.copyright {
	text-align:center;
	height:55px;
	color:#F2F2F2;
	font-size:1.1em;
	font-weight:500;
}
/* 作品展示 */
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #444;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 1.4em Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}
#imageData {
	padding:0 10px;
	color: #666;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* 联系我们 */
#contact{
	width:880px;
	height:452px;
	background:url(../images/bg_contact.jpg) no-repeat;
}
.contactus{
	padding:80px 120px 245px 130px;
}
.contactCopyright {
	text-align:center;
	height:52px;
	_height:22px;
	-top:430;
	color:#999;
	font-size:1.3em;
	font-weight:600;
}
.messageText{
	padding:100px 10px;
}