* :focus { outline: 0; }


body {
	margin: 0 auto;
	color: #5b5b5b;
	line-height: 17px;
	font: normal 12px Tahoma, Arial, sans-serif;
	background: url('../images/bg.png') repeat-x top;
}

a {
	color: #800000;
	text-decoration: none;
}
a img {
	border: 0;
}
hr {
	height: 1px;
	background: #ccc;
	border: 0;
}

.eventMini {
	width: 150px;
	margin: 5px;
}

a:hover {
	color: #bf3100;
}

h1 {
	color: #ff7400;
}

#contentLeft h2 {
	color: #ff7400;
}

p {
	line-height: 17px;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	border: 1px solid #e1e1e1;
	background: transparent;
	padding: 1px;
	font-size: 11px;
}


/* GLOBAL */

#wrapper {
	margin: 0 auto;
	width: 100%;
	background: url('../images/topbg.png') no-repeat center top;
	overflow: hidden;
}

#wrappBg {
	margin: 50px auto 0 auto;
	width: 100%;
	background: #fffde9 url('../images/wrappbg.png') repeat-x top;
	
	
}

#wrapperW {
	position: relative;
	margin: 0 auto;
	width: 940px;
	background: #fff;
	border-left: 1px solid #e3fe87;
	border-right: 1px solid #e3fe87;
}


/* NAGŁOWEK */

#top {
	margin: 0 auto;
	padding: 0 0 24px 0;
	overflow: hidden;
	background: url('../images/submenu.png') repeat-x bottom;
}

#logo {
	float: left;
	margin: 0;
	padding: 0;
	width: 270px;
	height: 66px;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	background: #fff;
}

#logo a {
	display: block;
	margin: 0px 0 0 0;
	width: 269px;
	height: 65px;
	text-indent: -9999px;
	outline: none;
	background: #fff url('../images/logo.png') repeat-x bottom;
}

#menu {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 668px;
	background: url('../images/menu.png') no-repeat top right;

}

#menu ul {
	margin: 0;
	padding: 0;

}

#menu li {
	margin: 0;
	list-style: none;
	float: left;

}

#menu li a {
	display: block;
	float: left;
	margin: 0px 0 0 0;
	padding: 22px 0 4px 0;
	text-align: center;
	width: 120px;
	vertical-align: middle;
	height: 38px;
	color: #5b5b5b;
	border-right: 1px solid #e1e1e1;
	background: url('../images/topmenubg.png');
	font-size: 17px;
}


#menu li a:hover {
	color: #fff;
	background-position: 0 64px;
}

.upper {
	padding: 18px 0 8px 0 !important;
}


/* TREŚĆ */

#container {
	margin: 0px 0 0 0;
	padding: 1px 0 0 0;
	border-top: 1px solid #e1e1e1;
	overflow: hidden;
}

#leftSide {
	float: left;
	width: 270px;
	margin: 0 0 0 1px;
	padding: 0;
	position: relative;
}

#rightSide {
	float: left;
	width: 669px;
	overflow: hidden;
}


/* MENU */

#leftMenu {
	margin: 10px 0 2px 0px;
	padding: 0;
}

#leftMenu ul {
	margin: 0;
	padding: 0;
}

#leftMenu li {
	
}

li.menuheader {
	display: block;
	margin: 0;
	padding: 1px 0 2px 35px;
	list-style: none;
	font-size: 20px;
	color: #888;
	background: url('../images/li.png') no-repeat left;
	min-height: 24px;
	width: 270px;
}
li.menuheader:hover {
	padding: 2px 0 1px 36px;
	background: url('../images/liHover.png') no-repeat left;
	cursor: hand;
	cursor: pointer;
}
li.menuheader a {
	color: #888;
}

.categoryitems  a {
	display: block;
	margin: 0px 0px 0px 30px ;
	padding: 1px 0 2px 35px;
	list-style: none;
	font-size: 16px;
	color: #800000;
	background: url('../images/li.png') no-repeat left;
	min-height: 24px;
	width: 200px;
}

.categoryitems a:hover {
	padding: 2px 0 1px 36px;
	background: url('../images/liHover.png') no-repeat left;
}


#promocje {
	position: absolute;
	top: 318px;
	width: 269px;
	height: 83px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	padding-top: 20px;
	
	background: url('../images/promocje.png') no-repeat;
}
#promocjeContent {
	position: absolute;
	top: 401px;
	width: 249px;
	min-height: 200px;
	padding: 0 10px;
}

#leftSide h1 {
	margin: 0 0 12px 0;
	padding: 14px 0 0 42px;
	color: #ff7400;
	font: bold 18px Arial, Tahoma, Verdana, Sans-serif;
	font-style: italic !important;
	background: url('../images/lefth1.png') no-repeat;
}

/* NEWSLETTER */
#newsletter {
	color: #666;
	line-height: 17px;
	position: absolute;
	right: 2px;
	top: 7px;
	padding-top: 7px;
	font-size: 14px;
	text-align: center;
	width: 180px;
	height: 50px;
}

#newsletter-info {
	line-height: 12px;
	line-height: 12px;
	font-size: 10px;
	color: #800000;
}


/* SUBSCRIPTION - NEWSLETTER */
#subscription-wrapper {
	position: relative;
	width: 600px;
	height: 250px;
	margin: 0 auto;
	padding: 0;
	line-height: 15px;
	border: 0;
	outline: 0;
	font-size: 14px;
	color: #666;
	background: #fff;
	
}
#subscription-content {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 560px;
	height: 210px;
	font-size: 12px;
}
#subscription-content span{
	font-size: 24px;
	font-weight: bold;
	color: #d95b29;
	line-height: 15px;
}
#subscription-content p{
	margin: 0;
	padding: 5px 0 0 0;
	text-align: justify;
	font-size: 12px;
}
#subscription-content img {
	margin: 0;
	padding: 0;
	float: left;
	padding-right: 15px;
}
#subscription-close {
	display: block;
	position: absolute;
	bottom: 0px;
	right: 10px;
}
#subscription-content br.clear {
	clear: both;
}

/* TREŚĆ */

#about {
	position: relative;
	width: 669px;
	height: 311px;
	background: #fffbdc url('../images/about.jpg') no-repeat bottom;
}

#about h1 {
	font: bold 11px Tahoma, Arial, Verdana, Sans-serif;
	padding: 32px 0 2px 42px;
	width: 272px;
	margin: 0;
	color: #5b5b5b;
}

#about p {
	width: 272px;
	margin: 2px 0 0 42px;
	padding: 0;
}
#phonenumber {
	position: absolute;
	left: 389px;
	top: 251px;
	background: url('../images/phonenumber.jpg') no-repeat;
	width: 280px;
	height: 51px;
}
#dibi {
	position: absolute;
	left: 0;
	top: 0;
	width: 168px;
	height: 311px;
}
#olos {
	position: absolute;
	left: 168px;
	top: 0;
	width: 168px;
	height: 311px;
}
#thalmer {
	position: absolute;
	left: 336px;
	top: 0;
	width: 167px;
	height: 311px;
}
#fisiosphere {
	position: absolute;
	left: 504px;
	top: 0;
	width: 167px;
	height: 311px;
}



.breakStrip  {
	width: 334px;
	height: 7px;
	background: url('../images/bgStrip.png') no-repeat;
}
#contentOverflow {
	margin: 0 0 0 0;
	overflow: hidden;
	background: #fff;
}

#contentLeft {
	margin: 2px 0 0 0px;
	width: 334px;
	float: left;
	background: #fff;
}

#contentLeft p {
	margin: 0 0 0px 16px;
	padding: 0px 18px 0 0;
	text-align: justify;
}
#contentLeft li {
	margin: 0 0 0px 10px;
	padding: 0px 18px 5px 0;
	text-align: justify;
	line-height: 1.1em;
}

#contentRight {
	margin: 2px 0 0 1px;
	width: 334px;
	float: left;
	background: #fff;
}

#contentRight ul {
	margin: 0;
	padding: 0 0 0 16px;
}

#contentRight li {
	list-style: none;
	margin: 0 0 0px 0;
	padding: 0;
}

#contentRight p {
	margin: 0 0 0 0px;
	padding: 0px 10px 0 0;
}
a.moreLink  {
	padding: 0 20px 0 15px;
	background: url('../images/more.png') no-repeat right;
}
a.lessLink {
	padding: 0 20px 0 15px;
	background: url('../images/less.png') no-repeat right;
}








/* STOPKA */

#footMap {
	margin: 0;
	padding: 12px 0;
	color: #939393;
	text-align: center;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	background: url('../images/footmap.png') repeat-x bottom;
}

#footMap a {
	padding: 6px 24px;
	color: #939393;
}

#footMap a:hover {
	color: #5f5f5f;
}

#footer {
	margin: 0;
	padding: 15px 0;
	color: #fff;
	background: #b5da3c url('../images/footbg.png') repeat-x;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #e8efd1;
}

#footerW {
	margin: 0 auto;
	width: 940px;
	text-align: center;
}

/* index */

#aktualnosci {
	margin-top: 5px;
	display: block;
	width: 334px;
	height: 63px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	padding-top: 20px;
	background: url('../images/aktualnosci.png');
}
#zaproszenia {
	margin-top: 5px;
	display: block;
	width: 334px;
	height: 63px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	padding-top: 20px;
	background: url('../images/zaproszenia.png');
}
#wyposazenieSpa {
	display: block;
	width: 334px;
	height: 83px;
	background: url('../images/wyposazenieSpa.png');
}
#produktyDoSpa {
	display: block;
	width: 334px;
	height: 83px;
	background: url('../images/produktyDoSpa.png');
}
#aranzacjaSpa {
	display: block;
	width: 334px;
	height: 83px;
	background: url('../images/aranzacjaSpa.png');
}

/****** POPUP *******/
#popoop {
	display: none;

}
#popupLayer_myStaticPopup {
	width: 600px;
	height: 250px;
}
#popoop-content {
	display: block;
	height: 100%;
	color: #666;
	font-size: 22px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	line-height: 1;
	border: 0;
	outline: 0;
}

#facebook {
	position: absolute;
	top: -45px;
	left: 827px;
	display: block;
	width: 112px;
	height: 40px;
	background: url('../images/facebook-profil.png');
	z-index: 100;
}

