/* ///////////////  PRE-DEFINED HTML TAGS ////////////////////// */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

p,center {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 1.5em;
}

p A {
	font-weight: bold;
	font-size: 11px;
	color: #000;
	text-decoration: underline;
}

p A:hover {
	font-weight: bold;
	font-size: 11px;
	color: #900;
	text-decoration: underline;
}

#map {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#C5F3DA;
	text-align:center;
	width: 300px;
	margin: 0 auto;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	list-style-type: disc;
}

ul {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 1.5em;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	text-decoration: none;
	line-height: 18px;
	font-weight: normal;
	font-style: normal;
}

h2 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

h3 A {
	color: #000;
	text-decoration: underline;
}

h3 A:hover {
	color: #900;
	text-decoration: underline;
}

.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}


.city_country {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

.reservation_details {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
}


/* //////////////////// LEFT BOX /////////////////////// */
.check_avail {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.5em;
}

.currency {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	color: #000;
	text-decoration: none;
	line-height: 1.5em;
}

.rate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #000;
	text-align: center;
	text-decoration: none;
}

.left_column{
	background-image: url(../images/img_bg_left.jpg);
	position:relative;
	width:205px;
	height: 262px;
	left: 0;
	float:left;
	clear: right;
}

.left_column_content {
	padding-left: 0;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-left: 1px;
	text-align: center;
}

/* //////////////////// END LEFT BOX /////////////////// */

/* ///////////////LAYOUT - CLASSES ///////////////////// */
.page_background {
	background: #CCCCCC url(../images/bg.jpg) repeat-x;
}

#top {
	background-image: url(../images/img_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 78px;
	width: 753px;
	overflow: visible;
	margin: 0;
	border: 0;
}

#top_logo {
	background: url(../images/logo.jpg) no-repeat;
	width: 205px;
  	height: 208px;
  	border: none;
	float: left;
}

#header {
	height: 208px;
	width: 753px;
	overflow: hidden;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	display: block;
}

#navigation_container{
	width: 753px;
	height: 41px;
	text-align: center;
}

#navigation {
	margin-right: 40px;
	padding-top: 40px;
}

.topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	font-size: 11px;
}

.topnav A {
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

A.topnav {
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

.topnav A:hover {
	color: #999;
	text-decoration: none;
}

.topnav1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-size: 11px;
}

#container {
	background: url(../images/ewbg.jpg) no-repeat top;
	text-align: left;
	position: relative;
	width: 753px;
}

#footer {
	background: url(../images/img_bottom.jpg) no-repeat top center;
	width: 753px;
	height: 43px;
	margin-bottom: 45px;
}

.footer {
	font: 10px Arial, Helvetica, sans-serif;
	color: #000;
	width:515px;
	padding-top: 25px;
	padding-right: 20px;
	float: right;
}

/* ///////////////END LAYOUT - CLASSES /////////////////// */


/* ///////////////  EW - CLASSES   ////////////////////// */
#ew_content {
	padding-top:15px;
	text-align: left;
	margin-left: 220px;
	width: 515px;
}

/* ///////////////  END EW - CLASSES   ////////////////// */



