/* ============================== Colors

2b83e6  - blue

*/

/* ============================== Layout */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background:url(../images/header-overlay.png) no-repeat center 116px; /* right shadow on Panaram */
}
div {
	position: relative;
}
img {
	border:0;
}
#header, #wrapper, #footer {
	width:960px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#hwrap {
	background:url(../images/bg-header.png) repeat-x 0 12px;
}
#header {
	height:316px;
}
#wwrap {
	background:url(../images/bg-header2.png) repeat-x;
}
#wrapper {
	clear:both;
	background:url(../images/leftcol-bg.png) repeat-y;
}
#leftcol {
	width:266px;
	min-height:184px;
	float:left;
	background: url(../images/leftcol-top.jpg) no-repeat;
}
* html #leftcol {
	height:184px;
}
#maincol {
	float: left;
	display:inline;
	width: 694px;
	padding-top:25px;
}
#fwrap {
	background:#f0d1b2 url(../images/bg-footer.png) repeat-x;
}
#footer {
	clear: both;
	background:url(../images/bg-footer.jpg) no-repeat;
	padding:50px 0px 30px;
}
.cols2{float:left;width:49.5%;padding-bottom:1em}
.left {
	float:left;
}
.right {
	float:right;
}
.txtl {
	text-align:left;
}
.txtc {
	text-align:center;
}
.txtr {
	text-align:right;
}
.clear {
	clear:both;
}
.red {
	color:#F00;
}
.nowrap{white-space:nowrap;}
/* ============================== Text */

body, td, div, select, textarea, input {
	font: 12px Arial, Helvetica, sans-serif;
	color:#666;
}
p, h1, h2, h3, table, form, .ho {
	margin-left: 30px;
	margin-right: 30px;
}
ul, ol {
	margin:0em 30px 1em 60px; /* Right = same as other elements. Left = Left of other elements +30 */
	padding: 0px;
}
ul li, ol li {
	line-height:1.3em;
	margin: .25em 0;
	padding: 0;
}
li ol, li ul {
	margin-left: 30px;
	margin-top:0;
	margin-bottom:0;
}
table {
	margin-right:0;
}
p {
	margin-top:0;
	margin-bottom:1em;
	line-height:1.3em;
}
h1 {
	font-size: 22px;
	margin-top: 0;
	margin-bottom: .3em;
}
h2 {
	font-size: 18px;
	margin-top: 1.5em;
	margin-bottom: .3em;
	border-bottom: 1px dashed #ccc;
}
h3 {
	font-size: 1.1em;
	margin-top: 1em;
	margin-bottom: .3em;
}
h1, h2, h3, legend {
	color:#2b83e6;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
/* ============================== Nav */
#nav {
	list-style:none;
	width:266px;
	margin:0 0 25px;
	padding:5px 0 0;
	line-height:1em;
	float:left;
}
#nav li {
	position:relative;
	float:left;
	margin:0;
	padding:0;
}
#nav li a {
	display:block;
	padding:8px 5px 8px 25px;
	text-decoration:none;
	color:#fff;
	width:230px;
	font-size:16px;
	line-height:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:url(../images/menu.png) no-repeat 500px 0;/*load it*/
}
#nav li a:hover, #nav li a.current {
	color:#fff;
	background:#333 url(../images/menu.png) 0 0;
}
/* ============================== Links */
a {
	color:#666;
	text-decoration:underline;
}
a:visited {
	color:#999;
}
a:hover {
	color:#333;
	text-decoration:underline;
}
h2 a {
	color:#2b83e6;
	font-size:.8em;
	font-weight:normal;
}
/* ============================== Header */

h1#logo {
	color:#000;
	margin:0;
	padding:0;
	font:34px/34px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing:-1px;
	font-weight:normal;
	position:relative;
	top:-8px;
}
h1#logo a {
	color:#000;
	text-decoration:none;
}
h1#logo a:hover {
	color:#000;
	text-decoration:underline;
}
h1#logo a img {
	position:relative;
	top:9px;
	right:5px;
}
h1#callout {
	text-align:center;
	position:static;
	font-weight:normal;
	display:none; /* jquery .hide breaks ie8 */
	padding:18px 0;
	margin:0;
	color:#333;
	font: 22px/22px Arial, Helvetica, sans-serif;
}
h1#callout strong {
	color:#000;
}
p#pana {
	margin:0;
	position:absolute;
	top:116px;
	left:0;
	height:200px;
}
p#pana img {
	position:absolute;
	top:0;
	left:0;
}
p#pana span {
	display:block;
	background:url(../images/header-overlay.png) no-repeat -13px 0;
	height:200px;
	width:960px;
	position:absolute;
	top:0;
	left:0;
}
p#by {
	background: url(../images/bg-header2.png) repeat-x 0 46px;
	margin:0;
	position:absolute;
	top:4px;
	right:0;
	height:46px;
	width:101px;
}
p#by a {
	display:block;
	height:100%;
	width:100%;
	text-indent:-10101em;
	background:url(../images/billboard.png) no-repeat;
	outline:none;
}
/* ============================== Left Col */
.box {
	background:#eee;
	clear:both;
	width:200px;
	margin:0 0 25px 30px;
	padding:1px;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.box h3, .box p {
	margin-left:0;
	margin-right:0;
}
.box h3 {
	margin:8px 0;
	font:bold 14px Arial, Helvetica, sans-serif;
}
.box p {
	font-size:11px;
	color:#333;
	font-weight:bold;
	overflow:hidden;
}
.box p a {
	font-size:9px;
}
.box p.left {
	width:90px;
}
.box p.right {
	width:100px;
	margin:0 10px 5px 0;
	display:inline;
}
.box p.right a {
	line-height:20px;
}
.box p.right a img {
	margin-top:5px;
}
/* ============================== Footer */
#footer a, #footer a:hover {
	color:#666;
	text-decoration: underline;
}
#footer p {
	margin:0 0 1.5em 10px;
	color:#666;
	font-weight:bold;
}
#footer p.copy {
	color:#999;
	font-size:.9em;
}
#footer p.copy a {
	color:#999;
}
/* ============================== Hotel Summary */
.ho{overflow:hidden; border-bottom: 1px dashed #ccc;clear:both;margin-bottom:10px;}
* html .ho {height: 1%;}/*ie6*/
.ho p, .ho h3{margin-left:0;margin-right:0;}
.hopic{float:left;width:80px;height:80px;padding-top:4px;background:url(../images/icon-shadow.png)no-repeat 0 74px;}
.hopic img{height:70px; width: 70px;}
.hocon{float:left;width:400px;}
.hocon h3, .hocon h3 a{margin:0;font:normal 16px Arial, Helvetica, sans-serif;color:#333;text-decoration:none;}
.hocon h3 a:visited{color: #666;}
.hocon h3 a:hover{text-decoration:underline;}
.hocon .addy, .hocon .addy a{font-size:10px;color:#999;}
.hocon .desc {font-size:11px;margin-right:3px;}
.hocon .rate, .hocon .rate a {color:#999;line-height:1em;}
.hocon .rate strong{font-weight:normal;color:#2b83e6}
.hocon .rate img{position:relative; top:2px;}
.hobook{float:left;width:154px;padding-top:15px;text-align:center;}


/* ============================== Hotel Detail */
h1.wrates{margin-right:185px;}
#dnav{margin:-5px 0 0 20px;padding:0 0 5px 0;list-style:none;float:left;display:inline;}
#dnav li{float:left;padding:0;margin:0;}
#dnav li a{display:block;padding:2px 10px;color:#c60;font-size:12px;text-decoration:none;border-right:1px solid #ccc;}
#dnav li a:hover{text-decoration:underline;}
#wraprates{z-index:100;position:absolute;top:0;left:510px;}
#ckrates{position:absolute;top:0;margin-top:25px;}
#ckrates.fixed {
  position: fixed;
  top: 0;
}
.mainimg{padding:10px;background:#eee;margin:0 0 3px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
	float:right;}
.pics{float:left;padding-bottom:1em;display:inline;}
.pics a{
float:left;
padding:2px;
height:70px;
width:70px;
position:relative;
z-index:10;
}
.pics a:hover{z-index:20;}
.pics a:hover img{position:absolute;width:80px;top:-5px;left:-5px;border:2px solid #2b83e6;
-moz-box-shadow: 0 0 15px #000;
-webkit-box-shadow: 0 0 15px #000;
box-shadow: 0 0 15px #000;}
.list3 {float:left;margin-left:30px;list-style:none;display:inline;}
.list3 li{float:left;display:inline;width:183px;padding-left:22px;background: url(../images/icon-check.png) no-repeat }
blockquote{margin:0 30px 1.5em 30px;background:#fcf7f2;border-left:2px solid #c60;padding:8px;}
blockquote p {margin:0}
blockquote p img{position:relative;top:3px;}
blockquote p:first-child {font-weight:bold;margin-bottom:.5em;}

/* ============================== Climate */
#climatecopy{margin:0 30px 1em;width:625px;height:60px;}
#climatecode p{width:625px;}
#weather2 { width: 630px; height: 350px; margin-left: 30px;overflow:hidden;}


/* ==============================  Float containers fix 
Thanks to: http://csscreator.com/attributes/containedfloat.php */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* close commented backslash hack */


/* ============================== Printer Styles */

 @media print {
/* Hide unwanted elements */
#leftcol, #header h1 a span {
	display:none;
}
/* Kill floats and backgrounds */
body #pagewidth, #maincol, #wrapper, body, #footer, #header, #header h1, #header h1 a, #footer p {
	width:100%;
	float:none;
	background:none;
}
/* Set margins to 0 */
p, h1, h2, h3, table, .ho {
	margin-left:0;
	margin-right:0;
}
ul, ol {
	margin-left:30px;
	margin-right:0;
}
#maincol {
	padding-top:0;
}
/* Make texts black */
p, li, #footer p, #footer p a {
	color:#000;
}
/* Print Logo as text */
#header, #header h1, #header h1 a {
	width: auto;
	height:auto;
	text-indent:0;
	position:static;
	top:0;
	left:0;
}
#header h1 {
	margin-bottom:1em;
}
}
