body 
{
	background: #ffffff;
	font-family: Arial, Tahoma, Verdana;
}

html, body
{
	margin: 0;
	padding: 0;
}

.clear 
{ 
	clear: both;
  	line-height: 0px; 
	height: 0px;
}

a, a img
{
	border: 0;	
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#main
{
	width: 960px;
	margin: auto;
}

#top
{
	width: 100%;
	height: 100px;	
	font-family: 'Trebuchet MS', Arial, Tahoma;
	font-size: 12px;
	color: #818181;
}

#top .bar1
{
	display: block;
	width: 100%;
	height: 10px;
}

#top .logo
{
	float: left;
	display: block;
	width: 216px;
	height: 77px;
	padding: 13px 0 0 54px;
}

#top .menu
{
	float: left;
	display: block;
	width: 555px;
	height: 50px;
	padding-top: 40px;
}

#top .menu a 
{
	float: left;
	display: block;
	height: 35px;
	padding: 15px 15px 0 15px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#top .menu a:hover, #top .menu a.selected
{}

#top .switches
{
	float: left;
	width: 115px;
}

#top .lays
{ 
	width: 100%;
	padding: 12px 0 14px;
}

#top .lays a
{
	float: right;
	display: block;
	width: 25px;
	height: 25px;
	margin-right: 5px;
}

#top .lays a.win 
{
	background: url('../img/button_switch_winter.png') no-repeat center center;
}

#top .lays a.sum 
{
	background: url('../img/button_switch_summer.png') no-repeat center center;
}

#top .langs
{ 
	padding-left: 7px;
	width: 108px;
}

#top .langs a
{
	float: left;
	display: block;
	width: 26px;
	height: 20px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
}

#top .langs a:hover
{}


#top .langs a.en {
	background-image: url('../img/flags/en.jpg');
}

#top .langs a.pl {
	background-image: url('../img/flags/pl.jpg');
}

#top .langs a.de {
	background-image: url('../img/flags/de.jpg');
}

#top .langs a.ru {
	background-image: url('../img/flags/ru.jpg');
}

#banner
{
	display: block;
	width: 960px;
	height: 350px;
	position: relative;
	margin: 25px 0 27px;
}

#banner .img
{
	position: absolute;
	display: block;
	width: 730px;
	height: 305px;
	top: 15px;
	left: 230px;
}

#banner .movie
{
	position: absolute;
	display: block;
	width: 600px;
	height: 330px;
	top: 0px;
	left: 180px;
}

#banner .form
{
	position: absolute;
	display: block;
	width: 200px;
	height: 335px;
	top: 15px;
	left: 15px;
} 

#banner .skip_intro
{
	position: absolute;
	display: block;
	width: 100px;
	height: 20px;
	text-align: right;
	top: 355px;
	left: 500px;
	font-size: 11px;
}

#form_booking 
{}

#form_booking .header
{
	padding-bottom: 15px;
}

#form_booking .form_item,
#form_booking .form_buttons
{
	width: 200px;
	padding-bottom: 10px;
}

#form_booking .form_item input, 
#form_booking .form_item textarea,
#form_booking .form_item select,
#form_booking .form_buttons input
{
	border: 1px solid #ffffff;
	font-family: 'Trebuchet MS', Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #393939;
}

#form_booking .form_item .error
{
	border: 1px solid red;
}

#form_booking .form_item input, 
#form_booking .form_item textarea
{ 
	width: 192px;
	padding: 3px;
}

#form_booking .form_buttons
{
	text-align: right;
}

#content 
{
	min-height: 200px;
	width: 100%;
	position: relative;
	padding-top: 4px;
	line-height: 22px;
	font-size: 12px;
	text-align: justify;
}

#content .shadow 
{
	display: block;
	width: 100%;
	height: 4px;
	position: absolute;
	top: 0px;
}

#content .left
{
	float: left;
	width: 260px;
	padding: 15px 0 0 0;
}

#content .left .cnt
{
	width: 230px;
	padding: 0 15px 0 15px;
}

#content .left .cnt .menu a 
{
	display: block;
	width: 220px;
	height: 27px;
	vertical-align: middle;
	text-align: right;
	padding-right: 10px;
	text-decoration: none;
}

#content .right 
{
	float: left;
	width: 700px;
	padding: 0;
}

#content .right .cnt,
#content .box_darker
{
	width: 670px;
	padding: 15px 15px 15px 15px;
}

#content .wide
{
	width: 930px;
	margin: 0 auto;
	padding: 15px 0;
}

#content .box_darker
{}

#footer
{
	display: block;
	width: 100%;
	height: 50px;
	padding-top: 27px;
	font-family: Arial, Tahoma;
	font-size: 10px;
}

#footer a:hover
{
	text-decoration: none;
}

#footer .cnt
{
	width: 920px;
	margin: auto;
}

#footer .cnt .left
{
	float: left;
	width: 540px;
}

#footer .cnt .right
{
	float: left;
	width: 380px;
	text-align: right;
}

.header
{
	display: block;
	width: 100%;
	height: 21px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 15px;
}

a.button_more 
{
	float: right;
	display: block;
	margin-top: 8px;
}

#latest_news 
{
	margin-bottom: 25px;
}

#latest_news .item
{
	padding: 10px 0 15px 0;
	line-height: 17px;
}

#latest_news .item .date
{
	float: left;
	position: relative;
	background: url('../img/latest_news_date.png') no-repeat;
	width: 70px;
	height: 35px;
}

#latest_news .item .date .day
{
	position: absolute;	
	top: 1px;
	left: 0px;
	display: block;
	width: 55px;
	height: 19px;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
}

#latest_news .item .date .month
{
	position: absolute;	
	top: 19px;
	left: 0px;
	display: block;
	width: 19px;
	height: 13px;
	font-size: 10px;
	text-align: center;
}

#latest_news .item .date .year
{
	position: absolute;	
	top: 19px;
	left: 21px;
	display: block;
	width: 34px;
	height: 13px;
	font-size: 10px;
	text-align: center;
}

#latest_news .item .title
{
	float: left;
	height: 35px;
	width: 150px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

#latest_news .item .text
{
	font-size: 11px;
	text-align: justify;
	width: 220px;
	padding: 10px 5px 0 5px;
	text-transform: uppercase;
}

#left_video 
{
	
}

#roadmap
{
	width: 100%;
	height: 220px;
}

.home_offer_item 
{
	float: left;
	width: 205px;
	margin-right: 20px;
}

.home_offer_item img
{
	border: 2px solid #2d414a;
	margin-bottom: 10px;
}

#gallery
{
	padding-top: 15px;
}

#gallery .item
{
	float: left;
	display: block;
	width: 132px;
	height: 105px;
	text-align: center;
}



/**
 * jQuery Validate 
 * error
*/
label.error {
	background: url('../img/error.gif') no-repeat right center;
	display: inline-block;
	width: 20px !important;
	height: 14px;
}
