html {
	background: #000 url(../images/background.png) repeat-x!important;
}

body {
	background: #000 url(../images/background.png) repeat-x!important;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #252423;
	font-family:  Arial, Helvetica, sans-serif!important;
	font-size: 0.95em;
	text-align:center;
	position: relative;
}
p	{font-size: 0.90em; line-height: 1.5em; margin-bottom: 2em;}

h1	{font-size: 1.15em;}
h2	{font-size: 1em; color: #757473;}
h3 	{font-size: .90em;}
h4 	{font-size: .90em; color: #757473;}
h5 	{font-size: .80em;}
h6 	{font-size: .80em; color: #757473;}

a:link		{color: #66685f;text-decoration:underline;}
a:visited	{color: #66685f;text-decoration:underline;}
a:hover		{color: #000000;text-decoration:underline;}
a:active	{color: #66685f;text-decoration:underline;}

table, td, th { border: none;}
td {font-size: 0.95em;}
th {font-size: 0.95em;}

dt { margin: 10px 0 0 0px; }
dd { margin: 0 0 10px 20px; }

/*dl dt, dl dd { margin: auto auto auto 20px; }*/

dl dt { font-weight: bold; }

font {
	color: inherit !important;
	margin: inherit !important;
	padding: inherit !important;
	font: inherit !important;
	text-decoration: inherit !important;
	border: inherit !important;
	background: inherit !important;
	bottom: inherit !important;
	top: inherit !important;
	left: inherit !important;
	right: inherit !important;
	position: inherit !important;
	clear: inherit !important;
	float: inherit !important;
	height: inherit !important;
	width: inherit !important;
	letter-spacing: inherit !important;
	text-transform: inherit !important;
	outline: inherit !important;
	overflow: inherit !important;
	display: inherit !important;
	visibility: inherit !important;
	text-indent: inherit !important;
	white-space: inherit !important;
	word-spacing: inherit !important;
	z-index: inherit !important;
	text-align: inherit !important;
	max-height: inherit !important;
	max-width: inherit !important;
	min-height: inherit !important;
	min-width: inherit !important;
	cursor: inherit !important;
}

img { border: none; }

/* ------------------------------------- */
/* container                             */
/* ------------------------------------- */

#container {
	width: 990px;
	margin: 0px auto!important;
	padding: 0 0;
	font-size: 0.90em;
	text-align:left;
	position: relative;
}

/* ------------------------------------- */
/* container-header                      */
/* ------------------------------------- */

#container-header {
	height: 265px;
	width:774px;

	position: absolute;
	top: 0px;
	left: 0px;
}

/* ------------------------------------- */
/* image-holder                          */
/* ------------------------------------- */

#image-holder {
	height: 182px;
	width: 774px;
	top: 55px;
	left: 0px;
	position: absolute;
	overflow:hidden;
	border-bottom:1px solid;
	z-index: 100;
	
}


/* ------------------------------------- */
/* breadcrumbs                           */
/* ------------------------------------- */
#breadcrumbs {
	float: left;
	font-size: 0.70em;
	color: #ffffff;
	position: absolute;
	top: 7px;
	left: 5px;
}

#breadcrumbs a:link		{color: #ffffff; text-decoration:none;}
#breadcrumbs a:visited	{color: #ffffff; text-decoration:none;}
#breadcrumbs a:hover	{color: #ffffff; text-decoration:underline;}
#breadcrumbs a:active	{color: #ffffff; text-decoration:none;}

/* ------------------------------------- */
/* nav                                   */
/* ------------------------------------- */

#nav-wrapper {
	width: 990px;
	height: 31px;
	margin: 0px ;
	padding: 0 0;
	font-size: 0.90em;
	text-align:left;
	top: 23px;
	left: 0px;
	
	
    position: absolute;  	/* center the div */
    left: 50%;				/* center the div */
    margin-left: -495px;	/* center the div */	
}

/*#nav-wrapper {
	width: 990px;
	height: 31px;
	position: absolute;
	top: 23px;
	left: 0px;
	float: left;
	background : #252422 url(../images/nav-header.gif) no-repeat top;
	font-size: 1em;
	color: #ffffff;
	text-align:center;
	border-bottom: 1px solid #fff;
	z-index: 280;

}
*/
#nav {
	width: 990px;
	height: 31px;
	position: relative;

	float: left;
	background : #252422 url(../images/nav-header.gif) no-repeat top;
	font-size: 1em;
	color: #ffffff;
	text-align:center;
	border-bottom: 1px solid #fff;
	z-index: 300;

}

#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	color: #fff;
}

#nav ul {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	padding-left: 12px;
	list-style-type: none;
}

#nav ul li {
	float: left;   /*  removed float to fix IE7 dropdown issue  */
	display: inline;
	position:relative;
}

#nav ul li ul {
	position:absolute;
	top: 31px;
	left: -12px;
	float: none;
	display:none;
	font-size: 1em;
	width: 300px;
}

#nav ul li a {
	height: 22px;
	display: block!important;
	padding: 9px 16px 0px;
	/*float: left;*/
	text-decoration: none;
	border-right: 1px solid #6b6b68;
	background: url(../images/nav-bg.gif) top;
}

#nav ul li a:active, #nav ul li a:hover /*, #nav ul li.on a, #nav ul li.over a */ {
	background: #e6e6e6;
	color: #4a4a4a !important; 
	text-decoration: none;
}

#nav ul li.on a {
	background: url(../images/nav-bg.gif) 0px 93px;
	color: #fff!important;
}

#nav ul li ul li a {
	border-top: 1px solid #6b6b69;
	height: 24px;
	padding: 7px 16px 0px;
	width:150px;
	color: #fff!important;
	background: url(../images/nav-bg.gif) 0px 62px;
	text-align: left;
}

#nav ul li ul li a:hover {
	border-top: 1px solid #fff;
	background: url(../images/nav-bg.gif) 0px 31px!important;
	color: #fff!important;
}

#nav ul li.on ul li a {
	background: url(../images/nav-bg.gif) 0px 62px;
	color: #fff!important;
}


#nav ul li:hover ul, #nav ul li.over ul {
	display: block!important;
}

/*#nav ul li:hover ul, #nav ul li.on ul, #nav ul li.over ul {
	display: block;
}*/

/* ------------------------------------- */
/* content                               */
/* ------------------------------------- */

#content {
	width: 990px!important;
	padding: 0 0!important;
	margin-top: 55px;
	min-height: 620px;
	height:auto !important;
	height: 620px;
	color: #000000;
	font-size: 0.90em;
	float: left;
	background: #d8d7d7 url(../images/content-bg.gif) repeat-y;
}

#content h2 {padding: 2px 0px 2px 0px;}



/* ------------------------------------- */
/* copy                                  */
/* ------------------------------------- */
#copy {
	width:700px;
	float:left;
	margin: 221px 0px 15px 25px;
	padding: 0px 10px 10px 0;
	font-size:0.90em;
	display: inline;
}

#copy p {	font-size:1em;}

#copy h1 {	font-size:1.25em;}
#copy h2 {	font-size:1.15em;}
#copy h3 {	font-size:1.05em;}
#copy h4 {	font-size:1.05em;}
#copy h5 {	font-size:0.95em;}
#copy h6 {	font-size:0.95em;}

#copy li {
	font-size:0.95em;
	margin-left: 0px;
	padding-left: 0px;
	line-height: 2em;
}

#copy ul {
	margin-top: 5px;
}


#copy textarea {font-size: 1.10em; font-family: arial}

#copy .image {border: 3px solid;  margin-left: 1px; }

/* ------------------------------------- */
/* search-details                        */
/* ------------------------------------- */

#search-details ul a{
	width: 360px;
	background:url(../images/arrow-down-black.gif) no-repeat top right;
	display: block;
}

#city, #pontcanna, #bay {
	margin-left: 30px;
}

#search-details #city ul a, #search-details #pontcanna ul a, #search-details #bay ul a {
	background: none;
}

/* ------------------------------------- */
/* left-column                           */
/* ------------------------------------- */

#left-column {
	top: 263px;
    left: 15px;
	width: 151px;
	float:left;
	font-size: 0.95em;
	margin-top:18px;
	position: absolute;
}


#left-column .nav {
	padding-top: 6px;
}


#left-column h3{
	line-height: 0px;
	font-weight: bold;
	font-size: 1.05em;

}

#left-column .h3{ 
	font-size: 1.0em;
}

#left-column ul {
	margin-left: 0px;
	padding: 0 0;
	line-height: 2.3em;
}

#left-column ul li {
	margin-left: 20px;
}

#left-column ul {
	margin-top:0px;
	font-size: 0.90em;
	list-style-image: url(../images/list.gif);
}

#left-column a:link		{color: #252422; text-decoration:none;}
#left-column a:visited	{color: #252422; text-decoration:none;}
#left-column a:hover	{color: #252422; text-decoration:underline;}
#left-column a:active	{color: #252422; text-decoration:none;}




/* ------------------------------------- */
/* right-column                          */
/* ------------------------------------- */

#right-column {
	width: 215px;
	min-height: 760px;
	height: auto!important;
	height: 760px;
	margin-top: 0px;
	float:right;
	border-left: 1px solid #fff;
	background: #252423;
	font-size: 1em;
	color: #fff;
	z-index: 95;
}

#right-column h1 {
	text-transform: uppercase;
	margin: 8px 0px 0px;
	font-size: 1.30em;
}

#right-column p {
	font-size: 0.8em;
	color: #a1a0a0;
	margin: 5px 0 0; 
}

#right-column .text {
	margin: 0 0 10px!important;
	width: 195px;
	padding: 0 10px;
	float: left;
}

#right-column .text  h1 {
	text-transform: none!important;
	font-size: 1.20em;
}	

#right-column .offers {
	padding: 6px 0px;
	margin-bottom: 10px;
	background: #6d6b6c;
	float: left;
}

#book-your-stay {
	margin: 0;
	position: relative;
	width: 195px;
	padding: 0 10px;
	color: #FFF;
	height:184px;
	overflow:hidden;
}

#book-your-stay .label{
	width: 174px;
	margin-top: 3px!important;
	margin-bottom: 2px!important;
	float:left;
	font-size: 0.9em;
	font-weight: bold;
}

#book-your-stay input, #book-now a, .submit {
	border: 1px solid #585858;
	background-color: #333;
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px;
	cursor: pointer;
}

#select-day, #select-month, #select-year, #select-nights {
	float: left;
	height: 20px;
	margin-right: 3px;
}

#select-day select, #select-nights select {
	width: 39px;
}

#select-month select {
	width: 78px;
}


#select-year {
	margin-right: 0px;
	width: 50px;
}

#book-now a, #book-now a:link, #book-now a:visited, #book-now a:hover, #book-now a:active {
	border: 1px solid #ccc;
	background-color: #585858;
	font-size: 1em;
	display: block;
	padding: 3px 20px;
	text-decoration: none;
	color: #fff;
}

#book-now a:hover, .submit:hover {
	background-color: #444;
}

#book-now { 
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 200;
}

.submit {
	padding: 0px 10px;
	border: 1px solid #ccc;
	background-color: #585858;
	font-size: 1em;
	text-decoration: none!important;
	color: #fff;
}



#book-your-stay input, #book-your-stay textarea	{ font-size: 1em; }



#book-your-stay select, #book-your-stay input, #book-now a, #book-your-stay .submit {
	border: 1px solid #585858;
	background-color: #333;
	color: #ffffff;
	padding: 1px;
	cursor: pointer;
	font-size: 0.90em;
}


#book-your-stay .submit {
	padding: 0px 6px;
	width: 148px;
	height:20px;
	font-weight: bold;
	border: 1px solid #ccc;
	background-color: #585858;
	font-weight: bold;
}


#book-now {
	width: 90px;
	position:absolute;
	top: 12px;
	right: 10px;
}

#book-now a, #book-now a:link, #book-now a:visited, #book-now a:hover, #book-now a:active {
	border: 1px solid #ccc;
	background-color: #585858;
	font-size: 0.70em;
	display: block;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-align:center;

}


#book-now a:hover, #book-your-stay .submit:hover {
	background-color: #444;
}


/* ------------------------------------- */
/* form                                  */
/* ------------------------------------- */

form {

}

fieldset {
	border: none;
}

.label {
	width: 100px;
	padding: 3px;
	float:left;

}

.element {
	padding: 3px;
	float:left;
}

select.shadow{
	padding: 0;
	width: 206px;
}

input.shadow, select.shadow, textarea.shadow, input.required, textarea.required, #copy select, #copy textarea {
/*	background-repeat: repeat-x; 	
	background-position: bottom;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 2px 2px 2px 5px;
	color: #666;
	width: 240px;*/
}


.element .input {

}

input.required, textarea.required {
	/*border: 1px solid #00A8E6;*/
}
input.validation-failed, textarea.validation-failed {
	/*background-image: url('../images/input-error-bg.gif'); */
	border: 1px solid #000000;
}
input.validation-passed, textarea.validation-passed {
	/*color : #000;*/
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	width: 240px;
	/*background-color: #FF3300;*/
	background-color: #000000;
	color : #fff;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #fff;
	font-weight: bold;
}


.button {
	width: 121px;
	height: 25px;
	margin: 0 0;
	padding: 0 0;
	border: none;
	background: url(../images/submit-btn.gif) top;
	cursor: pointer;
	
}

.button:hover {
	background: url(../images/submit-btn.gif) bottom;
}

#copy select {
  /* width: 250px;
   padding-left: 0px;*/
}


/* ------------------------------------- */
/* search                                */
/* ------------------------------------- */

#search {
  height: 27px;
  width: 774px;
  top: 238px;
  left: 0px;
  position: absolute;
  background: url(../images/search-bar.gif) repeat-x #3a3a3a;
  margin-top:-1px;
  font-size: 0.80em;
  color: #fff;
  border-top: 1px solid #fff;
  overflow: hidden;
  z-index: 190;

}


.search-box {
	float: left;
	margin-right: 20px;
	margin-top: 3px;
}

#search.property-search {
	height: 20px; 
	padding: 0px 0px 4px 0px ;
}

#search-label, #search-boxes {
	float: left;
	width:100px;
	margin-left: 7px;
}

#search-label {
	padding-top: 5px;
}

#search-boxes {
	width: 600px;
	padding-left: 60px;
	margin-left: 0px;
}

#search select {
	font-size: 0.9em;
}


#search input {
	font-size: 0.90em;
}

#search .button {
	background: none;
}

#search .button input {
	height: 18px;
	
	margin: 0px 0 0 0;
	padding: 1px 0 2px 0;
	cursor: pointer;

	font-weight: bold;
	color: #ffffff;
	
}

#search .button input:hover {
	background-position: bottom;
}
/*.button { display: inline; }*/

#search .gobutton {
	background:url(../images/go-button.gif) top no-repeat;
	border: 0px;
	height: 18px;
	width: 28px;
	font-weight: bold;
	color: #fff;
	text-align:center;
}

#search label {
	padding: 0 5px;
}

#search select .title{
	color: #666;
}


/* ------------------------------------- */
/* search-results                        */
/* ------------------------------------- */

#search-results {
	width: 570px;
	float: left;
	margin: 10px 0 0 0px;
	font-size:.95em;
}


.search {
	width: 563px;
	float: left;
	clear:both;
	margin: 5px 0;
}


.search-header {
	width: 563px;
	height: 36px;
	overflow: hidden;
	background: url(../images/search-header.gif) no-repeat;
	color: #ffffff;
}

.search-header a, .search-header a:active, .search-header a:visited{
	color: #ffffff;
	text-decoration:none;
}

.search-header a:hover {
	color: #666666;
	text-decoration: none;
}

.search-header .location {
	float: right;
	text-align: right;
	margin: 10px 10px 0 0;
}

.search-header .details {
	float: left;
	text-align: left;
	margin: 10px 0 0 10px;
}

.search .text {
	float: left;
	width: 365px;
	height: 146px;
	background: #252423;
	position:relative;
}

.search .text .details {
	float: left;
	height: 105px;
	overflow: hidden;
	padding: 0px 10px 0px;
	color: #b5aaaa;
	position: relative;
}

.search .text .details p {
	margin: 0px;
	padding: 0px;
}

.search .text .buttons {
	float: left;
	width:378px;
	padding-left: 5px;
	background: url(../images/search-corner.gif) bottom left no-repeat;
	height: 31px;
	overflow:hidden;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.search .text .search-button a, .search .text .search-button a:link, .search .text .search-button a:visited, .search .text .search-button a:hover, .search .text .search-button a:active {
	display: block;
	float: left;
	width: 85px;
	height: 14px;
	margin-right: 5px;
	padding: 4px 0px 1px 0px;
	background:url(../images/small-button.gif) top;
	color: #fff;
	font-size: 0.85em;
	font-weight: bold;
	text-align:center;
	text-decoration: none;

}

.search .text  .search-button.large a, .search .text  .search-button.large a:link, .search .text  .search-button.large a:visited, .search .text  .search-button.large a:hover, .search .text  .search-button.large a:active {
	width: 117px;
	background:url(../images/large-button.gif) top;
}


.search .text .search-button a:hover, .search .text .search-button.large a:hover  {
	background-position: bottom;
}


.search .image {
	float:right;
	width: 198px;
	height:146px;
	background: #252423;
	overflow: hidden;
	position: relative;
	text-align:right;
	border: none!important;
	
	margin-left: 0px!important;
	clear: none;

}

.search .image img {
	border: none!important;
}

.search .image .overlay {
	width: 4px;
	height: 4px;
	position: absolute;
	right: 0px;
	top: 142px;
	background:url(../images/overlay-corner.gif) no-repeat bottom right;
	/*background: #fff;*/
}

/* ------------------------------------- */
/* events                                */
/* ------------------------------------- */

#events {
}

.event {
/*	border-bottom: 1px #a9a8a8 solid;*/
	margin-bottom: 5px;
/*	padding-bottom: 5px;*/
}

#events h2 {
	color: #fff!important;
	text-decoration: none;
	font-size: 1.20em;


}

#events a:link, #events a:visited, #events a:hover, #events a:active {
	text-decoration: none;

	
}

#events h2 a:link, #events h2 a:visited, #events h2 a:hover, #events h2 a:active {
	color: #fff!important;
	text-decoration: none;
}

#events h2 a {
	display: block;
	padding: 6px 6px;
	background-color:#666666;
}

#events h2 a:hover {
	background-color:#000;
}



.events {
	color: #666666!important;
}



/* ------------------------------------- */
/* footer                                */
/* ------------------------------------- */


#footer {
	width: 990px;
	height: 30px;
	float: left;
	background: #2c2a2b;
	margin: 0px;
	padding:8px 0px 8px 0px;
	color: #ffffff;
	font-size: 0.75em;
	text-align: center;
	border-top: 1px solid #fff;
}

#footer a:link		{color: #ffffff; text-decoration:none;}
#footer a:visited	{color: #ffffff; text-decoration:none;}
#footer a:hover		{color: #ffffff; text-decoration:underline;}
#footer a:active	{color: #ffffff; text-decoration:none;}


#footer ul {
	list-style-type: none;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	width:990px;
	text-align:center;
	
}

#footer ul li {
	float: left;
	padding: 0 8px;
	background:url(../images/footer-li.gif) no-repeat 0px 3px;
}

#footer p {
	font-size: 1em;
	padding-top: 8px;
	clear:both;
}

/* ------------------------------------- */
/* classes                               */
/* ------------------------------------- */

.feedback 		{font-size: 0.95em; color: #333333; font-style:italic; font-weight: bold;}

.mandatory {color: #666666; }

.clearall, .clear	{clear:both}
.float-left		{float:left;}
.float-right	{float:right;}
.center			{text-align:center;}

.map {
	width: 550px; 
	height: 400px; 
	border: 4px solid #252423;
}

#copy .button {background-color: #333; color: #ffffff;}
#copy .button hover {background-color: #666666;}

.grey { color: #66685f; }
#copy .black { color: #000000; }

.hidden, .hide { display: none; height: 0px; visibility:hidden; }
.show { display:block; height: auto; visibility:visible; }
