/* ------------ Tempalte Stylesheet -------------*/
/*                The George Hotel               */
/*       Created By Ben Stewart - Jan 2008       */
/*             ben@hostquarters.co.nz            */

html, body {
	margin:0;
	padding:0;
}
body {
	font: Helvetica, Arial, sans-serif;
	text-align:center;
	background: #72705A;
}
* {
	margin:0;
	padding:0;
}
html {
	height:100%;
	margin-bottom:1px; /* keeps a vertical scrollbar on all pages */
}
#header {
	text-align:center;
	width: 100%;
	border-bottom: #fff solid 1px;
	background: #333333;
	margin-bottom:-1px;
}
#flash_nav {
	text-align:center;
	border-bottom: #fff solid 1px;
	height:180px;
	width: 100%;
}
#container {
	text-align:left;
	width:800px;
	margin:0 auto;
}
.oneColumn #wrapper_outer {background:#F5F4ED;}
.twoColumn #wrapper_outer {background:#F5F4ED url(assets/2ColumnBg.gif);}
.threeColumn #wrapper_outer {background:#F5F4ED url(assets/2ColumnBg.gif);}
#wrapper_outer {
	margin:0;
	padding:0;
}
#wrapper {
	border-left: #fff solid 1px;
	border-right: #fff solid 1px;
}
#content p {
	line-height:1.4;
}
#content {
	float:right;
	width:480px;
}

#footer_wrapper {
	width:100%;
	margin: 0 auto;
	clear:both;
	background: #333;
	border-top: #fff solid 1px;
}
.footer {
	clear:both;
	width:800px;
	color: #FFF;
	margin: 0 auto;
	text-align:center;
}
.footer img {
	border:0;
}
.line1, .line2, .line3 {
	border-bottom: #666666 solid 1px;
	height: 16px;
	margin-top: 6px;
	font-weight:bold;
	font-size:13px;
}
.line1, .line3, .line1 a, .line3 a {
	color: #fff;
	text-decoration:none;
	padding-bottom:6px;
}
.line1 a:hover, .line3 a:hover {
	background: url(assets/menu_hover_white.gif) no-repeat bottom left;
} 
.line2, .line2 a {
	text-decoration:none;
	color: #666;
	padding-bottom:6px;
}
.line2 a:hover {
	background: url(assets/menu_hover_grey.gif) no-repeat bottom left;
}

/********** Side Submenu **********/
ul#submenu {
list-style-type: none; 
height: 22px;
margin: 10px 0 0 10px;
padding: 0;
}
#submenu li {
display: block;
list-style-type: none;
}
#submenu a { 
padding: 0px 10px;
display:block;
}
#submenu a:link, #submenu a:visited {
color: #111;
text-decoration: none;
}
#submenu a:hover, #submenu a.current {
color: #996600;
font-weight: bolder; 
}

.alt-list a { 
display:inline !important;
padding: 0px 0px 0px 10px !important;
}

a.resv_link {
background: url(assets/book-now.gif) no-repeat left;
padding: 5px 0px 5px 87px;
/*
padding: 5px 0px;
*/
font-weight:bold;
color:#960;
font-size:11px;
text-decoration:none;
float:left;
}
a:hover.resv_link {
color:#960;
text-decoration:none;
}

/*** GLIR on homepage ***/
.glir {
  color:white;
  width:181px;
  height:300px;
  border:0px;
}
.glir div a {
  color:white;
  text-decoration:none;
}
.glir div a:hover {
  color:black;
}
.glirtop {
  text-align:center;
  height:39px;
}
.glirbottom {
  padding-top:6px;
  text-align:center;
  line-height:100%;
}
/* ---------- Presentation Stylesheet -----------*/
/*                The George Hotel               */
/*       Created By Ben Stewart - Jan 2008       */
/*             ben@hostquarters.co.nz            */

body {
	/*width:570px;*/
	color: #111;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align:left;
}
* {
	margin:0;
	padding:0;
}
html {
	height:100%;
	margin-bottom:1px; /* keeps a vertical scrollbar on all pages */
}
#left_column {
	text-align:left;
	padding:15px;
	width:180px;
	float:left;
	background:#000099;
	height:100%;
}
#wrapper {
	float:left;
	text-align:left;
	width:100%;
	/*background:#ffffff;*/
	min-height:350px;
	_height:350px;
padding-bottom:20px;
}
#wrapper_outer {
	float:left;
	/*background:#fff;*/
	width:100%;
	min-height:350px;
	_height:350px;
border-right:2px solid #fff;
}
#content-3col {
	padding: 20px 410px 0px 170px;
}
#content-2col {
	padding:20px 25px 0px 200px ;
}
#content-1col {
	padding:0;
}
#section-1col {
	padding:0px;
}
#left_col {
	float:left;
	width:180px;
	margin-left:-100%;
	min-height:350px;
	_height:350px;
}
#right_col {
	float:left;
	width:360px;
	margin-left:-390px;
padding-right:30px;
margin-top:20px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	color:#996600;
	margin: 0;
	padding:15px 0;
}
h1 {
	font-size:20px;
}
h2 {
	font-size:16px;
	padding:5px 0 10px 0;
}
h3 {
	font-size:14px;
	padding:5px 0;
}
h4, h5, h6 {
	font-size:12px;
	padding:5px 0;
}
ul {
	margin: 0 10px 10px 25px;
}
li {
	padding:0;
}
p {
	margin: 0 0 10px 0;
}
a {
	color: #0081ff;
	border:none;
	cursor:pointer;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
hr {
	height:1px;
	background-color: #996600;
	border: 1px solid #996600;
	margin: 0 0 10px 0;
}
img.Image_left {
	float: left;
	margin: 0px 10px 10px 0px;
}
img.Image_right {
	float: right;
	margin: 0px 0px 10px 10px;
}
img.Centre {
	margin: 5px auto;
}
img.contentBanner {
	margin: -19px 0px 0px -20px;
	clip:rect(0px 600px 213px 0px);
	overflow:hidden;
}

p.headline-medium {
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}
p.subheadline-light {
	color: #996600;
	font-size: 14px;
	font-family:Helvetica, Arial, sans-serif;
}

p.smallfeaturestext {
	font-size:9px;
	font-weight:bolder;
        line-height:12px;
	margin: 0 0 5px 0;
}

#giftVouchers-bookmarks {
	width:175px;
	min-height:350px;
	border-right:2px solid #FFFFFF;
	vertical-align: top;
}
#giftVouchers-content {
	vertical-align: top;
	padding-left: 15px;
	padding-top: 15px;
}

.giftVouchers-table {
	width: 440px;
	background-color: #FFFFFF;
	border-collapse: collapse;
	border-spacing: 0px;
}
.giftVouchers-table th {
	border: 1px solid #D8D5CD;
}
.giftVouchers-table-heading-1 {
	text-align: left;
	padding: 2px 8px 2px 8px;
}
.giftVouchers-table-heading-2 {
	text-align: center;
	width: 90px;
}
.giftVouchers-table-heading-3 {
	text-align: center;
	width: 70px;
}
.giftVouchers-table td {
	border: 1px solid #D8D5CD;
	padding: 3px 8px 3px 8px;
}
.giftVouchers-text-enabled {
	color: #000000;
}
.giftVouchers-text-disabled {
	color: #D8D5CD;
}
.giftVouchers-bold {
	font-weight: bold;
}

#dining-open-div {
	padding-left: 30px;
}

.giftVouchers-terms-conditions {
	background-color: #FFFFFF;
	border: 7px solid #C59043;
	width: 360px;
	padding: 10px;
	position: absolute;
	z-index:10;
}

.spinInput, .spinContainer
{
  /* Change this to modify the default spin control background color*/
  background-color: #FFFFFF;
}

.spinLeftRightEdge, .spinTopBottomEdge
{
  position: absolute;
  overflow: hidden;
  /* Change this to modify the default spin control border color*/
  background-color: #A5ACB2;
}
  
.spinContainer
{
  position: relative;
  font-size: 0px;
  height: 20px;
}

.spinLeftRightEdge
{
  height: 20px;
  width: 1px;
}

.spinTopBottomEdge
{
  height: 1px;
  left: 1px;
}

.spinInput
{
  position: absolute;
  top: 1px;
  left: 2px;
  height: 18px;
  border: 0px;
  color: Black;
  font-size: 9pt;
  font-family: Arial;
}

.spinUpBtn, .spinUpBtnHover, .spinUpBtnPress, .spinDownBtn, .spinDownBtnHover, .spinDownBtnPress

{
  position: absolute;
  width: 15px;
  height: 8px;
  right: 2px;
  background-image: url('/templates/luxury_hotel/assets/spin_control_buttons.png');
  background-repeat: no-repeat;
  background-color: #0000FF;
}


.spinUpBtn, .spinUpBtnHover, .spinUpBtnPress
{
  top: 2px;
}

.spinDownBtn, .spinDownBtnHover, .spinDownBtnPress
{
  top: 10px;
}

.spinUpBtn
{
  background-position:0px 0px;

}

.spinUpBtnHover
{
  background-position:0px -16px;
}

.spinUpBtnPress
{
  background-position:0px -32px;
}

.spinDownBtn
{
  background-position:0px -8px;
}

.spinDownBtnHover
{
  background-position:0px -24px;
}

.spinDownBtnPress
{
  background-position:0px -40px;
}
/*------------- Reservation Form --------------*/

div.reservationForm{
  width:580px;
  padding: 0px;
  margin: 0px;
}

div.reservationForm input.text, div.reservationForm textarea, div.reservationForm select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  border: 1px solid #333333;
  background: #ffffff !important;
  padding:1px 0px 1px 3px;
}
div.reservationForm select {
  padding:0px;
}

.width70{
  width:70px;
}

.width100{
  width:100px;
}
.width110{
  width:110px;
}

.width150{
  width:150px;
}

.paddingRight10{
  padding-right:10px;
}

.specialRequests{
  width:430px;
  height:70px;
}

/*------------- Contact Form --------------*/

div.contactForm{
  width:500px;
  padding: 0px;
  margin: 0px;
}

/*------------- Form Settings --------------*/

div.row {
  clear: both;
  padding-top: 5px;
  _padding-top: 2px;
}
div.row span.label {
  float: left;
  width: 35%;
  text-align: right;
  padding:0px 10px 0px 0px;
}
div.row span.formw {
  float: right;
  width: 60%;
  text-align: left;
}
div.row span.formw input.text, div.row span.formw textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  width: 100%;
  border: 1px solid #000000;
  background: #ffffff !important;
  padding:0px 0px 0px 3px;
}
div.row span.formw textarea{
  height:50px;
}
div.spacer {
  clear: both;
}
div.floatLeft{
  float:left;
}
div.floatRight{
  float:right;
}
