@charset "UTF-8";
/* CSS Document */

body, #sitePreview {
	margin:0px;
	background:url(../images/bg.gif) top center repeat-x #ededed;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

div#wrapper {
	margin:0px auto;
	width:960px;
	/*
	border:1px solid #f0f;*/
}

/**	HEADER	**/

div#header {	
	margin:0px auto;
	margin-bottom:20px;
	width:960px;
	/*
	border:1px solid #ff0;*/
}

div#headerLinks {
	height:35px;
	line-height:35px;
	text-align:right;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#headerLinks a {
	color:#0a96ea;
	text-decoration:none;
	padding:0px 10px 0px 10px;
	background-color: transparent;
	background-image: url(../images/header_arrow_blue.png);
	_background-image: url(../images/header_arrow_blue.gif); /*IE6 tweak	*/
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right center;
}

div#headerLinks a.bwLink {
	color:#fff;
	background-image: url(../images/header_arrow_white.png);
	_background-image: url(../images/header_arrow_white.gif); /*IE6 tweak	*/
}

div#headerLinks a:hover {
	text-decoration:underline;
}

div#headerLogos {
	background:url(../images/bg_header.gif) center bottom repeat-x #fff;
	height:81px;
	width:908px;
	border:2px solid #fff;
	padding:0px 28px 0px 20px;
	-moz-border-radius:12px;
	border-radius:12px;
	-webkit-border-radius:12px;
	-khtml-border-radius:12px;
	behavior: url(http://www.spahotelcasino.fi/js/border-radius.htc);	/*IE tweak	*/
}

div#headerLogos div.headerLeft {
	float:left;
	clear:none;
}

div#headerLogos div.headerRight {
	float:right;
	clear:none;
}

/**	HEADER /eof	**/

/**	PAGEIMAGE	**/

div#pageimage {
	margin:0px auto;
	margin-bottom:20px;
	width:960px;
	/*
	border:1px solid #f00;*/
}

div#pageimage.default img {
	width:960px;
	height:325px;
}

div#pageimage.frontpage {
	margin-bottom:10px;
	background:url(../images/bg_pageimage_frontpage.gif) top center no-repeat;
	/*
	border:1px solid #dfdfdf;*/	
}

div#pageimage.frontpage img {
	width:960px;
	height:325px;
}

div#pageimage.gallery {
	margin-bottom:20px;
	background:url(../images/bg_pageimage_gallery.jpg) top center no-repeat;
	/*
	border:1px solid #f00;*/
}

div.gallery {
	_background:url(../images/bg_pageimage_gallery.jpg) top center no-repeat; /*	IE6 tweak	*/
}

/**	PAGEIMAGE /eof	**/

/**	GALLERY	**/

div#pageimage_gallery {
	float:left;
	clear:none;
	width:630px;
	height:265px;
}


div#pageimage_gallery img {
	width:630px;
	height:265px;
}

div#gallery_content {
	float:right;
	clear:none;
	width:310px;
	height:245px;
	padding:20px 0 0 20px;
	/*
	border:1px solid #f0f;*/
}

div#gallery_content h2 {
	color: #fff;
	font-weight: lighter;
	line-height: 1.1;
	font-size: 18px;
	margin:0px;
	padding:0 0 20px 0;
}

div#gallery_content div.gallery_thumb {
	width:80px;
	height:80px;
	float:left;
	display:block;
	background-position:top left;
	background-repeat:no-repeat;
	margin:0 20px 20px 0;
	padding:0px;
	_margin:0 15px 15px 0;	/*	IE7 tweak	*/
	border:1px solid #1672ae;
	
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;
	/*behavior: url(http://www.spahotelcasino.fi/js/border-radius.htc);	IE tweak	*/
}

div#gallery_content div.gallery_thumb:hover {
	border:1px solid #fff;
}

div#gallery_content div.gallery_thumb img {
	width:80px;
	height:78px;
	
	border:none;
}

div#gallery_content div.gallery_thumb a {
	color:#fff;
	text-decoration:none;
	border:none;
}

/**	GALLERY /eof	**/

/**	BANNER	**/

div.bannerBtns {
	margin:0 0 10px 0;
	padding-left:425px; /* -14px per new btn	*/
}

div.bannerBtns a:link, div.bannerBtns a:visited {
	display: block;
	width: 28px;
	height: 28px;
	background-color: transparent;
	background-image: url(../images/bg_banner_btns.png);
	_background-image: url(../images/bg_banner_btns.gif);	/* IE6 tweak	*/
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
	margin-bottom:0px;
	margin-top:0px;
	text-align:center;
	float:left;
	color:#efefef;
}

div.bannerBtns a.selected:link, div.bannerBtns a.selected:visited, div.bannerBtns a:hover {
	background-position: 0px -28px;
} 

/**	BANNER /eof	**/

/**	MAINMENU	**/

div#mainMenu {
	/*display:none;*/
}

/**	MAINMENU /eof	**/

/**	CONTENT	**/

div#content {
	padding:20px 30px 20px 30px;
	background:#fff;
	border:1px solid #dfdfdf;
	-moz-border-radius:12px;
	border-radius:12px;
	-webkit-border-radius:12px;
	-khtml-border-radius:12px;
	behavior: url(http://www.spahotelcasino.fi/js/border-radius.htc);	/*IE tweak	*/
	
	
	margin:0px auto;
	margin-bottom:10px;
	width:898px;
	/*
	border:1px solid #f0f;*/
}

div#content div.contentLeft {
	width:580px;
	float:left;
	clear:none;
}

div#content div.contentRight {
	width:280px;
	float:right;
	clear:none;
	font-size:12px;
}

div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content h6 {
	color:#1c3677;
	font-weight:lighter;
	line-height:1.1;
}

div#content h1 {
	font-size:22px;
}


div#content h2 {
	font-size:18px;
}


div#content h3 {
	color:#909090;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
	line-height:1.3;
}


div#content h4 {
	font-size:14px;
}


div#content h5 {
	font-size:12px;
}


div#content h6 {
	font-size:10px;
}

div#content h1.header, div#content h2.header {
	margin:0 0 10px 0;
}

div#content a {
	color:#1c3677;
	text-decoration:none;
}

div#content a:hover {
	color:#1c3677;
	text-decoration:underline;
}

/**	CONTENT /eof	**/

/** FOOTER	**/

div#footer {
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#696969;
	
	margin:10px auto;
	margin-bottom:10px;
	width:960px;
	/*
	border:1px solid #000;*/
}

div#footer p {
	margin:5px 0 5px 0;
}


div#footer div.footerLeft {
	float:left;
	clear:none;
	/*
	border:1px solid #f0f;*/
}

div#footer div.footerRight {
	float:right;
	text-align:right;
	clear:none;
	/*
	border:1px solid #ff0;*/
}

div#footer a.footerLink {
	color:#696969;
	text-decoration:none;
	padding:0px 10px 0px 20px;
	background-color: transparent;
	background-image: url(../images/footer_arrow.png);
	_background-image: url(../images/footer_arrow.gif); /*IE6 tweak	*/
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right center;
}

div#footer a.footerLink:hover {
	text-decoration:underline;
}

/**	FOOTER /eof	**/

div.clearfix {
	clear:both;
	margin:0px;
	padding:0px;
	/*
	border:1px solid #f00;*/
}

/**	AD KIIVI	**/

#kiivi {
	display: block;
	width: 44px;
	height: 24px;
	background-color: transparent;
	background-image: url(../images/ad_kiivi.png);
	background-image: url(../images/ad_kiivi.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
	margin-bottom:0px;
	margin-top:0px;
	text-align:right;
	float:right;
}

#kiivi:hover {
	background-position: -44px 0px;
}

/**	AD KIIVI /eof	**/

/** CMS tweaks	**/

a#cmPageimage img#cmPageimage {
	width:120px;
	height:20px;
}

#cms div#headerLogos {
	behavior: url(http://www.spahotelcasino.fi/js/dummy.htc);	/*IE tweak	*/
}

#cms div#content {
	behavior: url(http://www.spahotelcasino.fi/js/dummy.htc);	/*IE tweak	*/
}

#cms div#content_content {
	margin-left: 0px;
}

/**	CMS tweaks /eof	**/
