* {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida", Arial, Verdana, Helvetica, sans-serif;
	/*"Lucida Grande", "Lucida Sans", "Lucida",  */
	font-size: 100%;
	margin: 0;
	padding: 0;
}

.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear { 
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clear {
  height: 1%;
}

.clear {
  display: block;
}
/* End hide from IE-mac */

html, body {
	background: #fff;
	color: #333;
}

body {
	font-size: 100%;
	text-align: center;
}

a {
	text-decoration: underline;
}

a, :focus {
	outline: 0;
}

a {
 /* color: #ffcc00;*/
  text-decoration: underline;
}

a:hover, a:focus {
	text-decoration: underline;
}

h1 {
	font-size: 200%;
	font-weight: normal;
	font: Arial, Helvetica, sans-serif
}

h2 {
	font-size: 100%;
	font-weight: normal;
}

ul {
	list-style: none;
}

form p {
	padding: .4em 0 !important;
}

a, a *, button, button * {
	cursor: pointer;
}

textarea {
	overflow: auto;
}

button {
  background: #e00049;
	border: 0;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	padding: .4em 2em .5em;
	text-align: center;
}

code, pre {
	background: #000;
	color: #fff;
	display: block;
	font-family: monospace;
	font-size: 120%;
	line-height: 180%;
	padding: 15px 15px 0 20px;
	width: 720px;
	zoom: 1;
	height: 1%;
}

blockquote {	
	background: transparent url('../images/quote_bg.gif') left top no-repeat;
	display: block;
	font-style: italic;
	line-height: 180%;	
	padding: 10px 40px 20px;
	text-indent: 3em;
}

.ri {
	text-align: right;
}

#siteholder .cwrap {
  border: 1px solid #e1e1e1;
  padding: 10px;
	margin: 20px auto 0px;
	text-align: left;
	width: 800px;
}

#header {
  padding: 0 0 2px 0;
}

#logo {
  padding-left: 250px;
  padding-bottom: 160px;
  padding-right: 10px;
  padding-top: 10px;
	align="center";
}

#logo h1, #logo h1 * {
	color: #e00049;
	font-family: Arial, "Georgia", "Times New Roman", "Times", serif;
	font-weight: normal;
	text-decoration: none;
}

#logo h1 a span {
  color: #999;
}

#logo h1 {
  font-size: 4em;
}

#logo h2 {
  color: #ccc;
  font-size: 1.1em;
  font-weight: normal;
  padding: 5px 0 10px;
}

#logo:hover h2 {
  color: #999;
}

#nav {
  font-size: 0.9em;
  overflow: hidden;
  width: 800px;
}

#nav ul {
  margin-left: -1px;
  width: 900px;
}

#nav li, #nav li a, #nav li span {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#nav li {
  margin-left: 1px;
}

#nav, #nav * {
  color: #062051;
  text-transform: uppercase;
}

#nav li a, #nav li span {
  background: #ef0088 url('../images/nav_bg.gif') left bottom repeat-x;
  border-bottom: 3px solid #9c9c9c;
  padding: 10px 0 10px;
  width: 160px;
}

#nav a:hover, #nav a:focus,
#nav .act a, #nav .act span {
  border-color: #062051;
  color: #062051;
}

#nav .act a, #nav .act span {
  background: #062051 url('../images/nav_bg.gif') left bottom repeat-x;
  border-color: #062051;
  font-weight: bolder;
  
}

#content {
	padding: 40px 20px 0px;
	font-size: 10px;
}

#content h1, #content h2, #content h3,
#content h4, #content h5 {
  color: #ccc;
}

#content h1, #content h2, #content h2, #content h3, #content h4 {
  color: #062150; /*e00049;*/
  font-weight: normal;
}

#content h1 {
  font-family: Arial, "Georgia", "Times New Roman", "Times", serif;
	font-size: 250%;
	padding: 0 0 1em 0;
	font-weight: 100;
}

#content h2 {
  font-family: Arial, "Georgia", "Times New Roman", "Times", serif;
	font-size: 200%;
	padding: 0 0 1em 0;
}

#content h2.h2office {
	padding: 1em 0 0.2em 0;
}

#content h3, #content h4 {
	font-size: 200%;
	padding: 1em 0 .5em;
}

#content h3 {
	padding-top: 2em;
}

#content p {
	font-size: 120%;
	line-height: 180%;
	padding-bottom: 2em;
}

#content .teaser {
	color: #999;
	font-size: 130%;
	line-height: 100%;
	padding-bottom: 2em;
}

#content .contact_details {
	/*color: #999;*/
	font-size: 150%;
	padding-bottom: 2em;
	float: right;
	margin-right:100px;
}

#content ul li {
	background: transparent url('../images/li_bullet1.gif') left .8em no-repeat;
	display: block;
	padding: .4em 0 .4em 12px;
}

#content ul li ul {
	margin: .5em 0 0;
}

#content ul li li {
	background: transparent url('../images/li_bullet2.gif') left .9em no-repeat;
	font-size: 95%;
	padding: .4em 0 .4em 12px;
}

#content table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

#content table th, 
#content table td {
	padding: .7em .5em;
	font-size: 110%;
}

#content table thead th {
  background: white url('../images/nav_bg.gif') left bottom repeat-x;
  padding: .5em .5em;
  color: #062051;
}

#content table tbody td {
  border-top: 1px solid #e5e5e5;
}

#content table tbody .odd td {
	background: #f2f2f2;
}

#content table tbody tr:hover td {
  color: #e00049;
}

#content .in {
	background: #f2f2f2;
  border: 0 none;
}

#content img {
  background: #fff;
	/*border: 5px solid #e8e8e8;*/
	display: block;
	padding: 1px;
}

.img-left {
	float: left;
	margin: .3em 20px 10px 0;
}

.tb {
	float: left;
	margin: .3em 20px 10px 0;
}
.img-right {
	float: right;
	margin: .3em 0 10px 20px;
}

#footer {
	display: block;
	padding: 20px 0 40px;
	text-align: center;
}

#footer p {
	padding: 0 0 8px 0;
	font-size:0.7em !important;
}

#footer, #footer * {
	color: #888;
	text-decoration: none;
}

#footer a:hover {
  color: #e00049;
}

#footer .sp {
  font-size: 90%;
}

#footer .sp, #footer .sp *, #footer .sp a:hover {
  color: #bdbdbd !important;
}
.floatimgleft {
float:left;
margin-top:0px;
margin-right:30px;
margin-bottom:10px;
}
.enq {
border: 0px;
margin-bottom: 20px;
}

.image1 {
  float: left;
  padding-bottom: 10px;
  margin-right:10px;
}

.image1 .imagecaption {
  font-size: 100%;
  font-family: "Lucida Grande", "Lucida Sans", "Lucida", Arial, Verdana, Helvetica, sans-serif;
  text-align: center; 
}

/* ************************* SM Styles ************************ */
.roomdetails li{
	font-size:1.2em !important;
	background:none !important;
	padding:0 !important;
	margin:0 0 6px !important;
	line-height:1.6 !important;
}
.serviceslist {
	margin-bottom:30px;
}
.serviceslist li{
	font-size:1.2em !important;
	background:none !important;
	padding:0 !important;
	margin:0 0 6px !important;
	line-height:1.6 !important;
}
.benefitslist{
	margin:-10px 0 20px !important;
}
.benefitslist li{
	font-size:1.2em !important;
	padding:3px 0 0 12px !important;
	margin:0 0 0 !important;
	line-height:1.6 !important;
}
#footer{
	clear:both;
	padding-bottom:10px;
}
#nav {
  font-size: 0.8em;
}
#nav li a, #nav li span {
  width: 133px;
}
.price{
	margin-top:-10px !important;
}
.picnudge{
margin-top:6px !important;
}
#submenu{
padding:0 0 30px;
width:100%;
clear:both;
float:left;
}
#submenu ul{
	margin:0 0 0 20px;
}
#submenu li{
font-size:0.8em !important;
margin:0;
background:url(../images/li_bullet1.gif) left .8em no-repeat;
padding:4px 0 0 10px;
}
#submenu li a{
color:#333;
text-decoration:none;
}
#submenu li a:hover{
text-decoration:underline;
}
img{
border:0;
}
#content h2 a{
color: #062150 !important;
text-decoration:none;
font-family:Arial, "Georgia", "Times New Roman", "Times", serif;
}
#content h2 a:hover{
text-decoration:underline;
}
/* **************************** Contact Form *********************** */
#contact-form{
padding:40px 0 0;
color:#ccc;
}
.form-column{
width:100%;
float:left;
margin:0 0 10px;
}
.form-column label{
font-size:1.2em;
}
.form-column input{
border:1px solid #a6a5a5;
width:410px;
margin:0 0 16px;
}
.form-column textarea{
width:410px;
height:140px;
border:1px solid #a6a5a5;
}
#contact-form .btn{
width:100px;
font-size:1.2em;
padding:4px 0;
}
form .highlight{
color:red;
font-size:0.8em;
text-transform:lowercase;
}
#ffs{
color:#999;
}
.input {
  margin: 5px 0;
  background: white;
  float: left;
  clear: both;
}
.input span {
  position: absolute;
  padding: 5px;
  margin-left: 3px;
  color: #999;
}
.input input, .input textarea, .input select {
  position: relative;
  margin: 0;
  border-width: 1px;
  padding: 6px 6px 4px;
  background: transparent;
  font: inherit;
}
/* Hack to remove Safari's extra padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .input input, .input textarea, .input select { padding: 4px; }
}
#success{
	padding:40px 0 0;
}
.highlight{
color:#c90062;
}
#content ul.offers{
margin:0 0 20px;
}
#content ul.offers li{
background:url(../images/bullet-tick.png) top left no-repeat;
font-size:1.4em;
padding-left:16px !important;
list-style-position:inside !important;
}
#content ul.offers li .highlight{
text-transform:uppercase;
}
.offertitle{
text-align:center;
margin:0 0 16px;
}