
@import "reset.css";

html 
{
 background: url(/public/images/back.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}
 
body {
	font-family:arial;
	font-size:10pt;
	/*background-color:#fff;*/
	color:#404040;
	/*background:url(../images/default/background.png) repeat-x;*/
}

a{color:#0086db;text-decoration:none;}
a:hover{color:#47b8ff;}


h1 {
	color:#0086db;
	font-size:28px;
	margin-bottom:15px;
}

h2 {
	color:#0054a6;
	font-size:18px;
	font-weight:bold;
}

#description {text-align:justify;}
#description h2 {margin-top:15px;margin-bottom:15px;}

h3 {
	color:#303030;
	font-size:15px;
}
/****   header  *****/

#menuTop {position:absolute;top:17px;left:720px;font-size:8pt;color:#bfdbe0;}
#menuTop a {color:#183c71;}

#menu {list-style:none;margin:0;padding:0;position:absolute;top:67px;left:300px;}
#menu li {float:left;font-weight:bold;margin-right:20px;}
#menu li a {color:#fff;font-size:11pt;}

#wrapper{
	width:1000px;
	overflow:auto;
	margin:0 auto;	
	position:relative;
	}

#header {
	background:url(../images/default/header.png) no-repeat;
	height:155px;
	width:1000px;
	position:absolute;
	font-size:11px;
	color:#aaa;
	z-index:2;
	
}

#header h1 {
	position:absolute;margin:0px;padding:0px;
	top:35px;left:40px;	
}

#flashHead {
	height:155px;
	width:1000px;
	height:102px;
}

#lang {
	position:absolute;
	top:17px;
	right:0px;
	
	
}
#lang ul {margin:0;}
#lang ul li {
	float:left;
	list-style:none;
	margin-left:10px;	
}

#lang ul li.active {
	float:left;
	list-style:none;
	margin-left:10px;
	border-bottom:1px solid #1c5b97;	
}
#lang a img {
	border:0;
	outline:0;
}
#lang .active {
	background:url(../images/default/languageBttn.png) no-repeat top center;
}
#lang li:hover {
	background:url(../images/default/languageBttnOver.png) no-repeat top center;
}


#headerWrapper {position:relative;height:510px;width:1000px;overflow:hidden;}

#sliderContainer{
	position:absolute;	
	width:999px;
	margin:auto;
	height:410px;
	overflow:hidden;
	top:98px;
	z-index:1;
}

#slider div{position:relative;height:400px;overflow:hidden;}
#sliderPager {position:absolute;padding-left:60px;padding-top:15px;width:224px;height:10px;left:388px;bottom:10px;background:url(/public/images/default/sliderPager.png) no-repeat;z-index:999;}
#sliderPager a {background:url(/public/images/default/li.png) no-repeat;
				width:17px;height:17px;display:block;float:left;
				text-indent:-10000px;
				margin-left:10px;
				
				}				
#sliderPager a:hover {background-position :right center;opacity:0.4;filter:alpha(opacity=40);}				
#sliderPager a.pagerActive{background-position :right center;}

.bx-next {z-index:100;position:absolute;right:0px;top:130px;width:37px;height:109px;background:url(/public/images/default/slider-arr-right.png) no-repeat;}
.bx-next:hover {background-position:top right;}

.bx-prev {z-index:100;position:absolute;left:0px;top:130px;width:37px;height:109px;background:url(/public/images/default/slider-arr-left.png) no-repeat;}
.bx-prev:hover {background-position:top right;}






/*****  content ****/ 

#content {
	overflow:hidden;
	height:auto;
	margin-top:20px;
}




#mainbar {
	width:510px;
	float:left;
	margin-left:25px;
	padding-top:10px;
	
}
#sidebar {
	width:235px;	
	float:left;
	
}


#bookingbar {
	width:202px;
	margin-left:25px;
	float:left;
	
}
#widebar {
	width:740px;
	float:left;
	margin-left:25px;	
	padding-top:10px;
	
}

.submenu
{

background:url(/public/images/default/submenu-header.png) no-repeat;
width:235px;
padding-top:55px;
overflow:hidden;
position:relative;
}

.submenu .back {position:absolute;width:35px;height:35px;cursor:pointer;top:0px;left:15px;}

.submenu ul {background:#0b6ac5;padding:0px;margin:0px;list-style:none;}

.submenu ul li {
background:url(/public/images/default/submenu-item.png) no-repeat;
height:25px;padding-top:10px;text-align:center;color:#fff;cursor:pointer;
}

.submenu ul li a {color:#fff;}


.submenu ul li:hover, ul li.over {background-position:bottom;}


.locationPath {	
	color:#00a4b4;
	height:29px;
	margin-top:20px;
	border-top:1px solid #eee;
	font-size:7pt;
}
.path {
	float:right;
	margin:10px;
}

.path   a
	{	
	margin-left:3px;
	text-decoration:none;
	padding-right:5px;
	font-size:7pt;
	color:#00a4b4;
	
}
.backBtn {
	color:#00a4b4;
	cursor:pointer;
	float:left;
	margin-top:8px;	
	font-size:8pt;
}
 



 /****  footer  ****/




#footer {
	height:109px;
	background:url(../images/default/footer.png) repeat-x;	
}


#footerWrapper{
	width:1000px;
	margin:0 auto;
	margin-top:20px;
	padding-top:20px;
	overflow:hidden;
	font-size:8pt;	
	color:#ccc;
	}


.form th {
	background:#dfdfdf;

	
}
	

button{
	background:url(../images/default/button.png) no-repeat;
	width:109px;
	height:44px;
	text-align:center;
	color:#fff;
	font-size:14px;
	border:0;
	margin-top:5px;
	text-shadow: #193f5f 1px 1px 1px;
	cursor:pointer;
}

button.small{
	background:url(../images/default/btn.png) no-repeat;
	width:82px;
	height:30px;
	text-align:center;
	color:#fff;
	font-size:12px;
	border:0;
	margin-top:5px;
	text-shadow: #193f5f 1px 1px 1px;
	cursor:pointer;
}

button:hover, button.gray:hover,button.small:hover {
	background-position: bottom;
	
}



.form {
	font-size:13px;
	line-height:18px;
	color:#0f3954;
}
.formBack th {
padding:5px;	
}

#logo_button{
	position:absolute;
	width:110px;
	height:130px;	
	top:20px;
	left:0px;
	cursor:pointer;	
}

table.form {width:100%;}
table.form td {padding:6px;text-align:left;vertical-align:top;line-height:19pt;}
table.form th {padding:6px;text-align:left;font-size:15pt;color:#0f3954;background:#fff;}


div.msg_error 
{
	padding:12px;
	margin:10px 0px 10px 0px;
	background:url('../images/default/icons/error.png') 20px 15px no-repeat;
	background-color:#FBE3E4;
	color:#D12F19; 
  	border:1px solid #FBC2C4;
  	padding-left:50px;
}

div.msg_info 
{
	padding:12px;
	background:url('../images/default/icons/info.png') 20px 15px no-repeat;
	background-color:#dbedf6; 
    color: #0b384f; 
    border:1px solid #aecad9;
	margin:10px 0px 10px 0px;
	padding-left:50px;
}

div.msg_notice
{
	padding:12px;
	background:url('../images/default/icons/info.png') 20px 15px no-repeat;
	background-color:#FFF6BF; 
    color: #817134; 
    border:1px solid #FFD324;
	margin:10px 0px 10px 0px;
	padding-left:50px;
}


div.msg_ok {padding:20px;background:#e2f3ec;border:1px solid #9ec7b7;margin-bottom:20px;-moz-border-radius: 3px;border-radius: 3px;}

input,select,textarea 
{
	font-family:arial;
	padding:7px;
	border:1px solid #ccc;
	background-color:#eee;
	/*background:url('../images/default/input.png') repeat-x;*/		
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}


input.error,select.error,textarea.error 
{
	padding:7px;
	border:1px solid #a0433f;
	color:#72221e;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;	
}
label.error {
	display:block;font-size:7pt;
	background:#a0433f;
	padding:2px 10px 2px 10px;
	color:#fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;width:100px;}
	
table.listing {width:100%;border-collapse:collapse;margin:0px;border:1px solid #c4bb9a;background-color:#eeeeee;}
table.listing tr.two td{text-align:center;padding:7px;background-color:#fafafa;border-bottom:1px solid #cccccc;}
table.listing tr.one td{text-align:center;padding:7px;background-color:#eeeeee;border-bottom:1px solid #aaaaaa;}
table.listing tr.total td{ padding:7px;background-color:#eeeeee;color:#679900;font-size:16pt;}
table.listing th{text-align:center;background-color:#2b8fd9;border-bottom:1px solid #303030;padding:5px;color:#ffffff;font-weight:normal;}



.links a{
	font-size:13px;
	line-height:18px;
	color:#0f3954;

}
.account_page p{
	font-size:13px;
	line-height:18px;
	color:#0f3954;
}
.moreLink{
	background:#0174b6;
	padding:5px 17px 5px 17px;
	border-top:#38aef2;
		color:#FFF;
	text-decoration:none;
}

img.border {border:1px solid #dddddd;padding:1px;}


.formTable tr td {padding:3px;}


.ctl {background:url(/public/images/default/corner.png) top left;width:7px;height:7px;position:absolute;top:0px;left:0px;z-index:999;}
.ctr {background:url(/public/images/default/corner.png) top right;width:7px;height:7px;position:absolute;top:0px;right:0px;z-index:999;}
.cbl {background:url(/public/images/default/corner.png) bottom left;width:7px;height:7px;position:absolute;bottom:10px;left:0px;z-index:999;}
.cbr {background:url(/public/images/default/corner.png) bottom right;width:7px;height:7px;position:absolute;bottom:10px;right:0px;z-index:999;}


#hotresOverlay{z-index:100;}
#hotresContent{z-index:101;}
#hotresClose{z-index:101;}
#hotresPowered{z-index:101;}


.booking-btn
{
height:79px;
width:202px;
overflow:hidden;
background:url(/public/images/default/pl/booking-btn.png) no-repeat;
cursor:pointer;
margin-bottom:5px;
}

.booking-btn:hover {background-position:right;}


.voucher-btn
{
height:79px;
width:202px;
overflow:hidden;
background:url(/public/images/default/pl/voucher-btn.png) no-repeat;
cursor:pointer;
}

.voucher-btn:hover {background-position:right;}



table.default {width:100%;border:0px;}
table.default td {padding:7px;background-color:#eee;border:2px solid #fff;}
table.default th {padding:7px;background-color:#009cff;border:2px solid #fff;color:#fff;font-weight:bold;text-align:center;}

.packagesList {width:247px;height:163px;position:relative;margin-right:12px;margin-bottom:20px;float:left;overflow:hidden;}
.packagesList p {position:absolute;top:10px;left:20px;width:110px;font-weight:bold;}

.packagesList .over {
					background:url(/public/images/default/overPackageList.png);
					height:123px;
					width:247px;position:absolute;top:0px;left:0px;cursor:pointer;
					}
					
.packagesList:hover .over {background-position:right;}

.packagesList a {color:#003d78;text-transform:uppercase;}
.packagesList .price {position:absolute;top:68px;left:140px;width:80px;font-weight:bold;color:#fff;text-align:center;}
.packagesList .days {position:absolute;top:98px;left:140px;width:80px;color:#3e7f91;text-align:center;}

.newsletter
	{
	background:url(/public/images/default/pl/newsletter.png);
	width:474px;
	height:61px;overflow:hidden;
	position:relative;
	}
	
.newsletter button {position:absolute;top:10px;right:15px;}	

