@charset "utf-8";
/* CSS Document */

/* HTML tags*/

body
{
	color: rgb(90,87,87);
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #111111;
	font-size:.95em; 
	color: rgb(31, 28, 31);
	
}

table
{
	border-collapse: collapse;
	border: 3px;
	border-color: rgb(255, 170, 6);
	margin: auto;
	font-size: 11px;
}

p {
	font-size: 11px;
	font-weight: normal;
}	

.hidden {
	display: none;	
}

/*  Fonts 
*******************************************************************************/
h1
{
	font-family: Tahmoma, Arial, Helvetica, sans-serif; 
	color: #FFAA06;
	font-size:1.4em;
}

h2 {
	font-size:1.0em;
	color: #FFAA06;	
}

.style1  /* Set the title f or the Live Reservation */
{
	padding: 5px 5px 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight: bold;
	color: rgb(255, 170, 6);
	background-color: #FFFFFF;
}

.style2  /* Style for headers in content text, makes it bold*/
{
	font-weight:bold;
	color: #111111;

}

h3 /* Heading for inside Links_area */
{
	padding: 5px 5px 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color: rgb(255, 170, 6);
	background-color: #FFFFFF;
}
p, h4
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:active  
{ 
	text-decoration: none;
	border: none; 
	color:#FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight: bold;
}

a:hover
{ 
	text-decoration: none; 
	border: none; 
	color: rgb(255, 170, 6);
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight: bold;
}

/* CSS tags */

hr {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	line-height: 1px;
	margin: 10px 0 10px 0;
	padding: 0;
	border: 0 solid red;
	border-top: 1px dotted #CCC;
}

hr.fat {
	display: block;
	clear: both;
	width: 100%;
	height: 35px;
	line-height: 1px;
	margin: 10px 0 10px 0;
	padding: 0;
	border: 0 solid red;
	border-top: 0 solid #CCC;
	color: #DDD;
	background: #DDD;
}

/*  Container (All the content for the page is inside this - sets the page I have created)
*******************************************************************************/
#container /* Holds the whole pages content, image & text  */
{ 
	
	padding: 0px 0px 0px;
	margin-top: 20px;
	margin: auto;
	width: 900px;
	left:0px;
	text-align: left;
}



/*  Main Layout Columns (Content for the main column)
*******************************************************************************/

#column-left {
	float: left;
	padding: 0;
	width: 205px;
	margin: 0;
}

#column-right {
	float: left;
	display: block;
	width: 660px;
	margin: 0 0 0 10px;
}


/*  Links Bar (Side panel of items)
*******************************************************************************/

#link_area /* Holds the links and Live Reservation  */
{ 
	background: url('../images/link_bg.gif') repeat-y ;
	padding: 0;
	width: 205px;
	margin: 0;
	text-align: left;
	background-color:rgb(255, 170, 6);
	border-top: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	margin-bottom: 15px;
}

#logo
{
	padding: 0px 0px 0px;
	width: 170px;
	margin: auto;
	margin-top: 15px;
}

#links
{
	padding: 0px 0px 0px;
	width: 120px;
	margin-left: 25px;
	margin-top: 15px;
}

.current
{

	margin-top: -5px
}

/*.current a:link 
{ 
	text-decoration: none;
	display: block;
	color: #FFAA06;
	width: 142px;
	height: 20px;
	font-family: Tahmoma, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 5px;
}

.current a:visited
 { 
	text-decoration: none; 
	display: block;
	color: #FFAA06;
	width: 142px;
	height: 20px;
	font-family: Tahmoma, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 5px;
}

.current a:hover, a:active 
{ 
	text-decoration: none; 
	display: block;
	width: 142px;
	height: 20px;
	color:rgb(255, 170, 6);
	background-color: #FFFFFF;
	font-family: Tahmoma, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 5px;
}

.style4 
{
	color: #FFAA06;
	margin-left: 15px;
	margin-top: 5px;
}*/

#sub_links
{
	padding: 0px 0px 0px;
	width: 100px;
	margin-left: 26px;
	margin-bottom: 5px;
	font-size:.8em;
}

.sub_current
{


}

.sub_current a:link 
{ 

	margin-left: 0px;
	margin-top: 6px;
}

.sub_current a:visited
 { 

	margin-left:0px;
	margin-top: 6px;
}

.sub_current a:hover, a:active 
{ 

	margin-left: 0px;
	margin-top: 6px;
}

.style5 
{
	/* color: #FFAA06; */
	margin-left: 15px;
	margin-top: 6px;
}

#form
{
	background: #FFF;
	padding: 0;
	width: 147px;
	margin: 0 0 0 3px;
}

	#form h2 {
		color: #FFAA06;
		font-size: 14px;
		margin: 0 0 5px 10px;	
	}

	#form h3 {
		color: #000;
		font-size: 12px;
		margin: 0 0 5px 5px;	
	}

	#form .booking-row {
		margin: 0 0 5px 10px;	
	}
	
	#form .booking-row label {
		display: block;
		font-size: 11px;
		margin: 0 0 5px 0;	
	}
	
	#form .last {
		margin: 0 0 10px 10px;	
	}

#divider /* White divider */
{	
	padding: 0px 0px 0px;
	background: #FFFFFF;
	width: 125px;
	height:1px;
	margin-top: 2px;
	margin-bottom: 3px;
}

#sub_divider /* White divider for sub_links*/
{	
	padding: 0px 0px 0px;
	background: #FFFFFF;
	width: 108px;
	height:1px;
	margin-left: 7px;
	margin-top: 2px;
	margin-bottom: 3px;
}


/*  Banner (Banner Image)
*******************************************************************************/

#banner /* Holds the whole pages content, image & text  */
{ 
	background: url('../images/banner_img4.jpg') no-repeat top;
	padding: 0;
	margin: 0 0 8px 0;
	width: 660px;
	height: 173px;
	text-align: left;
}

/*  Content (Content for the rest of the page)
*******************************************************************************/


#content /* Holds the whole pages content, image & text  */
{ 
	float: left;
	padding: 10px;
	margin: 0 0 10px 0;
	width: 630px;
	text-align: left;
	background-color: #FFFFFF;
	border-top: 5px solid #FFAA06;
	border-right: 5px solid #FFAA06;
	border-bottom: 5px solid #FFAA06;
	border-left: 5px solid #FFAA06;

}

#content a:link, a:visited, a:active
{
	color: #FFAA06;
	font-size: 11px;
	font-weight:100;
	text-decoration: none;
}

#content a:hover
{
	color: #FFAA06;
	font-size: 11px;
	font-weight:100;
	text-decoration: underline;
}

#images /* Images centered at top of #content */
{
	margin: 0;
	padding: 10px 10px 20px;
	height: 100px;
	width: 477px;
}
.img /* Each image inside #images */
{
	margin: 2px;
	border: 1px;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
}

#image
{
	margin: auto;
	height: 260px;
	width: 390px;
}

#text
{
	float: left;
	margin: 0 10px 15px 10px;
}

	#text p
	{
		margin: 0 0 15px 0;
	}


/*  Footer (Text at bottom of page)
*******************************************************************************/
#footer
{
	float: left;
	white-space: nowrap;
	position: relative;
	text-align: center;
	margin: auto;
	padding: 0;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

	#footer ul
	{
		padding: 0;
		margin: 0;
	}
	
	#footer li
	{
		white-space: nowrap;
		padding: 0;
		margin: 0;
		display: inline;
		list-style: none;
	}

#footer a:link, a:active, a:visited
{
	padding: 0;
	margin: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover 
{
	color: #000;
	text-decoration: underline;
}


/*
Styles added by Colin at Ecomgroup
----------------------------------------------------------------------
*/


#msg-block {
	margin: 0;
	padding: 0;
}


.hr_solid {
	height: 15px;
	border-bottom: 1px solid #CCC;
}

.hr_thin {
	height: 1px;
	border-bottom: 1px solid #CCC;
	margin: 10px 0 10px 0;
}

.hr_thin_light {
	display: block;
	width: 460px;
	height: 1px;
	border-bottom: 1px solid #a9b5cf;
	margin: 0 0 7px 0;
}

.info_name {
	font-family: Verdana, Helvetica, sans-serif;
	color: #000;
	background: none;
	font-style: normal;
}

.info_success {
	display: block;
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
	padding: 5px;
	margin: 0 0 3px 0;
	background: #429f1d;
	border: 0 solid #95a486;
}

.info_alert {
	display: block;
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
	padding: 5px;
	margin: 0 0 3px 0;
	background: #F00;
	border: 0 solid #b04444;
}

.info_error {
	display: block;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	padding: 5px;
	background: #d64747;
}

.info_hilite {
	display: inline-block;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	/*
	opacity: .5;
	-moz-opacity:.50;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
	*/
}

.info_status {
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 20px 3px 20px;
	background: #d64747;
}

.info_indicator {
	color: #000;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	margin: 5px 0 0 0;
	background: #DDD;
}

.info_title {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #000;
	font-size: 11px;
	background: #FFF;
	padding: 0 5px 2px 5px;
}

.info_inline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #555;
	font-size: 11px;
	padding: 0 5px 2px 5px;
}

.required {
	color:crimson;
	display: inline;
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0 0 0 5px;
	margin: 0;
}

.alert {
	display: inline;
	font-size: 11px;
	font-weight: normal;
	color: crimson;
}

.alert_alt {
	display: inline;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

.success {
	padding: 1px 0 1px 0;
	background: #509366;
}


/*
-----------------------------------------------------------------
FORMS
-----------------------------------------------------------------
*/


input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal;
	border: 1px solid #999;  
	color: #000; 
	padding: 1px;
	background-color: #FFF;
}

select.booking { 
	width: 100px; 
	color: #FFF; 
	padding: 1px;
	margin: 0;
	background: #333!important;
	border: 0 solid #999!important;
}

select.normal {
	width: 130px;	
}

select.xshort {
	width: 40px;	
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

input.booking {
	width: 100px;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	border: 0 solid #999;
	padding: 2px 4px 2px 4px;
	background: #333;
}

input.wide {
	width: 120px;
}

input.textField_digit {
	width: 20px;
	padding: 2px;
	border: 1px solid #CCC;
}

input.textField_short {
	width: 150px;
	padding: 2px;
	margin: 0;
	border: 1px solid #CCC;
}

input.textField_contact {
	display: block;
	width: 200px;
	padding: 2px;
	margin: 0;
	border: 1px solid #CCC;
}

input.textField_wide {
	display: inline;
	width: 180px;
	padding: 2px;
	margin: 0;
	border: 1px solid #6a7792;
}

input.searchField, input.text {
	display: inline;
	float: left;
	width: 150px;
	height: 13px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	padding: 3px;
	margin: 6px 5px 0 25px;
	border: 1px solid #6a7792;
	background: #FFF;
}

input.loginButton {
	display: inline;
	float: left;
	font-size: 11px;
	font-weight: normal;
	padding: 0;
	margin: 5px 0 0 0;
}

input.search-button, input.action {
	display: inline;
	float: left;
	width: 98px;
	height: 23px;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	padding: 0;
	margin: 5px 0 0 0;
	border: 0 solid #FFF;
	background: url(../../listings/images/button_square.jpg) top left repeat-x;
}

input.search-button:hover, input.action:hover {
	background: url(../../listings/images/button_square_alt.jpg) top left repeat-x;
}

input.contact-button {
	display: inline;
	float: left;
	width: 98px;
	height: 23px;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	padding: 0;
	margin: 5px 0 0 0;
	border: 0 solid #FFF;
	background: url(../../listings/images/button_square.jpg) top left repeat-x;
}

input.contact-button:hover {
	background: url(../../listings/images/button_square_alt.jpg) top left repeat-x;
}

input.login-button {
	width: 133px;
	height: 20px;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 5px 0;
	border: 0 solid #FFF;
	background: url(../../listings/images/button_square_b.jpg) top left repeat-x;
}

input.login-button:hover {
	border: 0 solid #FFF;
	background: url(../../listings/images/button_square_b_alt.jpg) top left repeat-x;
}


/*
LOGIN BOX
------------------------------------------------------
*/
fieldset.login-box {
	display: block;
	float: right;
	margin: 0 0 10px 10px;
	padding: 8px;
	border: 0 solid #7383a4;
	background: #EEE;
}

fieldset.login-box .login-box-title {
	display: block;
	width: 130px;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	margin: 0;
	padding: 3px 3px 3px 3px;
	border: 0 solid #7383a4;
	background: #7383A4;
}

fieldset.login-box label {
	font-size: 11px;
	font-weight: normal;
	color: #777;
	padding: 0;
	margin: 0;
}

input.login-box-field {
	display: block;
	width: 130px;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	padding: 1px;
	margin: 0;
	border: 1px solid #7383a4;
	background: #FFF;
}


