﻿@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background-color:#000;
	color:#999999;
	font-family:'Droid Sans',Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align: center;
	overflow:hidden;
}
img
{
    border:0;
}
a{

}
a:link {
	color:#999999;
	text-decoration: none
}
a:visited {
	color:#999999;
	text-decoration: none
}
a:active {
	color:#999999;
	text-decoration: none
}
a:hover {
	color:#999999;
	text-decoration: none; 
}

a.none:active
{
    color:#000000;
    text-decoration:none;
}

a.none:link
{
    color:#000000;
    text-decoration:none;
}
a.none:hover
{
    color:#000000;
    text-decoration:none;
}
#container{
	position:absolute;
	bottom:55px;
	left:0px;
	right:0px;
	height:270px;
	overflow:auto;
	z-index:2;
}

ul{
	text-align:center;
	margin:auto;
	padding:0px;
	list-style:none;
	list-style-type:none;
}

li.menu{
	margin-left:2px;
	padding-top:15px;
	width:100px;
	height:32px;
	background-color:#2B2117;
	list-style-type:none;
	float:left;
	text-align:center;
	cursor:pointer;
	color:#FFF;
}

li{
	float:left;
	margin-left:10px;
}
#imageContainer{
	height:100%;
	width:100%;	
}

#menuFooter{
	text-align:left;
	width:90%;
	height:50px;
	margin:auto;
	z-index:5;
}

#logo{
	margin-top:7px;
	float:left;
	width:214px;
	height:auto;
}

#controls {
	float:right;
}

ul.controlli{
		
}

li.controlli{
	float:left;
	list-style-type:none;
	width:80px;
	padding-top:15px;
}

#footer{
	bottom: 0;
	position: absolute;
	width:100%;
}

#page {
	z-index: 2;
	position: absolute;
	bottom:0px;
	left:0px;
	width: 100%;
	background: #000000;
}
#loaded {
	padding:10px;
	padding-left:40px;
	padding-right:40px;
	color:#000;
	text-align:left;
	display:none;
	background: #ED873D;
	height:230px;
	color:#FFF;
}

#sub-menu{
	left:0px;
	position:absolute;
	bottom:50px;
	background-color:#DAD9D7;
	width:75%;
	height:35px;
	z-index:2;
	display:none;
	padding-left:25%;
}

li.submenu{
	height:25px;
	float:left;
	width:120px;
	cursor:pointer;
	vertical-align:middle;
	padding-top:10px;
	background-color:#DAD9D7;
}

.centerFiller{
	float:left;
	color:#000;
	display:table;
}

.thirdmenu{
	left:0px;
	position:absolute;
	bottom:85px;
	width:120px;
	height:auto;
	z-index:4;
	color:#FFFFFF;
}

ul.thirdsubul{
	position:absolute;
	bottom:35px;
	display:none;
}
li.thirdsub{
	float:left;
	clear:both;
	border-bottom:solid 1px #FFF;
	background-color:#2B2117;
	width:120px;
	height:25px;
	padding-top:10px;
	color:#FFFFFF;
	cursor:pointer;
	margin:0 0 0 0 ;
}

#showall-container
{
    position:absolute;
	left:0px;
	top:0px;
	height:auto !important;
	width:100%;
	z-index:50;
	background-image:url(../images/backgroundshow.png);
	background-position:top left;
	background-repeat:repeat-y repeat-x;
	padding-top:15px;
	padding-bottom:15px;
	text-align:left;
}

#showall-content{
	left:0px;
	position:absolute;
	top:80px;
	width:100%;
	z-index:60;
	cursor:pointer;
}

.mini
{
	border:2px solid #000;
	margin-left:10px;
	cursor:pointer;
	margin-top:5px;
	height:55px;
}

.active
{
	border:2px solid #FFF;
	margin-left:10px;
	margin-top:5px;
	height:55px;
}

h1{
	color:#fff;
	font-style:normal;
	font-size:21px;
	font-weight:normal;
}
h2 {
	color:#EC873C;
}
h5{
	color:#fff;
	font-style:normal;
	font-size:15px;
	font-weight:normal;
}

#loading{
	position:absolute;
	width:100px;
	height:100px;
	top:15%;
	left:47%;
	z-index:100;
}

#sxArrow
{
    z-index:70;
    top:40%;
    position:absolute;
    float:left;
    left:15px;
    height:200px;
    width:50px;
    background-image:url(../images/leftarrow.png);
    background-repeat:no-repeat;
    cursor:pointer;
}

#rxArrow
{
    z-index:70;
    top:40%;
    position:absolute;
    right:15px;
    height:200px;
    width:50px;
    background-image:url(../images/rigtharrow.png);
    background-repeat:no-repeat;
    cursor:pointer;
}

#alert
{
    border:1px #EC873C solid;
    width:200px;
    height:50px;
    position:absolute;
    display:none;
    z-index:100;
    background-image:url(../images/bckalert.png);
    background-repeat:repeat-x;
    color:#FFFFFF;
}


.navtext, .navtxt1 {
	text-align: left;
	Z-INDEX: 200;
	font-size: 10px;
        text-transform: uppercase;
	background-color: #900;
	color: #fff;
	border: 1px solid #ddd;
        position: absolute;
        visibility: hidden;
}
.navtxt1 {
background-color: #900;
}

.none
{
    color:#FFFFFF;
    text-decoration:none;
}

a.none:visited{
    color:#000000;
    text-decoration:none;
}

a.none_third:active
{
    color:#FFFFFF;
}

a.none_third:href
{
    color:#FFFFFF;
}

a.none_third:hover
{
    color:#000000;
}

#content-left{
	float:left;
	width:25%;
}

#content-right{
	float:left;
	width:50%;
	margin-left:150px;
}

.subtitle{
	font-size:14px;	
}
input[type=submit]{
	background-color:#2B2117;
	border:0;
	color:#FFF;
	width:90px;
	height:25px;
}

input[type=text]{
	border:0px;	
	height:20px;
}

.inptsmall{
	border:1px #000 solid;
}

textarea{
	border:0px;	
	margin-bottom:10px;
}

hr{
	border:1px solid #FFF;	
}
