/* :focus - mozilla base browsers. Removes the selection from an image tab (a tag). See post on selections */ 

/* 
:focus { -moz-outline-style: none; }

.page {
	float:left;
	width:100%;
	margin-left: 20px;
	margin-top:20px;
			}
#top_bar {
	float:left;
	width:100%;
	height:24px;
	background: transparent;
			}
*/

#slider {
	width:100%;
	background: transparent url(header_bg1.png) repeat-x;
	height:50px;
	padding:0;margin:0;
	}

#top-panel {
	width:100%;
	margin: 0 auto;
	padding:0;margin:0;
}


			
.tab_content {
	width:100%;
	display:none;
	font-size:11px;
	color:#2d2d2d;	
	background: transparent;
	padding:0;margin:0;
			}
			


#tab_cntnr {
	background: transparent url(slider-button-low.png) bottom left no-repeat;
	width:120px;
	height: 60px;
	float:right;
	margin:0;
	padding:0;
	margin-right: 30px;
	z-index:200;
}

#tab_cntnr a, #tab_cntnr a:visited {
	display:block;
	text-decoration:none;
	color:#fff;
	background: transparent;
	text-align:center;
	border:none;
	padding: 0;
	font-size: 14px;
	font-family: "Palatino Linotype";
	font-weight:bold;
	font-style:italic;
	padding-top: 40px; 
	padding-left: 15px;
	padding-right: 15px;
}

/*
#tab_cntnr a.selected {
	background: transparent;
	color:#f5c345;
}
*/

#tab_cntnr a:hover {
	background: transparent;
	color:#f5c345;
}


/* styling for login tab */




/*+++++++ Log in Slide PANEL +++++++*/

/*

#top-panel{
	color: #fff; 
	width: 100%; 
	text-align: right; 
	position:absolute; 
	top: 0; 
	right:0;
	font-size: 11px;
	background:transparent;
	border-bottom:3px solid #3b3b3b; 
	border-left:3px solid #3b3b3b; 
	padding: 2px 5px;
	margin:0;
	margin-right: 10px;
	}
*/

#top-panel {
	text-align: right; 
	font-size: 11px;
	border:none;
	margin:0; padding:0;
	color:#fff;
}
	
#top-panel a {color: #8BDBFF}

#top-panel ul li {display: inline;}

#top-panel label, #top-panel input { font-size: 9px}

#top-panel label {padding-left: 5px}

#top-panel ul {padding-right:20px;}

#sub-panel {
	background: transparent;
}

#sub-panel a{
	float:right; 
	margin-right: 25px; 
	color:#FFF; 
	text-decoration:none; 
	font-size: 10px;
	font-weight:bold;
	background:transparent;}

#sub-panel a span{
	padding: 2px 5px; display:block; 
/*	border-left: 2px solid #3b3b3b; 
	border-right: 2px solid #3b3b3b; 
	border-bottom: 2px solid #3b3b3b /*background:url(img/sub-right.png) right bottom no-repeat;*/
	border:none;
}


#login .loginContent input.button_login {
	width: 47px;
	height: 20px;
	cursor: pointer;
	border: none;
	background: transparent url(button_login.jpg) no-repeat 0 0;
}

#login .loginContent {
	right: 0;
	padding-right: 20px;
}




