/* Left & Right alignment */
.left{float:left;}

.right{float:right;}

.wrapper{
	width:100%;
	overflow:hidden;
}

.padNull{
	padding: 0;
	}

/* Global properties ======================================================== */

.glob{
	width:100%;
	height:100%;
	position:absolute;
	overflow:visible;
	background-color: #C4C8D9;
	background-image: url(../images/BigBG.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}

body{
	font-family:Arial,sans-serif;
	color:#000000;
	line-height:20px;
	min-width: 940px;
	min-height:100%;
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	}

/* Global Structure ========================================================= */

.main {
	margin:0px auto 0 auto; 	
	width: 1100px; 
	z-index:2; 
	height:100%; 
	}

.page_spinner{
	position:fixed;
	z-index:99;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color: #C4C8D9;
	}

.page_spinner > span{
	position: absolute; 
	left: 50%; 
	top: 50%;
	}

/* ============================= main layout ================================ */

a{
	color: #2e3191;
	text-decoration:none;
	outline:none;
	font-size: 13px;
	}

a:hover{
	text-decoration:underline;
	color: #fff;
	}
	
a.drop{
	font-family: 'Rokkitt', serif;
	color: #2e3191;
	font-size:18px;
	line-height: 18px;
	width:100%;
	text-transform: none;
	font-weight: normal;
	padding-bottom: 0;
}

a.drop:hover{ 
	text-decoration:underline
	}
	
a.back {
	font-family: 'Rokkitt', serif;
	color: #FFFFFF;
	font-size:14px;
	line-height: 14px;
	width:100%;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	top: 16px;
	position: absolute;
	display: inline-block;
	}

h1{
	float:left;
	position: relative;
	}

h2{
	width:100%;
	font-family: 'Rokkitt', serif;
	color: #2e3191;
	font-size:30px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 12px;
	text-align: left;
	}

h3{
	font-family: 'Rokkitt', serif;
	width:100%;
	color: #2e3191;
	font-size:18px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 12px;
	}
	
h4 {
	width:100%; 
	font-family: 'Rokkitt', serif; 
	color: #2e3191;
	font-size:24px; 
	line-height: 24px; 
	text-transform: uppercase; 
	font-weight: normal; 
	padding-bottom: 2px;
	}
	
h5{
	width:100%;
	font-family: 'Rokkitt', serif;
	color:#666666;
	font-size:18px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: normal;
	}

p {
	font-size: 13px;
	color: #000000;
	line-height: 18px;
	padding-bottom: 18px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.sub  {
	font-size: 50%;
	font-variant: small-caps;
}

.super  {
	font-size: 50%;
	font-variant: small-caps;
}
	
td {
	font-size: 13px;
	color: #000000;
	line-height: 15px;
	padding-bottom: 0;
	}
	
li.text {
	font-weight: normal;
	text-align: left;
	list-style-position: outside;
	list-style-type: square;
	margin-bottom: 6px;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #000000;
}

.center{ 
	padding:0; 
	width:100%; 
	position: relative; 
	display: inline-block;
	}
	
caption {
	font-family: 'Rokkitt', serif;
	color: #2e3191;
	font-size:18px;
	line-height: 18px;
	width:100%;
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 6px;
	text-align: left;
}


/* ============================= header ============================ */


header{
	position: relative; 
	width: 1100px; 
	height: 118px; 
	z-index: 3;  
	margin: 0 auto;
	float: left;
	text-align: center;
	}

.hide_text{
	text-indent: 100%; 
	white-space: nowrap; 
	overflow: hidden;
	}

#logo{
	display:inline-block;
	width: 505px;
	height: 110px;
	background-image: url(../images/jackson_logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#logo:hover{
	text-decoration:none; 
	}

.logoHolder{
	display:inline-block;
	position: relative;
	height: 110px;
	top: 0;
	}
	
.logoHolderFlat{ 
	display:inline-block; 
	position: relative; 
	height: 56px; 
	top: 50px;
	}

.menu{
	position:relative; 
	z-index:1; 
	display: inline-block; 
	}

.menuHolder{ 
	display:inline-block; 
	position: absolute; 
	width: 930px; 
	z-index: 1; 
	left: 100px; 
	top: 150px;
	}

#menu {
	z-index:3; 
	position:relative; 
	display: inline-block;
	float: left;
	}

#menu > li{
	position:relative; 
	color: white;  
	text-align: left; 
	display: inline-block;
	float: left; 
	width: 220px; 
	height: 0;
	left: -1700px;
	}

#menu > li > a{
	display: block; 
	text-transform:uppercase; 
	position:relative;  
	height: 125px;  
	width: 220px;  
	z-index: 1;
	overflow: hidden;
	margin-top: 64px;
	}

#menu > li > a:hover{
	text-decoration:none;
	}

#menu > li.active > a{
	text-decoration:none;
	}

#menu ._last{
	margin: 0;
	}

#menu > li img{
	position: absolute; 
	top: 0;
	}

.submenu_1{
	position:absolute; 
	z-index:2; 
	top: 174px; 
	left: -36px;   
	display: block; 
	width: 140px;
	}

.submenu_1 li{ 
	position:relative; 
	display:inline-block;  
	float: left; 
	width: 100%; 
	margin-bottom: 4px;}

.submenu_1 a{
	font-family: 'Rokkitt', serif;
	line-height: 25px;
	color: #fff;
	font-size: 25px;
	display:inline-block;
	text-transform:uppercase;
	float: right;
	padding: 5px 14px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: #edf1fa;
	}

.submenu_1 li > a:hover, .submenu_1 li.sfHover > a{
	text-decoration:none; 
	color:#000; 
	background: #fff; 
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease;
	}

.mText{
	font-family: 'Rokkitt', serif;
	line-height: 50px;
	color: #000000;
	font-size: 30px;
	position: relative;
	width: 100%;
	z-index: 2;
	text-align: center;
	margin-top: 39px;
	top: 0;
	}

.mText_over{
	font-family: 'Rokkitt', serif; 
	line-height: 50px; 
	color: #fff; 
	font-size: 30px; 
	position: absolute; 
	width: 100%; 
	z-index: 2; 
	text-align: 
	center;top: -50px;
	}

._area{
	position: absolute; 
	width: 100%; 
	height: 100%; 
	top: 0; 
	z-index: 3;
	left: 0;display: block; 
	background: url(../images/pixel.png);}

._overPl{
	position: absolute; 
	width: 100%; 
	height: 100%; 
	top: 0; 
	z-index: 0;
	left: 0;
	display: block;
	}

/* ============================= content ====================== */

#content{
	position:relative;  
	z-index: 1; 
	width: 850px; 
	margin: 0 auto; 
	display: block;  
	float: right;
	overflow: visible;
	height: 615px;
	}

#content > ul{
	width: 615px;  
	z-index: 0; 
	display: inline-block;
	position: relative;
	overflow: visible;
	}

#content > ul > li{
	width: 615px; 
	display:block; 
	position:absolute; 
	}

.box{
	width: 765px; 
	position: relative; 
	display: inline-block; 
	}

.space1{
	display:inline-block; 
	width: 75px;
	}

.space2{
	display:inline-block;
	width: 55px;
}

.more{
	font-family: 'Rokkitt', serif;
	color: #2e3191;
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.more:hover{
	text-decoration: none; 
	color: #fff; 
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease;
	}

._link1{
	font-family: 'Rokkitt', serif;
	font-size: 14px;
	color: #1A1B52;
}

._link2{
	color: #2e3191;
	font-size:13px;
	line-height: 21px;
	text-decoration: underline;
	}

._link2:hover{
	color:#fff;
	text-decoration: none;
	}

._link3{
	color: #2e3191;
	font-size:13px; 
	line-height: 21px; 
	text-decoration: none;
	}

._link4{
	font-family: 'Rokkitt', serif; 
	color: #2e3191;
	font-size:18px; 
	line-height: 21px; 
	text-decoration: none;
	}
	
._link4:hover{
	color: #2e3191;
	text-decoration: underline;
	}

._link5{
	color:#fff; 
	text-decoration: 
	underline;font-size: 
	13px;font-weight: bold;
	}

._link5:hover{
	color:#fff; 
	text-decoration: none;
	}

.padBot1{
	padding-bottom: 53px;
	}

.padBot2{
	padding-bottom: 30px;
	}

.marRight1{
	margin-right: 20px;
	}

.marRight2{margin-right: 10px;}

.divSet1{
	padding-right: 48px; 
	margin-right: 48px; 
	border-right: 
	1px solid #6eaebd;
	}

.divSet2{
	padding-bottom: 15px; 
	margin-bottom: 15px; 
	background: url(../images/bg6.png) 0% 100% no-repeat;}

.divSet3{
	padding-right: 21px;
	margin-right: 48px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4F4DBD;
	}

.grad{
	width: 100%; 
	height: 800px; 
	position: absolute; 
	display: inline-block; 
	top:0; 
	background: url(../images/bg1.png);
	}

.extra_bg1{
	width: 1231px; 
	height: 678px; 
	position: absolute; 
	display: inline-block; 
	top: -70px; 
	background: url(../images/extra1.png) 0 0 no-repeat;
	left: -1700px;
	}

.extra_bg2{
	width: 865px; 
	height: 686px; 
	position: absolute; 
	display: inline-block; 
	bottom: -50px; 
	background: url(../images/extra2.png) 0 0 no-repeat;
	right: -17000px;}

._left_side{
	width: 175px; 
	height: 350px; 
	display: inline-block; 
	position: relative;
	z-index: 1;
	}

.page_name{
	width: 175px;
	height: 200px;
	position: absolute;
	display: inline-block;
	background: url(../images/bg3.png) 0 0 no-repeat;
	top: 0px;
	z-index: 2;
	left: -1700px;
	}
	
.txt_name{
	font-family: 'Rokkitt', serif;
	color: #2e3191;
	font-size: 30px;
	line-height: 30px;
	position: absolute;
	display: inline-block;
	top: 85px;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	}

.page_back{
	width: 175px; 
	height: 200px; 
	position: absolute; 
	display: inline-block; 
	background: url(../images/bg4.png) 0 0 no-repeat;
	bottom: 0;
	z-index: 1;
	left: -1700px;
	}

.txt_back{
	font-family: 'Rokkitt', serif;
	color: #2e3191;
	font-size: 30px;
	line-height: 30px;
	position: absolute;
	display: inline-block;
	top: 85px;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	}

.txt_back:hover{
	text-decoration: none;
	color: #FFFFFF;
	}
	
.txt_back:active{
	text-decoration: none;
	color: #000000;
	}
	
.txt_back:visited{
	text-decoration: none;
	color: #2e3191;
	}
	
.scroll1{
	width: 665px; 
	height: 440px;
	}

.scroll2{
	width: 665px; 
	height: 180px;
	}

.scroll3{
	width: 665px; 
	height: 500px;
}

.scroll4{
	width: 765px; 
	height: 750px;
	}

.scroll5{
	width: 765px; 
	height: 790px;
	}

._inner{
	display: inline-block; 
	position: relative;
	}

.scroll-btns{
	width: 42px; 
	position: absolute; 
	bottom: 150px;
	right: -100px;
	}

.downScroll{
	position: relative;
	}

.upScroll{
	position: relative; 
	float: right;
	}
	
.back-btns{
	width: 42px;
	position: absolute;
	top: 165px;
	right: -100px;
	background-image: url(../images/Back.png);
	height: 48px;
	background-repeat: no-repeat;
	}

._fig1{
	width: 252px; 
	height: 70px; 
	display: inline-block; 
	position: relative;
	margin-bottom: 13px;
	}

._fig1 .img{
	width: 62px; 
	height: 70px; 
	position: relative; 
	float: left;
	margin-right: 20px;
	}

._fig1 figcaption{
	width: 170px;
	display: inline-block;
	float: left;
	font-family: 'Rokkitt', serif;
	font-size: 18px;
	line-height: 21px;
	color: #54596B;
	text-transform: uppercase;
	margin-top: 14px;
	}

.gall_list{
	position: relative; 
	display: inline-block; 
	width: 660px; 
	height: 444px;
	}

.gall_list > li{
	width: 220px; 
	height: 252px; 
	display: inline-block; 
	position: absolute;
	}

.gall_list ._pos1{
	top:0; 
	left: 0;
	}

.gall_list ._pos2{
	top:0px; 
	left: 218px;
	}

.gall_list ._pos3{
	top: 0px; 
	left: 436px;
	}

.gall_list ._pos4{
	top: 189px; 
	left: 109px;
	}
	
.gall_list ._pos5{
	top: 189px; 
	left: 327px;
	}

.textStyle1{
	color: #18161c; 
	padding: 0;
	}

.descr{
	width: 220px; 
	height: 125px; 
	display: inline-block; 
	position: absolute; 
	top: 64px; 
	left: 0; }

.bg5{
	width: 220px; 
	height: 252px; 
	display: inline-block; 
	position: absolute; 
	top: -64px; 
	left: 0; 
	background: url(../images/bg5.png) 0 0 no-repeat;
	z-index: 0;
	}

/* ============================= footer ====================== */

footer{
	position: absolute; 
	width: 100%; 
	z-index: 2;  
	height: 50px; 
	display: inline-block;  
	bottom: 0; 
	float: left; 
	background: url(../images/bg2.png);
	text-align: center;
	}

.mainFooter { 
	z-index:2; 
	width: 930px; 
	display: inline-block; 
	margin-top: 16px;
	}

.textPrivacy{
	font-family: 'Rokkitt', serif;
	font-size: 14px;
	color: #FFFFFF;
	position:relative;
	display:inline-block;
	text-transform: uppercase;
	}

.privHold{ 
	line-height: 20px; 
	position: relative; 
	display: inline-block; 
	float: left;
	}

.followHolder{
	position: relative;
	display: inline-block;
	float: right;
	}

.followHolder > ul{
	display: inline-block;
	}

.followHolder > ul > li{
	display: inline-block; 
	float: left;
	margin-left: 30px;
	}

.followHolder > ul > li >a{
	font-family: 'Rokkitt', serif;
	font-size: 14px;
	color: #B2ADB2;
	text-transform: uppercase;
	}

/*===================================Map=====================================*/

.google_map{
	margin:0; 
	width:380px; 
	height:150px; 
	background: #fff; 
	display: inline-block;
	}

.google_map > span{
	position: absolute; 
	top: 45%; 
	left: 50%;
	}

/* ============================= forms ============================= */

#ContactForm {
	padding:0; 
}

#ContactForm .bg{
	padding:0; 
	display: inline-block;
	float: left;
	position: relative;
}

#ContactForm .wrapper {
	overflow:inherit; 
	min-height:40px; 
}

#ContactForm .success {  
	font-size:10px; 
    position:relative; 
    float:left; 	
	color: #fff; 
	width: 100%; 
	line-height: 11px;
	padding-bottom: 2px;
}

#ContactForm label {
	position:relative; 
	display:inline-block;  
	float: left; 
	width: 100%;
	padding-bottom: 10px;
}

#ContactForm .error,#ContactForm .empty {
	font-size: 10px; 
	color: #fff; 
	line-height:9px; 
	display:none; 
	width: 100%; 
	top:0; 
	position:relative; 
	float: left;
	text-align: left;
}

#ContactForm a {
	position:relative; 
	z-index:1; 
}

#ContactForm a:hover {
	text-decoration:none;
	}

#ContactForm .input {
	width: 184px;
	padding: 7px 18px;
	color: #D9E1FF;
	outline:none;
	font-size: 18px;
	background: #9dd1dd;
	font-family: 'Rokkitt', serif;
	box-shadow: none;
	text-transform: uppercase;
	text-shadow: 0 2px 2px #80c2d1;
}

#ContactForm textarea {
	overflow:auto;
	margin:0;
	width: 285px;
	height: 145px;
	padding: 10px 18px;
	color: #D9E1FF;
	resize:none;
	outline:none;
	font-size: 18px;
	background: #9dd1dd;
	font-family: 'Rokkitt', serif;
	box-shadow: none;
	text-transform: uppercase;
}

#ContactForm .block {
	display:inline-block; 
	position:relative; 
	width: 100%; 
	float: left; 
}

#ContactForm .marNone {
	margin: 0;}
 
.formButtons{
	position:relative; 
	float: right;  
	display: inline-block;
	margin-top: 2px;
	margin-right: 63px;
	}
	
.formBtn{
	display:inline-block;  
	position:relative;  
	margin-left: 14px;
	}
/* ============================= end forms ============================= */
