/* - - - - - - - - - - - - - - - - - - - - -

Title : Wish SummerClub -  Mamaia
URL : http://www.wishclub.ro

Description : Default stylesheet

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

body {
	margin: 0;
	padding: 0;
	background-image: transparent url(http://www.wishclub.ro/img/.sw_bg.png) repeat-x;
	text-align:center;
	}

/* ----- switcher----- */

#switcherWrapper{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 23px;
	text-align: center;
	background-image: url(http://www.wishclub.ro/img/sw_bg.png);
	background-repeat: repeat-x;
    }

#switcher{
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 23px;
	text-align: center;
}
	#switcher h1{
		margin: 0;
		padding: 0;
	}
		#switcher h1 a {
			position: absolute;
			top: 0px;
			left: 0px;
			display: block;
			width: 364px;
		}
	#switcher ul {
		width: 416px;
		height: 23px;
		margin-left: 282px;
		margin-right: auto;
		float: left;
		list-style: none;
	}
		#switcher ul li {
			text-indent: -9999px;
			display: inline;
			margin: 0;
			padding: 0; 
		}
			#switcher ul li a {
				text-decoration: none;
				float: left;
				background: transparent url(http://www.wishclub.ro/img/sw-mainNav.png) no-repeat;
			}
			#switcher li#wwc a {
				width: 137px;
				height: 23px;
			}
			#switcher li#wsc a {
				width: 153px;
				height: 23px;
			}
			#switcher li#cb a {
				width: 126px;
				height: 23px;
			}

	
			
		   	#switcher li#wwc a:link, #switche rli#wwc a:visited {
				background-position:-0px -0px;
			}
			#switcher li#wsc a:link, #switcher li#wsc a:visited {
				background-position:-137px 0px;
			}
			#switcher li#cb a:link, #switcher li#cb a:visited {
				background-position:-290px 0px;
			}
	
			
			#switcher li#wwc a:hover {
				background-position:-0px -23px;
			}
			#switcher li#wsc a:hover {
				background-position:-137px -23px;
			}
			#switcher li#cb a:hover {
				background-position:-290px -23px;
			}
	
			
			#switcher li#wwc a:active {
				background-position:-0px -23px;
			} 
			#switcher li#wsc a:active {
				background-position:-137px -23px;
			}
			#switcher li#cb a:active {
				background-position:-290px -23px;
			}
	
	
			
			/*----- MAIN NAVIGATION ACTIVE STATE -----*/

			.wwcPage #switcher li#wwc a {
				background-position: 0px -23px;
			}
			.wscPage #switcher li#wsc a {
				background-position:-137 -23px;
			}
			.cbPage #switcher li#cb a {
				background-position:-290 -23px;
			}



/* ---- class -----*/
.clear {
	clear: both;
}



