﻿body
{
	background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 100% auto;
    color: #000000;
    margin: 0;
	overflow-x: hidden;
}
.sPageCover
{
    text-align: center;
    width: 100%;
}

/*Main*/
.CoverMain{
	width: 1024px;
	margin: 0 auto;
	position: relative;
	/*z-index: 9000;*/
}
.Logo{
    left: 0;
    position: absolute;
    top: 65px;
    z-index: 9000;
}
/*End*/

/*Menu Home Page*/
.MenuHomePage{
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    z-index: 900;
}
.jTscrollerText{
    border-top: 2px solid #DDDDDD;
    height: 30px;
    padding-right: 10px;
    position: absolute;
    right: 0px;
    text-align: right;
    top: 140px;
    width: 250px;
	font-size: 16px;
	background-image: url("images/databg.png");
    background-repeat: repeat;
	color:#000 !important;
	font-weight:bold;
}
.jTscrollerText a{
	font-size: 16px!important; 
	text-decoration: none!important;
}
/*End*/

/*Banner*/
.CoverImg{
	position: relative !important;
	width: 1024px !important;
	margin: 0 auto !important;
}
.slideshow{
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
}
.slideshowImg{
	/*
    background-position: center top;
    background-repeat: no-repeat;  
	min-height: 2000px;
	background-attachment: fixed;
	*/
	-webkit-background-size: cover;        
	-moz-background-size: cover;        
	-o-background-size: cover;
	background-size: cover;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:-1;	
}
.CoverImgTitle{
    background-image: url("images/BgTitle.png");
    background-position: center top;
    background-repeat: no-repeat;
    color: white !important;
    font-weight: bold;
    left: 8px;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    top: 400px;
    width: 245px;
}
.CoverImgTitle p{
	color: white !important;
}
.CoverImgTitle p span{
	color: white !important;
}
/*End*/

/*Fotter*/
.CoverFotter{
    background-color: #FFFFFF;
    bottom: 0;
    height: 158px;
    position: fixed;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 1000;
}
.Fotter {
    margin: 0 auto;
    padding-right: 84px;
    width: 940px;
}
.MainText {
    background-image: url("images/BgFoffer.png");
    background-position: left 20px;
    background-repeat: no-repeat;
    float: right;
    margin-left: 32px;
    min-height: 165px;
    padding-left: 32px;
}
.MainTextTitle{
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}
.MainTextParagraph{
    color: #000000;
    font-size: 12px;
    line-height: 20px;
    text-align: right;
}
.MainTextParagraph li{
	list-style: none outside none;
}
.MainTextParagraph ul{
	padding:0;
	margin:0;
}
.CoverMainText {
	min-height: 420px;
	position: relative;
}
.MainTextParagraph li a{
	text-decoration: none;
}
.ContactFotter{
    font-weight: bold;
    line-height: 40px;
}
.ContactFotter a{
    text-decoration: none;
}
/*End*/

/*ContentPane*/
.CoverContentPane{
    margin: 0 auto;
    width: 1000px;
	position: relative;
}
.ContentPane{
    position: absolute;
    right: -95px;
    top: 108px;
    z-index: 9000 !important;
}
/*End*/
