/* default elements */
* {margin: 0; padding: 0;}

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}



body {
	background: #FFFFFF url(../img/headbg.gif) repeat-x;
	color: #333333;
	font: normal 62.5% Tahoma, Verdana, Arial, sans-serif;
	padding: 17px 0;
}

a {
	color: #2075AE;	text-decoration: none;
}
a:hover {
	color: #3E9CDB; text-decoration: underline;}

big {font-size: 1.1em;}

h1,h2,h3 {
	color:#333;
	padding: 8px 0 6px;
}
h4 {
	color:#FF9933;
	padding: 8px 0 6px;
}

h1 {
	font: normal 1.9em Tahoma, Verdana, Arial, sans-serif;
}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.6em Tahoma, Verdana, Arial, sans-serif;}
h3 {font: bold 1.2em Tahoma, Verdana, Arial, sans-serif;}
h4 {font: bold 1.2em Tahoma, Verdana, Arial, sans-serif;}

blockquote {
	background: #EAE9DF url('../img/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em Tahoma, Verdana, Arial, sans-serif;
	border-left: 2px solid #332;
	padding: 10px 10px 10px 26px;
}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}
ol {padding: 0 2em 1.2em;}


.highlight {
	padding:5px;
	background-color:#FFFFCC;
	border:1px solid #FFFF99;
	margin-bottom:2px;
}
/* structure */

#wrapper {
	background: #FFF url(../img/wrapper.gif) no-repeat center top;
	margin: 0 auto;
	width: 778px;
	padding-top: 14px;
}

#container {
	background: #FBF9F4;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 750px;
	
}



/* header */

.header {
	background: #2E4E89 url(../img/header.jpg) no-repeat left bottom;
	height: 120px;
}
.header1 {
	background: #2E4E89 url(../img/header1.jpg) no-repeat left top;
	height: 120px;
}
.header2 {
	background: #2E4E89 url(../img/header2.jpg) no-repeat left top;
	height: 120px;
}
.header3 {
	background: #2E4E89 url(../img/header3.jpg) no-repeat left top;
	height: 120px;
}

.logo {
	margin:25px 0 0 13px;
	border:0;
}

/* navigation */
.navigation {
	background: #DED9D0 url(../img/nav.gif) repeat-x;
	height: 41px;
	border-top: 1px solid #7F7F7F;
}
.navigation a {
	background: #FFF url(../img/nav.gif) repeat-x;
	border-right: 1px solid #C9C6B3;
	color: #666666;
	float: left;
	font: bold 1em Tahoma,sans-serif;
	padding: 0 14px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover,.navigation a#active {
	background-position: left bottom;
	color: #333333;
}

/* main */
.main#two-columns {background: #FFF url(../img/two-columns.gif) repeat-y;}

/* bottom */
.bottom {
	background: #DCDAC9;
	border-top: 1px solid #AA8;
	color: #444;
	padding: 14px 20px;
}
.bottom .left,.bottom .right {width: 49%;}

/* footer */
.parent {
	display: block;
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 17px;
	left: 0px;
	z-index: 0;
	background: url(../img/bgbg.gif) repeat-y top center;
}
.footer {
	background: url(../img/footer-bg.gif) repeat-x #EBE3D0;
	color: #4F4F4F;
	margin:0 auto;
	height:30px;
	padding: 15px 10px 0;

}
.footer .left {width: 66%;}
.footer .right {
	width: 33%;
	text-align: right;
}
.footer a {
	color: #666666;
	text-decoration: none;
}
.footer a:hover {
	color: #333333;
	text-decoration: underline;
}
/* forms */
/** Contact Us **/

#cont {
	float:left;
	width:430px;
	margin-bottom:20px;
	margin: 0;
	padding: 0px;
	}
#cont form {
	padding:0;
	margin:0 0 20px 0;
	}
#cont form fieldset {
	border-color:#000000;
	border-style:solid;
	border-width:0px;
	clear:both;
	font-size:100%;
	margin:0pt;
	padding:10px;
	}
#cont fieldset {
	border:0px none;
	}
#cont form div {
	clear:left;
	display:block;
	margin:5px 0pt 0pt;
	padding:1px 3px;
	width:350px;
	}
#cont form div label {
	display:block;
	float:left;
	margin:0pt 0pt 5px;
	padding:3px 5px;
	text-align:right;
	width:120px;
	}
#cont form div input, #cont form div select, #cont form div textarea {
	margin:0pt;
	padding:1px 3px;
	width:200px;
	}
#cont form div fieldset label.labelCheckbox, #cont form div fieldset label.labelRadio {
	margin:0pt 0pt 5px;
	width:170px;
	}
#cont form div label.compact {
	display:inline;
	margin:0px;
	padding:0px 10px 0px 0px;
	text-indent:0px;
	text-align:left;
	}
#cont form div label.labelCheckbox, #cont form div label.labelRadio {
	display:block;
	float: left;
	}
#cont form div input.inputCheckbox, #cont form div input.inputRadio, #cont input.inputCheckbox, #cont input.inputRadio {
	background-color:transparent;
	border-width:0pt;
	display:inline;
	height:14px;
	margin:0px;
	padding:0pt;
	width:14px;
	}


/* misc */
.clear {clear: both; font-size: 0;} 
.col2 .left {width: 64%;}
.col2 .right .content {background: #FFF;}
.col2 .right {width: 33%;}
.content {padding: 18px 20px;}
.left {float: left;}
.right {float: right;}
.right .content {padding: 18px 12px 12px;}
.search-text {
	text-align:center;
	color: #FFFFFF;
}

/* block list */
ul.block {
	border-top: 1px dashed #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 94%;
}
.block li {
	list-style: none;
}
.block li a {
	border-bottom: 1px dashed #BCBAAC;
	color: #553;
	display: block;
}
.block li em {
	color: #553;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	background-color: #D2D0C0;
	color: #553;
	border-bottom: 1px solid #BCBAAC;
}

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {
	background-color: #DDF4FB;
}

.links span {
	padding:10px 0;
	border-bottom:1px solid #999999;
}

/* credit */

.creativeworld a {
	color: #999999;
	text-decoration: none;
}
.creativeworld a:hover {
	color: #666666;
	text-decoration: underline;
}

/* hostelbookers.com booking engine */

#bookhostels {
	background-color:#FFAD00;
	display:block;
	border:1px solid #D28E00;
	clear:both;
	padding-top:6px;
	margin-bottom: 10px;
	text-align: center;
}

#hb247outer {
	margin:0 auto;
}

select.hb247sel {
	font-size:11px;
	color:black;
	background-color:#FFFFFF;
}
	
span#hb247country select {
	width:165px;
}
span#hb247city select {
	width:145px;
}
span#hb247city {
	padding-right:10px;
}
span#hb247nights select {
	width:65px;
}
span#hb247nights {
	padding-right:10px;
}
span#hb247date select {
	width:50px;
}
span#hb247date {
	padding-right:10px;
}
input#hb247button {
	font-size:12px;
	color:white;
	background-color: #0099FF;
	width:90px;
}

/* hostelsclub.com booking engine */
.hc-booking {
	text-align:left;
	width:650px;
	margin:0 auto;
}
.hc-booking label { font-weight:bold;}
.hc-booking div {padding:5px;}
.hc-booking span {
	clear:left;

}

div.hc-dates {
	width:250px;
	height: 30px;
}
div.hc-currency { width:250px;}
div.hc-destination {
	width:340px;
}
div.hc-nights { width:250px;}

.pag {width:46px;}
.pag2 {width:54px;}
.pag3 {width:60px;}

.pulsub {
	background-color:#0099FF;
	color:white;
	font-size:12px;
	width:120px;
	cursor:pointer;
	padding: 1px;
}

.formelement {width:164px;}
.formelement-currency {width:120px;}

.hc-booking1, .hc-booking1 table {
	background-color:#FFBA2B;
	margin:0;
	text-align:left;
}


/* get hostels app css - just above booking engine on main page*/
#gethostelsapp {margin:0 0 0.6em 0;
	border-bottom: 1px solid #E9DFC3;
}
#gethostelsapp p {
	padding:0.3em 0.3em 0.3em 2em;
	background: #F5EEDB url(../img/Backpacker-favicon-16x16.gif) left no-repeat;
}

