@charset "utf-8";
/* CSS Document */

body{
		background:#1c1714 url(../images/site_bg.jpg) no-repeat center top;
	}
	
#mainWrapper{
		width:949px;
		height:585px;
		behaviour:url(iepngfix.htc);
		margin:50px auto;
		background:url(../images/black_shadowed_bg.png) no-repeat;
		padding-left:4px;
		padding-top:5px;
		padding-right:7px;
		padding-bottom:5px;		
		
	}

#innerWrapper{
		height:585px;
		width:949px;
		background-color:#000;	
	}
	
.bgImageSlider{
		height:431px;
		width:949px;
		background-color:#CCC;
		position:absolute;
		z-index:20;
		float:right;
		margin-top:-1px;

		
	}

#contactWrapper{
		
		position:absolute;
		width:250px;
		height:432px;				
		z-index:30;
		overflow:hidden;
		margin-top:-2px;
		
	}

#contactDeatilsSlider{
		background-color:#800000;
		position:absolute;
		width:245px;
		height:432px;		
		float:left;
		z-index:30;
		top:0px;
		left:-235px;
		
		
	}
	
#topBar{
		width:949px;
		height:72px;
		background-color:#000;		
	}
	
#topBar img{
		border:0;
		float:left;		
	}

#bottombar{
		position:absolute;
		z-index:22;
		margin-top:430px;		
		width:949px;
		height:82px;
		background-color:#000;
			
	}
	
#goldenmile{	
			
		float:right;
		height:31px;
		width:206px;
		margin-top:25px;
		margin-right:20px;		
	}
	
#quickBar{
		background:url(../images/quick_bar.png) no-repeat;		
		width:180px;
		height:20px;
		margin-top:-30px;
		float:right;
		margin-right:20px;
		padding-top:10px;
		text-align:center;
		color:#FFF;
		font-family:Arial;
		font-size:12px;
		behaviour:url(iepngfix.htc);
	
	}
	

#copyright{
		margin:0 auto;
		width:225px;
		color:#800000;
		font-family:Arial;
		font-size:10px;
		
	}

#compatibility{
		font-family:Arial;
		font-size:10px;
		width:250px;
		float:left;
		color:#800000;
		
		
	}
#designedBy{
		height:19px;
		width:115px;
		float:right;	
	}

#footerInfoBar{
		margin-top:10px;
		height:25px;
	}
	
#contentWrapper{
		position:absolute;
		width:450px;
		height:432px;		
		float:left;
		z-index:30;
		overflow:hidden;		
		margin-top:-2px;
	}

#content{
	position:absolute;
	background-color:#000;
	width:425px;
	height:390px;		
	float:left;
	z-index:30;
	overflow:auto;	
	margin-top:-2px;
	filter:alpha(opacity=90); 
   -moz-opacity: 0.9; 
	opacity: 0.9;
	padding:10px;
}

#contentShowHide{
	position:relative;
	background-color:#000;
	width:435px;
	height:20px;
	padding:5px;
	z-index:40;
	text-align:right;
	
	
}

#showConent{
		display:none;
	}

/* = = = = = = == == FONT SETTINGS  == = = = === = = == ==  */

.NormFonts{
	font-family:Arial;
	font-size:12px;
}


	
.HyperLinks{		
		
		text-decoration:none;
		color:#FFF;
	}
	
.HyperLinks:hover{		
		text-decoration:underline;
	}
	
	
#content h3{
		font-family:"Trebuchet MS";
		font-size:30px;
		color:#FFF;
		margin:0;
		padding:0;
		font-weight:normal;
	}
	
#content p{
		font-family:"Trebuchet MS";
		font-size:12px;
		color:#FFF;
		margin:0;
		padding:0;
		font-weight:normal;
		text-align:justify;
	}
	
	
	
/* =================  MENU STYLES ================	*/	

.menuSlider{
		height:431px;
		width:949px;
		background-color:#ffe8cc;
		position:absolute;
		z-index:20;
		float:right;
		margin-top:-1px;
		overflow:hidden;
		
	}

.menuSlider ul{
	list-style-type: none;
	margin: 0;
	padding:0;	
}

.menuSlider li{
	display: inline;
	margin: 0px;
	padding:0px;
}


/*  TEST 4  */
.test4 .handle {
	float: left;
	width: 35px;
	height: 431px;
	margin: 1px;
	text-align:center;	
	font-weight: bold;
	color: #9e9e9e;
	font-size: 16px;
	cursor:pointer;
	background-color:#333;
	margin-left:1px;
	border-right:#FFF solid 1px;
}
.test4 .handleOver{	
	/*background: url(../images/blade_grey_sel.png) no-repeat;*/
}
.test4 .handleSelected{
	
	/*background: url(../images/blade_grey_sel.png) no-repeat;*/
}


.menucontent{
		margin-top:50px;
	}


