/* ########## General ########## */
body {
	font:12px Arial,Helvetica,sans-serif;
	color:#000;
	background-color:#fff;
}
h1 {
	display:inline;
}
p {
	line-height:1.5em;
	margin-top:12px;
}
a {
	color:#0055A4;
	text-decoration:underline;
}
a:hover {
	color: #333;
	text-decoration:none;
}

.clear {
	clear:both;
}
.container {
	width:960px;
	margin:0 auto;
	background-color:#fff;
}
.absolutecontainer {
	width:960px;
	margin:0 auto;
	background-color:#fff;
	position:relative;
}
.heading {
	font-size:28px;
	font-weight:bold;
	display:block;
	border-bottom:5px solid #333;
	padding-bottom:10px
}
/* ########## Header ########## */
#prehead {
	background: #0056A3 url(images/prehead.png) no-repeat center;
	text-align: left;
	height: 20px;
	color:#FFF;
	font-weight:bold;
}
.pretext {
	width:960px;
	margin:0 auto;
	padding:2px 0;
}
#header {
	background: #0056A3;
	color:#FFF;
	height:140px;
}
.logo {
	background: url(images/logo.png) no-repeat center;
	margin: 0 auto;
	height:100px;
}
/* ########## Nav Bar ########## */
.left {
	width:75px;
	height:40px;
	background: url(images/nav-left.png) no-repeat;
	display:block;
	float:left;
}
.right {
	width:75px;
	height:40px;
	background: url(images/nav-right.png) no-repeat;
	display:block;
	float:right;
}
#nav {
	height:40px;
	background: url(images/nav-bg.png) repeat-x;
	font-size:15px;
	font-weight:bold;
	width:810px;
	display:block;
	float:left;
}
#nav ul {
	margin:0 auto;
	height:40px;
	width:200px;
}
#nav ul li {
	display:block;
	float:left;

}
#nav ul li span {
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:11px 30px 0 30px;
	height:29px;
}
#nav a, #nav span{
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:11px 30px 0 30px;
	height:29px;
}
#nav a:hover ,.active{
	background:url(images/nav-active.png) repeat-x;
	color:#000!important
}
/* ########## Main Content Layout ########## */
.mainimg {
	padding:5px;
	border:1px solid #CCC;
}
#mainimg-frame {
	background:url(images/mainimg-shadow.gif) left bottom no-repeat;
	padding-bottom:7px;
	height:260px;
	margin:10px 0;
}
.panel-left {
	width:630px;
	padding-left:115px;
}
.panel-right {
	width:300px;
	padding:5px;
	margin-left:10px;
	float:right;
}
/* ########## Hotel Boxes ########## */
.hotelinfo {
	width:150px;
	margin:5px 7px 5px 0;
	display:block;
	float:left;
}
.hotelthumb {
	width:140px;
	height:105px;
	padding:5px;
	border:1px solid #CCC;
	margin-bottom:5px;
}
.hotelthumb:hover {
	background-color:#333;
}
a.hotelname {
	font-weight:bold;
	font-size:14px;
	color:#0055A4;
	text-decoration:none;
	display:block;
	height:35px;
}
a.hotelname:hover {
	text-decoration:underline;
	color:#333;
}
.hotelstar {
	width:90px;
	height:20px;
}
.hotelinfo p {
	line-height:1em;
	margin:0;
}
.hotelprice {
	font-size:16px;
	color:#0055A4;
	font-weight:bold;
}
/* ########## Brand Boxes ########## */
.brandbox {
	width:310px;
	height:200px;
	padding:2px;
	display:block;
	float:left;
}
.brandbox p {
	line-height:1em;
	text-align:center;
}
.brandbox li {
	background: url(images/bullet.gif) no-repeat left center;
	padding-left:12px;
	list-style:none;
	line-height:2em;
}
/* ########## Grey Info Boxes - RHS ########## */
.infobox {
	background-color:#F0F0F0;
	border-top:5px solid #333;
	border-bottom:1px solid #CCC;
	width:300px;
	margin-top:45px;
}
.infobox .top {
	background:url(images/infoboxtop.png) repeat-x top left;
	height:30px;
	line-height:30px;
	padding-left:13px;
	display:block;
	font-weight:bold;
	font-size:14px;
}
.infobox  div {
	background-color:#FFF;
	border:1px solid #E7E7E7;
	margin:11px;
	padding: 10px;
	display:inline-block;
}
.infobox .headline {
	font-weight:bold;
	color:#0055A4;
	font-size:14px;	
}
.infobox .date {
	font-style:italic;
	font-size:10px;
}
.infobox p {
	margin-top:0px;
}
.infobox div .clear {
	clear:both;
	border:none;
	margin:0;
	padding:0;
}
.envelope {
	border:none;
	position:absolute;
	height:58px;
	width:58px;
	top:35px;
	left:875px;
}
/* ########## Email Form ########## */
#email .label {
	font-weight:bold;
	display:block;
	margin-top:10px;
}
#email input {
	width:18em;
}
#email .submit {
	display:block;
	padding:5px 8px;
	background:#0055A4;
	color:#FFF;
	width:auto;
	margin:10px 5px 0 0;
	float:right;
	text-decoration:none;
}
#email .submit:hover {
	background:#000
}
/* ########## Footer ########## */
#footer {
	background-color:#333;
	min-height:150px;
	margin-top:15px;
	text-align:center;
	color:#fff;
}
/* ########## Other ########## */
#addthis {
	float:right;
	margin-top:-35px;
	width:150px;
}