/* layout */
*{margin:0px; padding:0px;}

body {
	background:url(../images/bg-top2.jpg) repeat-x #CEECFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
	text-align: left;
	margin:15px 15px;
	margin:0px;
	padding:0px;
	min-width:900px;
}

h2{font-size: 1.6em; margin:0px 0px 20px 0px; padding:0px; line-height:1.4em;}
h3{font-size: 1.3em; margin:0px 0px 20px 0px; padding:0px;}
h4{font-size:1.2em;}
h5{font-size:1.1em; margin-bottom:0.7em;}

li{ margin-bottom:5px;}



#wrapper {width:902px; background-color:#FFFFFF}

#header-wrapper {
background:url(../images/bg_header_wrapper.jpg) repeat-x center top; width:100%;
}
#header-wrapper2 {
width:900px;
}

#header {
	position:relative;
	width:900px;
	height:140px;
	margin:0 auto;
	text-align:left;
}

#content {
	position:relative;
	background-color:#fff;
	width:900px;
	margin:0 auto;
	padding:0px 0;
	border-width:0 1px 0;
	border-style:solid;
	border-color:#e7e7e7;
	text-align:left;
}

#content p {line-height:1.6em; margin-bottom:1.4em;}

#footer-wrapper {
	clear:both;
	background:#9CD7F7;
	width:100%;
}

#footer-wrapper2 {
	width:900px;
}

#footer {
	width:900px;
	background:#404040;
	position:relative;
	width:900px;
	height:130px;
	margin:0 auto;
	text-align:left;
}

/* link defaults */

a {
	color:#369FD1; 
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

/* remove borders from images */
img {
	border:none;
}
/* clear floats */

.clear {
	clear:both;
	height:0;
	line-height:0;
	font-size:1%;
}

#main {
	float:right;
	width:900px;
	padding:20px 20px 30px 0px;
	color:#404040;
}

#homepage #main {
	width:560px;
}

/* sidebar */
#sidebar {
	float:left;
}
#homepage #sidebar {
	width:270px; 
	padding:20px 0px 0px 20px;
}

/* header items */

h1#logo {
	position:absolute;
	left:22px;
	top:0px;
	margin:0;padding:0;
}

h1#logo a {
	display:block;
	background:url(/images/blh-logo.png) no-repeat;
	width:222px;
	height:130px;
	text-indent:-5000px;
	outline:none;

}


/*PNG alpha correction for IE6*/
* html h1#logo a
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/blh-logo.png", sizingMethod="crop");
}

h2#freefone {
	position:absolute;
	left:770px;
	top:7px;
	margin:0;padding:0;
	display:block;
	background:url(/images/freefone.png) no-repeat;
	width:186px;
	height:23px;
	text-indent:-5000px;
	outline:none;
}

/* footer items */

#footer p#copyright {
	position:absolute;
	right:20px;
	bottom:30px;
	margin:0;padding:0;
	font-size:77%;
	color:#ccc;
}

p#copyright a{
	color:#ccc; 
	text-decoration:none;
}

/** Main nav for IE6**/

* html ul#nav {
	position:absolute;
	right:0px;
	bottom:-2px;
	width:575px; 
	height:29px;
	margin:0;padding:0;
	list-style:none;
}

* html ul#nav li {
	float:left;
}

* html ul#nav li a {
	float:left;
	background-image: url(/images/nav_matrix.gif);
	background-position:0 0;
	width:95px;
	height:34px;
	padding:0;
	text-indent:-5000px;
	outline:none;
}

* html li#nav-home a { background-position:0 0; }
* html li#nav-home a:hover { background-position:0 -40px; }

* html li#nav-hostels a { background-position:-110px 0; }
* html li#nav-hostels a:hover { background-position:-96px -40px; }

* html li#nav-london a { background-position:-192px 0; }
* html li#nav-london a:hover { background-position:-192px -40px; }

* html li#nav-partners a { background-position:-288px 0; }
* html li#nav-partners a:hover { background-position:-288px -40px; }

* html li#nav-competition a { background-position:-384px 0; }
* html li#nav-competition a:hover { background-position:-384px -40px; }

* html li#nav-newsletter a { background-position:-480px 0; }
* html li#nav-newsletter a:hover { background-position:-480px -40px; }



/* Main nav */
ul#nav {
	position:absolute;
	right:0px;
	bottom:0px;
	width:579px;
	height:34px;
	margin:0;padding:0;
	list-style:none;
}

ul#nav li {
	float:left;
}

ul#nav li a {
	float:left;
	background-image:url(../images/nav_matrix.png);
	background-repeat:none;
	background-position:0 0;
	width:95px;
	height:34px;
	padding:0;
	text-indent:-5000px;
	outline:none;
}

ul#nav li#nav-home a { background-position:0 0; }
ul#nav li#nav-home a:hover { background-position:0 -40px; }

ul#nav li#nav-hostels a { background-position:-96px 0; }
ul#nav li#nav-hostels a:hover { background-position:-96px -40px; }

ul#nav li#nav-london a { background-position:-192px 0; }
ul#nav li#nav-london a:hover { background-position:-192px -40px; }

ul#nav li#nav-partners a { background-position:-288px 0; }
ul#nav li#nav-partners a:hover { background-position:-288px -40px; }

ul#nav li#nav-competition a { background-position:-384px 0; }
ul#nav li#nav-competition a:hover { background-position:-384px -40px; }

ul#nav li#nav-newsletter a { background-position:-480px 0; }
ul#nav li#nav-newsletter a:hover { background-position:-480px -40px; }


/* footer nav */
#footer ul {
	float:left;
	margin:30px 0 0 20px; padding:0;
	font-size:85%;
	list-style:none;
}

#footer ul li a {
	background-repeat:no-repeat;
	background-position:0 50%;
	padding-left:10px;
	color:#ddd;
	text-decoration:none;
}

#footer ul li a:hover {
	color:#fff;
}

/* #footer ul#nav-d { display:none; } */
    
/***left column***/
	
#bookingform {line-height: 1.6;}	
.bookingform-top {border-top: 1px solid #888;}
#bookingform p { color: #404040; line-height: 1.6; padding: 0;}
#formhead{background:url(/images/booknow.jpg); height:29px; width:100%; margin-bottom:5px;}

div#hostelbookers{border:1px solid #888; font-size:10px; background:#FFD9D2}
div#hostelbookers p{ font-weight:bold; }


#hostelslist{width:100%;}
#hostelslist a{color:404040; text-decoration:none;}
#hosname{font-size:1.5em; color:#404040}

#whyus{
	font-size:11px;
	margin:15px 0px 0px 0px;
	background:#76C2FC url(/images/leftnavbg.jpg) repeat-x;
	border:1px #888888 solid;
	}
#whyus ul{list-style:none; padding:8px 0px 5px 8px;}
#whyus li{padding:0px 15px 0px 15px; margin:3px 0px 5px 5px; background:url(../images/arrow.gif) no-repeat center left ; line-height:1.5em;  }
#whyus a{color:#333; text-decoration:none;}
#whyus .heading{background:url(/images/whyblh.jpg); width:100%; height:29px;}

#compForm{background: url(/images/leftnavbg.jpg) repeat-x #72C1FC; padding:1em; border:1px solid #AAA; width:350px; clear:left;}
#compForm label{clear:left; color:#404040; display:block; float:left; margin-bottom:0.5em; padding-right:10px; text-align:right; width:100px;}
#compForm input{border:1px solid #FFFFFF; margin-bottom:0.6em; padding-left:0.5em;}
#compForm textarea{border:1px solid #FFFFFF;height:5em;overflow:auto;padding:0.5em;width:300px;}

#newsForm{background: url(/images/leftnavbg.jpg) repeat-x #72C1FC; padding:1em; border:1px solid #AAA; width:270px; clear:left;}
#newsForm label{clear:left; color:#404040; display:block; float:left; margin-bottom:0.5em; padding-right:10px; text-align:right; width:100px;}
#newsForm input{border:1px solid #FFFFFF; margin-bottom:0.6em; padding-left:0.5em;}

#newsletter{
	font-size:11px;
	border:1px #C1DAD7 solid;
	padding:1em;
	margin-bottom:2em;
	background:url(/images/bg_header2.jpg) repeat-x;
	}
#newsletter a{ text-decoration:none;}
#newsletter p{ margin:0.5em 0 0 0;}

#newsArchive{
	font-size:11px;
	margin:15px 0px 0px 0px;
	background:#76C2FC url(/images/leftnavbg.jpg) repeat-x;
	border:1px #888888 solid;
	}
#newsArchive ul{list-style:none; padding:8px 0px 5px 8px;}
#newsArchive li{list-style:none; padding:0px 15px 0px 15px; margin:3px 0px 5px 5px; background:url(../images/arrow.gif) no-repeat center left ; line-height:1.5em;  }

/********* Left Navigation ********/
#hosnav {
	margin:15px 0px 0px 0px;
	background:#71C1FD url(/images/leftnavbg.jpg) repeat-x;
	border:1px #888888 solid;
	}

#hostitle {background: url(/images/hostelbut.jpg); height:29px; width:100%;}
#hosnav a#hostelon {color:#ED383F; margin-left:50px;}
#hosnav a#hosteloff {color:#404040; padding:7px;}
a#hostelother {color:#666; font-size:11px; text-decoration:none; display:block; margin:0.5em 0 0 1em;}
a#hostelother2 {color:#666; font-size:11px; text-decoration:none; display:block; margin:0.5em 0 0 1em;}
#hosnav #selectedhostel {color:#ED383F; margin:10px 0px 10px 10px; font-weight:bold; margin-left:50px; font-size:14px; }
#hosnav a:link, #hosnav a:active, #hosnav a:visited {
	padding: 5px 0 5px 0px;
	color: #369FD1;
	text-decoration: none;
	display: block;
	border-bottom: #999 dashed 1px;
	margin:3px;
	}

#hosnav a:hover {
	background: url(/images/bg_hosnav.jpg) ; 
	}
	
/**London menu **/
#ldnmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#ldnmenu {
	width: 140px;
	border-style: solid;
	border-color: #BCD2E6;
	border-size: 1px;
	border-width: 1px;
	margin: 0px 0px 0px 15px;
	float:right;
	}
#ldnmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}	
#ldnmenu li a {
	height: 20px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 15px;
	text-decoration: none;
	}	
	
#ldnmenu li a:link, #ldnmenu li a:visited {
	color: #369FD1;
	display: block;
	padding: 5px 0 5px 10px;
	}
	
#ldnmenu li a:hover {
	color: #FFFFFF;
	background: url(/images/bg_header_wrapper.jpg) 0 -32px;
	padding: 5px 0 5px 10px;
	}
	
#ldnmenu li a:active {
	color: #FFFFFF;
	background: url(/images/bg_header_wrapper.jpg) 0 -64px;
	padding: 5px 0 5px 10px;
	}
	
/*****about london menu****/
#abtmenu {margin:0px 0px 40px 0px; }
#abtmenu ul{
list-style-type:none;
padding:0px;
margin:0px;
}

#abtmenu li{
float:left;
position:relative;
z-index:100;
padding:0px; 
margin:0px;
}


#abtmenu table{
position:absolute;
border-collapse:collapse;
z-index:100;
left:-1px;
padding:0px; 
margin:0px;
}


#abtmenu a, #abtmenu :visited {
display:block;
font-size:11px;
width:10.12em;
padding:10px 0px 10px 0px;
color:#FFF;
background: url(/images/bg_header_wrapper.jpg) repeat-x #63A6D0;
text-decoration:none;
text-align:center;
}

#abtmenu :hover{
color:#FFF;
background:#63A6D0;
}


#abtmenu ul ul {
visibility:hidden;
position:absolute;
width:21%;
height:0;

}

#abtmenu ul li:hover ul,
#abtmenu ul a:hover ul{
visibility:visible;
padding:0px; 
margin:0px;
}


ul#concertList { list-style:none; margin:0 0 2em 0;}
#concertList li{padding:0px 10px 0px 15px;  list-style:none; margin:1.5em 0 0 0.5em; background:url(../images/arrow.gif) no-repeat center left ; line-height:14px;}

#blhhilite{color:#EF3842; font-weight:bold;}
#tubehilite{color:#528AD6; font-weight:bold;}

#aboutLondonList ul{margin-left:15px;}
#aboutLondonList li{ line-height:1.6em;}


/*****partners section*****/

#partners {
	float: left;
	width: 540px;
	height: 400px;
	vertical-align: top;
	background:url(../images/leftnavbg.jpg) repeat-x;
	}		
	
.partnersOne {
	width:540px;
	height:130px;
	border-bottom: 1px solid #DBDBDB;
	padding:10px;
}	
	
.partnersOneImg {
	float:left;
	width:90px;
}
	
.partnersOneTxt {
	float:left;
	margin-left:40px;
	width:370px;
}	

/***hostels matrix**/

#hmatrix {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size:10px;
	text-align:center;
	float:left;
}
#hmatrix a {	
	color:#666666;
}
#hmatrix th {
	font: bold 10px;
	color: #666666;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	padding: 10px 2px 10px 2px;
	background:#ABDDFF url(../images/bg_header.jpg) no-repeat;
}

#hmatrix th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
	text-align:center;
}

#hmatrix td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: 10px 2px 10px 2px;
	color: #666666;
	background: #C1DAD7 url(../images/bg_header2.jpg) no-repeat;
}

#hmatrix td.alt {
	background: #CEEFFF;
	color: #666666;
}

#hmatrix th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #CAE8EA url(../images/bg_header2.jpg) no-repeat;
	font: bold 10px;
}

#hmatrix th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #CEEFFF;
	font: bold 10px;
	color: #666666;
}

#hosdetails ul{margin-left:20px; line-height:1.6;}
#hIntro{width:65%; float:left; margin:0 0 1em 0}
#hIntroInc{width:30%; float:right; margin:0 0 1em 0; padding:0.5em; border:1px #CCC solid; background:#BCE2FE;}
#hIntroInc ul{ list-style:none;}
#hIntroInc li{padding:0px 10px 0px 15px;  margin:3px 0px 5px 3px; background:url(../images/arrow.gif) no-repeat center left ; line-height:14px;}

#bhOther ul{ list-style:none;}
#bhOther li { float:left; margin-right:15px;}

/***banner ad***/
#rightArea {position:relative;left:auto; width: auto;}
#rightArea {text-align:left; width:125px !important; position:absolute !important;z-index:1000; top:145px!important; left:908px!important;}
.tower{width:240px;padding:0px 0px 0px 0px; margin-bottom:10px; }
