/* dark header */

#header {

	

         position: relative;

	height: 175px;

	overflow: hidden;

         	background: #2b2e2e url(../images/header-bg1.png);

         background-repeat: no-repeat;

	background-position:  center;



}



#access {

	position: absolute;

	z-index: 10000;

	top: 0;

	right: 25px;

	width: 200px;

	height: 20px;

	overflow: hidden;

}



#access #selectors {

	position: relative;

	height: 8px;

	

}



#access span {

	background-repeat: no-repeat;

}



#access a {

	text-decoration: none;

}



.font-selector,

.width-selector {

	display: block;

	position: absolute;

	top: 0;

	width: 14px;

	height: 6px;

}



.f-smaller #selectors .font-selector {

	right: 159px;

}



.f-default #selectors .font-selector {

	right: 129px;

}



.f-larger #selectors .font-selector {

	right: 99px;

}



.w-thin #selectors .width-selector {

	right: 70px;

}



.w-wide #selectors .width-selector {

	right: 40px;

}



.w-fluid #selectors .width-selector {

	right: 10px;

}



#access #buttons {

	float: right;

}



#access .button {

	display: block;

	float: right;

	width: 20px;

	height: 12px;

	margin: 0 5px;	

	background-repeat: no-repeat

}



#logo {

	position: absolute;

	top: 5px;

	left: 40px;

	display: block;

	width:500px;

	height: 150px;

	background: url(../images/logo1.png) no-repeat;

}



#top {

	height: 300px;

	padding-top: 5px;

	
   
	margin-top:20px;

	margin-left: 700px;

	margin-bottom: 10px;

	margin-right: 10px;

	color: #FF6600;

	font-size:18px;

	font-weight: bold;

         letter-spacing: 5px;
		 z-index:999;

        

}
