/*all style begin*/
*{
	margin:0px;
	padding:0px;
	font-size:12px;
	}
a{
	text-decoration:none;}
img{
	border:none;}
#all{
	width:980px;
	margin:0px auto;
	}
/*all style end*/
/*header style begin*/

#header{
	height:90px;}
#logo{
	float:left;}
#search{
	float:right;
	border:1px #999 solid;
	height:28px;
	width:234px;
	margin-top: 40px;
}
#search input{
	float:left;
	border:none;
	height:24px;
	width:200px;
}
#search img{
	float:right;
	display:block;}
/*header style end*/
/*nav style begin*/
#nav{
	height:63px;
	overflow:hidden;}
.lavaLampBottomStyle {
     position: relative;
	 height:60px;
     overflow: hidden;
        }
.lavaLampBottomStyle li {
      float: left;
      list-style: none;
                }
.lavaLampBottomStyle li.back {
      border-bottom: 8px solid #2146c1;
      height: 50px;
      z-index: 8;
      position: absolute;
                    }
.on {
      border-bottom: 8px solid #ff0090;
          }

.lavaLampBottomStyle li a {
       z-index: 10;
       display: block;
       float: left;
       height: 60px;
       position: relative;
       overflow: hidden;
                    }   
.lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
        border: none;
                        }                     
/*nav style end*/
/*mainbanner style begin*/

#slideshow {
	margin:0 auto;
	width:980px;
	height:263px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:980px;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:980px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  z-index:999;
  background:transparent url(../images/control_left.png) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
 z-index:999;
  background:transparent url(../images/control_right.png) no-repeat 0 0;
}
.slide p{
	position:relative
	
}
.slide span{
	position:absolute;
	left:0px;
	bottom:-10px;
	padding-left:50px;
	padding-right:50px;
	padding-top:10px;
	color:#FFF;
	background:url(../images/banner/textbg.png) no-repeat;
	height:51px;
	width:980px;
	
}
/*mainbanner style end*/
/*workshow style begin*/
#workshow{
	margin-top:10px;
	}
#workshow ul{
	height:121px;}
#workshow ul li{
	list-style:none;
	float:left;
	margin:0px 5px 0px 0px;;}
/*workshow style end*/
/*aboutme style begin*/
#aboutme{
	overflow:hidden;
	height:330px;
	background:url(../images/aboutme.jpg) right bottom no-repeat;
	width:980px;}
.myphoto{
	float:left;
	border:28px #ececec solid;}
#abouttext{
	float:left;
	padding:0px 20px;
	height:330px;
	}
#abouttext p{
	line-height:20px;}
#contact{
	overflow:hidden;}
#contact ul li{
	float:left;
	list-style:none;
	margin-right:4px;}
/*aboutme style end*/
/*sorry style begin*/
#sorry{
	border:1px #333 solid;
	height:180px;
	width:500px;
	margin:50px auto;}
#sorry img{
	float:left;
	padding:20px;}
#sorry p{
	float:left;
	margin-top:70px;}
/*sorry style end*/
/*footer style begin*/
#footer{
	font-family:Verdana, Geneva, sans-serif;
	border-top:1px #333 solid;
	line-height:30px;
	margin-top:10px;}
#copyright{
	float:left;}
#footerlink{
	float:right;}
#footerlink a{
	color:#666;}
/*footer style end*/
