/*#############################################################
Name: ªQªÙMatsusha B&B
Date: 2008-07-14
Author: tom.hsieh
URL: http://www.matsusha.com
#############################################################*/

html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

body {
	background: #f5f5f5 url(img/bg2.jpg) repeat-x left bottom fixed;
	color: #444;
	font:  62.5% Verdana, Arial, Helvetica, sans-serif;
	}
p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
    background: url(img/h1Icon.gif) no-repeat;
	font: normal 1.5em , sans-serif;
	text-indent: 2.5em;
	height:33px;
	font-weight: bold;
	margin-bottom: 4px;
	color: #333333;
	
}


code {
	background: #FFF;
	border: 1px solid #C1CAD3;
	border-left: 8px solid #f02e45;
	color: #666666;
	display: block;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
}

blockquote {
	clear:both;
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}


h1,h2,h3 {padding-top: 6px;}


/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */
.top {
	background: url(img/clouds.gif) no-repeat top center ;
	padding: 50px 10px 0;
}

/* title */
.header {
	background: #FFF;
	font-size: 0.6em;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}
.header .left, .header .right {
	background: #A4A4A0;
	color: #FFF;
	height: 150px;	
}
.header .left {
	background: #B3C2C7 url(img/header.jpg) no-repeat;
	font: normal 2.8em Verdana;
	line-height: 150px;
	width: 564px;
	}
.header .right {
	background: #B3C2C7 url(img/headerRight.jpg) no-repeat;
	overflow: auto;
	width: 212px;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em Verdana;}

/* navigation */
.navigation {	
	background: #D9E1E5 url(img/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
}
.navigation a {
	background: #D9E1E5 url(img/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em Verdana;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #234;}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(img/bgmain.gif) repeat-y;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #0290f3;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #0099CC;
}

.sidenav li {border-bottom: 1px solid #A6CEFF;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #DDF3FF;
	color: #654;	
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
	line-height: 1.6em;
}
.content h2 {
	font-size: 1.4em;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}

.content .facility {
	float: left;
	font-size: 0.9em;
	margin-top: -42px;
	width: 210px;
}
.content .roomDouble {
	float: left;
	font-size: 0.9em;
	margin-bottom: 6px;
	margin-top: -52px;
	width: 210px;
}
.content .smallPic {
	float: top;
	font-size: 0.9em;
	margin-top: 4px;
	margin-right: 20px;
}
	.content .singlePic {
	float: top;
	width:86px;
	height:100px;
	margin-top: 4px;	
	margin-right: 20px;
	
		}
.content .picture {
	background: url(img/pictureBg.gif) no-repeat;
	float: left;
	width:290px;
	height:360px;
	padding: 54px 0 8px 5%;
	font-size: 0.9em;
	margin-top: -50px;
}
.content .singlePic a {
	display: block;
	padding: 3px 3px 15px 3px;
	border: 1px solid #cccccc;
	text-decoration: none;
}
.content .singlePic a:hover {
	background: #dedede;
	border: 1px solid #cccccc;
}
.content .priceTable{
width:200px;
border: 1px solid #e8e8e8;
padding: 2px 2px 2px 2px;
margin-top: 4px;
}
.content .locationMap{
float: left;
width:290px;
height:290px;
padding: 8px 15px 8px 8px;
font-size: 1em;
}
.content .location{
font-size: 0.9em;
}
.content .location tr{

}
.content .orderForm{
width:531px;
border: 1px solid #cccccc;
padding: 15px;

text-indent:8px;
}
.content .orderForm tr{
height:30px;
}
.content .orderForm tr:hover{
background: #cbc9cd;
height:30px;
}
.content .payBank{
margin-left: -28px;
padding: 15px;
width:531px;
border: 1px solid #0066CC;
font-weight: normal;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {
	font-family: Verdana;
	line-height: 1.5;
}

/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em Verdana;
	line-height: 39px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}
