@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,800,600|Raleway:300,600,900);


html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, ol, fieldset, form, label {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
html, body {
	height:100%;
	width:100%;
	overflow-x: hidden;
	overflow-y: auto;
	background:#000;
	font:13px/1.3 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#e1e1e1;
}
:focus {
	outline:0;
}
a {
	-o-transition-duration:.3s;
	-o-transition-property:color, background-color;
	-webkit-transition-duration:.3s;
	-webkit-transition-property:color, background;
}
a:link, a:visited {
	color:#f5c767;
	text-decoration:none;
}
a:hover {
	color:#6279fd;
}
h1{
	color:#fff;	
	font:50px/1 'Raleway';
	letter-spacing:2px;
}
h1 span{
	display:block;	
	font:22px/1 'Raleway';
	color:#74b1da;
	text-transform:uppercase;
	margin-bottom:28px;
	letter-spacing:1px;
}
h2 {
	color:#e1e1e1;
	font:42px/1.5 'Raleway';
	text-transform:uppercase;
	margin-bottom:20px
}
h3, h4 {
	color:#f5c767;
	font:24px/1.2 'Raleway';
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:15px;
}


p {
	margin-bottom:15px;
}


ol, ul.alt {
	list-style:disc;
	margin-left:-25px;
	line-height: 2;
	font-size:16px;
	color:#f5c767
}

ul.alt a {
	color:#f5c767	
}

ul.alt a:hover {
	color:#f4e5c2	
}

ol.disc {
	margin-bottom: 30px;
	list-style: lower-alpha
}

ol.disc li {
	margin-left: 20px;
	line-height: 1.4;
	margin-bottom: 10px;
	font-size: 12px;
}

#bg {
	position:fixed;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:100%;
}
#bg img {
	position:absolute;
	width:100%;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	user-drag: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

#contents {
	width:100%;
	height:500px;
	position:absolute;
	top:160px;
	left:30px;
	z-index:2;
}



#subnav {
	padding-top:100px;
}
#subnav li {
	padding-left:15px
}
#main #subnav li a {
	font:22px/32px 'Raleway';
	text-transform:uppercase;
	width:100%;
	display:block;
	color:#cde89a;
	text-shadow:0 -1px 0 #3e4b25;
}
a.selected {
	color:#fff !important;
}
#nav a:hover.selected {
	color:#000 !important;
}
#subnav li.selected{
	background-color:#79924a;
	border-top:1px solid #6d8049;
	border-bottom:1px solid #bbd48d;
}


#main #subnav li a:hover, #main #subnav li.selected a {
	color:#fff;
}
#main {
	width:700px;
	height:540px;
	background-color:#720d52;
	background-color:rgba(114,13,82,0.5);
	position:absolute;
	top:0;
	left:104px;
}

#sidebar {
	width:200px;
	height:500px;
	background:#74b1da url(../img/sidebar_bg.jpg);
	border-right:1px solid #6d8049;
}
#sidebar a:link, #sidebar a:visited {
	color:#000;
}
.pane {
	position:absolute;
	top:25px;
	left:40px;
}


.but_close {
	position:absolute;
	top:-10px;
	right:-14px;
	text-indent:-9999px;
}
.but_close a {
	display:block;
	width:38px;
	height:38px;
	background:transparent url(../img/close.png) no-repeat;
}

img.border {
	background-color:#fff;
	padding:6px;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
}
ul.pin li {
	padding:0 0 5px 25px;
	background:transparent url(../img/pin.png) no-repeat;
	font-size:11px;
	margin-bottom:10px;
	line-height:14px;
	width:360px;
}








/*scrollpane*/
.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 100%;
	background: red;
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}
.jspVerticalBar *, .jspHorizontalBar * {
	margin: 0;
	padding: 0;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}
.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow {
	height: 16px;
}
.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus {
	outline: none;
}
.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}
/* IE6 3 pixel bug */
* html .jspCorner {
	margin: 0 -3px 0 0;
}
/* customize here */
.pane {
	width: 430px;
	height: 450px;
	padding-right:60px;
	overflow: hidden;
}
.jspTrack {
	background: #cfe8f8;
	position: relative;
}
.jspDrag {
	background: #74b1da;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.banner{
	position: absolute;
	top:0;
	right:0;
	z-index: 99;
	width:167px;
	height:167px;
}

#main_contents {
	width:560px;
}