html { height:100%;}
body {
	height:100%;
	margin:0;
	font:13px Arial, Helvetica, sans-serif;
	position:relative;
	min-width:1130px;
}
img { border-style:none;}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color:#f90;
}
/* bg-body */
.main-holder{
	width: 100%;
	position: relative;
	height: 100%;
}
* html .main-holder { height: 100%;}
.bg-body {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}
#wrapper {
	min-height:100%;
	width:100%;
	position:relative;
	z-index:50;
}
* html #wrapper { height:100%;}
#holder {
	width:950px;
	margin-left:80px;
	padding-bottom:110px;
}
/* header */
#header {
	min-height:190px;
	margin-bottom:20px;
	width:920px;
}
* html #header { height:190px;}
#header .logo {
	float:left;
	background:url(../images/logo.png) no-repeat;
	width:160px;
	height:25px;
	text-indent:-9999em;
	overflow:hidden;
	margin-top:55px;
}
#header .logo a {
	display:block;
	height:100%;
}
#header .add-nav {
	margin:0;
	padding:9px 0 0;
	list-style:none;
	background:url(../images/bg-add-nav.png) no-repeat;
	float:right;
	font-size:11px;
	width:241px;
	text-align:center;
	
}
#header .add-nav li {
	float:left;
	background:url(../images/separator-add-nav.gif) no-repeat;
	padding:0 5px 0 12px;
}
* html #header .add-nav li { background-position:0 2px;}
#header .add-nav li:first-child { background:none;}
#header .add-nav li.active a,
#header .add-nav li a.active { color:#f90;}
/* info-box */
.info-box {
	width:650px;	
font-size: 13px;

}


* html .info-box{ bottom:-1px;}
.sub-box {
	display:none;
	position:absolute;
	bottom:0;
	left:-1500px;
	color:#fff;
	width:953px;
	overflow:hidden;
	z-index:40;
}
.info-box h1 {
	color:#fff;
	margin:0 0 18px;
	font-size:20px;
	
}
.sub-box h1 {
	font-size:24px;
	margin-bottom:6px;
margin-top: 0px;
}
.info-box p { margin:0;
width: 860px;}

.hide p { margin:0;
width: 630px;}
.hide h1 {margin-bottom: 0px; line-height: 30px;}



.info-box .tabset {
	margin:0 0 8px -9px !important;
	padding:0 !important;
	list-style:none !important;
	overflow:hidden !important;
	width:100%;
	text-transform:uppercase;
	font-size:12px !important;
}
.info-box .tabset li {
	float:left;
	padding:0 10px 0 14px !important;
	background:url(../images/separator-tabs.gif) no-repeat;
	margin:0 5px 0 -5px;
}
.sub-box .t{
	background:url(../images/bg-sub-box-t.png) no-repeat;
	width:953px;
	height:10px;
	position:absolute;
	margin-top:-10px;
	top:0;
	left:0;
	z-index:50;
	
}
.sub-box .c {
	margin-top:10px;
	position:relative;
	background:url(../images/bg-sub-box.png) repeat-y;
	width:893px;
	padding:10px 30px 30px;


}
.sub-box .content { width:695px; }
.info-box a.visit {
	background:url(../images/bullet-arrows.gif) no-repeat 100% 4px;
	padding-right:10px;
	color:#ccc;
font-size: 13px;
	
	

}
.info-box a.visit:hover { color:#f90; font-size: 13px;}
/* popup */
#fader{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	z-index:549;
}
.popup-wrapper{
	width:722px;
	padding:30px;
	z-index:550;
	position:absolute;
	left:50%;
	top:-9999px;
	margin-left:-421px;
	line-height:22px;
	font-size:12px;
}
.popup {
	width:582px;
	position:relative;
}
.popup .t,
.popup .b {
	background:url(../images/bg-popup-t.png) no-repeat;
	width:642px;
	height:35px;
	overflow:hidden;
}
.popup .b {
	background:url(../images/bg-popup-b.png) no-repeat;
	width:642px;
}
.popup .c {
	background:url(../images/bg-popup.png) repeat-y;
	padding:33px 70px 2px;
	position:relative;
	width:502px;
	z-index:300;
}
.popup .c:after {
	content:"";
	display:block;
	clear:both;
}
.popup .popup-content {
	height:260px;
	overflow:auto;
	padding-right:20px;
}
.popup h2 {
	margin:0 0 10px;
	color:#f93;
	font-size:24px;
}
.popup h3 {
	text-transform:uppercase;
	margin-top:30px;
	font-size:12px;
	color:#f93;
}


.popup p { margin:0 0 14px;
line-height: 17px;}
.popup ul {
	margin:16px 0 0;
	padding:0;
	list-style:none;
	color:#666;
	line-height:normal;
}
.popup ul li { margin-bottom:18px;}
.popup ul a {
	color:#f93;
	font-weight:bold;
	font-size:14px;
}

.popup a {font-size: 12px; color:#f93; }
.popup ul a:hover,
.popup ul a:visited, .popup a:hover, .popup a:visited { color:#666;}
.popup ul p {
	margin:0;
	line-height:16px;
}
.popup a.close {
	background:url(../images/bg-link-close.png) no-repeat;
	width:29px;
	height:30px;
	position:absolute;
	top:0;
	text-indent:-9999px;
	overflow:hidden;
	z-index:150;
	right:-72px;
	cursor:pointer;
}
* html .popup a.close {
	right:4px;
}
/* footer */
#footer {
	margin:-85px 0 0 50px;
	position:relative;
	font-size:12px;
	height:85px;
	z-index:60;
}
.footer-holder-wrapper{
	position:relative;
	z-index:50;
}
.footer-holder {
	background:url(../images/bg-footer.png) no-repeat;
	padding:11px 30px;
	height:63px;
}
#footer ul {
	margin:0 0 0 -17px;
	padding:0;
	list-style:none;
	font-size:17px;
}
#footer ul li {
	display:inline;
	padding:0 16px;
}
#footer a {
	position:relative;
	text-decoration:none;
}
#footer span.learn-more {
	display:block;
	margin:0 0 18px -18px;
	background:url(../images/bullet-arrows.gif) no-repeat 0 2px;
	padding-left:18px;
	display:inline-block;
	color:#999;
}
#footer a.active { color:#f90;}

.small {font-size: 11px;}


.cufon { height:19px !important;}
.scroll-content{
	height: 260px !important;
	background: #fff;
}

.vscroll-bar{
	position:absolute;
	width:11px !important;
	margin:0;
	padding:0;
	top:0px !important;
	right: 0px !important;
	height: 260px !important;
}

.vscroll-up{
	position:absolute;
	height: 7px !important;
	cursor:pointer;
}

.vscroll-up img{
	width:11px;
	height:7px;
}

.vscroll-down{
	position:absolute;
	height: 6px !important;
	cursor:pointer;
}

.vscroll-down img{
	width:11px;
	height:6px;
}

.vscroll-line{
	width:11px !important;
	overflow: hidden;
	background:url(../images/bg-scroll-line.gif) repeat-y 5px 0;
}
.vscroll-slider{
	background:#f90;
	width:7px !important;
	height:18px !important;
	overflow: hidden;
	left:2px !important;
	cursor:pointer;
}
