﻿
body
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    background-color: #01205F;
   	background-image: url('../images/sbm_body_bg.jpg');
   	background-position: top left;
   	background-repeat: repeat-x;

}

h1{
	font-size: 1.4em;
}

h2{
	font-size: 1.3em;
}

h3{
	font-size: 1.2em;
}

p
{
	margin: 10px 15px 10px 15px;
    font-size: 0.9em;
	text-align: justify;
}

hr
{
	color: #FF6600;
	margin: 5px 15px 0px 15px;
}

ul
{
    font-size: 0.9em;
}

.page_header
{
	margin: 30px 10px 0px 15px;
	color: #FF6600;
}

.footer_text
{
	margin: 10px 10px 10px 0px;
    font-size: 11px;
	text-align: right;
	color: #8199CA;
}

p.footer_text
{
	margin: 5px 10px 5px 0px;
}

.footer_text_light
{
	margin: 10px 10px 10px 0px;
    font-size: 11px;
	text-align: right;
	color: #8199CA;
}

p.footer_text_light
{
	margin: 5px 10px 5px 0px;
}

p.footer_text_light a
{
	color: #8199CA;
}


/*  Special Offers  */
.special_offers
{
	margin: 10px 10px 20px 15px;
	color: #FF6600;
}

.special_offer
{
	display: inline;
	width: 586px;
	margin: 25px 10px 20px 15px;
	padding-top: 20px;
}

.special_offer_title
{
	color: #FF6600;
}

.special_offer_image
{
	float:left; 
	width: 200px;
}

.special_offer_description
{
	float:left; 
	width: 365px;	
	margin: 0px 0px 0px 0px;
}

.special_offer_description p
{
	margin: 0px 5px 10px 5px;	
	padding: 0px 0px 0px 0px;
}

.room_pictures
{
	padding: 10px 15px 10px 15px;
}

.room_pictures img
{
	border: none;
	padding: 0px 12px 15px 0px;
	vertical-align: middle;
}

p.conditions
{
	font-size: 0.7em;
}

.header_text
{
	display: none;
}

.menu_item
{
	display: none;
}

ul.rooms_features
{
	width: 220px;
	float: left;
	list-style: none;
	margin: 15px;
	padding: 0;
}

.rooms_features li
{
	background-image:url('../images/orangetick.gif');
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0;
	padding: 0 0 0 20px;
}


/*
 Below are the styles used to add
 drop shadows to images
*/
.img-shadow {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 