/* Website template by freewebsitetemplates.com */
html {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #0c2635; 
	margin: 0;
}
img {
	border: 0;
}

/*------------------------------ HEADER ------------------------------*/
#header {
	width: 960px;
	margin: 0 auto;
	padding: 12px 0;
	position: relative;
}

/** Logo **/
#logo {
	display: block;
	padding: 0 0 15px 20px;
}

/** Navigation **/
.navigation {
	background: #dcdcdc;
	height: 47px;
	padding: 3px;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	border-radius: 5px;
}

/** Searchbar **/
#search {
	background: url(../images/bg-search.gif) no-repeat right bottom;
	height: 47px;
	width: 268px;
	padding: 13px 0 0;
	position: absolute;
	bottom: -20px;
	right: 0;
}
#search form {
	display: inline-block;
	margin: 0;
	padding: 5px 4px 4px;
}
#search input {
	float: left;
	line-height: 38px;
}
#search .txtfield {
	color: #6e6e6e;
	font-size: 15px;
	font-style: italic;
	height: 38px;
	width: 234px;
	border: 0;
	margin: 0;
	padding: 0;
}
#search .button {
	background: url(../images/spotlight.gif) no-repeat right center;
	border: 0;
	cursor: pointer;
	height: 38px;
	width: 20px;
	margin: 0;
	padding: 0;
}

/** Adbox **/
#adbox {
	background-color: #ffffff;
	height: 340px;
	padding: 20px 0 0;
}
#adbox p {
	margin: 0;
}
#adbox .body {
	width: 960px;
	margin: 0 auto 0;
}
#adbox div.images {
	float: right;
	display: inline-block;
	height: 281px;
	width: 710px;
	overflow: hidden;
}
#adbox div.images img.preview {
	float: left;
	margin-right: 2px;
}
#adbox div.images img.last {
	position: relative;
	top: -2px;
}
#adbox .details {
	color: #2f2f2f;
	height: 200px;
	width: 200px;
	padding: 40px 20px 40px 10px;
	text-align: center;
}
#adbox .details p {
	color: #646c6f;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}
#adbox .details p span {
	color: #073f5a;
	display: block;
	font-size: 16px;
	line-height: 20px;
	padding: 0 0 20px;
	text-align: center;
}
#adbox .details p span a {
	color: #073f5a;
	font-weight: bold;
	text-decoration: none;
}
#adbox .footer {
	height: 46px;
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#adbox div.footer ul {
	background-color: #dcdcdc;
	display: inline-block;
	width: 960px;
	list-style: none;
	margin: 0 auto;
	border-radius: 3px;
	padding: 0;
	position: absolute;
	bottom: -80px;
}
#adbox div.footer ul li {
	float: left;
	width: 280px;
	padding: 20px 20px 18px;
}
#adbox div.footer ul li img {
	float: left;
	margin-right: 10px;
}
#adbox div.footer ul li p {
	color: #363636;
	font-size: 14px;
	height: 88px;
	line-height: 20px;
	margin: 0;
}
#adbox div.footer ul li p a {
	color: #010101;
	font-weight: bold;
	text-decoration: none;
}
#adbox div.footer ul li.selected {
	background-color: #e9f1f4;
	border-radius: 3px;
}
#adbox div.footer ul li.selected p, #adbox div.footer ul li.selected p a {
	color: #5c6164;
}
#adbox div.footer span.bottom-shadow {
	background: url(../images/bottom-shadow.gif) no-repeat left top;
	display: block;
	height: 20px;
	width: 960px;
	position: absolute;
	bottom: -100px;
}

/*------------------------------ CONTENTS ------------------------------*/
#contents {
	background: url(../images/bg-content.gif) repeat;
	padding: 40px 0 20px;
}
#contents div.body {
	color: #fdfffa;
	width: 960px;
	margin: 0 auto 20px;
}

/** MAIN **/
#main {
	background-color: #03354e;
	width: 630px;
	margin: 60px 10px 0 300px;
	padding: 20px 0 20px 20px;
}
#main span, #main p {
	color: #aeb4b4;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding-right: 20px;
	text-align: justify;
}
#main span {
	color: #fdfffa;
	font-size: 15px;
}
#main p a {
	color: #aeb4b4;
	font-weight: bold;
	text-decoration: none;
}
#main span a {
	color: #fdfffa;
	font-weight: bold;
	text-decoration: none;
}
#main ul {
	display: inline-block;
	list-style: none;
	height: 200px;
	margin: 0;
	padding: 0;
}
#main ul li {
	float: left;
	width: 315px;
}
#main ul li a {
	color: #fdfffa;
	display: block;
	height: 114px;
	margin: 0 40px 0 0;
	text-decoration: none;
}
#main ul li img {
	float: left;
}
#main ul li h3 {
	margin: 0;
	line-height: 25px;
	padding-top: 35px;
}
#main ul li p {
	clear: both;
	padding: 6px 40px 20px 0;
}

/** SIDEBAR **/
#sidebar {
	float: left;
	width: 270px;
	margin: 0;
	padding: 20px 20px 0 10px;
}
#sidebar h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 20px;
}
#sidebar ul {
	list-style: none;
	height: 420px;
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 10px;
}
#sidebar ul li span {
	color: #456d87;
	display: block;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;
}
#sidebar ul li span a {
	background: url(../images/bg-comment.gif) no-repeat 7px 3px;
	color: #fffffb;
	display: inline-block;
	height: 20px;
	width: 20px;
	padding-bottom: 1px;
	padding-left: 12px;
	text-decoration: none;
}
/*------------------------------------*\
    Flaunt JS Navigation
\*------------------------------------*/

.nav {
  position:relative;
  display:inline-block;
  float: right;
  width: 60%;
  margin: 20px 0;
}
.nav-list {
  text-align:left;
}
.nav-item {
  float:left;
  *display:inline;
  zoom:1;
  position:relative;
  margin-right: 20px;
}
.nav-item:last-child{margin-right:0%!important;}
.nav-item a {
  display:block;
  padding:16px 14px;font-size:14px;color:#333;
  -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   list-style-type: none;
   text-decoration: none;
}
.nav-item .active{
     background: #333;
     color: #fff;
}

.nav-item:hover .nav-submenu {
  display:block;
}
/* Navigation submenu */
.nav-submenu {
  display:none;
  position:absolute;
  left:0;
  width:235px;
  z-index: 9999;
}
.nav-submenu-item a {
  background: #dcdcdc;
  border-bottom:1px solid #d2d0d0;
  display:block;
  padding:15px;
  color: #333;
}
.nav-submenu-item a:hover, .nav-item a:hover {
  background: #333;
  color: #fff;
}





/* Mobile navigation */
.nav-mobile {
  display:none; /* Hide from browsers that don't support media queries */
  cursor:pointer;
  position:absolute;
  top:0;
  right:0;
  background:#3D3D3B url(../images/nav.png) no-repeat center center;
  background-size:18px;
  height:50px;
  width:50px;
}
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
  position:absolute;
  top:0;
  right:0;
  display:none;
  border-left:1px solid #8B2870;
  height:49px;
  width:50px;
  cursor:pointer;
}
.nav-click i {
  display:block;
  height:48px;
  width:48px;
  background:url(../images/drop.svg) no-repeat center center;
  background-size:20px;
}
.nav-click:hover {
  background-color:#a4a3a3;
}
.nav-rotate {
  -webkit-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  -o-transform:rotate(180deg);
  transform:rotate(180deg);
}



/*------------------------------ About us page ------------------------------*/
#contents .background {
	background-color: #ffffff;
	line-height: 20px;
	min-height: 550px;
	width: 920px;
	border-radius: 3px;
	margin: 0 auto;
	padding: 20px;
}

/*------------------------------ FOOTER ------------------------------*/
#footer {
	color: #456f7f;
	line-height: 20px;
	width: 940px;
	margin: 0 auto;
	padding: 20px 10px;
	text-align: center;
}

#footer ul.contacts {
	float: left;
	font-size: 12px;
	list-style: none;
	width: 300px;
	margin: 0;
	padding: 0 0 10px;
}
#footer ul.contacts h3 {
	font-size: 14px;
	margin: 0 0 10px;
	text-transform: uppercase;
}
#footer ul.contacts li span {
	float: left;
	width: 50px;
}
#footer ul.contacts li p {
	margin: 0 0 0 50px;
}

#connect {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#connect h3 {
	font-size: 14px;
	margin: 0 0 10px;
	text-transform: uppercase;
}
#connect li {
	padding: 0 4px 5px;
	float: left;
}
#connect li a {
	color: #456f7f;
	font-size: 15px;
	text-decoration: none;
}

#newsletter {
	float: left;
	width: 500px;
	padding: 0 0 20px;
}
#newsletter p {
	font-size: 12px;
	margin: 0;
}
#newsletter p b {
	display: block;
	font-weight: 800;
	margin: 0 0 10px;
	text-transform: uppercase;
}
#newsletter form {
	margin: 4px 0 16px;
}
#newsletter .txtfield {
	background: url(../images/input.gif) no-repeat;
	color: #9c9c9c;
	height: 25px;
	line-height: 25px;
	width: 200px;
	border: 0;
	margin: 0 6px 0 0;
	padding: 0 10px;
}
#newsletter .button {
	background: url(../images/button-check.gif) no-repeat;
	cursor: pointer;
	height: 25px;
	width: 25px;
	border: 0;
	padding: 0;
}

#footer span.footnote {
	clear: both;
	display: block;
	font-size: 12px;
	margin: 40px 0 0;
	text-align: center;
}

/*------------------------------ For IE6 ------------------------------*/
h5{
	font-size: 20px;
	font-weight: bold;
}
.inner-page-cn p{
	font-size: 13px;
	padding: 10px 0;
}
.inner-page-cn p img{
	float: left;
	padding: 0 10px 10px 0
}
.clearfix{
	clear: both;
}
.bulletin li{
	 background: url("../images/caousel-next-hover.png") no-repeat scroll 0 0 transparent;
    font-size: 13px;
    font-weight: bold;
    height: 34px;
    margin: 10px 0;
    padding: 9px 0 0 27px;
}
.coming-soon{
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
h6{
	font-size: 16px;
	font-weight: bold;
	color: #0089d1;
}
.bulle li{
	   font-size: 13px;
    font-weight: bold;
    height: 9px;
    list-style: disc inside none;
    margin: 10px 0;
    padding: 9px 0 0;
}
.bulle {
    margin-bottom: 30px;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 5px; 
  -webkit-border-radius: 5px 5px 5px 5px !important;
  -moz-border-radius: 5px;
  border: 1px solid #c9cfd9; 
  width: 515px;
  float: left;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  .transparent-btns_tabs.transparent-btns1_tabs, .transparent-btns_nav.transparent-btns1_nav{
  	display: none;
  }