@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	color: #757677;
	font: 15px 'Roboto', sans-serif;
}

a {
	color: #757677;
	text-decoration: none;
}

p {
	margin-bottom: 15px;
}

#container {
	/* [disabled]width: 960px;
*/
	position: relative;
	margin: 0px auto;
}

#top {
	position: relative;
	height: 28px;
	background-color: #878787;
}

#topBar {
	width: 960px;
	margin: 0px auto;
	text-align: right;
}

#topBar #langBox {
	position: relative;
	padding: 0px 15px;
	line-height: 28px;
	letter-spacing: 2px;
	background-color: #b2b2b2;
	float: right;
	height: 28px;
	color: #ffffff;
}

#topBar #langBox a {
	color: #ffffff;
}

#topBar #callcenterBox {
	position: relative;
	height: 28px;
	overflow: hidden;
	padding: 0px;
	background-color: #9d9d9c;
	float: right;
	color: #ffffff;
}

#header {
	width: 960px;
	margin: 0px auto;
	position: relative;
	height: 130px;
}

#header #logo {
	position: absolute;
	width: 165px;
	height: 92px;
	top: 20px;
	left: 30px;
	z-index: 1001;
}

#header #tag {
	position: absolute;
	width: 192px;
	height: 40px;
	top: 180px;
	left: 150px;
	z-index: 1000;
	display: none;
}

#header #menu {
	position: absolute;
	top: 30px;
	right: 0px;
	float: right;
	text-align: right;
}

#header #menu ul li {
	font-size: 13px;
	float: left;
	padding: 0px 20px;
}

#header #menu ul li a {
	font-weight: 400;
	padding: 5px 0px;
	letter-spacing: 2px;
	border-top: 1px solid #fff;
}

#header #menu ul li a:hover {
	border-top: 1px solid #989898;
}

#header #menu ul li a.current {
	border-top: 1px solid #989898;
}

#mask {
	background: url(../_img/slider-mask.png) top center no-repeat;
	position: absolute;
	height: 500px;
	width: 100%;
	z-index: 990;
}

/* ------ slider customization start ------ */
.jquery-slider-wrapper {
	width: 100% !important;
}

.slider {
	width: 1920px;
	height: 450px;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
}

.jquery-slider-selectors {
	right: 50%;
	margin-right: -450px;
	bottom: 65px;
	z-index: 995;
}

.jquery-slider-selector {
	background: url(../_img/jquery-slider-theme-custom.png) no-repeat 0px -70px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.jquery-slider-selector-current {
	background: url(../_img/jquery-slider-theme-custom.png) no-repeat -16px -70px;
}

/* ------ slider customization end ------ */

#content {
	width: 840px;
	margin: 0px auto;
	position: relative;
	padding: 10px 60px;
}

#content .fancybox img {
	margin: 5px;
}

#content .textTitle {
	font-size: 18px;
	font-weight: 400;
}

.contentLeft {
	width: 400px;
	float: left;
	padding: 20px 0px;
}

.contentRight {
	width: 400px;
	float: right;
	margin-right: 20px;
	padding: 20px 0px;
}

ul.contentList li {
	margin: 0px 0px 10px 25px;
	list-style-type: disc;
}

#footerTop {
	width: 960px;
	margin: 0px auto;
	position: relative;
	text-align: center;
	padding: 50px 0px 25px;
}

#footer {
	margin: 0px auto;
	position: relative;
	background-color: #58595b;
	padding: 15px;
	display:none;
}

#footerGrid {
	width: 960px;
	margin: 0px auto;
}

.footerBox {
	width: 180px;
	float: left;
	margin: 0px 0px 0px 60px;
}

.footerBox li {
	font-size: 11px;
	color: #cacaca;
	font-weight: 400;
}

.footerBox li a {
	color: #919192;
}
