/**********************************
		Equinox Clubs Styles
		v 1.0

SECTIONS:

clubheader
club_maindiv
club_nav
club_notice
club_overlay

Backgrounds
position / float 
width / height
margin / padding / border
text formatting / color.

***********************************/


#clubheader{
	margin: 0 0 10px 10px;
}
#club_maindiv {
	position: relative;
}
#club_nav {
	background: url(../images/cached/clubs/clubtournavBg.jpg) no-repeat;
	float: left;
	width: 230px;
	height: 390px;
}
.white #club_nav {
	background: url(../images/cached/spa/spatournavBg.jpg) no-repeat;
}
.spaHome #club_nav {
	height: 340px;
	background: url(../images/cached/spa/spatournavBg340.jpg) no-repeat;
}
#club_nav ul{
	margin: 16px 0 0 9px;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	line-height: 12px;
}
#club_nav ul li a{
	display: block;
	width: 208px;
	padding: 7px 0 5px 1px;
	border-bottom: 1px solid #3c3836;
	text-decoration: none !important;
	color: #a59d98;
	outline: none;
}
.white #club_nav ul li a{
	color: #666;
	border-bottom: 1px solid #e2e2e2;
}
.white #club_nav ul ul {
	margin-top: 0;
}
.white #club_nav li li a{
	width: 198px;
}
#club_nav ul li a:hover{
	border-bottom: 1px solid #3c3836;
	text-decoration: none;
	color: #FFF;
}
.white #club_nav ul li a:hover{
	border-bottom: 1px solid #e2e2e2;
	color: #000;
}
#club_nav ul li.active a,
#club_nav ul li.active a:hover{
	font-weight: bold;
	color: #e4c069;
	letter-spacing: .04em;
}
.white #club_nav ul li.active a,
.white #club_nav ul li.active a:hover{
	color: #9cb574;
}
#club_nav ul li.bullet a{
	background: url(../images/cached/actionableBg.gif) 192px 7px no-repeat; 
}
#club_nav ul li.bullet a:hover{
	background: url(../images/cached/actionableHoverBg.gif) 192px 7px no-repeat; 
}

.white #club_nav ul li.bullet a{
	background: url(../images/cached/white/actionableBgWhite.gif) 192px 7px no-repeat; 
}
.white #club_nav ul li.bullet a:hover{
	background: url(../images/cached/white/actionableHoverBgWhite.gif) 192px 7px no-repeat; 
}

p.club_notice {
	padding: 0px;
	margin: 7px 20px 0 10px;
	line-height: 18px;	font-size: 13px;
	color: #FFF;
}
p.club_notice a {
	text-decoration: none;
	color: #a59d98;
}
#club_overlay {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/cached/clubs/clubtourOverlayBg.png',sizingMethod='scale');
	float: left;
	position: relative;
	top: 0;
	left: 0;
	z-index: 3;
	width: 750px;
	height: 390px;
}
html > body #club_overlay {
	background: url(../images/cached/clubs/clubtourOverlayBg.png) no-repeat;
}

.white #club_overlay {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/cached/spa/spatourOverlayBg.png',sizingMethod='scale');
}
html > body .white #club_overlay {
	background: url(../images/cached/spa/spatourOverlayBg.png) no-repeat;
}
