/* ///////////////  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: #000000;
	line-height: 1.5em;
}

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

p A:hover {
	font-weight: bold;
	font-size: 11px;
	color: #004DAA;
	text-decoration: none;
}

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

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

ul {

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

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

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

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

h3 A:hover {
	color: #004DAA;
	text-decoration: none;
}

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

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000066;;
	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: #000000;
	font-weight: bold;
}


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

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	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: #004DAA;
	text-decoration: none;
	line-height: 1.5em;
}

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

.left_column{
	background-image: url(../images/img_left.jpg);
	position:relative;
	width:170px;
	height: 303px;
	left: 0px;
	float:left;
	clear: right;
	background-repeat: no-repeat;
}

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

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

/* ///////////////LAYOUT - CLASSES ///////////////////// */
.page_background {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

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

#top_logo {
	width: 50px;
  	height:100px;
  	margin-left: 25px;
  	border: none;
}
#navi_bg{
	height: 41px;
	background-image:url(../images/img_bottom.gif);
	background-repeat:repeat;
}
#header {
	height: 179px;
	width: 772px;
	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: 772px;
	height: 62px;
	text-align: left;
}

#navigation {
	margin-left: 168px;
	margin-right: 10px;
	padding-top: 32px;
}

.topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
/*Reservation link*/
.topnav A {
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
}
/*links*/
A.topnav {
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
}

.topnav A:hover {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
/*Active link*/
.topnav1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
}

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

#container {
	text-align: left;
	position: relative;
	width: 772px;
}

#bottom {
	background-image: url(../images/img_bottom.gif);
	background-position: center;
	background-repeat: repeat-x;
	width: 772px;
	height: 41px;
	background-color: #FFFFFF;
}

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

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin-left:0px;
	width:760px;
	padding-right:10px;
	align: right;
	text-align: center;
}

#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:10px;
	text-align: left;
	margin-left: 180px;
	width: 580px;
}

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

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

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

