/* general styles *************************************************************/
* {
	margin: 0;
	padding: 0;


}


a {
	

color: #0c4976;
	text-decoration: none;
	outline:none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
p {


}
ul,
ol {
	list-style: none;
}
.wrap {
	width: 100%;
	overflow: hidden;
}

.inner {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

#features {
	background: #fff url('../images/bg-features.png') repeat-x 0 100%;
}
#features .inner {
	width: 100%;
	background: url('../images/bg-features.jpg') no-repeat 50% 100%;
}
.visual {
	height: 363px;
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#navigation {
	position: relative;
	z-index:99;
	padding: 19px 0 0 170px;
	color: #6e6e6e;
	font: bold 15px/29px Arial, Helvetica, sans-serif;
	overflow:hidden;
	width:830px;

}
#navigation strong {
	float: left;
	padding-right: 9px;
}
#navigation ul {
	float: left;
	white-space:nowrap;
}
#navigation li {
	float: left;
	clear:right;
	padding: 0 13px;
}
#navigation a {
	float: left;
	cursor: pointer;
	text-decoration: none !important;
}
#navigation span {
	float: left;
	background: url('../images/underline.gif') repeat-x 0 23px;
}
#navigation li.active {
	background: url('../images/bg-active.gif') no-repeat 50% 0;
	padding: 0;
}
#navigation li.active a {
	background: url('../images/bg-active-left.gif') no-repeat;
}
#navigation li.active span {
	padding: 0 13px 10px;
	background: url('../images/bg-active-right.gif') no-repeat 100% 0;
}
.visual img {
	position:absolute;
	top: 0;
	left: -9px;
	z-index: 1;
}
.tab-hold{
	height:363px;
	width:1000px;
	position:relative;
	overflow:visible;
	z-index:1;
	position:absolute;
	top:0;
	left:0;
}
.tab-hold .tab{
	width:1000px;
	height:363px;
	position:absolute;
	overflow:visible;
	top:0;
	left:0;
	z-index:1;
	display:none;
}
.tab-hold  div.active{ z-index:2;}
.tab-hold ul.fade-gall{
	width:1000px;
	height:363px;
	position:relative;
	overflow:visible;
	top:0;
	left:0;
	list-style:none;
}
.tab-hold ul.fade-gall li{
	width:1000px;
	height:363px;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	overflow:visible;
}
.tab-hold ul.fade-gall li.active{ z-index:20;}
.tab-hold ul.fade-gall .txt {


	position: absolute;
	width: 465px;
	z-index: 2;
	left: 470px;
	top: 63px;
}
h2 {
	color: #FF0000;
	font: 23px/26px Arial, Helvetica, sans-serif;
}
.tab-hold ul.fade-gall .txt ul {
	margin: 8px 0;
}
.tab-hold ul.fade-gall .txt li {
	width:448px;
	height:auto;
	position:static;
	font: 15px/19px Arial, Helvetica, sans-serif;
	padding: 5px  0 5px 17px;
	color: #242424;
	background: url('../images/bullet.gif') no-repeat 1px 11px;
}

.join {
	display: block;
	width: 295px;
	height: 63px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('../images/join.png') no-repeat;
	position: absolute;
	z-index: 2;
	left: 10;
	top: 222px;
}


.paging {
	position: absolute;
	z-index: 99;
	width: 88px;
	height: 31px;
	background: url('../images/paging.gif') no-repeat;
	position: absolute;
	top: 286px;
	left: 810px;
	text-align: center;
	font: 14px/29px Arial, Helvetica, sans-serif;
}
.prev {
	float: left;
	width: 28px;
	height: 29px;
	overflow: hidden;
	text-indent: -9999px;
}
.next {
	float: right;
	width: 27px;
	height: 29px;
	overflow: hidden;
	text-indent: -9999px;
}
.paging span {
	margin: 0 30px;
	display: block;
}


