body {
	font-family: "Trebuchet MS", Georgia, "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	background-color: #FAFAFA;
}

em {
	/*background-color: #90CDFF;*/
}

a {
	color: #C69300;
}

a:hover {
	color: #000;
}

#logo {
	background-color: #FAFAFA;
	background-image: url(../images/back.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	border-bottom: 4px solid #C69300;
}

#hostel-info {
	/*height: 100px;*/
	margin-top: 10px;
	margin-bottom: 10px;
	background: #FADE89;
	border: 4px solid #C69300;
	text-align: right;
	color: #3E3E36;
	padding: 5px;
}

#hostel-info h2 {
	color: #000;
	font-size: 14px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #FAFAFA;
	border-bottom: 1px dashed #000;
}

#alter-menu {
	background-color: #FAFAFA;
	color: #000;
	height: 25px;
}

#main-content {
	margin-bottom: 10px;
	padding-top: 20px;
	background-color: #FAFAFA;
}

#main-content h1 {
	font-weight: normal;
	border-bottom: 1px dotted #295181;
	color: #295181;
}

#main-content h2 {
	font-weight: normal;
	margin-bottom: 10px;
	color: #404040;
	border-bottom: 1px dotted #D8D8D8;
}

#main-content h3 {
	font-weight: normal;
	margin-bottom: 5px;
	color: #C69300;
}

#content {
	margin-top: 20px;
	font-size: 1.1em;
}

.lang-icons {
	line-height: 25px;
	text-align: right;
	color: #3E3E36;
	font-weight: bold
}

.adv-name {
	font-size: 16px;
	color: #285195;
	/*text-align: right;*/
	font-style: italic;
	font-weight: bold;
	font-family: Helvetica;
	border-left: 1px solid #DCDDE2;
	padding-left: 4px;
}
.adv-description {
	background-color: #EBECF0;
	border: 1px solid #DCDDE2;
	padding: 4px;
}

.top-reasons {
	text-transform: capitalize;
	text-align: right;
	font-style: italic;
	font-size: 18px;
	font-weight: bold;
	color: #A9AAAD;
}

#header-image {
	padding: 5px;
	border: 1px solid #DCDDE2;
	height: 200px;
	margin-top: 10px;
}

#captain-logo {
	margin-top: 10px;
}

.sidebar {
	margin-top: 20px;
}

.sidebar h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #C69300;
	margin-bottom: 10px;
	font-family: Arial, Helevetica, Verdana, sans-serif;
}

.sidebar-item {
	background-color: #E5E5E5;
	margin-bottom: 10px;
	padding: 5px;
	border-top: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
}

.event {
	color: #404040;
	font-size: 12px;
	margin-bottom: 5px;
}

.event h4 {
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: bold;
	border-bottom: 1px dashed #404040;
}

.event-date {
	font-style: italic;
}

.event-description {
	text-align: justify;
}

.event-more {
	margin-top: 5px;
	text-align: right;
}

.event-more a {
	border: 1px solid #A5A5A5;
	color: #C69300;
	padding: 3px;
	text-decoration: none;
}

.event-more a:hover {
	border: 1px solid #C69300;
}

.gallery-images {
	text-align: center;
}
.gallery-images img {
	padding: 5px;
	border: 1px solid #A9AAAD;
	height: 50px;
	margin: 2px;
}

#footer {
	background-color: #FADE89;
	border-top: 4px solid #F4BA0A;
	color: #3E3E36;
	padding-top: 5px;
	font-size: 12px;
	margin-top: 20px;
	padding-bottom: 5px;
}

#footer a {
	color: #3E3E36;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}

.twitter {
	text-align: center;
}

.right {
	text-align: right;
}

#main-menu {
	background-color: #F4BA0A;
	border-bottom: 4px solid #C69300;
	border-top: 1px solid #FCCB40;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	height: 40px;
}

#main-menu ul {
	padding: 0 0 0 10px;
	list-style-type: none;
}

#main-menu li {
	float: left;
	margin: 0;
}
#main-menu li a {
	text-decoration: none;
	display: block;
	padding: 0 20px;
	line-height: 40px;
	color: #000;
}
#main-menu li a:hover, #main-menu li.active a {
	background-color: #FADE89;
	border-bottom: 2px solid #DDD;
	color: #3E3E36;
}

#main-menu.blue a {color: #000;}
#main-menu.blue li a:hover, #main-menu.blue li.active a {color: #3E3E36; background: #FADE89; border-bottom: 2px solid #FCCB40;}

td.label_title {
	vertical-align: middle;
	font-weight: bold;
}
th, td {
	padding: 6px 10px 6px 0;
}
td {
	border-bottom: 1px solid #DDDDDD;
}

textarea {
	background: #EEEEEE none repeat scroll 0 0;
	border: 1px solid #DDDDDD;
	padding: 5px;
}

textarea:focus {
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #BBBBBB;
}

.text_notice {
	background-color: #FFF0F0;
	border: 1px solid #F3A6A6;
	margin-bottom: 10px;
	padding: 3px;
	text-align: center;
}

.myerrors {
	background-color: #FFF0F0;
	text-align: right;
}

table#pricing {
	border: 1px solid #87A1BA;
	margin-left: auto;
	margin-right: auto;
}

table#pricing td {
	border: 1px solid #87A1BA;
	padding: 10px;
}

.pricing-left {
	background-color: #EBECF0;
}

.pricing-title {
	background-color: #87A1BA;
	font-weight: bold;
}

.pricing-right {
	text-align: center;
}

#map_container { width:616px; height:800px; padding: 2px; border: 1px solid #E9E9E9; }
#map_canvas { width:616px; height:800px }