/* ------- global ------- */
@font-face {
    font-family: 'BankGothicLtBTLight';
    src: url('../css/bnkgothl-webfont.eot');
    src: url('../css/bnkgothl-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/bnkgothl-webfont.woff') format('woff'),
         url('../css/bnkgothl-webfont.ttf') format('truetype'),
         url('../css/bnkgothl-webfont.svg#BankGothicLtBTLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	height: 100%;
}

body {
	font-family: "bankgothicltbt", Arial;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -1px;
	color: rgb(255,255,255);
	text-transform: uppercase;
	height: 100%;
	
	background-color: rgb(255,255,255);
    background-image: url('../img/body-bg.gif');
    background-repeat: repeat;
    background-position: top; 
}

a:link, a:active, a:visited, a:hover {
	color: rgb(255,255,255); 
	text-decoration: none; 
}

/* ------- main ------- */

#shadow-wrap {   
    min-width: 925px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; 
	background: url('../img/shadow.png') no-repeat top center;  
	position: relative;
	top: 0px;
	left: 0px;
}

#push {
	height: 50px;
}

#main {
    width: 1230px;
    height: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0px;
    left: -9px;
    overflow-x: hidden;
    overflow-y: hidden;
}

#logo {
	height: 66px;
        width: 134px;
        margin: 43px 0px 120px 0px;
        position: absolute;
	left: 150px;
	top: 10px;
        background:url('../img/logo.png') left top no-repeat;
        cursor: crosshair;
}


/* ------- menu bar ------- */

#menu {
	position: relative;
	width: 1235px;
	height: 465px;
}

.panel {
	float: left;
	width: 176px;
	height: 465px;
	background:url('../img/m.png') left top no-repeat;
	cursor: crosshair;
}

.panel .text {
	padding:125px 0px 0px 25px;
	position:relative;
	font-size: large;
	opacity: 0.15;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
}

.panel .bignum {
	padding: 10px 0px 0px 25px;
	position:relative;
	font-size: x-large;
	opacity: 0.15;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
}


.panel-flip {
	float: left;
	width: 176px;
	height: 365px;
	background:url('../img/m-hover.jpg') left top no-repeat;
	box-shadow: 0 0 50px rgba(19, 159, 252, 0.7);
    -webkit-box-shadow: 0 0 50px rgba(19, 159, 252, 0.7); 
    -moz-box-shadow: 0 0 50px rgba(19, 159, 252, 0.7); 	
}

.panel-flip .text {
	padding: 100px 0px 100px 0px;
	position:relative;
	color:#FFF;
	writing-mode:tb-rl;
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform: rotate(270deg);
	font-size:24px;
	font-weight: normal;
	cursor: crosshair;		
}

.panel-flip .bignum {
	padding: 10px 0px 0px 25px;
	position:relative;
	font-size: x-large;
	opacity: 0.15;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
}

/* ------- content area ------- */

#content-area {
	background:url('../img/m-hover.jpg') left top no-repeat;
	width: 1280px;
	height: 625px;
	position: absolute;
	top: 149px;
	left: 0px;
	display: none;
}

#form {
	position: absolute;
	top: 150px;
	left:300px;
}

.form {
	position: absolute;
	top: 150px;
	left:300px;
}

#content-menu {
	padding-top: 5px;
	padding-left: 5px;
	width: 171px;
	height: 425px;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	box-shadow: 0 0 50px rgba(19, 159, 252, 0.7);
    -webkit-box-shadow: 0 0 50px rgba(19, 159, 252, 0.7); 
    -moz-box-shadow: 0 0 50px rgba(19, 159, 252, 0.7); 		
}

.button {
	padding: 5px 5px 5px 5px;
	font-size: 20px;
	background-color: rgba(0,0,0,0.1);
	cursor: crosshair;
}

.button-selected {
	padding: 5px 5px 5px 5px;
	font-size: 20px;
	background-color: rgba(0,0,0,0.5);
}

#content {
	background-color: rgba(0,0,0,0.8);
	width: 975px;
	height: 625px;
	top: 0px;
	padding: 10px 10px 10px 10px;
	overflow: auto;
}

.content {
	display: block;
	display: none;
}

.content p {
    text-transform: none;
    font-size: 18px;
    font-family: Eurostile, "bankgothicltbt", Arial;
    letter-spacing:.5px;
}

.content p + p { 
    margin-top: 0.5em; 
}

.content-hidden {
	display: none;
}

.content h1 {
	font-size: 30px;
	padding-bottom: 10px;
}

.content h2 {
	font-size: 20px;
    color:rgb(255,0,0);
}


.content hr {
	height: 3px;
	border: none;
	background-color: rgba(19, 159, 252, 0.7);
	padding-bottom: 10px;		
}
.content ul {
	padding-left: 30px;
}

/* ------- footer ------- */

#footer {
	position: absolute;
	top: 500px;
        left:300px;
	height: 35px;
	font-size: 12px;
	color:#414141;
	background: url('../img/footer-bg.gif') repeat-x top left;
	padding-left: 100px;
	padding-top: 15px;
	margin: 0 auto;
}

#footer a {
	color: #414141;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}

#dlpage {
	position: absolute;
	top: 200px;
	left:300px;
}

.dlpage {
        position: absolute;
        top: 200px;
        left:300px;
}

/* ----------- stylized ----------- */
#stylized{
border:solid 2px #000000;
background:#000000;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #FFFFFF;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}
