@CHARSET "UTF-8";

/**
 * Index page layout
 *
 * @author: Tomasz Paciorek (design) info@tomaszpaciorek.com
 * @author:  Dariusz Paciorek (xhtml, css) darekpaciorek@gmail.com
 * @version: ver. 1
 */

/** Import global CSS */
@import "../global/header.css";
@import "../global/footer.css";

/** Welcome text */
#welcome {
	padding: 0 0 0 294px;
	height: 355px;
	background: url(../../gfx/index/gangsta.jpg) no-repeat 0 0;
}

#welcome h1 {
	padding: 25px 0 14px 0;
	font-size: 1.5em;
	font-weight: 400;
	color: #ff9c00;
}

#welcome p {
	margin: 24px 10px 0 0;
	line-height: 16px;
}

#welcome a:link, #welcome a:visited {
	color: #ad0d01;
	text-decoration: none;
	font-weight: 700;
	padding: 0 12px 0 0;
	background: url(../../gfx/index/arrow.gif) no-repeat 100% 5px;
}

#welcome a:hover {
	text-decoration: underline;
}

.hLine {
	margin: 30px 0 0;
	height: 13px;
	background: url(../../gfx/index/h_line.gif) no-repeat 0 0;
}

/** Video and Panorama */
#videoPanorama {
	float: left;
}

/** Video player */
#video {
	width: 246px;
	height: 321px;
	background: url(../../gfx/index/video_bg.gif) no-repeat 0 0;
}

#videoPlayer {
	padding: 75px 0 0 15px;
}

#video .more {
	text-align: right;
	padding: 5px 11px 0 0;
}

#video a:link, #video a:visited {
	text-decoration: none;
	color: #ad0d01;
	font-weight: 700;
	padding: 0 12px 0 0;
	background: url(../../gfx/index/arrow.gif) no-repeat 100% 5px;
}

#video a:hover {
	text-decoration: underline;
}

/** Panorama */
#panorama {
	margin: 23px 0 0;	
}

#panorama a:link, #panorama a:visited {
	display: block;
	width: 242px;
	height: 65px;
	background: url(../../gfx/index/panorama.gif) no-repeat 0 0;
}

#panorama span {
	display: none;
}

/** Tours */
.tour {
	width: 302px;
	margin: 22px 0 0;
}

.tour span {
	display: none;
}

.tour p {
	margin: 23px 0 0;
	line-height: 16px;
}

.foto {
	margin: 19px 0 0;
	padding: 16px 0 14px 15px;
	background: url(../../gfx/index/foto_bg.gif) no-repeat 0 0;
}

#firstTour {
	float: left;
}

#firstTour .tour {
	margin-left: 45px;
}

#firstTour h3 {
	height: 23px;
	background: url(../../gfx/index/prl_dla_jednostek.gif) no-repeat 0 0;
}

#secondTour {
	float: right;
}

#secondTour h3 {
	height: 23px;
	background: url(../../gfx/index/prl_dla_mas.gif) no-repeat 0 0;
}

.btnBooking {
	margin: 55px 0 0;
	float: left;
}

.btnReadMore {
	margin: 55px 0 0;
	float: right;	
}

.btnBooking a:link, .btnBooking a:visited, .btnBooking a:hover {
	display: block;
	width: 141px;
	height: 37px;
	background: url(../../gfx/index/btn_booking.gif) no-repeat 0 0;
}

.btnReadMore a:link, .btnReadMore a:visited, .btnReadMore a:hover {
	display: block;
	width: 141px;
	height: 37px;
	background: url(../../gfx/index/btn_read_more.gif) no-repeat 0 0;
}

#divek_popup {
	display: block;
}