@charset "UTF-8";

/* CSS Document */


body{
	margin:10px 0 0 0;
	padding:0px;
	background: url(../img/bg.jpg) no-repeat center 0 #ffffff;
	font-family:arial,verdana,sans-serif;
	color: #333333;
}

h1,h2,h3,h4,h5,ul{
	margin:0;
	padding:0;
	list-style:none;
}



a{
	outline:0;
	text-decoration:none;
}

a:hover{text-decoration:none;}

img{
	border:0;
	/*display:block;*/
}

p {
	margin-bottom:10px;
}

.pjustify {
	text-align: justify;
}

.shadow{
	background:url(../img/bg-shadow.png) no-repeat 0 0;
	height:10px;
	overflow:hidden;
	width:100%;
	float:left;
	margin:0;
	position:relative;
}

h3  {
	font-size:90%;
	margin-bottom: 5px;
}

/****************************************************************************************************************** TABLE ***/





table.weather {
	border: 1px solid #999999;
	border-collapse:collapse;
	font-size:90%;
	font:"Helvetica", "Arial", sans-serif;
	background: url(../img/bg.jpg) no-repeat center 0 #ffffff;
}

table.weather td {
	width: 38px;
	border-right:1px solid #999999;
}

table.weather td.lrgtxt {
 	font-size: 120%;
	text-align:center;
	}

table.weather td.medtxt {
 	font-size: 80%;
	text-align:center;
	}


table.weather td.smltxt {
 	font-size: 80%;
	text-align:center;
	}



/****************************************************************************************************************** CLASSES 

h1  {
	font-size:130%;
	color:#79B93E;
	margin-bottom: 5px;
}

h2 {
	color:#79B93E;
	font-size:120%;
	margin-top: 10px;
}

h3  {
	font-size:100%;
	color:#79B93E;
	margin-bottom: 5px;
}

.linkpdf {
	background-image: url(../img/icons/pdf.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 25px;
}

.linkdoc {
	background-image: url(../img/icons/word_sml.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 25px;
}

.pd {
	display:inline;
}

*/


/***************************************************************************************************** testimonals */


div.test p.quoteme {
	font: italic 100%/150% Georgia, "MS Sans Serif", Geneva, sans-serif;
	margin: 0 3.5% 5px 3.5%;
	background: transparent url(../img/icons/bottomquote.gif) right bottom no-repeat;
	padding: 0 4px 0 0;
	color: gray;
}

div.test p.quoteme:first-letter {
	background: transparent url(../img/icons/topquote.gif) left top no-repeat!important;
	width: 12px;
	height: 1.3em;
	padding:1px 0 3px 15px;
	background-position: 0 1px;
}

div.test h6 {
	font-size: 100%;
	color: #333;
	text-align: right;
	margin-top: 0;
	margin-bottom: 10px;
}


/********************************************************************************************************* layout */


#pagebody{
	width:980px;
	overflow:hidden;
	margin:0 auto;
	background:#53ab40;
	position:relative;
}

#sidebar {
	float: right;
	width:200px;
	margin: 0 0 0 40px;
}

#wrapper{
	width: 700px;
	margin: 0 0;
	float: left;
}

/********************************************************************************************************* header */


#header{
	width:980px;
	float:left;
	margin:0;
}

#header h1 a{
	background:url(../img/logo.gif) no-repeat 0 0;
	width:416px;
	height:86px;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	display:inline;
	margin:10px 35px 0 35px;
}

#header div{
	float:right;
	width:211px;
	margin:0 35px 0 58px;
	display:inline;
}


#header h2{
	float:left;
	background:url(../img/bg-phone.gif) no-repeat 0 0;
	width:154px;
	height:16px;
	overflow:hidden;
	text-indent:-9999px;
	margin:10px 0 0;
}
#header h2.email{
	width:221px;
	height:21px;
	margin-bottom: 13px;
	background:none;
	clear:both;
}

#header h2.email a{
	background:url(../img/bg-email.gif) no-repeat 0 0;
	width:221px;
	height:21px;
	float:left;
}

#header div.skype{
	margin: 0;
	width:211px;
	height:18px;
}

#header div.skype a{
	width:211px;
	height:18px;
}




/************************************************************************************************** nav */

#header ul#nav{
	width:100%;
	float:left;
	margin:28px 0 0;
	background:url(../img/bg-nav.gif) repeat-x 0 0;
	padding:0;
	position:relative;
	z-index:1001;
}
#header ul#nav li{
	float:left;
	width:163px;
	text-align:center;
	position:relative;
	background:url(../img/bg-nav-separator.gif) no-repeat 100% 0;
}
#header ul#nav li.last{background:none;}


#header ul#nav li ul{
	display:none;
	width:163px;
	position:absolute;
	left:-3px;
	top:42px;
	float:left;
}

#header ul#nav li.last ul{left:-1px;}
#header ul#nav li.hover ul{
	display:block;
}

#header ul#nav li ul li{
	background:url(../img/bg-submenu-list.png) repeat-y 0 0;
	width:190px;
	height:29px;
	float:left;
	overflow:hidden;
	position:static;
	cursor:pointer;
	padding:0 2px 0 1px;
}

#header ul#nav li ul li.first{
	height:31px;
	background:url(../img/bg-submenu-list-first.png) no-repeat 0 0;;
}

#header ul#nav li ul li.first a{
	padding:2px 0 0;
}

#header ul#nav li a{
	text-transform:uppercase;
	color:#fff;
	font-size:12px;
	line-height:42px;
	position:relative;
	display:block;
}

#header ul#nav li a:hover{text-decoration:none;}
#header ul#nav li ul li a{
	line-height:28px;
}

#header ul#nav li.hover ul li a{text-decoration:none;}
#header ul#nav li.hover ul li a:hover{text-decoration:none; color:#333333;}

#header div.shadow{
	background:url(../img/bg-shadow.png) no-repeat 0 0;
	height:10px;
	overflow:hidden;
	width:100%;
	float:left;
	margin:0;
	position:relative;
}

#content{
	width:980px;
	overflow:hidden;
	background:#fff;
	margin:-10px 0 0;
	float:left;
	z-index:0;
	padding:0 0 50px;
	/*padding:0 0 159px;*/
}

#content div#flash{
	width:980px;
	/*overflow:hidden;*/
	float:left;
	height:417px;
}

/************************************************************************************** HP features */

#content div.feature{
	width:954px;
	overflow:hidden;
	margin:37px auto 0;
}

* html #content div.feature{margin:41px auto 0;}
*+ html #content div.feature{margin:41px auto 0;}
#content div.feature ul{
	width:945px;
	overflow:hidden;
	float:left;
	display:inline;
	margin:0 -5px 0 5px;
}


#content div.feature li{
	float:left;
	width:310px;
	padding:0 5px 0 0;
	text-align:center;
}
#content div.feature li h2{
	font-size:13px;
	font-weight:normal;
	display:block;
	color:#fff;
	line-height:18px;
	padding:16px 0 25px;
}
#content div.feature li h3{
	font-weight:normal;
	color:#192830;
	display:block;
	line-height:19px;
	padding:6px 0 0;
}
#content div.feature li p{
	line-height:19px;
	display:block;
	color:#405c6c;
}
#content div.feature div.title{
	width:954px;
	float:left;
	position:relative;
	z-index:500;
}
#content div.feature div.title div.top{
	background:url(../img/bg-feature-top.png) no-repeat 0 0;
	width:100%;
	height:6px;
	overflow:hidden;
}
#content div.feature div.title div.main{
	background:url(../img/bg-feature-main.png) repeat-y 0 0;
	width:100%;
	overflow:hidden;
}
#content div.feature div.title div.bottom{
	background:url(../img/bg-feature-bottom.png) no-repeat 0 0;
	width:100%;
	overflow:hidden;
	height:9px;
}
#content div.feature div.fature_content{
	width:954px;
	float:left;
	position:relative;
	z-index:0;
}
#content div.feature div.fature_content ul{
	margin:0 0 -8px 4px;
	position:relative;
	top:-8px;
}
#content div.feature div.fature_content ul li ul{
	margin:0 0 10px;
	padding:0;
	float:none;
}
#content div.feature div.fature_content ul li{
	text-align:left;
	width:312px;
}
#content div.feature ul li.property div{
	width:249px;
	background:#405c6c;
	overflow:hidden;
	margin:4px 0 0;
	padding:0 14px 32px 51px;
}
#content div.feature ul li.property p{color:#fff;}
#content div.feature ul li.property h3{color:#040607;}
#content div.feature ul li.property ul{
	line-height:19px;
}
#content div.feature ul li.property ul li{
	background:url(../img/bg-package-list.gif) no-repeat 0 3px;
	padding:0 0 0 23px;
	color:#ffffff;
}

#content div.feature ul li.package div{
	width:270px;
	overflow:hidden;
	padding:0 0 0 42px;
}
#content div.feature ul li.package div p{padding:0 0 0 0;}
#content div.feature ul li.package div h3{padding:8px 0 0 0;}
#content div.feature ul li.package ul{
	line-height:19px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#content div.feature ul li.package ul li{
	background:url(../img/bg-package-list.gif) no-repeat 0 3px;
	padding:0 0 0 23px;
	color:#405c6c;
}

#content div.feature div.fature_content ul li.about{
	background:url(../img/bg-about.gif) no-repeat 46% 100%;
	padding:0;
	width:308px;
	height:auto !important;
	height:288px;
	min-height:288px;
	display:inline;
}
#content div.feature ul li.about p{padding:18px 23px;}

#iframe.avail{
	background-color:#FFFFFF;
	}




/***************************************************************************** content div property display ******/
#content div.propertydisplay {
	width:954px;
	margin:37px auto 10px;
}

#content div.propertydisplay a{
	color:#405c6c;
	text-decoration: underline;
	/*margin-bottom: 5px;*/
}

#content div.propertydisplay a:hover{
	color:#333333;
}




#content div.propertydisplay div.property {
	float: left;
	width: 700px;
}

#content div.propertydisplay div.property_nav {
	float: left;
	display: inline;
	width: 230px;
	margin: 0;
}

#content div.propertydisplay div.property_nav ul#pnav {
	margin: 0;
	padding: 0;
	background: #405c6c;
	list-style: none;
	width: 100%;
}

#content div.propertydisplay div.property_nav ul#pnav li {
	margin: 0;
	padding: 0 0;
	color:#CCCCCC;
	list-style: none;
	border-bottom: 1px solid #CCCCCC;
}

#content div.propertydisplay div.property_nav ul#pnav li.no {
	margin: 0;
	padding: 7px 10px;
	color:#CCCCCC;
	list-style: none;
	border-bottom: 1px solid #CCCCCC;
}

#content div.propertydisplay div.property_nav ul#pnav a {
	margin: 0;
	padding: 7px 10px;
	color:#CCCCCC;
	display: block;
		
}

#content div.propertydisplay div.property_nav ul#pnav a:hover {
	background: #666666;
}

#content div.propertydisplay div.body {
	margin-top: 20px;
}

#content div.propertydisplay div.property_text {
	width: 325px;
	float: left;
	display: inline;
	margin-right: 30px;
}

#content div.propertydisplay div.property_features {
	width: 325px;
	float: left;
	display: inline;
}

#content div.propertydisplay ul {
	list-style:square;
	margin: 0 0 0 30px ;
}


/*********************************************************************************** services 


<div class="services">
<a href="index.php?page=niseko-transfers">
<img src="uploads/images/services/top/niseko-transfers.jpg" alt="transfers" />
<div class="shadow"></div>
<p><span class="name">{content block='transfers'}</span></p>
</a>
</div>

*/


#content div.propertydisplay .services {
	color: #333333;
	height: 225px;
	width: 220px;
	background-color: #f1f1f1;
	margin: 0 10px 12px 0;
	float: left;
	text-decoration: none;
	padding: 0;
}



#content div.propertydisplay .services a {
	color: #333333;
	text-decoration: none;
	padding: 0;
	display:block;
}


#content div.propertydisplay .services img {
	margin:0 0 -4px 0;
	padding: 0;
	background:#ffffff;
}

#content div.propertydisplay .services a:hover img {
	background:#000000;
}

#content div.propertydisplay .services a p span.name{
	color: #405c6c;
	text-decoration: none;
	display:block;
	padding: 5px;
}

#content div.propertydisplay .services a:hover p span.name{
	color: #333333;
	padding: 5px;
} 


#content div.propertydisplay .services a:visited p span.name{
	color: #333333;
	padding: 5px;
} 







/***************************************************************************************   content div propertylist

#content div.propertylist {
	width:954px;
	margin:37px auto 10px 10px;
	float: left;
}


#content div.propertylist div {
	height: 170px;
	color:#405c6c;
	margin: 0 0 0 10px ;
	background-color:#f1f1f1;
}

#content div.propertylist div a {
	color:#405c6c;
}

#content div.propertylist div a:hover {
	color:#333333;
}
 */


/***************************************************************************************   2nd level */

div.img_flt_left{
   background-color:#f1f1f1;
   height: 128px;
}


div.img_flt_left img{
   float:left;
   margin-right: 10px;
   background-color:#f1f1f1;
}



/********************************************************************************************* TAB */

a{
	color: #fff;
	text-decoration: none;
}


#content div.propertydisplay a.acc{
	text-transform:uppercase;
	font-size:12px;
	color:#ffffff;
	text-decoration: none;
	font-weight:100;
}




a:hover{
	color: #DFE44F;
}

p{
	margin: 0;
	padding: 0;
}



.box{
	width: 700px;
}

.boxholder{
	clear: both;
	padding: 0;
}

.tab{
	color: #ffffff;
	float: left;
	height: 32px;
	width: 139px;
	margin: 0 1px 0 0;
	text-align: center;
	background: #405C6C /*url(images/greentab.jpg) no-repeat*/;
}

.tab_no{
	color: #ffffff;
	float: left;
	height: 32px;
	width: 139px;
	margin: 0 1px 0 0;
	text-align: center;
	background: #405C6C /*url(images/greentab.jpg) no-repeat*/;
}

.tabtxt{
	margin: 0;
	color: #fff;
	padding: 9px 0 0 0;
}


.clr_both {
	clear:both;
}


/*************************************************************************************************   weather  */



#content div.propertydisplay div.cams {
	margin:0 5px 20px 0;
	padding:0;
	float:left;
}




/*************************************************************************************************   footer  */

#footer{
	width:864px;
	overflow:hidden;
	float:left;
	margin:34px 0 0;
	padding:0 56px 25px 60px;
}
#footer ul{
	width:100%;
	overflow:hidden;
}
#footer ul li{
	float:right;
	padding:0 0 0 80px;
}
#footer ul li a{
	font-size:12px;
	color:#fff;
	float:left;
	line-height:16px;
}
#footer div{
	float:right;
	width:211px;
	padding:34px 0 0;
	display:inline;
	margin:1px 1px 0 0;
}
#footer h2{
	float:left;
	background:url(../img/bg-phone.gif) no-repeat 0 0;
	width:154px;
	height:16px;
	overflow:hidden;
	text-indent:-9999px;
	margin:15px 0 0;
}
#footer h2.email{
	width:221px;
	height:21px;
	background:none;
	clear:both;
}
#footer h2.email a{
	background:url(../img/bg-email.gif) no-repeat 0 0;
	width:221px;
	height:21px;
	float:left;
}
#footer h1 a{
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/logo.gif) no-repeat 0 0;
	float:left;
	width:416px;
	height:86px;
	position:relative;
	margin:32px 0 0;
}

.clr_flt { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 10px;
	margin-top: 10px;
}


/*************************************************************************************************   deals  */


#content div.secondl {
   background-color:#f1f1f1;
   height: 120px;
   margin-bottom: 20px;
   padding-top: 5px;
   padding-left: 5px;
   border: 1px solid #CCCCCC;
   
}

#content div.secondl a{
	color: #0066FF;
	text-decoration: none;
	font-size:14px;
}

/*
.secondl div{
	padding-top:0;
	margin-top:20px;
	margin-left:25px;
	margin-right: 10px;
	margin-bottom:15px;
}*/

#content div.secondl img {
	margin:0 5px 5px 0;
	border:0px;
	padding:0 4px 4px 0;
	float: left;
}


#content div.secondl div.txt{
	margin-top: 0px;
	border-top:none;
	padding:5px 0 5px 0;
	margin-left:180px;
	line-height: 22px;
}


#content div.secondl　div.txt a{
	color: #0066FF;
	text-decoration: none;
	font-size:14px;
}

#content div.secondl div.txt a:visited{
	color: #0066FF;
	text-decoration: none;
	font-size:14px;
}

#content div.secondl div.txt div.price {
	color: #990000;
	margin: 0;
	float:left;
	font-size:16px;
}


div.secondl div.txt a.bn {
	border-top:none;
	padding:5px;
	background-color: #97C73A;
	text-decoration: none;
    float: right;
}


#anytimedeal {
	font-size:130%;
	margin-bottom: 5px;
	padding:5px;
	color:#FFFFFF;
	background-color: #0066FF;
}


#lastminutedeal {
	font-size:130%;
	margin-bottom: 5px;
	padding:5px;
	color:#FFFFFF;
	background-color: #FF0000;
}

#superdeal {
   font-size:130%;
   margin-bottom: 5px;
	padding:5px;
	color:#990000;
	background-color: #FFCC00;
}


/*********************************************************************** lang


#wrapper2 {
		margin:0 auto;
		background: url(../splash-page.jpg) no-repeat;
		width:960px;
		height:643px;
}
 **/


#headertitle {
	background-color:#cccccc;
 	float:left;
	display:inline;
	width: 700px;
	height:18px;
	}
	
#headerlang {
	background-color:#cccccc;
 	float:left;
	display:inline;
	width: 280px;
	height:18px;
	}


#lang {
	width:80px;
	margin: 0;
	padding:0;
	float:right;
	display:inline;
}

#lang li {
	display:inline;
	float:left;
	list-style:none;
	overflow:hidden;
}

#lang a {
	overflow:hidden;
	position:relative;
	display: block;
	height:20px;
	color:#cccccc;
	text-align:center;
	text-decoration:none;
	text-indent:-9009px;
}
#lang a:hover {
	text-decoration:none;
}
#lang a span {
	overflow: hidden;
	cursor: pointer;
	display: block;
	height:20px;
	left: 0;
	position: relative;
	top: -15px;
}


#lang_jap a {
	width:32px;
	height:20px;
}
#lang_jap a span {
	width: 32px;
	background:url(../images/japanese_.jpg) no-repeat 0 0;
}

#lang_jap a span:hover {
	background-position:0 0;
}


#lang_eng a {
	width:32px;
	height:20px;
}
#lang_eng a span {
	width: 32px;
	background:url(../images/english_.jpg) no-repeat 0 0;
}

#lang_eng a span:hover {
	background-position:0 0;
}

