#html, body {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width:100%;
	height: 100%;
	margin: auto;
}

/************/
/* BANNER
/***********/

.bannerContainer{
	width:1280px; 
	height: 330px;
}

.bannerPicBackground{
	width:960px; 
	height: 330px;
    position:relative;
    left:160px;
}

.bannerContent{
	width: 1280px; 
	height: 50px;
	font-family: 'Myriad Pro Semibold', Tahoma, Arial;
	font-size:80px;
	color:#ffffff;
	position:relative;
	top:-105px;
	text-align:center;
}

.bannerContentPhone {
	width:219px;
	height:400px;
	position:relative;
	top: -350px;
	left : 950px;
	transform:rotate(8deg);
	-ms-transform:rotate(8deg); /* IE 9 */
	-webkit-transform:rotate(8deg); /* Safari and Chrome */
}

.bannerContainerSub{
	width: 1280px; 
	height: 110px;
    line-height:28px;
	text-align:center;	
}

.bannerContainerSubText{
	font-family: 'Myriad Pro Light', Tahoma, Arial;
	font-size:28px;
	color:#ffffff;
	position:relative;
	margin:20px auto 0px;
	text-align:center;
    vertical-align:middle;
}

/************/
/* BODY
/***********/

.bodyTabHeader{
	background-repeat: no-repeat;
	background-position:center center;
	background-size: auto;
	width: 1280px; 
	height: 120px;
}

.bodyTabActive{
	width: auto; 
	height: auto;
	font-family: 'Myriad Pro Semibold', Tahoma, Arial;
	font-size:50px;
	color:#5f4673;
	text-align:center;
}

.bodyTabNotActive{
	width: auto; 
	height: auto;
	font-family: 'Myriad Pro Semibold', Tahoma, Arial;
	font-size:50px;
	color:#c5c5c5;
	position:relative;
	text-align:center;
	cursor:pointer;
}

.bodyTabContent{
	width:1120px;
	height:auto;
	line-height: 22px;
	background-color:#e7e7e7;
	border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 0px 0px 8px 8px ;
	position:relative;
	top: 0px ;
	left : 80px;
}

.bodyTabContentTitle{
	width: auto; 
	height: auto;
	font-family: 'Myriad Pro Bold', Tahoma, Arial;
	font-size:20px;
	color:#5f4673;
	position:relative;
	text-align:center;
}

.bodyTabContentSubTitle{
	width: auto; 
	height: auto;
	font-family: 'Myriad Pro Bold', Tahoma, Arial;
	font-size:12px;
    letter-spacing:4px;
	color:#aaaaaa;
	position:relative;
	text-align:center;
}

.bodyTabContentText{
	line-height:22px;
	font-family: 'Myriad Pro Light', Tahoma, Arial;
	font-size:14px;	
	color:#000000;
	position:relative;
	text-align:left;
	vertical-align:middle;	
}

.bodyTabContentModulPic{
	background-image: url(../images/support/img_support_04.png);
	background-repeat: no-repeat;
	background-position:center center;
	background-size: contain;
	width: 90px; 
	height: 90px;
	margin-top: 0px;
	margin-left: 0px;
	float:left;	
}

.bodyTabContentModulPicLabel{
	width: 90px;
	height: 20px;
	text-align:center;
	vertical-align:middle;
	font-family: 'Heroic Condensed', Tahoma, Arial;
	font-size:18px;
    letter-spacing:1px;
	color:#ffffff;
	position:relative;
	top: 67px ;
}

.bodyTabContentTextLink{
	line-height:28px;
	font-family: 'Myriad Pro', Tahoma, Arial;
	font-size:18px;
	text-decoration:underline;
	color:#7d5e93;
	position:relative;
	text-align:left;
	vertical-align:middle;	
	cursor:pointer;
}

.bodyTabContentUserGuide{
	width:300px;
	height:26px;
	line-height: 22px;
	overflow:hidden;
	font-family: 'Myriad Pro Light', Tahoma, Arial;
	font-size:18px;	
	text-decoration:underline;
	color:#444444;
	text-align:left;
	position:relative;
	top: 5px ;
	left : 19px;
    cursor:pointer;
}

.bodyTabContentVideoTutorial{
	width:900px;
	height:26px;
	line-height: 26px;
	overflow:hidden;
	font-family: 'Myriad Pro', Tahoma, Arial;
	font-size:18px;	
	color:#444444;
	text-align:left;
	position:relative;
	top: 5px;
	left : 19px;
	margin-bottom:15px;
}

.bodyTabContentFAQAnswer{
	width:880px;
	height:0px;
	line-height: 24px;
	overflow:hidden;
	font-family: 'Myriad Pro Light', Tahoma, Arial;
	font-size:18px;	
	color:#444444;
	text-align:justify;
	position:relative;
	top: 5px;
	left : 19px;
}

.bodyTabContentFieldSeparator{
	width: 1060px; 
	height: 2px;
	background-color:#a28ab0;
		
}

.bodyTabContentRowSubtitle{
	height: 25px;
}

.bodyMediaVideoTutorial{
    border:0;
    width:640px;
    height:360px;
	margin-left:70px;
    margin-right :0px;
    margin-top:10px;
    
}
