* {
    padding:0px;
    margin:0px;
}
@font-face {
  font-family: 'Anaheim';  
  src: url('../font.ttf');
}
body {
    font-family: 'Anaheim', sans-serif;
    background:url('../images/bgb.png');
}
#container {
    width:920px;
    height:auto;
    min-height:500px;
    margin:0 auto;
}
#header {
    width:100%;
    height:47px;
    background-image: url('../images/top-nav.png');
    position: relative;
    z-index: 100;
}
#header-content {
    width:920px;
    height:47px;
    margin:0 auto;
    position: relative;
}
#logo {
    margin-top:52px;
    margin-left:5px;
    float:left;
    width:150px;
    z-index:2;
    position:absolute
}
#content {
    width:920px;
    height:auto;
    margin-top:0px;
    min-height:500px;
    position:relative;
    background-image: url('../images/content-bg2.png');
    background-repeat: repeat-y;
    margin-top:-9px;
    opacity: 0;
    z-index: 5;
}
#footer {
    width:918px;
    height:85px;
    position:relative;
    margin-top:-5px;
    background-image: url('../images/footer-bg.png');
    font-size: 10pt;
    opacity: 0;
}
#menu {
    list-style: none;
    position: relative;
    margin:0 auto;
    width: 800px;        
}
#menu li {
    float:left;
    padding:8px;
    color:#444444;
    position:relative;
}
.current {
    text-shadow: 0px 0px .4em #00aae7;
}
#menu li:hover {
    color:#000;
    cursor:pointer;
    text-shadow: 0px 0px .4em #00aae7;
    background: #eee;
}
#sub-menu {
    list-style: none;
    background:#cacaca;
    width:1000px;
    z-index:110;
    position: absolute;
    width:200px;
    top:35px;
    left:0px;
    display:none;
}
#sub-menu li {
    padding:8px;
    color:#fff;
    float:none;
    z-index:110;
    font-size:10pt;
}
#menu li:hover #sub-menu {
    display:block;
}
#logo-bg {
    width:160px;
    position:absolute;
    z-index:-1;
    top:45px;
    left:0px;
}
#aside {
    background-image:url('../images/aside2.png');
    width:239px;
    height:351px;
    margin-left:20px;
    margin-right:20px;
    position: relative;
    display: inline-block;
}
#aside img {
    width:175px;
    height:119px;
    position:absolute;
    top:227px;
    left:5px;
}
#aside span {
    font-size: 15pt;
    color:white;
    position:absolute;
    top:42px;
    left:12px;
    font-family: 'PT Sans', sans-serif;
}
#aside p {
    width:200px;
    position: absolute;
    top:100px;
    text-align: left;
    left:20px;
}
#row {
    width:100%;
    position: relative;
    height: auto;
    margin:0 auto;
    text-align: center
}
#about-intro {
    width:800px;
    height:200px;
    margin:0 auto;
    position: relative;
    background:url('../images/about-bg.png');
}
#about-intro-main {
    width:800px;
    height:365px;
    margin:0 auto;
    position: relative;
    background:url('../images/about-bg-main.png');
}
#about-intro p {
    position: absolute;
    top:65px;
    width:760px;
    left:20px;
    text-align: justify;
}
#about-intro span {
    font-size: 13pt;
    color:white;
    position:absolute;
    top:33px;
    left:12px;
    font-family: 'PT Sans', sans-serif;
}
#about-intro-main p {
    position: absolute;
    top:65px;
    width:760px;
    left:20px;
    text-align: justify;
}
#about-intro-main span {
    font-size: 13pt;
    color:white;
    position:absolute;
    top:33px;
    left:12px;
    font-family: 'PT Sans', sans-serif;
}
.vision {
    width:800px;
    height:200px;
    margin:0 auto;
    position: relative;
    background:url('../images/vision.png');
}
.mission {
    width:800px;
    height:200px;
    margin:0 auto;
    position: relative;
    background:url('../images/mission.png');
}
.bp {
    width:800px;
    height:200px;
    margin:0 auto;
    position: relative;
    background:url('../images/bp.png');
}
#title {
    font-size: 13pt;
    color:white;
    position:absolute;
    top:33px;
    left:12px;
    font-family: 'PT Sans', sans-serif;
}
#desc {
    position: absolute;
    top:65px;
    width:760px;
    left:20px;
    text-align: justify;
}
.marketing {
    width:800px;
    height:200px;
    margin:0 auto;
    position: relative;
    background:url('../images/marketing.png');
}
.hr {
    width:800px;
    height:200px;
    margin:0 auto;
    position: relative;
    background:url('../images/hr.png');
}
.vac {
    width:800px;
    height:200px;
    margin:0 auto;
    position: relative;
    background:url('../images/vac.png');
}
.rap {
    width: 480px;
    position: absolute;
    top: 70px;
    left: 25px;
}
.v-slider {
    background-image: url('../images/cont-bg.png');
    width: 800px;
    height: 251px;
    position: relative;
    margin: 0 auto;
}
.v-menu {
    list-style: none;
    position: absolute;
    top: 30px;
    left: 0px;
}
.v-menu li {
    width: 195px;
    height: 34px;
    background: url('../images/top-tittle.png');
    padding-top: 7px;
    padding-left: 10px;
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    cursor: pointer;
}
.v-menu p {
    width: 560px;
    height: auto;
    position: absolute;
    top: 0px;
    left: 210px;
    color: #000;
    line-height: 1.5em;
    background: url('../images/op.png');
    padding: 5px;
    border: thin solid #68a0d3;
    border-radius: 5px;
}
#contact {
    width: 500px;
    margin-left: 30px;
}
.news-item {
    width: 400px;
    height: 300px;
    border: thin solid #d4d4d4;
    border-radius: 5px;
    position: relative;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 6px;
    background-image: url('../images/news-bg.png');
    background-repeat: no-repeat;
    background-position: bottom;
    float: left;
    margin-right: 3px;
}
.news-title {
    background: #68a0d3;
    padding: 5px;
    display: block;
    position: relative;
    width: auto;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}
.news-img {
    width: 200px;
    height: 200px;
    background:#fff;
    float: right;
    border: medium solid #cacaca;
    background-repeat:no-repeat;
    background-position:center;
}
.news-brif {
    float: left;
    width: 185px;
    text-align: justify;
    background-image: url('../images/op.png');
}
.clearfix {
    clear: both;	
}
.news-read {
    background-color: #f37022;
    color: #fff;
    padding: 5px;
    margin-top: 5px;
    position: relative;
    float: left;
}
.news-wrap {
    position: relative;
    margin: 0 auto;
    width: 850px;
}
.index-news-title {
    width: 195px;
    height: 35px;
    background: url('../images/top-tittle.png');
    position: absolute;
    top: 25px;
    left: -8px;
    z-index: 10;
    color: #fff;
    font-size: 13pt;
    font-family: 'PT Sans', sans-serif;
    text-align: left;
    padding-left: 10px;
    padding-top: 7px;
}
.top-bg {
    width: 800px;
    height: 201px;
    background-image: url('../images/top-bg.png');
    position: absolute;
    top: 0px;
    left: -8px;
}
.bottom-bg {
    width: 800px;
    height: 155px;
    background-image: url('../images/bottom-bg.png');
    position: absolute;
    bottom: 0px;
    left: -8px;
}
.middle-bg {
    width: 800px;
    height: 60%;
    background-image: url('../images/middle-bg.png');
    position: absolute;
    top: 70px;
    left: -8px;
    margin-top: 25px;
}
.contact-info {
    width: 300px;
    list-style: none;
    top: 420px;
    right: 20px;
    position: absolute;
}
.contact-info li {
    padding: 5px;
}
.news-item-read {
    width: 825px;
    border: thin solid #d4d4d4;
    border-radius: 5px;
    position: relative;
    margin: 0 auto;
    padding: 10px;
    display: inline-block;
    margin-bottom: 6px;
    background-image: url('../images/news-bg-read.png');
    background-repeat: repeat;
    background-position: bottom;
}
.news-img1 {
    width: 300px;
    height: auto;
    background-color:#fff;
    border: medium solid #cacaca;
    margin-left: 5px;    
}
.news-brif-read {
    float: left;
    width: 510px;    
    text-align: justify;
    background-image: url('../images/op.png');
}
.gallery {
    width: 510px;
    border: thin solid #ddd;
    position: relative;
    height: 121px;
    text-align: center;
    float: left
}
.gallery div {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    margin: 10px;
    border: thin solid #aaa;
}
.secq {
	border:thin solid #111;
	background: #ed801b;
	padding:3px;	
}
.pages {
	list-style: none;
	margin-top:10px;
}
.pages li {
	float: left;
}
.pages a {
	padding:5px;
	margin-right:5px;
	text-decoration: none;
	background: #f37022;
	color:#fff;
}
#cur-page {
	background: #1d459c;
	border:thin solid #000;
}