/* ///////////////  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: 12px;
	color: #71774E;
	line-height: 145%;
}

p a {
	font-weight: bold;
	font-size: 12px;
	color: #5f6442;
	text-decoration: underline;
}

p A:hover {
	font-weight: bold;
	font-size: 12px;
	color: #C5AB72;
	text-decoration: underline;
}

td p, td p a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #71774e;
}

td p a:hover { font-size: 11px; }

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #71774e;
	list-style-type: disc;
}

ul {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #71774e;
	line-height: 1.5em;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #5F6442;
	text-decoration: none;
	line-height: 18px;
	font-weight: normal;
	font-style: normal;
}

h2 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5F6442;
	text-decoration: none;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #71774e;
	text-decoration: none;
}

h3 a {
	color: #573511;
	text-decoration: underline;
	font-weight: normal;
}

h3 a:hover {
	color: #c5ab72;
	text-decoration: underline;
}

.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FF9900;
	text-decoration: none;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #573511;
	text-decoration: none;
}


.city_country {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5F6442;
	text-decoration: none;
	font-weight: normal;
}

.reservation_details {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}


/* //////////////////// LEFT BOX /////////////////////// */
.check_avail {

	font-family: Verdana, 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: #fff;
	text-decoration: none;
	line-height: 1.5em;
}

.rate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.left_column{
	background-image: url(../images/img_bg_left.jpg);
	background-repeat: no-repeat;
	position:relative;
	width:207px;
	height: 350px;
	left: 17;
	float:left;
	clear: right;
	margin-top: 15px;
}

.left_column p a { color: #FFFFFF; }
.left_column p a:hover { color: #5f6442; }

.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: url(../images/bg.jpg) repeat-x;
}

#top {
	background-image: url(../images/img_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 119px;
	width: 776px;
	overflow: visible;
	margin: 0;
	border: 0;
	display: block;
}

#top_logo {
	width: 200px;
  	height:100px;
  	border: none;
	float: left;
}

#header {
	height: 151px;
	width: 776px;
	overflow: hidden;
	padding-right: 0px; 	
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#navigation_container{
	background-image: url(../images/img_navigation.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	height: 41px;
	text-align: center;
}

#navigation {
	padding-top: 80px;
	margin-right: 5px;
	width: 520px;
	float: right;
}

 html>body #navigation { margin-right: 15px; }

.topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}

.topnav a {
	color: #98A086;
	text-decoration: none;
}

a.topnav {
	color: #98A086;
	text-decoration: none;
}

.topnav A:hover {
	color: #0FC5EA;
	text-decoration: underline;
}

.topnav1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0FC5EA;
	text-decoration: none;
	font-size: 11px;
}

.navline01 {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #98A086;
	padding-left: 5px;
	padding-right: 5px;
}

#container {
	background-repeat: repeat-y;
	background-position: center;
	text-align: left;
	position: relative;
	width: 776px;
}

#bottom {
	background-image: url(../images/img_bottom.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 776px;
	height: 22px;
}

#footer {
	width: 776px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-right: 15px;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	width:776px;
	align: right;
	text-align: right;
}

#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: 245px;
	width: 510px;
}

 html>/**/body #ew_content { padding-top:5px; }

/* ///////////////  END EW - CLASSES   ////////////////// */

/* ///////////////  PPC - CLASSES   ///////////////////// */
#ppc_content {
	margin-left:200px;
	padding-top:15px;
	text-align: left;
	margin-right: 25px;
}

/* ///////////// END PPC - CLASSES   //////////////////// */

