/* General ****************/

body, div{
	margin:0;
	padding:0;
}

html { height: 100%; }

body{
	color:#d0d8c1;
	font-family:  "Tahoma", Arial, Helvetica, sans-serif;  
	font-size: 16px;
	height: 100%;
	background: #2b3220  url('../img/isl/isl_grad_bg.jpg') repeat-x;
}

/* Global styles *********/
/*************************/
a img{
	border:0px;
}

.right{float:right;}
.left{float:left;}
.grn_elem{color:#9fb771;}
input.btn{
	cursor: pointer;
	font-weight: bold;
}F
/* Containers **************/
/***************************/

#container {
	width:100%;
	margin: 0pt auto;
	float:left;
	background: transparent url('../img/isl/isl_gen_bg_x10sible.png') repeat-y top center; 
}

#contentarea{
	width: 975px;
	margin: 0 auto;
	background:url('../img/isl/isl_general_bg.jpg') no-repeat top center; 
	position:relative;
	overflow:hidden;
}



#header{
	top: 20px;
	z-index:2000;
	float: left;
	width:965px;
	height:96px;
	background: transparent url('../img/general/header_bg.png') no-repeat top center;
}

#main_content{
	width: 883px;
	min-height:500px;
	font-size: 11px;/*.75em;*/
	margin:130px 50px 0 0; 
	margin:10px 50px 0 0;
	float:right;
}			
	

#footer{
	float: left;
	width: 950px;
	height: 190px;
	margin: 0px ;
	margin-left:15px;
}


/* Live Info styles *********************/
/****************************************/
#live_info{
	color:#9fb771;
	background:#000000;
	font-family: 'Tahoma', Arial, Helvetica, sans-serif;
	font-size:11px;
	z-index: 2000;	
	margin: 0 5px;
}

#live_text
{
   float:left; 
   width:165px;
   height:17px;
   padding-top:3px;
   margin-left:8px;
   overflow:hidden;
   font-weight:bold;
   background:#000000;
}

#ticker_viewport{
   position: relative;
   overflow: hidden;
	padding: 3px 5px 2px 5px;
	width: 520px;
	float: left;
	height: 15px;		
	background:#000000;	
}

#ticker_wrapper{
   position: absolute;
   left:675px;
}

#ticker_wrapper a 
{
   color:#9fb771;
   text-decoration: none;
}

#online_players {
	float:left;
	width: 225px;
	height:17px;
	padding: 0px 5px;
	font-weight:bold;
	overflow:hidden;
	background:#000000;
}

#ticker
{
  text-align:center; 
   background-color:#000000;
   float:right;
   width: 965px;
}


/*Gobal tabs styles */
/********************/
.tabs ul{
	padding:0;
	margin:0;
	list-style-type: none;
}

.tabs li{
	display: inline;
}

.tabs li a{
	text-decoration: none;
	padding: .3em 20px;
	margin:-3px;
	font-family: 'Tahoma', Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
/***********************/



/* Footer *****************************/
/**************************************/

#footer {
	background:transparent url('../img/footer/foot_bg_grn.png') top center no-repeat;
	font-size: 10px;
	color:#222a13;
	line-height:1.3em;
}
#footer form{
	_padding:0px; _margin:0px;
}
#footer a {
	text-decoration: none;
	color: #222a13;
}
#footer .footer_icons{
	width:600px;
	margin:0 auto;
}
#footer .copy, #footer .foot_links{
	width: 790px;
	margin-left:45px;
}
#footer .foot_links{
	font-size:11px;
	margin: 7px 45px;
}
#footer select{
	border:0px;
	font-size:11px;
	padding:2px 1px;
	background:#485039;
	color:#656d56;
}

/* Stoller styles *********************/
/**************************************/
#header #stroller{
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	float: right;
	width: 255px;
	height: 100%;
	padding: 8px 0px 0px 0px;	
	font-size: 12px;
	line-height:1.3em;
}
		#header #stroller a{
			text-decoration: none;
		}
	
		#header #stroller .salute_name{
			font-weight:bold;
			font-size:100%;
			color:#FFFFFF;
		}
		#header #stroller .stroller_links{
			text-transform:uppercase;
			font-weight: bold;
			font-size: 73%;
			color:#dcbb1e;
		}
		#header #stroller .motto {
			font-size: 90%;
		}

/*http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
 clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


