/* CSS Document */

/* ----------------- General & parent frame styles ----------------- */

/* ----------------- Chilly Powder Styles ----------------- */

* {
	margin: 0;
	padding: 0;	
}

#header_black_bar{
 background-color:#333333;
 height:20px;
}

#header_image{
 position:relative;
 background: url(../images/header.jpg) no-repeat;
 height:80px;
 width:960px;
}

#header_image_summer{
 position:relative;
 background: url(../images/header_summer.jpg) no-repeat;
 height:80px;
 width:960px;
}

#header_links{
 position:absolute;
 right:0;
 bottom:2px;
}

#right_container{
 float:right;
 width:650px;
 padding-top:10px;
 padding-right:10px;
 padding-bottom:20px;
}

#left_container{
 float:left;
 width:280px;
 padding-right:20px;
 padding-bottom:40px;
}

#company_logo{
 height:120px;	
 text-aligh:center;
 background:#ffffff;
 padding-top:48px;
 padding-left:10px;
 margin-bottom:10px;
}

#company_logo_img{
}

.empty_div{
 clear:both;	
}

#pages{
 width:650px;	
 margin-bottom:30px;
}


.header_tab{
	width: 111px;
	height: 42px;
	background: url(../images/button_header.jpg) no-repeat;	
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}

.header_tab_summer{
	width: 111px;
	height: 42px;
	background: url(../images/button_header_summer.jpg) no-repeat;	
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}

#news{
 padding:10px;
 background-color:#E4EBEF;
 border:1px solid #93ACBF;
}

.news_image{
 width:80px;
 height:60px;
 margin-left:10px;
 padding-bottom: 20px;
}

.news_image2{

 margin-right:10px;
}

.news_item{
 margin-top:10px;
 color:#666666;
 text-align: right;
}

.news_item_left{
 font-size:11px;
 text-align:right;
}

.news_item p{
 line-height:15px;
}

#news_list_item, #contact_form{
 border: 1px solid #CCE6FF; 
 background: #FBFDFF;
 margin-bottom: 15px;
 padding: 10px;
}

.enquire_form th {
	padding-right: 20px;
}

.enquire_form td {
	padding: 5px;
}

input[type=text].enquire_form, input[type=password].enquire_form, select.enquire_form, textarea.enquire_form {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #376F94;
	border: 1px solid #93B1C5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input[type=text].enquire_form, input[type=password].enquire_form, textarea.enquire_form {
	width: 300px;
}

textarea.enquire_form {
	height: 100px;
	overflow: auto;
}

input[readonly].enquire_form {
	color: #aaa;
	background: #eee;
	border-color: #ddd;
}


#textbox{
 padding:10px;
 background-color:#E4EBEF;
 border:1px solid #93ACBF;
 font-size:11px;
}

#company_address{
 padding:10px;
 text-align: right;
 color:#808083;	
 font-size:11px; 
}

.address_p{
 line-height:15px;	
 font-size:11px;
}

#hp_links{
 padding-top:30px;
 padding-bottom:30px;
 padding-left:85px;
 text-align: right;
}

#menu{
 width:280px;
}

input.datepicker {
	cursor:pointer;
	background:white url(/admin/images/icons/calendar2.png) no-repeat scroll right center;
}

.bf_p{
	/*booking form line height*/
	line-height:25px;
}

.head_row{
	background:#E5F1FB;
}

.list_row{
	background:#F3F8FD;
}

.winter_price_table td, th{
	height:25px;
	padding-left:10px;
}

.summer_price_table td, th{
	height:25px;
	padding-left:10px;
}
/* ----------------- End of Chilly Powder Styles ----------------- */

* {
margin:0;
padding:0;
}


html, body {
  height:100%;
}

body{
  /*background: url(../images/bg_gradient.jpg) repeat-x;*/
  background-color: #ffffff;
  color: #808083 ;
  font-family: Arial, Tahoma, Helvetical, Sans-Serif;
  text-align:center;
  font-size: 12px;
  margin:0;
  padding:0;
}

img{ border:0; }

p{
 font-size: 12px;
 line-height:21px;
}

table {   
  padding: 0px; 
  margin: 0px;
  border-width: 0px;
  border-spacing: 0px;  
  border-collapse: collapse;  
}

table.parent_table {
  width:100%;
}

.contact_detail{
	color:#ffffff;
	font-size: 0.94em;	
	width: 12.50em;
	position:relative;
	left:1.56em;
	top: 0.94em;
	display:block;
}

.main_txt{
	color:#ffffff;
	font-size: 0.94em;	
	width: 40.19em;
  	position: relative;
	top:0.94em;
	left:0.94em;    
}

.login_txt {
	color:#ffffff;
	font-size: 12px;
	position: relative;
	top:0px;
	left:20px; 
}

.flags {	
	position: relative;
	top:2px;
	left:50px; 
}

.flag_border {	
	border: 1px solid #6ba7cc;  
}

.crumbs {
	font-size: 10px;
	color: #808083;
}

.newsSlip {
	background-color: #FFFFFF;
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #DDDDDD;
}

.newsHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 130%;
	color: #094584;
	font-weight: bold;
	margin-bottom: 5px;
}

.newsTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 130%;
	color: #808083;
	margin-bottom: 0px;
}

#distance { 
  width:1px;
  height:50%;
  margin-bottom:-21.28em; /* half of container's height */
  float:left;
}

#container {
  margin:0 auto;
  text-align:left;
  width:960px;
  clear:left;
} 

#inner { 
  background-color:#ffffff;  
  width:960px; 
  position: relative; 
  left: 0; 
  top: 0; 
  margin-bottom: 5px;
}

#header {
  background: url(../images/bg_gradient.jpg) repeat-x;  
  width:960px; 
  height:140px; 
  position: relative; 
  left: 0; 
  top: 0;
}

#menu_holder {
  background: url(../images/bg_menu.gif) repeat-x;  
  width:960px; 
  height:40px;
  padding: 0px 0px 0px 0px;
}

#content {
	width: 960px;
	background: #FFFFFF;
}

#contentPage {
  width: 680px;
}

.contentLeft {
	width: 687px;
	padding: 20px 20px;
	text-align: justify;
}

.contentRight {
	background: #EEEEEE;
	width: 252px;
	padding: 20px 15px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#logo{
  height:93px;
  width:406px; 
  position: absolute;  
  left:5px;
  top:30px;
}

#login_and_lang {
  background: url(../images/header_mountain.jpg) no-repeat;		
  height:140px;
  width:597px; 
  float: right;
  position: relative; 
}

#login {
  background: url(../images/bg_login.png) no-repeat;		
  height:55px;
  width:251px;   
  float:right;  
  position: absolute;
  left: 345px;  
  padding: 5px 10px;   
}

#footer2{
  font-size: 11px;
  color:#999999;
  background-color:#333333;
  padding:10px 5px;
  text-align:center;
  height:10px;
}

#footer1{
  font-size: 12px;
  color:#ffffff;
  background-color:#72A0DB;
  background: url(/images/footer.jpg) no-repeat;
  text-align:center;
  height:28px;
  line-height: 28px;
}

#footer1 a{
	color:#ffffff;
}

#footer1_summer a{
	color:#ffffff;
}

#footer1_summer{
  font-size: 12px;
  color:#ffffff;
  background-color:#72A0DB;
  background: url(/images/footer_summer.jpg) no-repeat;
  text-align:center;
  height:28px;
  line-height: 28px;
}

a, a:visited{
  color: #3B5997;
  text-decoration:none;
}

a:hover{
  text-decoration:underline;
}

#header_links a:hover{
	text-decoration: none;	
}


/* ------------------------- Page Templates ----------------------- */

/* General, template specific */

h1 {
	font-size: 30px;
	color: #808083;
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: normal;
	line-height: 25px;
	text-align: left;
}

h2 {
	font-size: 20px;
	color: #808083;
	margin-bottom: 10px;
	margin-top: 30px;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
}

h3 {
	font-size: 12px;
	color: #01649b;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
}

