@import '/sites/hanoi2.sinuous.info/themes/default/reset.css';
@import '/sites/hanoi2.sinuous.info/themes/default/base.css';
@import '/sites/hanoi2.sinuous.info/themes/default/layout.css';

@import 'sIFR-screen.css';
*{outline:none;}
body{
	margin: 0px;
	padding: 0px;	
}
p, img, a, h1, h2, h3, ul, li, td, th, table{
	margin: 0px;
	padding: 0px;
}

#site-logo{
	background: url('/sites/hanoi2.sinuous.info/themes/default/images/logo2.png') no-repeat;
	margin: 55px 0 0 40px; 
	height: 99px;
	width:425px;
	float:left;
	display:block;
	}

/** PADDING/MARGINS/MISC **/
button{
	border:none;
	background:none;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}
td{
	border: none;
	padding: none;
	border-spacing:0;
}
#navigation ul li{
	display: inline;
	margin-left:18px;
}
#trip_details_contents ul li{
	list-style-position:inside;
	margin:  0 0 0 12px;
}
#contact input, #contact textarea, #contact select{
	background: url('/sites/hanoi2.sinuous.info/themes/default/images/input_bg.gif') repeat-x top;
	background-color:#fff;
	border: 1px solid #c0dbb1;
	width:170px;
	margin-bottom: 4px;
	height:21px;
}
#contact select{
	width:173px;
}
#contact textarea{
	height: 135px;
}
#contact button{
	float:right;
	margin: 8px 6px 16px;
}
.trip_details_infobox{
	border: solid 1px #ddd; 
	padding:10px 20px; 
	width:565px; 
	margin:24px 0; 
	background-color:#eee;
}
.trip_details_infobox p, .trip_details_infobox li{
	font-size:11px;
	color:#666;
}
button, input[type="submit"], input[type="image"] {
	cursor:pointer;
}
.page-content{
/*	min-height: 950px;*/
}

/** BUTTONS **/
a.button_check_availability{
	height:36px;
	width:186px;
	text-indent:-9000px;
	display:block;
	background: url('/sites/hanoi2.sinuous.info/themes/default/images/check_availability.png') no-repeat 0 0;
}
a.button_check_availability:hover{
	background-position:0 -35px;
}
a.button_book_now{
	height:36px;
	width:123px;
	text-indent:-9000px;
	display:block;
	background: url('/sites/hanoi2.sinuous.info/themes/default/images/booknow_grey.png') no-repeat 0 0;
}
a.button_book_now.white{
	background: url('/sites/hanoi2.sinuous.info/themes/default/images/booknow_white.png') no-repeat 0 0;
}
a.button_book_now:hover{
	background-position:0 -35px;
}


/** ACCOMM STYLES **/
.accomm_details{background:#eee; 
	border:1px solid #ddd; 
	width:575px; 
	padding:12px;
}
.accomm_details h2{
	font-size:17px;
}
/** FONTS/COLOURS **/
html, body, body div, p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:160%;
	color:#555;
}
p{
	margin: 8px 0 14px;
}
h1{
	font-size:22px;
	font-weight:bold;
	color: #587845;
	margin:12px 0 18px;
}
h1, h2, h3{
	font-family:Trebuchet MS,Helvetica,sans-serif;
	
}
h3{
	margin: 8px 0 0 0;
}
#error{
	color: #C00;
	font-weight:bold;
}
#navigation{
	position:relative;
	}
#navigation a{
	font-size: 14px;
	color: #6d470f;
	text-decoration:none;
}
#navigation a.selected{
	font-size: 14px;
	color: #395936;
}
#contact label{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	display:block;
	color:#2e2c28;
	margin: 4px 0;
}
#footer{
	color: #fff;
	padding: 20px 0 0 32px;
}
#footer p, #footer a, #footer h2{
	color: #e5e5e5;
}
#footer hr{
	border:none;
	border-top:1px dashed;
	float:left;
	width:820px;
	clear:both;
}
input#calculate_button {
	background-image:url('/sites/hanoi2.sinuous.info/themes/default/images/calculate.gif');
	border:medium none;
	display:block;
	float:left;
	height:36px;
	margin:18px 8px 0 0;
	outline-style:none;
	text-indent:-9000px;
	width:153px;
}
input#continue_button {
	background-image:url('/sites/hanoi2.sinuous.info/themes/default/images/continue.gif');
	border:medium none;
	display:block;
	float:right;
	height:36px;
	margin:18px 0 0 0;
	outline-style:none;
	text-indent:-9000px;
	width:108px;
}
#itinerary_box_content{
	border-left:1px solid #EDEDED;
	border-right:1px solid #EDEDED;
	width:591px;
}
table.details td.right_col {
	border-left:1px solid #F8F8F8;
}
table.details td.right_col, table.details td.left_col {
	background:#F0F0F0 none repeat scroll 0 0;
	border-bottom:1px solid #F8F8F8;
	padding:5px 17px;
}
#itinerary_box_header h2{
	padding: 9px 12px;
}
#dotted_hr {
	background:transparent url('/sites/hanoi2.sinuous.info/themes/default/images/dotted_hr.gif') repeat-x scroll center center;
	height:1px;
	margin:0;
	padding:10px 0;
}

.page-content hr {
	border-top:1px #CCCCCC dashed;
	border-bottom:1px solid transparent;
	border-left:none;
	border-right:none;
}

#trip_details_contents h2, h2{
	color: #6D470F;
}

.trip_details_infobox .infobox p{
	margin: 0px;
}
p.basket_subtotal, p.basket_total{
	font-size:14px;
	font-weight:bold;
	float: right;
	color:#BAB099;
}
p.basket_total{
	font-size:16px;
	color: #6D470F;
	padding-bottom:1px;
	background:transparent url('/sites/hanoi2.sinuous.info/themes/default/images/dotted_hr.gif') repeat-x scroll center bottom;
	
}

/** SUBNAVIGATION **/

.subnav{
	position:absolute;
	width:645px;
	height:100px;
	left:0;
	top:30px;
	}
#navigation .subnav a{
	color:#587845;
	font-weight:bold;
	font-size:12px;
	}
	
.breadcrumb{
	font-size:11px;
	margin: 0;
	}
.breadcrumb a{
	color:#666;
	text-decoration:none;
	}
.breadcrumb a:hover{
	text-decoration:underline;
	}




/** BACKGROUNDS **/
html, body{		background: url('/sites/hanoi2.sinuous.info/themes/default/images/page_bg.jpg') repeat-x #d9c797; }
#page_wrapper{	background: url('/sites/hanoi2.sinuous.info/themes/default/images/content_bg.png') repeat-y; }
#subpage_wrapper{		background: url('/sites/hanoi2.sinuous.info/themes/default/images/content_header.png') no-repeat center top; }
/*#contact{		background: url('/sites/hanoi2.sinuous.info/themes/default/images/contactus_bg.gif') no-repeat; }*/
#footer_wrapper{background: url('/sites/hanoi2.sinuous.info/themes/default/images/footer_bg.gif') repeat; }
#footer{		background: url('/sites/hanoi2.sinuous.info/themes/default/images/content_footer_bg.gif') repeat-y center; }
/*#rates_box	{	background: url('/sites/hanoi2.sinuous.info/themes/default/images/rates_prices.gif') no-repeat;}*/
#itinerary_box_header { background: url('/sites/hanoi2.sinuous.info/themes/default/images/itinerary_box_header.gif') no-repeat; height:37px; width: 595px;}
#itinerary_box_footer { background: url('/sites/hanoi2.sinuous.info/themes/default/images/itinerary_box_footer.gif') no-repeat; height:6px; width: 595px;}
#rates_box_content { background: url('/sites/hanoi2.sinuous.info/themes/default/images/rates_box_content.gif') no-repeat; width: 202px;}
#rates_box_footer { background: url('/sites/hanoi2.sinuous.info/themes/default/images/rates_box_footer.gif') no-repeat; width: 202px;}

/** Content Area Styles **/
.page-content img {
	float:right;
	clear:both; 
	margin: 6px 20px 6px;
} 
#rates_box h2{
	font-size:16px;
	font-weight:bold;
	margin:8px 0 0 0;
	color:#2e2c28;	
}
#rates_box p{
	margin:0px;	
}
.green_text{
	font-size:14px;
	color: #6a984f;
	font-weight:bold;
}
.grey_text{
	font-weight: bold;
	color:#2e2c28;
	font-size:11px;
}
div.gallery_thumb{
	background: url(/sites/hanoi2.sinuous.info/themes/default/images/gallery_polaroid.png) no-repeat;
	height:180px;
	width:187px;
	padding: 6px 0 0 7px;
	margin-right:2px;
}
.page-content a img{float:none; margin:0; padding:0;}
.gallery_thumb a img{margin:0 auto;padding:11px 18px 0 0; height:auto;width:96px;}
.gallery_thumb img{float:left;margin:0;padding:0;width:164px;height:128px;}
 
