* {
	margin: 0;
	padding: 0;
	outline: none;
}
.imgleft { float: left; margin: 0 10px 5px 0; }
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 18px 0;
	background: #333;
	text-align: center;
	color: #ccc;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(../img/bg.jpg) repeat-y center top;
	text-align: left;
}
#top {
	background: url(../img/topbg.jpg) no-repeat center top;
	width: 960px;
	height: 20px;
}
#header {
	background: url(../img/nodotbg.jpg) repeat-y center top;
	height: 74px;
	width: 960px;
	border-bottom: 1px solid #fff;
}
#header img.logo {
	margin: 0 0 0 17px;
	float: left;
}
#header img.contEnqs {
	float: right;
	margin: 15px 17px 0 0;
}
#masthead {
	background: url(../img/homeMast4.jpg) no-repeat center top;
	height: 215px;	
}
#navbot {
	background: url(../img/navbotbg.jpg) no-repeat center top;
	height: 55px;
	font-weight: bold;
	color: #fff;
	font-size: 0.9em;	
}

/* Menu styles start */

#navbot ul {
	list-style: none;
}
#navbot ul li a:link, #navbot ul li a:visited {
	background: #262626;
	border-bottom: 1px solid #A69F98;
	padding: 4px 0 3px 8px;
	font-weight: normal;
	color: #f60;
	display: block;
	text-decoration: none;
	margin: 0;
}
#navbot ul li a:hover {
	background: #666;
	border-bottom: 1px solid #A69F98;
	padding: 4px 0 3px 8px;
	font-weight: normal;
	color: #fff;
	display: block;
	text-decoration: none;
	margin: 0
}
#navbot a:link, #navbot a:visited {
	text-decoration: none;
	color: #f60;
	margin: 0 0 0 14px;
}
#navbot a:hover {
	text-decoration: underline;
	color: #f60;
	margin: 0 0 0 14px;
}
.anylinkcss{
	position:absolute;
	visibility: hidden;
	z-index: 100;
	width: 120px;
	background: #262626;
	border-top: 1px solid #A69F98;
	border-right: 1px solid #A69F98;
	border-left: 1px solid #A69F98;
	margin: 14px 0 0 0;
}
.topnavlink {
	padding: 1px 8px;
	display: inline;
}
#topnav {
	display: block;
	clear: both;
	margin: 0 0 0 -6px;
}

/* Menu styles end */

#main #left {
	width: 665px;
	padding: 0 15px;
	float: left;
	margin: 0;
}
#main #left #planleft {
	width: 930px;
	float: left;
	background: url(../img/nodotbg.jpg) repeat-y left top;
	margin: 0 15px 0 -15px;
	padding: 0 15px 0 15px;
}
#main #left #location {
	width: 930px;
	float: left;
	background: url(../img/locationbg.jpg) repeat-y left top;
	margin: 25px 15px 0 -15px;
	padding: 0 15px 0 15px;
}
#locLeft {
	width: 505px;
	float: left;
	text-align: center;
	margin: 0 0 -25px 0;
}
#locLeft img {
	margin: 0 0 25px 0;
}
#locRight {
	margin: -14px 0 0 15px;
	width: 405px;
	float: left;
}
#locRight p {
	margin: 5px 0 8px 0;
}
#main #left #planleft img.layoutplan {
	margin: 30px 0 0 0;
}
#main #left #planleft ul {
	float: left;
	margin: 30px 45px 0 45px;
	padding: 0;
	list-style: none;
}
#main #left #planleft ul li {
	margin: 0 0 5px 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	color: #fff;
}
#main #left #planleft ul li img {
	margin: 0 18px 0 0;
	vertical-align: middle;
}
#main #left {
	width: 665px;
	padding: 0 15px;
	float: left;
	margin: 0;
}
#main #right {
	margin: 0;
	width: 260px;
	float: right;
}
#bottom {
	background: url(../img/footerbg.jpg) no-repeat left top;
	height: 20px;
	margin: 0;
	clear: both;	
}
h1, h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
}
h1 {
	font-size: 1.6em;
	margin: 17px 0;
}
h2 {
	font-size: 1.5em;
	margin: -6px 0 5px 0;
	
}
#locRight h3 {
	color: #fff;
	margin: 12px 0 20px 0;
	font-size: 1em;
}
p {
	font-size: 0.8em;
}
.bold {
	font-weight: bold;
	color: #fff;
}
.underline {
	text-decoration: underline;
}
.orange 
{
	font-weight: bold;
	color: #f60;
}	
#boxes {
	float: left;
	margin: 0 0 6px 0;
}
#boxes div {
	width: 320px;
	background: #262626;
	border: 1px solid #555;
	padding: 4px;
}
#boxes .topleft, #boxes .botleft {
	float: left;
	margin: 5px 5px 0 0;
}
#boxes .topright, #boxes .botright {
	float: right;
	margin: 5px 0 0 0;
}
#boxes a.boxLink:link, #boxes a.boxLink:visited {
	color: #f60;
	text-decoration: none;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	display: block;
}
#boxes a.boxLink:hover {
	color: #f60;
	text-decoration: underline;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	display: block;
}
#boxes p {
	font-size: 0.75em;
	margin: 4px 0 25px 0;
	color: #ccc;
}
#botBox {
	width: 664px;
	min-height: 160px;
	background: #1c1c1c url(../img/botbg.jpg) no-repeat left top;
	margin: 4px 0 0 0;
	float: left;
	padding: 0 0 4px 0;	
}
#botBox #dloads {
	min-height: 144px;
	width: 320px;
	margin: 6px 0 0 8px;
	float: left;
	background: url(../img/vertDots.gif) repeat-y right top;
}
#botBox #dloads .dload {
	color: #fff;
	font-size: 0.75em;
	margin: 0 0 3px 0;
}
#botBox #dloads .dload a:link, #botBox #dloads .dload a:visited {
	color: #f60;
	text-decoration: underline;
}
#botBox #dloads .dload a:hover {
	color: #f60;
	text-decoration: none;
}
#botBox #contact {
	height: 134px;
	width: 316px;
	margin: 6px 8px 0 0;
	padding: 0 0 4px 12px;
	float: left;
	color: #fff;
}
#botBox #contact p {
	font-size: 0.7em;
	margin: 5px 0 0 0;
}
#botBox #contact a:link, #botBox #contact a:visited, #botBox #planevnt a:link, #botBox #planevnt a:visited {
	color: #f60;
	text-decoration: underline;
}
#botBox #contact a:hover, #botBox #planevnt a:hover {
	color: #f60;
	text-decoration: none;
}
#botBox #planevnt {
	min-height: 146px;
	width: 316px;
	margin: 6px 8px 0 0;
	padding: 0 0 4px 12px;
	float: left;
	color: #fff;
}
#botBox #planevnt p {
	font-size: 0.7em;
	margin: 9px 0 0 0;	
}
img.xmasAd {
	margin: 4px 0 0 0;	
}
#right img.branding {
	margin: 20px 0 20px 10px;
}
#right img.thumb {
	margin: 0 0 0 67px;
	border: 5px solid #fff;
}
#right img.sectionThumb {
	margin: 0 0 60px 46px;
	border: 5px solid #fff;
}
#seo {
	text-align: left;
	width: 960px;
	margin: 0 auto 5px auto;
	color: #ccc;
	font-size: 0.75em;
}
/* ----------------------------------- Room Details Table Styles ----------------------------------------------*/


.roomDetails {
	width: 664px;
	border-style: none;
	border-collapse: collapse;
	margin: 17px 0 12px 0;
	padding: 0px;
	font-size: 0.75em;
}
.roomDetails caption {
	font-weight: bold;
	text-align: left;
	padding: 0;
	margin: 8px 0 0 0;
}
.roomDetails th {
	background: #808080;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	color: #000;
}
.roomDetails .odd {
	background: #393939;
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc;
	border-top: 1px solid #000;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
}
.roomDetails .even {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ccc;
	background: #4e4e4e;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	border-top: 1px solid #000;
}
.roomDetails a:link {
	color: #f60;
	text-decoration: underline;
}
.roomDetails a:visited {
	color: #f93;
	text-decoration: none;
}
.roomDetails a:hover {
	color: #f60;
	text-decoration: none;
}
table .td90 {
	width: 90px;
}
table .td100 {
	width: 100px;
}
table .td110 {
	width: 110px;
}
table .td114 {
	width: 114px;
}
table .td130 {
	width: 130px;
}
table .td140 {
	width: 140px;
}

/* ----------------------------------- End of table styles --------------------------------------------------- */

#main a:link, #main a:visited {
	color: #f60;
	text-decoration: underline;
	font-weight: bold;
}
#main a:hover {
	color: #f60;
	text-decoration: none;
	font-weight: bold;
}
#spacer {
	margin: 0 0 20px 0;
	clear: both;
}
.testimonial {
	text-align: right;
	font-weight: bold;
	color: #ccc;
	margin: 5px 0 25px 0;
}
#gallery {
	width: 870px;
	margin: 0 auto 20px 0px;
}
#gallery .galleryRow {
	margin: 0 0 0 30px;
	width: 870px;
	float: left;
}
.gallery {
	background: #262626;
	float: left;
	text-align: center;
	padding: 16px;
	border: 2px solid #4b4b4b;
	margin: 10px -2px 20px 0;
}	
.gallery img {
	border: 5px solid #666;
}
.caption {
	text-align: left;
	font-size: 0.8em;
	color: #fff;
	padding: 7px 0 7px 0;
}
.close {
	cursor: pointer;
	font-size: 0.8em;
	text-align: right;
	padding: 0;
	float: right;
	margin: 0;
	color: #fff;
}
.close img {
	vertical-align: middle;
	margin: 2px 0 0 0;
}
#popupBox {
	margin: -10px 0 0 0;
}
#popup1, #popup2, #popup3, #popup4, #popup5, #popup6, #popup7, #popup8, #popup9, #popup10, #popup11, #popup12, #popup13, #popup14
, #popup15, #popup16, #popup17, #popup18, #popup19, #popup20, #popup21, #popup22, #popup23, #popup24 {
	margin: 0 auto;
}
#popup1, #popup3, #popup7, #popup6, #popup9, #popup10, #popup11, #popup12, #popup13, #popup14, #popup15, #popup16, #popup21, #popup22, #popup24 {
	width: 500px;
}
#popup2, #popup4, #popup5, #popup8,  #popup17, #popup18, #popup19 {
	width: 333px;
}
#popup20 {
	width: 375px;
 }
#popup23 {
 	width: 348px;
}
#main ul {
 	list-style: square;
	margin: 12px 0 12px 18px;
	font-size: 0.8em;
}
.jqtransform #main ul {
    margin: 0;
}
.jqtransform #main ul a {
    color: #333;
    font-weight: normal;
    text-decoration: none;
}
#main p {
	margin: 5px 0 6px 0;
}
.video {
    margin:20px auto 0 120px;
    width: 432px;
}	

/* ----------------------------------- Form styles ----------------------------------------------*/

form#EnqForm {
	color: #fff;
	/*background: #333333;*/
	font-weight: bold;
	font-size: 0.9em;
	padding: 3px;
	margin: -4px 2px 2px;
}
form#EnqForm h5 {
	color: #f60;
	margin: 10px 0px 10px 40px;
	font-size: 1.2em;
}
form#EnqForm input.textbox {
	color: #000000;
	background: #D6D6D6;
	border: 1px solid #333;
	font: 0.85em Arial, Helvetica, sans-serif;
	padding-left: 5px;
	
}
 textarea.textbox {
	color: #000000;
	background: #fff;
	border: 1px solid #333;
	font: 0.80em Arial, Helvetica, sans-serif;
	padding-left: 1px;
	width: 400px;
}
.label 
{
	color: #fff;
	width: 135px;
	float: left;
	font-size: 0.75em;
	margin: 0px 0px 0px 5px;
}
.labeltext {
    color: #fff;
	width: 90%;
	float: none;
	font-size: 0.75em;
	margin: 0px 0px 10px 5px; 
}
.jqtransform .labeltext {
    float: left; 
}
.label2 {
    color: #fff;
	width: 130px;
	float: left;
	font-size: 0.75em;
	margin: 0px 0px 0px 5px; 
}
.jqtransform .label2 {
    margin: 0px 0px 20px 10px; 
}
.jquery-corner { clear: both; }
.label3 {
    color: #fff;
	width: 130px;
	float: left;
	font-size: 0.75em;
	margin: 0px 0px 20px 10px; 
}	
.formRow {
	clear: both;
	margin-bottom: 15px;
	margin-left: 5px;
}

.jqtransform fieldset * {
    color: #333;
}
.jqtransform .formRow {
	clear: both;
	margin-bottom: 10px;
	margin-left: 5px;
	float: left;
}
form#EnqForm p {
	margin: 5px 40px 15px;
}
form#EnqForm p.underline {
	margin-left: 40px;
	margin-right: 40px;
	border-bottom: 2px solid #666;
	padding-bottom: 10px;
}
fieldset {
	width: 660px;
	clear: both;
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 5px 0;	
}
.jqtransform fieldset {
    background: #fff;
	border: none;
	float: left;
	clear: both;
	display: block;
	width: 600px;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
legend {
	color: #f60;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 3px;
}
.jqtransform fieldset legend {
    padding: 0px 0 10px 5px;
    margin: 5px 0 0px 0;
    display: block;
    
    clear: both;
}
fieldset.buttons input {
	border: 1px solid #333;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-right: 10px;
	background: #666666;
	color: #f60;
	width: 80px;
	height: 25px;
	cursor: pointer;
	font-size: 0.9em;
	font-weight: bold;
}
.jqtransform fieldset.buttons .formRow {
    margin: 0 0 0 10px;
}
.numbers {
	margin-top: 15px;
}
img {
	border: none;
}
.contact1 {
	width: 250px;
	font-size: 0.9em;
	margin-right: 40px;
	margin-left: 40px;
	color: #ccc;
}
.contact1 a:link, .contact1 a:visited {
	color: #f60;
	font-size: 0.9em;
}
.contact1 a:hover {
	color: #fff;
	font-size: 0.9em;
}

/* ----------------------------------- End of Form styles ----------------------------------------------*/