@charset "utf-8";

/* Main Body */

body { background: url(../images/bg.jpg) repeat-x #FFF; margin:0 0 15px 0; padding:0}
#container { margin: 0 auto; width: 624px; }

p,td,ul,li { font: 11px Arial, Helvetica, sans-serif; color: #333; }
p { line-height: 1.5em; margin-top: 0; }
li { list-style: disc; }

/* Fonts */

p a { color: #4C7BD7; text-decoration: underline; font-weight: bold; }
p a:hover { color: #89A9E4; text-decoration: none; font-weight: bold; }

h1 { font: 17px "Arial Black", Impact; color: #4C7BD7; line-height: 18px; }
h2 { font: 15px Arial, Helvetica, sans-serif; color: #4C7BD7; }
h3,h4 { font: bold 13px Arial, Helvetica, sans-serif; color: #333333; margin-bottom:5px; }
 h3 a { color: #4C7BD7; font-weight: bold; font-weight: bold; font-size: 12px; }
 h3 a:hover { color: #89A9E4; text-decoration: none; font-weight: bold; font-size: 12px; }
 .h3 { font: 13px Arial, Helvetica, sans-serif; color: #4C7BD7; }
h4 { font-weight: bold; color: #4C7BD7; }

.city_country { font: bold 15px Arial, Helvetica, sans-serif; color: #333; }
.reservation_details { font-weight: bold; font-size: 11px; color: #000000; }

/* Sidebar */

.left_column { background: url(../images/sidebar_bg.jpg) center no-repeat; width: 190px; height: 291px; margin-left: 2px; float:left; }
.left_column_content { padding: 25px 5px 5px 5px; margin-left: 1px; text-align: center; }

.rate-starts { font: 12px Arial, Helvetica, sans-serif; color: #fff; line-height: 1.5em; }
.currency-rate { font: bold 14px Arial, Helvetica, sans-serif; color: #fff; text-decoration: none; }
.modify-link a { font: 11px Arial, Helvetica, sans-serif; color: #fff; text-decoration: underline; }
.modify-link a:hover { font: 11px Arial, Helvetica, sans-serif; color: #fff; text-decoration: none; }

/* Over-all Layout (NW and PPC) */

#copy-content { margin-left: 200px; padding-top: 5px; width: 410px; padding-bottom: 10px; }

#top { background:url(../images/img_top.jpg); height: 86px; font-size:0; display: block; }
 #top_logo { width: 160px; height: 80px; border: 0; float: left; }

#header { height: 154px; }

#navigation { width: 425px; height: 45px; text-align: center; float: right; padding-top: 45px; }

	/* Navigation Links Style */
	
	.topnav { font: normal 11px Arial, Helvetica, sans-serif; color: #EC7331; text-decoration: none; line-height:30px; }
	.topnav a { font-weight: normal; color: #EC7331; text-decoration: none; }
	.topnav a:hover { font-weight: normal; color: #EC7331; text-decoration: underline; }
	.current-page { font: bold 11px Arial, Helvetica, sans-serif; color: #EC7331; text-decoration: none; }
	.divider { padding-left: 5px; padding-right: 5px; }

#content { }

#bottom { background: url(../images/img_bottom.jpg) center no-repeat; height: 9px; }
#footer { font: 10px Arial, Helvetica, sans-serif; color: #333; text-align: right; padding-top:8px; padding-right:20px; }


/* DO NOT TOUCH ANYTHING BELOW THIS COMMENT */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* */