html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }
html, body {
	margin:0;
	padding:0;
	height:100%;
}
body{
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#E0E0E0;
	background:#000;
}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1, h2, h3, h4, h5 {font-weight:bold; margin:5px 0;}

h1 {
	font-size:16px;
}

h2 {
	font-size:15px;
}

h3 {
	font-size:14px;
}

h4 {
	font-size:13px;
}

h5 {
	font-size:12px;
}

hr {
	border:none;
	border-top:1px solid #B3B3BB;
	height:1px;
}
.clear{
	clear:left
}
/***************************************/
/* CSS LAYOUT                          */
/***************************************/

#maincontainer{
	width: 960px;
	margin: 0 auto;
	background: #000; /* #141414; */
	
	min-height:100%;
	position:relative;
	
	border-left:2px solid #333;
	border-right:2px solid #333;
}
* html #maincontainer{height:auto; height:100%}

#topsection{
	background: #000; /* #333; */
	height: 120px; /* 110px; */
}

#contentwrapper{
	float: left;
	width:100%;
	margin-bottom:50px;
	min-height:100%;
}

#contentcolumn{
	margin: 0 190px 0 200px;
}

#leftcolumn{
	float: left;
	width: 200px;
	margin-left: -960px;
margin-bottom:50px;
}

#rightcolumn{
	float: left;
	width: 190px;
	margin-left: -190px;
margin-bottom:50px;
}

#footer{
	clear: left;
	width: 960px;
	background: #333;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
	
	position:absolute;
    bottom:0;
	height:30px;
}

.innertube{
	margin: 10px;
	margin-right:0;
	text-align:left
}

.banners {
	clear:left;
	padding-top:10px;
	text-align:center
}
/***************************************/
/* MENU                                */
/***************************************/

.mainmenu {
	padding-top: 20px;
	float: left;
	list-style: none; 
	width: 200px;
}
.mainmenu ul { list-style-type: none; margin:0; padding:0}
.mainmenu li { padding: 0; margin: 0;}
.mainmenu a:link, .mainmenu a:visited, .mainmenu a:active {
	text-transform:uppercase;
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px 0 10px;
	background: #222;
	text-decoration: none;
	border-bottom: 1px solid #444;
}
.mainmenu a:hover {
	color: #E0E0E0;
	background-color: #333;
	text-decoration: none;
}
.mainmenu li a.selected {
	background:#333;
	color:#999
}

.submenu li{
	padding-left:15px;
	
}
.submenu li a:link, .submenu li a:visited{
	border-bottom:none;
	background:url(../files/shared/arrows.gif) right no-repeat;
}
.submenu li a:hover{
	background-image:url(../files/shared/arrows_chrome.gif);
}
.submenu .selected a:link, .submenu .selected a:visited{
	color:#999;
	background-image:url(../files/shared/arrows_chrome.gif);
}
/***************************************/
/* Links                               */
/***************************************/
a:link {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	color: #FF6600;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	color: #FF6600;
	text-decoration: underline;
}

.arrowLink a:link, .arrowLink a:visited, .arrowLink a:active {
	text-decoration:none
}
.arrowLink a:link span, .arrowLink a:visited span, .arrowLink a:active span{
	padding-right:15px;
	background:url(../files/shared/arrows.gif) right no-repeat;
}
.arrowLink a:hover span{
	background-image:url(../files/shared/arrows_chrome.gif);
}
/***************************************/
/* NEWS                                */
/***************************************/
.title{
	/*width:100%;*/
	background:#333;
	text-align:left;
	padding:5px;
	color:#666
}

#news ul{
	margin:0;
	padding:0;
	margin-top:20px;
	list-style-position:inside	
}

#news ul li {
	padding:2px 0;
	color:#FF6600;
	list-style-type:circle
}

/***************************************/
/* GALLERY                             */
/***************************************/


