/* ///////////////  PRE-DEFINED HTML TAGS ////////////////////// */
body {
	margin: 0px 0px 0px 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 1.5em;
}

p A {
	font-weight: normal;
	font-size: 11px;
	color: #ffe700;
	text-decoration: underline;
}

p A:hover {
	font-weight: normal;
	font-size: 11px;
	color: #FF9;
	text-decoration: none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	list-style-type: disc;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 1.5em;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffe700;
	text-decoration: none;
	line-height: 18px;
	font-weight: normal;
	font-style: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #ffe700;
	text-decoration: none;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

h3 strong {
	color: #ffe700;
}

h3 A {
	color: #ffe700;
	text-decoration: underline;
}

h3 A:hover {
	color: #FFC;
	text-decoration: underline;
}

.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffe700;
	text-decoration: none;
}

.city_country {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

.reservation_details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}


/* //////////////////// LEFT BOX /////////////////////// */
.check_avail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.5em;
}

.currency {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #fff600;
	text-decoration: none;
}

.rate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #fff600;
	text-align: center;
	text-decoration: none;
	line-height: 1em;
}

.left_column{
	position:relative;
	width: 176px;
	left: 10px;
	float:left;
	clear: right;
}

.left_column_content {
	padding-top: 15px;
	padding-bottom: 5px;
	margin-left: 1px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

.left_column_content p a { color: #FFF; font-weight: normal; }

/* //////////////////// END LEFT BOX /////////////////// */

/* ///////////////LAYOUT - CLASSES ///////////////////// */
.page_background {
	background-color: #3e86c1;
	background-image: url(../images/bg_head.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

#top {
	background-image: url(../images/head.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 129px;
	width: 761px;
	overflow: visible;
	margin: 0;
	border: 0;
	display: block;
}

#top_logo {
	width: 250px;
  	height: 91px;
  	margin-left: 5px;
  	border: none;
	float: left;
}

#header {
	height: 199px;
	width: 761px;
	overflow: hidden;
	padding: 0px;
	background-image: url(../images/imagebanner.jpg);
	background-repeat: no-repeat;
}

#navigation {
	height: 33px;
	width: 761px;
	clear: left;
}

.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
}

.topnav A {
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

A.topnav {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

.topnav A:hover {
	font-weight: normal;
	color: #ffe700;
	text-decoration: underline;
}

.topnav1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffe700;
	text-decoration: none;
	font-size: 14px;
}

.navline01 {
	padding: 0 6px 0 6px;
	font-size: 16px;
}

#container {
	background-image: url(../images/img_bg_content.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align: left;
	position: relative;
	width: 761px;
}
#one_container {
	text-align: center;
	position: relative;
	width: 761px;
}
#one_bg{
	text-align: center;
	position: relative;
	width: auto;
	background-image: url(../images/bg_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#bottom {
	width: 768px;
	height: 5px;
}

#footer {
	width: auto;
	padding-left: 0px;
	padding-bottom: 0px;
	background-image: url(../images/bg_foot.gif);
	background-repeat: repeat-x;
	height: 73px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	width:600px;
	text-align: center;
	padding-top: 5px;
}

#box_container_01 {
	background-image: url(../images/img_boxrate.jpg);
	border:1px solid #70A6D1;
	width:480px;
	padding-bottom: 15px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #3E86C1;
	background-repeat: no-repeat;
	background-position: bottom left;
}

.room_rates_container {
    margin-left:120px;
}

#box_container_02 {
	background:#3E86C1;
	border:1px solid #70A6D1;
	width:480px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#ew_content {
	margin-left:200px;
	padding-top:15px;
	text-align: left;
	margin-right: 15px;
	height: auto;
}

/* ///////////////END LAYOUT - CLASSES /////////////////// */

/* ///////////////  PPC - CLASSES   ///////////////////// */
#ppc_content {
	margin-left:200px;
	padding-top:15px;
	text-align: left;
	margin-right: 15px;
	height: auto;
}

/* ///////////// END PPC - CLASSES   //////////////////// */
