/* ///////////////  PRE-DEFINED HTML TAGS ////////////////////// */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

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

p A {
	font-weight: bold;
	font-size: 11px;
	color: #086a86;
	text-decoration: underline;
}

p A:hover {
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}

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

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

ul {

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

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #086a86;
	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: #086a86;
	text-decoration: none;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

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

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

.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #086a86;
	text-decoration: none;
}


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

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

/* //////////////////// LEFT BOX /////////////////////// */
.check_avail {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.5em;
}
.rates_text {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff7e00;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.5em;
}
.check_avail A {
	
	color: #333333;
	text-decoration: none;
}

.check_avail A:hover {

	color: #FF6600;
	text-decoration: underline;
}

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

.rate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #ff7e00;
	text-align: center;
	text-decoration: none;
	line-height: 1.2em;
}

.left_column{
	background-image: url(../images/img_bg_left.gif);
	position:relative;
	width:220px;
	height: 322px;
	left: 0px;
	float:left;
	clear: right;
	background-repeat: no-repeat;
}

.left_column_content {
	padding-left: 10px;
	padding-right: 18px;
	padding-top: 20px;
	padding-bottom: 5px;
	margin-left: 22px;
	text-align: center;
}

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

/* ///////////////LAYOUT - CLASSES ///////////////////// */
.page_background {
	background: url(../images/bg.jpg) top center no-repeat #92D6E9;
	background-color: #91d6e9;
}

#top {
	background-image: url(../images/img_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 98px;
	width: 760px;
	overflow: visible;
	margin: 0;
	border: 0;
}

#header {
	background-image: url(../images/img_banner.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 237px;
	width: 760px;
	overflow: hidden;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#navigation_container{
	background-image: url(../images/img_navigation.gif);
	background-repeat: repeat-y;
	background-position: top center;
	width: 760px;
	height: 41px;
	text-align: center;
}

#navigation {
	margin-left: 50px;
	margin-right: 40px;
	padding-top: 8px;
}

.topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}

.topnav A {
	font-weight: bold;
	color: #086a86;
	text-decoration: none;
}

A.topnav {
	font-weight: bold;
	color: #086a86;
	text-decoration: none;
}

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

.topnav1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #33CC33;
	text-decoration: none;
	font-size: 11px;
}

.navline01 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #A2BCCC;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}

#container {
	background-image: url(../images/img_bg_content.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: left;
	position: relative;
	width: 760px;
}

#bottom {
	background-image: url(../images/img_bottom.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 760px;
	height: 39px;
	margin-top:-15px;
	background-color: #FFFFFF;
}

#footer {
	width: 780px;
	padding-left: 0px;
	padding-bottom: 0px;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #177590;
	width:780px;
	padding-right:10px;
	align: right;
	text-align: center;
}

.footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration:none;
	font-style:normal;
}

.footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration:none;
	font-style:normal;
}

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

.room_rates_container
{
    margin-left:120px;
}

#box_container_02 {
	background:#FFFFFF;
	border:1px solid #BBBBBB;
	width:480px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/* ///////////////END LAYOUT - CLASSES /////////////////// */


/* ///////////////  EW - CLASSES   ////////////////////// */
#ew_content {
	padding-top:15px;
	text-align: left;
	margin-left: 220px;
	width: 520px;
}

/* ///////////////  END EW - CLASSES   ////////////////// */

/* ///////////////  PPC - CLASSES   ///////////////////// */
#ppc_content {
	margin-left:220px;
	padding-top:1px;
	text-align: left;
	margin-right: 25px;
}

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

#leftbg{
	background-color: transparent;
	background-repeat: repeat;
	background-position: left top;
	background-image: url(images/left_column.jpg);
}


/* ///////////// Promo - CLASSES   //////////////////// */

.promo_container{ margin:0px auto 0px; width:500px; height:auto;}
.promo_hd{width:500px; height:98px; background:url(../images/promo_hd.jpg) no-repeat;}
.promo_bd{width:500px; background:url(../images/promo_bd.jpg) repeat-y; padding:0px 20px 0px 20px; margin:0px;}
.promo_ft{width:500px; height:98px; background:url(../images/promo_ft.jpg) no-repeat;}
.promo_txtBig { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#003399;}

