html {margin: 0; padding: 0;}
body {color: #333399; 
background-image: url(images/bginn.jpg);  
text-align: center; 
min-width: 970px; 
font-size: 62.5%; 
line-height: 1; 
font-family: verdana,arial,helvetica,sans-serif; 
margin: 0; padding:0;
scrollbar-base-color: #0363da; scrollbar-arrow-color: #f3e56b;font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* 
To centre a div, set its width, margin auto on right and left. 
For IE need to text-align:left on div being centered.
In Mozilla, if reduce size of browser window, half of centred div hangs off left of page. 
To prevent this, set a min-width on the body tag.
 */

.vertcen {
min-height: 10em;
display: table-cell;
vertical-align: middle;}

/* If set body tag to 62.5%, then use EMs throughout. Result approximately as follows depending on different fonts 
1.0em = 10px
1.1em = 11px
1.2em = 12px 
 */

#outer{width: 100%;}

#container
{ position: relative;
margin: 76px auto 10px auto;
width: 970px;
height: 648px;
text-align: left;
padding-bottom: 2px;
background: #ffffcc;
border-top: 1px solid #999966;
border-right: 1px solid #999966;
border-bottom: 1px solid #999966;
border-left: 1px solid #999966;
}

#container-tariff
{ position: relative;
margin: 76px auto 10px auto;
width: 970px;
height: 1120px;
text-align: left;
padding-bottom: 10px;
background-color: #ffffcc;
border-top: 1px solid #999966;
border-right: 1px solid #999966;
border-bottom: 1px solid #999966;
border-left: 1px solid #999966;
}

#container-restaurant
{ position: relative;
margin: 76px auto 10px auto;
width: 970px;
height: 1280px;
text-align: left;
padding-bottom: 6px;
background-color: #ffffcc;
border-top: 1px solid #999966;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
border-left: 1px solid #999999;
}


#container-location
{ position: relative;
margin: 76px auto 10px auto;
width: 970px;
height: 780px;
text-align: left;
padding-bottom: 6px;
background-color: #ffffcc;
border-top: 1px solid #999966;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
border-left: 1px solid #999999;
}


#container-enqs
{ position: relative;
margin: 76px auto 10px auto;
width: 970px;
height: 600px;
text-align: left;
padding-bottom: 2px;
background: #ffffcc;
border-top: 1px solid #999966;
border-right: 1px solid #999966;
border-bottom: 1px solid #999966;
border-left: 1px solid #999966;
}
#container-inner
{
margin-top: 1px;
border-top: 0px solid  #999966;
border-right: 0px solid #999966;
border-bottom: 0px solid #999966;
border-left: 0px solid #999966;
position: static; 
}

#container-inner-tariff
{
margin-top: 1px;
border-top: 0px solid  #cccccc;
border-right: 0px solid #999966;
border-bottom: 0px solid #999966;
border-left: 0px solid #999966;
position: static; 
}

#bannertop {height:84px; margin-top:0px; background: url(images/oceanview-a.png) no-repeat center center; background-color:#fbfaf4; center:-0px; top:0px; width:100%; padding: 0px;}
/* #bannertop {height:84px; margin-top:0px; background: url(images/white-house-hotel.gif) no-repeat center center; background-color:#fbfaf4; center:-0px; top:0px; width:100%; padding: 0px;} 
*/ 

#nav1 {height:30px; margin-top:120px;
  position:absolute; left:-0px; top:0px; width:100%;
  color: #000000;
  padding: 1px 0px 0px 0px;
  border-bottom: solid 0px #cccccc;}  
  
#nav2 {text-align:center; height:44px; margin-top:81px; 
  position:absolute; left:-0px; top:0px; width:100%;
  color: #000000;
  padding: 6px 0px 0px 0px;
  border-top:solid 1px #cccccc;
  }  
#nav-outer2
{
text-align:center; width:100%; margin:0px; position:relative;
}  
#nav2 img {
margin: 0;
z-index: 2;
position: absolute;
top: 4px;
left: 60px;
padding-left:6px;
padding-right:10px;
}

#nav-outer /* N.B. Ensure that margin-left is exactly half the px of the width */
{
text-align:center; 
width: 948px;
height: 70px;
margin-left: -474px;
position: absolute;
top: -25px;
left: 50%;
visibility: visible
}
.nav-inner
/* vertically centered, positioned absolutely from the top of page. This div is only 1px high, but overflow: visible; so anything in it will be displayed. */
{
text-align: center;
position: absolute;
top: 50%;
left: 0px;
width: 100%;
height: 1px;
overflow: visible;
display: block;}
  
a.squarebutton{
background: transparent url(images/button-blue-left.gif) no-repeat top left;
display: block; float: left; font: bold 12px Arial; /* font: bold 12px Arial; copied this to span and keep fixed size as buttons not em */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; padding-left: 7px; /* Width of left menu image */text-decoration: none;}
a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{color: #333399; /*button text color*/}
a.squarebutton span{
font: bold 12px Arial; font-style: italic; /* font: bold 12px Arial; copied this from a.squarebutton and keep fixed size for buttons not em */
background: transparent url(images/button-blue-right.gif) no-repeat top right; display: block; padding: 4px 7px 4px 0; /* match value of padding-left */}

a.squarebutton:hover{background-position: bottom left;}
a.squarebutton:hover span{background-position: bottom right; color: #0000ff;}



/* squarebutton2 provides a differently coloured button */
a.squarebutton2{
background: transparent url(images/button-yellow-left.gif) no-repeat top left;
display: block; float: left; font: bold 12px Arial; /* font: bold 12px Arial; copied this to span and keep fixed size as buttons not em */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; padding-left: 7px; /* Width of left menu image */text-decoration: none;}
a:link.squarebutton2, a:visited.squarebutton2, a:active.squarebutton2{color: #ff0000; /*button text color*/}
a.squarebutton2 span{
font: bold 12px Arial; font-style: italic; /* font: bold 12px Arial; copied this from a.squarebutton and keep fixed size for buttons not em */
background: transparent url(images/button-yellow-right.gif) no-repeat top right; display: block; padding: 4px 7px 4px 0; /* match value of padding-left */}

a.squarebutton2:hover{background-position: bottom left;}
a.squarebutton2:hover span{background-position: bottom right; color: #0000ff;}


.buttonwrapper{/* surround button to clear float */ overflow: hidden; width: 100%;}


.show{
text-align:center; height:26px; margin-top:0px; 
background-color: transparent;
padding: 4px;
}

#bodyshow { background-color: transparent; margin: 0; padding:0;}
/* Transparent iframe for IE also requires...  */
/* <iframe src="whatever.htm" allowtransparency="true"> */
/* or style="background-color:transparent; filter: chroma(color=#ffffff);" */
/* and must on tick.php page  <body id="bodyshow" style="background: transparent;"> */

/* Do NOT use em font sizes for Ticker */ 
a.tickl{font-family:Verdana,Arial,Helvetica,sans-serif; font-size:18px; line-height:22px; text-decoration:none; color:#0000bb; font-weight:bold; background-color:transparent; border:0px;}
a.tickl:hover{color:#0066ff; text-decoration:underline;}

a.tickl:visited{color:#0000bb;}
a.ticki:visited{color:#0000bb;}
a.tickl:link{color:#0000bb;}
a.ticki:link{color:#0000bb;}

.ticki{float:center; margin-left: auto; margin-right: auto; height:22px; overflow:hidden; font-size:18px; color:#0000bb;text-align:center;}
.ticko{margin-left: auto; margin-right: auto; border-top:1px solid #0000bb; border-bottom:1px solid #0000bb; padding:1px 0 4px 0; margin:4px 0 0px 0; display:block;text-align:center;}
.tickls{color:#ff0000;}
.tickh{display:none;}

ul.alphahead{
font-size:1.45em; font-style: italic; font-weight:bold; list-style: none;margin-left:-1px; margin-top:0px; background:#efefef; border-bottom:solid 0px #cccccc;background:url(images/head-title.gif); padding-left:4px;padding-top:1px;padding-bottom:1px;}
.alhahead li a {
width: 100%;
display: block;
color: #ffffff;
text-decoration: none;
text-align: left;
padding-top: 4px;
}  
.alphahead li a:hover {color:#ffffff;}

/* for widths etc see  .three-column #alpha */

#beta-inner ul {list-style-image: url(images/list.gif); font-size:1.3em;}
#beta-inner li {font-size:1.3em; padding-left: 6px;}

a:link {font-weight:bold; color: #2f2179;}
a:visited {font-weight:bold; color: #2f2179;}
a:hover {font-weight:bold; color: #ff0000;}
a:active {font-weight:bold; color: #ff0000;}

.navlinks a:link {font-weight:normal; color: #340606; font-size:0.9em;}
.navlinks a:visited {font-weight:normal; color: #340606; font-size:0.9em;}
.navlinks a:hover {font-weight:normal; color: #0000bb; font-size:0.9em;}
.navlinks a:active {font-weight:normal; color: #ff0000; font-size:0.9em;}

#contact {font-size:1.3em;}
#contact:hover {font-size:1.3em; color: #003399; background-color: #0099ff;}

.imagesbor {border: 1px solid #a7a774;}

img.imgcent {
display: block;
margin-left: auto;
margin-right: auto;}


p, li {font-size:1.3em;}

/* Enquiry Form */
/* h1 is called by the Contact Page */
/* h2 is called by the Thank you after the Enquiry Form */
h1{font-size:1.75em; font-weight:bold; color: #003399;}
h2{font-size:1.7em; font-weight:bold; font-style: italic; color: #2f2179;}
/* h2 is same as toprow */

h3{font-size:1.7em; color: #ff6600; font-style: italic; font-weight:normal;font-variant: small-caps; padding-top:12px;}
h4{font-size:1.7em; color: #ff6600; font-style: italic; font-weight:normal; margin-top:-6px;}
.skittles h4{font-size:1.6em; color: #ff6600; font-style: italic; font-weight:normal; padding:6px 2px 0 2px;}
.continental h4{font-size:1.6em; color: #ff6600; font-style: italic; font-weight:normal; padding:6px 2px 0 2px;}
h5{font-size:1.75em; color: #0000bb; font-weight:bold; text-align:center; margin-top:4px;}

#labelbeige {margin:24px; width:400px; height:160px; text-align: center; background-image: url(images/labelbeige.gif); background-repeat: no-repeat; background-position:top left;}
.skittles {margin:24px; width:400px; height:160px; text-align: center; background-image: url(images/labelbeige4.gif); background-repeat: no-repeat; background-position:top left;}
.continental {position: absolute; top:310px; left: 315px; margin:0; width:160px; line-height:1.5; height:400px; text-align: center;}

/* Enquiry Forms */

.returnlink {color: #333399;}
.formsender {font-size: 1.4em; font-weight: bold; padding:10px; margin:5px;}
.formthanks {font-size: 1.3em; margin:5px;}

.field {font-size: 1.3em; margin:5px;}

.wsm {margin:12px;}
.disclaimer {margin:12px; font-size:0.9em; color: #999999;clear: both; text-align: left; padding-top:10px;}

#rivieraformwrapper {width:320px; margin:5px auto;}
.rivieraform {float:left; padding:0 0px 0px 0px; background:#fffacd; border:0px dashed #cfcfcf;}
.rivieraform label {float:left; width:150px; padding:6px 10px 2px 0; font-weight:normal; color: #666666;}
.rivieraform .labeltextarea {float:left; width:150px; padding:6px 10px 4px 0; font-weight:normal; color: #666666;}
.rivieraform .labelselect {float:left; width:134px; padding:6px 10px 2px 0; font-weight:normal; color: #666666;}
.rivieraform select {background-color: #fffacd; float:left; width:146px; margin-top:4px; font-size: 1.1em; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:bold; color: #000000; border-width: 0px 0px; height:22px; width:124px;}
.rivieraform select option {background-color: #ffffee;}
.rivieraform select option.alt {background-color: #f3ebd2;}
.rivieraform input {float:left; margin-top:4px; padding-left:5px; background: #fffacd;font-size: 1.1em;  font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #000000; border: 2px outset #ffffff; height:18px; width:260px;}
.rivieraform input.dates {padding-left:5px; background: #fffacd; font-size: 1.1em; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #000000; border: 2px outset #ffffff; height: 18px; width:100px;}
.rivieraform textarea {float:left; padding-left: 5px; background: #e5e5e5; background-image: url(images/starformbg.gif); font-size: 1.1em; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #000000; border: 2px outset #ffffff; height:60px; width:260px;}
.rivieraform input.radio {height: 18px; width: 30px;}
.rivieraform input.checkbox {height:18px; width: 30px;}
.rivieraform .Briv {float:left; clear:both; margin: 4px 0px 2px 72px; background: #3333ff; font-size: 1.1em; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #eeffee; font-style:normal; border: 2px outset #d7b9c9; height:24px; width:120px;}

#msg {display:none; position:absolute; z-index:200; background:url(images/msg_arrow.gif) left center no-repeat; padding-left:7px;}
#msgcontent {display:block; font-size:1.2em; color:#cc0000; background:#fbfbd7; border:2px solid #ff0000; border-left:none; padding:5px; min-width:180px; max-width:200px;}

.rivierafieldset {border: 1px solid #330066; width: 23em; padding: 0 10px 4px 18px;}
legend {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.1em; color: #0000ff; background: #fffacd; border: 1px solid #330066; padding: 2px 3px;2px 3px;} 

.finalword2 {float:left;text-align: center; padding-top:4px 0 0 0; background: #fffacd; font-size: 1.1em; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: italic; color: #999999; border: 0px outset #ffffff; height:12px; width:270px;} 
.finalword1 {float:left;text-align: center; padding-left:5px; background: #fffacd; font-size: 1.1em; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #999999; border: 0px outset #ffffff; height: 18px; width:110px;} 

.latebox {width:257px;border: 1px dashed #999999; background-color: #ffffff; margin:12px 6px 12px 6px;text-align:center;}
.latebox td {border: 1px dashed #999999; background-color: #ffffff; text-align:center;}
.lateboximg {clear:both; margin:25px auto 25px auto; }

/* end Enquiry Forms */

#alpha-inner, #beta-inner {position: static;}

#banner-bottom{
clear: both; 
position: relative;
margin: 14px auto 10px auto;
width: 900px;}

	
#banner-bottom-inner{padding:4px;}

#pagewrap {position: relative; width: 100%; height:500px;}
#pagewrap-inner {position: static; width: 100%;}

.address {font-weight:bold; font-size:1.4em;}

p.blocktext {
font-size: 1.1em;
    margin-left: auto;
    margin-right: auto;
    width: 18em;
}

.two-column #alpha
{
font-size: 1.1em;
margin: 6px 16px 6px 6px;
width:460px;
float:left;

color:#333399;
padding: 4px 12px 12px 12px;
}

.two-column #beta
{
font-size: 1.3em;
float:left;
margin: 6px 6px 6px 5px;
width:450px;

color: #333399;
padding: 4px 12px 12px 12px;
position:absolute; 
left:485px; 
}

#beta p
{
font-size: 1.0em;
}


.tariffnews {
font-size: 1.6em;
}

p.tariffnews  {
 margin: 6px;
}



.specials{
font-size: 1.3em;
}



/* ffff99 lt beige ---- ffa928 dk beige -------- ffcc00 yellow   ------- ffe794 mid beige --- ffffcc ltltbeige --- pink ff0099 ---  dark blue #2f2179 */

.location {margin:0 auto; width:954px; text-align: left;}
.locationL {float:left; margin:10px 10px 10px 10px; width:460px; text-align: left;}
.locationR {float:right; margin:10px 10px 10px 10px ; width:460px; text-align: left;}

.tariff {margin:0 auto; width:954px; text-align: left;}

.tariff h1 {font-size: 1.3em;}

.tarifftable {clear: both; font-size: 1.3em;}
.tarifftable td {margin:0px;}

.tarifftable2 {clear: both; font-size: 1.3em; }
.tarifftable2 td{padding: 3px 3px 3px 3px; margin-top:0px; vertical-align: top;}

.toprow {font-size:1.7em; font-weight:bold; font-style: italic; color: #2f2179; text-align:center; padding:4px; width:308px; height:34px;} 
.rowtitle { background-color: #2f2179; font-size:1.5em; color: #ff6600; text-align:center; padding:2px; width:642px;}

.row1b { text-align:center; font-size:1.3em; font-style: italic; color: #ffffff;}
.row1a { background-image: url(images/labelturquoise.gif); background-repeat: no-repeat; background-position:top right; font-size:1.3em; font-style: italic; color: #ffffff; padding:4px; height:30px;}
.row1 { font-style: italic; color: #ffffff;}

.row2a { background-color: #2f2179; font-size:1.5em; font-style: italic; color: #ffffff; text-align:center; padding:2px; white-space:nowrap;}
.row2 { background-color: #2f2179; font-size:1.5em; color: #ffffff; text-align:center; width:2px;}
.space { width:2px;}
.space2 { background-color: #2f2179; width:2px;}

.row3a { font-size:1.3em; font-style: italic; color: #2f2179; text-align:center; padding:4px; width:202px; height:100px;}
.row3b { background-image: url(images/labelblue4cnr.gif); background-repeat: no-repeat; background-position:0px 0px; font-size:1.3em; font-style: italic; color: #ffffcc; text-align:center; padding:4px; width:130px;}
.row3c { background-color: #ffffcc; font-size: 1.0em; font-weight: bold; color: #2f2179; text-align:center; width:49px;}

.row3 { background-color: #ffffcc; font-size: 1.0em; font-weight: bold; color: #2f2179; text-align:center; width:66px;}
.row4 { background-color: #ffcc00; font-size: 1.0em; font-style: italic; color: #2f2179; font-weight: bold; text-align:center;}

/* .row5a { background-color: #ff0099; font-size: 1.0em; font-style: italic; font-weight: bold; color: #ffffcc; text-align:center;} */
.row5aa { background-color: #ffcc00; font-family: arial; font-size: 0.8em; font-style: italic; font-weight: bold; color: #2f2179; text-align:center;} 
.row5aaa { background-color: #ffcc00; font-family: arial; font-size: 0.8em; font-style: italic; font-weight: bold; color: #2f2179; text-align:center;} 

.row5 { background-color: #2f2179; font-size: 1.0em; color: #57bee1; text-align:center; padding:4px;}
.row6 { font-size: 1.0em; color: #2f2179;}

.tarifftable2 a:link {color: #2f2179;}
.tarifftable2 a:visited {color: #2f2179;}
.tarifftable2 a:hover {color: #2f2179;} 
.tarifftable2 a:active {color: #2f2179;} 
  

/* background-image: url(images/labelpink.gif); background-repeat: repeat-x; background-position: 0px 214px; */
/* bvc new tariff etc */


#inet {font-family: arial black; font-size: 1.2em; font-style: italic; color: #8e7505;}

/* ends */
