
body {background-color: #ffffff;}

body, div {
	margin: 0;
	padding: 0;
	text-align: left;
}
body, p, div, th, td, table, li, ul, ol, text
{
	font-size: 12px;
	font-family: arial, verdana, hevetica, sans-serif;
	color: #3d3d3d;
	text-align: left;
}

.hotel_title { font-size: 17px; color: #004A80; font-weight: bold; padding-bottom: 18px; }

.show_title { font-size: 17px; color: #004A80; font-weight: bold; padding-bottom: 10px; }

.show_subtitle { font-size: 13px; color: #004A80; font-weight: bold; padding-bottom: 5px; }

.h1, .h2, .h3 { color: #004A80; font-weight: bold;}

.showlist { font-size: 11px;}
.hotellist {font-size: 12px;}
.h1 { font-size: 17px;}
.h2 { font-size: 15px;}
.h2red { font-size: 15px; font-weight: bold; color: #d01c14;}
.h3 { font-size: 13px;}

.buletxtem {color: #004A80; font-size: 12px;}
.redtxt {color: #d01c14;}
.redtxt2 {color: #a50202;}
.formtxtem {color: #004A80; font-size: 12px;}
.formreq {color: #d01c14;}

a {color: #004A80; text-decoration:none;}
a:link {color: #004A80; text-decoration:none;}
a:visited {color: #004A80;text-decoration:none;}
a:hover {color: #3d3d3d; text-decoration:underline;}
a:active {color: #004A80; text-decoration:none;}
#container
{
	width:100%;
	background-color: #ffffff;		
	position: relative; 
}
#container .toparea { background-color: #ffffff; width: 900px; }
#header { position: relative; width: 900px; border-left: 60px solid #ffffff; border-top: 10px solid #ffffff; background-color: #FFFFFF;}
#header { color: #fff; position: relative; z-index: 13;  }
.navigations {  }
#header_line {width: 100%; height: 2px; background-color: #B4C9EC;}

/*** style for content area and left navigation ***/
#content {
	margin-left: 60px;
	margin-top: 18px;
	width: 900px;
}

.col-left, .col-right-home, .col-right, .col-A, .col-X, .col-B, .col-C, .col-D, .col-Y, .col-Z, .col-G, .col-Pad { position: relative; float: left;}

/* col-left and col-right is for ONLY home pages */
.col-left {
	width: 540px;
	padding-bottom: 20px;
}

.col-right {
	width: 300px;
	padding-left: 25px;	
	padding-bottom: 20px;
}

.col-right-home {
	width: 300px;
	padding-right: 15px;	
	padding-bottom: 20px;
}

.col-left-btm {
	padding: 20px 90px 20px 55px; /* top right bottom left */
}
.col-center {text-align: center;}

/* col-A, col-B, col-C and col-D is for interior show pages */
.col-A {
	width: 300px;
	padding-bottom: 20px;
}
.col-B {
	width: 500px;
	padding-left: 40px;	
	padding-bottom: 20px;
}
.col-C {
	width: 250px;
	padding-top: 20px;
}
.col-D {
	width: 250px;
	padding-top: 20px;	
}

/* col-X, col-Y and col-Z is for individual hotel pages */
.col-X {
	width: 300px;
	padding-bottom: 20px;
	padding-top: 6px;
}
.col-Y {
	width: 250px;
	padding-left: 40px;
	padding-bottom: 20px;	
}
.col-Z {
	width: 250px;
	padding-bottom: 20px;	
}


/* general pages: about us, contact us and etc */
.col-G {
	width: 500px;
	height: 300px;
}

/* general pages: reservation page */
.col-F {
	width: 800px;
	
}
.col-F form {
	line-height: 16px;
}

.clear {clear: both;}

.hotel_images { padding-left: 60px; padding-bottom: 20px; vertical-align: top;}

#footer { width: 900px;}

.footer_text {
	padding-left: 60px;
	padding-top: 5px;	
	font-size: 11px;
	color: #004A80;	
	text-align: left;
}
.footer_link {	font-size: 11px;}
a.footer_link:link {
	font-size: 11px;
	color: #004A80;
	text-decoration: none;	
}
a.footer_link:visited {
	color: #004A80;
	text-decoration: none;	
}
a.footer_link:hover {
	color: #3d3d3d;
	text-decoration: underline;
}
a.footer_link:active {
	color: #004A80;
	text-decoration: none;
}
