BODY {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 130%;
    color: #FFFFFF;
    background: #000000 url("../images/bg/body.jpg") no-repeat top center;
}
A {
	text-decoration: underline;
	color: #FFFFFF;
}
A:HOVER {text-decoration: none;}
IMG {border: none;}
LABEL {cursor: pointer;}

P {
	margin: 0 0 25px 0;
	padding: 0;
	line-height: 160%;
}

.buttons {
cursor: pointer;
}

P SPAN {
	color: #C2C1C1;
}

.relax {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.align-right {float: right;}
.align-left {float: left;}
.align-center {text-align: center;}


/*Page*/
.page {
    margin: auto;
    text-align: left;
    width: 1145px;
}

/*Header*/
.header {
	background: #070707 url("../images/bg/header.jpg") left top repeat-x;
}

.main-menu {
	padding: 15px 0 16px 0;
	margin: 0;
	list-style: none;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
}
.main-menu LI {
	display: inline;
	background: url("../images/bg/menu.gif") left top repeat-x;
	margin: 0 11px;
	padding: 0.4em 0 0.5em 0;
}
.main-menu LI A {
	color: #FFFFFF;
	background: url("../images/bg/menu-left.gif") left top no-repeat;
	padding: 0.4em 0px 7px 0px;
	text-decoration: none;
}
.main-menu LI A:HOVER {text-decoration: none;}
.main-menu LI A SPAN {
	background: url("../images/bg/menu-right.gif") right top no-repeat;
	padding: 0.4em 15px 7px 15px;
	
	cursor: pointer;
}
.main-menu LI:HOVER,
.main-menu LI.selected {
	background: url("../images/bg/menu-active.gif") left top repeat-x;
}
.main-menu LI:HOVER A,
.main-menu LI.selected A {
	background: url("../images/bg/menu-active-left.gif") left top no-repeat;
	color: #373737;
}
.main-menu LI:HOVER A SPAN,
.main-menu LI.selected A SPAN {
	background: url("../images/bg/menu-active-right.gif") right top no-repeat;
}
.logotype {
	float: left;
	padding: 37px 0 0 80px;
}
.logotype IMG {display: none;}
.logotype A {
	display: block;
	width: 326px;
	height: 31px;
	background: url("../images/logotype.png") no-repeat;
	cursor: pointer;
}


/*Content*/
.content {
	padding: 40px 20px 10px 20px;
	clear: both;
}
.content .blue {
	color: #6BB3F5;
	text-decoration: underline; 	
}
.content A.blue:HOVER,
.content A.orange:HOVER {text-decoration: none;}

.content .orange {
	color: #FFA13D;
	text-decoration: underline;
}

/*  Popup  */
.popup {
	width: 650px;
	background: #070707 url("../images/bg/popup.jpg") left top no-repeat;
}
.popup2 {
	width: 270px;
	background: #070707;
}

.popup .popup-bg {
	padding: 42px 0 22px 15px;
}

H2 {
	padding: 4px 0 0px 0;
	margin: 0 0 25px 0;
	font-size: 18px;
}

H1 {
	padding: 4px 0 0px 0;
	margin: 0 0 25px 0;
	font-size: 22px;
}
.popup .close {
	float: right;
	padding: 5px 4px 0 0;
}
.popup P {
	text-align: justify;
}

.popup .time {
	color: #BCBCBC;
	font-size: 13px;
	font-weight: normal;
	display: block;
	padding: 5px 0 0 0;
}
.popup IMG {margin: 5px 12px 25px 0;}
.popup .close IMG {margin: 0;}
.popup .popup-container {
	padding:  0 35px 0 20px;
}

/* Scroll CSS */
.popup .flexcroll {
	clear: both;
	margin-right: 6px;
		
}
.mcontentwrapper {
	height: 93% !important;
}
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; 
	left: 0;
}
.vscrollerbar {
	width: 12px;
	margin: 0 3px;
	background: #434343;
}
.vscrollerbase {
	width: 18px;
	background: #0D0D0D url("../images/bg/scrollerbar.gif") repeat-y;
}
.vscrollerbasebeg {
	width: 18px;
	height: 12px !important;
}
.vscrollerbaseend {
	height: 12px;
	width: 18px;
}
.vscrollerbar {
	padding: 12px;
	z-index: 2;
}
.scrollerjogbox {
	width: 18px;
	height: 16px;
	top: auto; 
	left: auto;
	bottom: 0px; 
	right: 0px;
}

/*  Gallery  */
.popup.align-left {
	margin-left: 50px;
}
.popup UL {
	padding: 0;
	margin: 0;
	list-style: none;
}
.popup UL LI {
	display: inline;
}
.popup UL LI IMG {
	margin: 10px 0 0 8px;
}

/*Footer*/
.footer {
	text-align: right;
	clear: both;
	padding: 40px 0 15px 0;
	color: #979797;
	font-size: 14px;
}
.footer SPAN {color: #E56F07;}