/**********************************************************************************************

	Title: CSS Stylesheet
	Author: James Banc (iBennu.com)
	Client: Chelsea International Hostel
	Date: 2009

***********************************************************************************************

	1. Main Style
	
	2. General Elements
	
	3. Layout
		3.1 Header
		3.2 Content
		3.3 Footer
		
	4. Chelsea
	
	5. Manhattan
	
	6. Village
	
	7. Wanderers
		
***********************************************************************************************/

/* 1. Main Style
-----------------------------------------------------------------------------------------------
===============================================================================================*/

* {
	margin: 0px;
	padding: 0px;
}

ol, ul {
	list-style: none;
}

table {
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

/* 2. General Elements
-----------------------------------------------------------------------------------------------
===============================================================================================*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

p {
	font-size: 12px;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 7px;
}

hr {
	display: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	color: #FFCC00;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #151515;
	text-decoration: none;
}

a:visited {
}

a:active {
}

#clear {
	clear: both;
}

/* 3. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/

#accesibility {
	position:absolute;
	left:-999em;
}

.clearer {
	clear: both;
}

#container{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

/* 3.1 HEADER
------------------------------------------------------------------------------------------------ */

#header {

}

#logo {
	height: 170px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header/logo.png);
	background-repeat: no-repeat;
	margin-top: 10px;
}

#metanavi {
	float: right;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 7px;
	color: #FFF;
	margin-right: 15px;
}

#metanavi a {
	color: #FFCC00;
}

#metanavi a:hover {
	color: #000;
}

#language {
	float: right;
	color: #FFF;
	font-size: 14px;
	margin-right: 5px;
}

#langnavi {
	float: right;
	margin-right: 10px;
}

#navi {
	height: 45px;
	margin-bottom: 20px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#book-now {
	background-image: url(../images/header/booknow.png);
	height: 58px;
	width: 208px;
	background-repeat: no-repeat;
	float: right;
	clear: right;
	margin-top: 50px;
	margin-right: 5px;
}

#booknow {
	margin-top: 23px;
	margin-left: 25px;
	width: 150px;
}

/* 3.2 CONTENT
------------------------------------------------------------------------------------------------ */

#content {
	width: 950px;
	margin-right: auto;
	margin-left: auto;

}

#leftBox {
	float: left;
	width: 200px;
}

.leftbox {
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bolder;
}

#reviewbox {
	background-color: #205E99;
	width: 200px;
	margin-top: 20px;
	padding-top: 10px;
}

#reviews {
	width: 200px;
	height: 110px;
	
}

#middleBox {
	width: 500px;
	float: left;
	margin-left: 25px;
	background-color: #205e99;
	margin-right: 25px;
	height: 600px;
}

#middleBoxIndex {
	width: 500px;
	float: left;
	margin-left: 25px;
	background-color: #205E99;
	margin-right: 25px;
	height: 800px;
}

#middleBoxIndex2 {
	width: 500px;
	float: left;
	margin-left: 25px;
	background-color: #205E99;
	margin-right: 25px;
	height: 1800px;
}
#middleBoxCH{
	width: 500px;
	float: left;
	margin-left: 25px;
	background-color: #F4CB75;
	margin-right: 25px;
	height: 800px;
}

#middleBoxMIH{
	width: 500px;
	float: left;
	margin-left: 25px;
	background-color: #CE6FCE;
	margin-right: 25px;
	height: 800px;
}

#middleBoxVIH{
	width: 500px;
	float: left;
	margin-left: 25px;
	background-color: #E999A9;
	margin-right: 25px;
	height: 800px;
}

#middleBoxVIH2{
	width: 500px;
	float: left;
	margin-left: 25px;
	background-color: #E999A9;
	margin-right: 25px;
	height: 675px;
}

#middleBoxWIW{
	width: 500px;
	float: left;
	margin-left: 25px;
	background-color: #B8DE81;
	margin-right: 25px;
	height: 800px;
}

#content div textarea {
	background-color: #044091;
	color: #FFF;
	float: left;
	margin-top: 5px;
	margin-bottom: 30px;
	margin-right: 20px;
	margin-left: 20px;
}


#picturebox {
	width: 190px;
	height: 240px;
	background-image: url(../images/body/pictures/homeimg.jpg);
	margin-top: 80px;
	margin-left: 240px;
}

#textbox {
	background-image: url(../images/body/textbox.gif);
}

#rightBox {
	float: right;
	width: 200px;
}

#socialmedia {
	margin-right: 10px;
	margin-left: 10px;
}

#rbox {
	background-image: url(../images/body/rounded-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
	padding-top: 10px;
	background-color: #205E99;
	margin-bottom: 20px;
}

.rbox {
	background-image: url(../images/body/rounded-bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
	width: 200px;
}

.img {
	margin-right: auto;
	margin-left: auto;
	width: 180px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
}

/* 3.3 FOOTER
------------------------------------------------------------------------------------------------ */

#footer {
	height: 100px;
	clear: both;
	width: 950px;
	font-size: 14px;
	font-weight: bold;
}

#fnavi {
	font-size: 11px;
	margin-top: 15px;

}
#contact {
	width:492px;
	margin:10px 0;
	float:left;
}

/* 3. CHELSEA
-----------------------------------------------------------------------------------------------
===============================================================================================*/

#chelsea {
	background-image: url(../images/chelsea/rounded-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
	padding-top: 10px;
	background-color: #F4CB75;
	margin-bottom: 20px;
}

.chelsea {
	background-image: url(../images/chelsea/rounded-bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
	width: 200px;
}

/* 3. MANHATTAN
-----------------------------------------------------------------------------------------------
===============================================================================================*/

#manhattan {
	background-image: url(../images/manhattan/rounded-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
	padding-top: 10px;
	background-color: #CE6FCE;
	margin-bottom: 20px;
	color: #3C003C;
}

#manhattan a {
	color: #003399;
}

#manhattan a:hover {
	color: #FFFF00;
}

.manhattan {
	background-image: url(../images/manhattan/rounded-bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
	width: 200px;
}

/* 3. VILLAGE
-----------------------------------------------------------------------------------------------
===============================================================================================*/

#village {
	background-image: url(../images/village/rounded-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
	padding-top: 10px;
	background-color: #E999A9;
	margin-bottom: 20px;
	color: #880022;
}

#village a {
	color: #663E00;
}

#village a:hover {
	color: #FF8D04;
}

.village {
	background-image: url(../images/village/rounded-bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
	width: 200px;
}

/* 3. WANDERERS
-----------------------------------------------------------------------------------------------
===============================================================================================*/

#wanderers {
	background-image: url(../images/wanderers/rounded-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
	padding-top: 10px;
	background-color: #B8DE81;
	margin-bottom: 20px;
	color: #035401;
}

#wanderers a {
	color: #000000;
}

#wanderers a:hover {
	color: #FF8D04;
}

.wanderers {
	background-image: url(../images/wanderers/rounded-bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
	width: 200px;
}
