
/** HTML ELEMENT OVERRIDES **/
html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #656565;
	color: #000;
	/*body { background: #8d7d7d url(../../images/saffire/saffire-bg.jpg) no-repeat top center; }*/
	background-color:#8d7d7d;
}

* {
	outline: none;
}

div.backgroundContainer
{
	background: #8d7d7d url(../../images/saffire/body-bg-tile.gif) repeat-y top center;
}

body.alt div.backgroundContainer
{
	background-image: url(../../images/saffire/body-bg-tile2.gif);
}

/* DIFR*/
.difr {
	font-family: KozGoPro-Regular !important;
}
.difr span {
	display: none;
}

.ie6 {
	display: none;
}

/* Headings */
h1.logo {
	background: transparent url('../../images/saffire/logo/saffire-logo.png') no-repeat left bottom;
	background-position: -19px 60px; /* JM */
	width: 294px;
	height: 150px;
	margin: 0px;
	cursor: pointer;
	z-index:12;
}
h1.logo span {
	position: absolute;
	top: -2000px;
	color: transparent;
}

h2 {
	text-transform: uppercase;
	font-size: 25px;
	color: #000000;
	line-height: .9em;
	margin: 0 0;
}

h3 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	letter-spacing: 0px;
	text-transform: uppercase;
	line-height: 20px;
	color: #000000;
}
h4 {
	margin: 0;
}

.html-block h1 {
	text-transform: uppercase;
	font-size: 25px !important;
	color: #000000;
	line-height: .9em;
	margin: 0 0;
	letter-spacing:-1px;
	font-family: KozGoPro-Regular !important;
}

.html-block h2 {
	font-size: 16px !important;
	margin: 0;
	padding: 0;
	letter-spacing: 0px;
	text-transform: uppercase;
	line-height: 20px;
	font-family: KozGoPro-Regular !important;
}

.html-block h3 {
	margin: 0;
	color: #000000;
	font-size:16px !important;
	line-height: 20px;
	letter-spacing:0px !important;
	font-family: KozGoPro-Regular !important;
}

.html-block h4 {
	margin: 0;
	font-size:12px !important;
	line-height: 18px;
	letter-spacing:0px !important;
	font-family: KozGoPro-Regular !important;
}

h5 {
	margin: 0;
	font-size: 14px;
	letter-spacing:0px;
}

p {
	margin-top: 0;
}

/* achors */
a {
	color:#16808c;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
}

img {
	border: none;
}



/** HEADER **/
.header {
	height: 113px;
	width: 100%;
	position: relative;
}
.header .logo {
	position: absolute;
	bottom: 0px;
	left: 0px;
}


/** NAVIGATION **/
.navigation {
	margin: 28px auto 50px !important;
	padding: 0;
	position: relative;
	/*z-index: 1000;*/
}
.navigation ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

.navigation ul.top-menu
{
	float:right;
	margin-right:18px;
	margin-top:7px;
	height:16px; /* JM */
}

.navigation ul.top-menu li
{
	padding-left:46px;		
}

.navigation ul.top-menu li a
{
	font-size:10px;
	line-height:15px;
	letter-spacing:2px;
}

.navigation ul.sf-menu
{
    float:right;
    margin-right:18px;
    margin-top:10px; /*JM 15px;*/
    clear:both;
}

.navigation ul.sf-menu li
{
    margin-right:0px;
    margin-left:32px;
}

.navigation ul li ul li
{
    margin-left:0px !important;
    margin-right:32px !important;
    font-size:13px;
    line-height:24px;
}

.navigation ul li {
	float: left;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 3px;
	word-spacing: 4px;
	line-height: 36px;
	color: #000000;
    font-family:Arial;
}
.navigation span 
{
    font-family:KozGoPro-Regular;
	display: none;
}
.navigation .top-menu span { display:block; letter-spacing:0.12em; }
.navigation ul li a {
	color: #a1a6a5;
}
.navigation ul li:hover,
.navigation ul li a:hover {
	
}

.navigation ul li a.top-level:hover {
	background-color: transparent !important;
} 
.navigation>ul>li>a:hover,
.navigation>ul>li>a.hover,
.navigation>ul>li.highlight>a{

}
.navigation ul li.nb {
	margin-right: 0;
}

.navigation ul li img {
	border: none;
}
/* SUBNAV */
.navigation ul li ul {
	list-style: none;
	float: none;
	display: block;
}
.navigation ul li ul li {
	font-size: .8em;
	font-family: Arial, Helvetica, Sans-Serif;
}
.navigation ul li ul li a 
{
    font-weight:normal;
    letter-spacing:0px;
    color:#959ea4;

}




/** SUB NAVIGATION (SIDE) **/
.sub-navigation {
	width:200px;
}
.sub-navigation ul {
	list-style: none;
	padding: 0px;
	margin: 0;
	font-size: 1em;
	font-weight: bold;
}
.sub-navigation>ul {
	padding: 0 0 5px;
}
.sub-navigation ul li {
	font-size: 1.4em;
}

.sub-navigation ul li a.difr
{
}

.sub-navigation ul li a
{
	padding-top:6px;
	padding-bottom:6px;
	padding-right:8px;
}

.sub-navigation ul li a img { margin-top:2px; }

.sub-navigation ul li ul li a
{
	padding-bottom:0px;	
}


.sub-navigation ul li ul li a:hover { background:transparent url(../../images/saffire/subnav-rollover.png) repeat-y top right; }

.sub-navigation ul li ul{
	padding-top:1px;
	margin-right:10px;
}

.sub-navigation ul li, .sub-navigation ul li a {
	line-height: 14px;
	font-size:12px;
	text-transform:uppercase;
	display: block;
	text-align:right;
	
}
.sub-navigation ul li a:hover, .sub-navigation ul li ul li a:hover,
.sub-navigation ul li.highlight > a {
	text-decoration: none;
}

.sub-navigation ul li ul li {
	font-size: .8em;
	color: #6d6d6d;
	margin: 0px !important;
}
.sub-navigation ul li ul li a, .sub-navigation ul li ul li a:link, .sub-navigation ul li ul li a:visited {
	color: #6d6d6d;
	line-height: 1.4em;
	min-height:24px;
	padding:0px;
	padding-top:8px;
}

.sub-navigation ul li ul li a img
{
	padding-top:6px;
	margin-top:0px;
}
/** CONTENT **/
.content {
	font-size: 1em;
	/*min-height:597px;*/
	padding-bottom:60px;
	background:transparent url(../../images/saffire/content-bg.gif) repeat-x 0 0;
}

body.alt .content
{
	background-image:url(../../images/saffire/content-bg2.gif);
}


/** FOOTER **/
.footerWrapper
{
	background-color:#8d7d7d;
	width:100%;
	height:62px;
	top:20px;
}

.footer {
	background: transparent url('../../images/saffire/footer-bg.png') no-repeat top center;
	position: absolute;
	line-height: 1.6em;
	font-size: 1em;
	width:100%;
	height:82px;
	margin-top:-20px;
	float:none !important;
}

.footer h3 {
	margin: 0px;
	color: #a3a3a3;
	font-size: 1.1em;
	letter-spacing: 0px;
}
.footer ul {
	list-style: none;
	padding: 0;
	margin: 20px 0 0;
}
.footer ul li {
	line-height: 2.3em;
}
.footer a {
	text-decoration: underline;
	color: #656565;
}

.footer .credits {
	color: #6A6F74;
	font-size: 11px !important;
	line-height:32px;
	position:relative;
	margin:0 auto;
	width:918px;
	float:none;
	padding-top:48px;
}
.footer .credits h4 {
	font-size: 10px !important;
}
.footer .credits a {
	color: #6A6F74;
	text-decoration:none;
	margin-right:18px;
}






/*******************************************************************
 * MODULES
 */

.flashcontainer {
	margin: 0 0 30px;
	float: none !important;
}


/** IMAGE GALLERY **/

img.close
{
    z-index:5000;
}

div.image-gallery, div.video-gallery, div.audio-player
{
	padding-bottom:60px;
}


div.image-gallery img
{
	padding-left:9px;
	padding-bottom:20px;
}

div.image-gallery .difr img
{
	padding-bottom:9px;
}

div.image-gallery a.launch, div.video-gallery a.launch, div.audio-player a.launch, div.promo a.launch
{
	display:block;
	width:85px;
	height:18px;
	background: transparent url(../../images/saffire/btn-launch-saffire.gif) no-repeat 0 0;
	float:right;
	margin-right:9px;
}

div.image-gallery a.launch:hover, div.video-gallery a.launch:hover, div.audio-player a.launch:hover, div.promo a.launch:hover
{
	background-position:0 -18px;
}

div.image-gallery a.launch span, div.video-gallery a.launch span, div.audio-player a.launch span, div.promo a.launch span
{
	display:none;
}

div.image-gallery:hover, div.video-gallery:hover, div.audio-player:hover
{
    cursor:pointer;
}


div.video-gallery .description, div.promo .description
{
	margin-bottom:20px;
	margin-top:9px;
	padding: 8px 8px 5px !important;
}

/** VIDEO GALLERY **/
 p.videoCaption
{
    color:#8C8C8C;
    font-size:1.1em;
    font-weight:normal;
    font-family:Arial;
    text-align:center;  
    padding-top:10px;          
}


/** SEARCH RESULTS **/
.search-container
{
    padding:4px;
    font-size:1.1em;
}

.search-title
{
    font-weight:bold;
    font-size:1.2em;
}

/** SITEMAP **/

#cms-tree
{
    font-size:1.1em;
}

#cms-tree ul
{
    padding-left:0px;
	margin-left: 0px;
}

#cms-tree ul ul {}

#cms-tree a.page-title
{
    font-weight:bold;
    font-size:1.2em;
}

#cms-tree ul li
{
    list-style-type:none;
    padding-top:6px;
}

#cms-tree ul ul li
{
    padding: 3px 0 0 34px;
	background: transparent url(../../images/bellshakespeare/bg-sub-navigation-dash.gif) no-repeat scroll 15px 16px
}

#cms-tree ul li div.wrapper
{
    padding-top:12px;
    padding:4px;
}

#cms-tree ul ul li div.wrapper
{
    padding:4px;
    padding-top:5px;
    padding-bottom:5px;
}

#cms-tree div.page-path
{
    color: #297B99;
	color: #8C8C8C !important;
}

#cms-tree li div:hover
{
    cursor:pointer;
    background-color:#EFEFEF;
}

#cms-tree .primary {
	font-size: 1.5em !important;
}

#cms-tree .secondary {
	font-size: 1.3em !important;
}

#cms-tree .tertiary {
	font-size: 1.1em !important;
}

/** EDUCATION ENQUIRY FORM **/
#education-enquiry-form
{
    font-size:1.2em;
    width:450px;
    line-height:24px;
    color:#656565;
}
#education-enquiry-form ul
{
    padding-left:0px;
    margin:0px;
}

#education-enquiry-form input, #education-enquiry-form select, #education-enquiry-form textarea
{
    font-size:11px;
}

#education-enquiry-form li
{
    list-style-type:none;
    padding-left:0px;
    padding-bottom:10px;
}

#education-enquiry-form li.subheading
{
    padding-bottom:12px;
    padding-top:10px;
}

#education-enquiry-form input.textBox
{
    width:182px;
    padding:4px;
}

#education-enquiry-form input.error
{
    border: 1px solid red;
}

#education-enquiry-form .checkbox .error
{
    /*background-color:Red;*/
}

#education-enquiry-form label.error
{
    display:none !important;
}

#education-enquiry-form li span
{
    display:block;
    width:215px;
    padding-right:14px;
    text-align:right;
    font-weight:bold;
    float:left;
}

#education-enquiry-form li.subheading h3
{
    width:215px;
    text-align:right;
    font-size:16px;
}

#education-enquiry-form h4
{
    width:215px;
    text-align:right;
    font-size:14px;
}

#education-enquiry-form select
{
    width:80px;
    padding:4px;
}

#education-enquiry-form select option
{
}

#education-enquiry-form input.smallTextBox
{
    width:92px;
    padding:4px;
    margin-left:7px;
}
#education-enquiry-form li.interests div.workshops
{
    padding-left:225px;
}

#education-enquiry-form li.interests span
{
    padding-right:7px;
    line-height:1.3em;
}

#education-enquiry-form textarea
{
    width:182px;
    padding:4px;
    height:120px;
}

#education-enquiry-form li.submit
{
    padding-top:12px;
    padding-bottom:28px;
}

#education-enquiry-form li.submit img:hover
{
    cursor:pointer;
}

#education-enquiry-form li.dates div
{
    padding-bottom:6px;
    font-weight:bold;
}

#education-enquiry-form li.dates input.smallTextBox
{
    width:161px !important;
}

#education-enquiry-form li.dates div.potential-date-right
{
    padding-left:228px;
}

#education-enquiry-form #btnSubmit
{
    background: url(../../images/BellShakespeare/btn-submit-form.png);
    width:73px;
    height:12px;
    border:0;
}

#education-enquiry-form #btnSubmit:hover
{
    cursor:pointer;
}

#education-enquiry-form div.captcha
{
    padding-left:112px;
    width:auto !important;
}

#education-enquiry-form span
{
    display:block;
}

#education-enquiry-form li.subscribe div.workshops
{
    padding-left:225px;
}

#education-enquiry-form p.captcherrmsg
{
    color:Red;
}

#education-enquiry-form li.error label
{
    color:Red;
}

#education-enquiry-form div.captcha span
{
    margin:5px;
}

#education-enquiry-form input.checkbox
{
    
}

/** GENERAL ENQUIRY FORM **/
#general-enquiry-form
{
    font-size:1.2em;
    width:450px;
    line-height:24px;
    color:#656565;
}
#general-enquiry-form ul
{
    padding-left:0px;
    margin:0px;
}

#general-enquiry-form input, #general-enquiry-form select, #general-enquiry-form textarea
{
    font-size:11px;
}

#general-enquiry-form li
{
    list-style-type:none;
    padding-left:0px;
    padding-bottom:10px;
}

#general-enquiry-form li.subheading
{
    padding-bottom:12px;
    padding-top:10px;
}

#general-enquiry-form input.textBox
{
    width:182px;
    padding:4px;
}

#general-enquiry-form input.error
{
    border: 1px solid red;
}

#general-enquiry-form .checkbox .error
{
    /*background-color:Red;*/
}

#general-enquiry-form label.error
{
    display:none !important;
}

#general-enquiry-form li span
{
    display:block;
    width:215px;
    padding-right:14px;
    text-align:right;
    font-weight:bold;
    float:left;
}

#general-enquiry-form li.subheading h3
{
    width:215px;
    text-align:right;
    font-size:16px;
}

#general-enquiry-form h4
{
    width:215px;
    text-align:right;
    font-size:14px;
}

#general-enquiry-form select
{
    width:80px;
    padding:4px;
}

#general-enquiry-form select option
{
}

#general-enquiry-form input.smallTextBox
{
    width:69px;
    padding:4px;
}
#general-enquiry-form li.subscribe div.workshops
{
    padding-left:225px;
}
#general-enquiry-form li.country select
{
    width:193px;
}

#general-enquiry-form li.subscribe span
{
    padding-right:7px;
    line-height:1.3em;
}

#general-enquiry-form textarea
{
    width:182px;
    padding:4px;
    height:120px;
}

#general-enquiry-form li.submit
{
    padding-top:12px;
    padding-bottom:28px;
}

#general-enquiry-form li.submit img:hover
{
    cursor:pointer;
}

#general-enquiry-form li.dates div
{
    padding-bottom:6px;
    font-weight:bold;
}

#general-enquiry-form li.dates input.smallTextBox
{
    width:161px !important;
}

#general-enquiry-form li.dates div.potential-date-right
{
    padding-left:228px;
}

#general-enquiry-form #btnSubmit
{
    background: url(../../images/BellShakespeare/btn-submit-form.png);
    width:73px;
    height:12px;
    border:0;
}

#general-enquiry-form #btnSubmit:hover
{
    cursor:pointer;
}

#general-enquiry-form div.captcha
{
    padding-left:112px;
    width:auto !important;
}

#general-enquiry-form span
{
    display:block;
}

#general-enquiry-form p.captcherrmsg
{
    color:Red;
}

#general-enquiry-form li.error label
{
    color:Red;
}

#general-enquiry-form div.captcha span
{
    margin:5px;
}

#general-enquiry-form input.checkbox
{
    
}

#form-container
{
    background-color:#EFEFEF;
    padding-top:24px;
}


/** HEADING BLOCK **/
.heading-block {
	margin: 0 0 10px;
}

h2.heading-block {
	letter-spacing: -1px;
}



/** LATEST NEWS **/
.latest-news { 
	font-size: 1em;
	color: #272525; 
	margin: 0 0 10px;
}
.latest-news h3 {
	letter-spacing: 0px;
	font-size: 12px;
	line-height:20px;
}
.latest-news .next, .latest-news .prev {
	width: 18px;
	height: 18px;
	cursor: pointer;
	float: left;
	margin: 5px 3px 0 0;
}
.latest-news .next {
	background: transparent url('../../images/saffire/btn-arrow-right.gif') no-repeat;
}
.latest-news .prev {
	background: transparent url('../../images/saffire/btn-arrow-left.gif') no-repeat;
}
.latest-news .next:hover, .latest-news .prev:hover {
	background-position: 0px -18px;
}
.latest-news .viewport {
	overflow: hidden !important;
	width:100%;
	height:152px;
}
.latest-news .items {
	
}
.latest-news .items .item {
	font-size: 1.1em;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
}

/** NEWS ARTICLE **/
.news-article {
	font-size: 1.1em;
	clear: both;
}

/** NEWS LISTITEM **/
.news-listitem {
	background: transparent url(../../images/bellshakespeare/bg-dashed.gif) repeat-x scroll 0 bottom;
	margin: 0 0 20px;
}
.news-listitem .date {
	float: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
}
.news-listitem h5 {
	font-size: 1.3em;
	margin: 0 0 10px 77px
}
.news-listitem .copy {
	font-size: 1.1em;
	line-height: 1.4em;
}
.news-listitem .copy p {
	margin: 0 0 5px;
}
.news-listitem .thumb {
	float: right;
	width: 50px;
	min-height: 50px;
	margin: 0 0 0 10px;
}
.news-listitem .more {
	background: #FFF;
	float: left;
	margin: 0;
	padding: 0 12px 0 0;
	position: relative;
	top: 5px;
	font-weight: bold;
	clear: both;
	font-size: 1.2em;
}

/** PROMO TILE **/
.promo {
	
}
.promo a {
	cursor: pointer;
}

/** SHORT ARTICLE **/
.short-article a {
	color: #000;
	cursor: pointer;
	text-decoration: none;
	display: block;
}
.short-article {
	overflow: hidden;
	position: relative;
	/*outline: 1px solid #AAA;*/
}
.short-article .thumb {
	margin: 0 0 3px;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}
.short-article .copy {
/*
	display: none;
*/
	font-size: 1.1em;
}
.short-article .color {
	color: #349CC2;
}
.short-article .difr {
	word-spacing: normal;
}
.short-article h3 {
	letter-spacing: -2px;
}


/** SHARE FACEBOOK**/
.promo-share {
	margin: 0px;
	clear: both;
	cursor: pointer;
	margin-top:10px;
}
.promo-share a {
    display: block;
}
.promo-share .clear {
    height: 0px;
}
.promo-share .description {
    width: 160px !important;
    float: left;
    margin: 0 0 0 10px !important;
}

.promo-share .icon {
    float: left;
    width: 30px;
    height: 30px;
    background-image: url('../../images/saffire/fb-icon.png');
    background-position: center center;
    background-color: #999;
}

.facebook .icon {
    background-image: url('../../images/saffire/fb-icon.png');
}
.twitter .icon {
    background-image: url('../../images/saffire/twitter-icon.png');
}

.promo-share a:hover { text-decoration:none; }

.promo-share.facebook a:hover  .icon,
.promo-share.facebook.hover a .icon {
    background-color: #95B5D2;
    text-decoration:none;
}
.promo-share.twitter a:hover .icon,
.promo-share.twitter.hover  .icon {
    background-color: #AAE5F8;
}

/** SEND TO A FRIEND **/
.send-to-a-friend {
	margin: 0 0 10px;
}

/** HMTL BLOCK **/
.html-block {
	font-size: 11px;
	line-height: 16px;
	padding-left:10px;
	width:423px;
}
.html-block p {
	margin: 0 0 1.5em;
}
.html-block h1 {
	margin: 0 0 10px;
	letter-spacing:-1;
}
.html-block h2 {
	margin: 0 0 10px;
	letter-spacing	:-1;
}
.html-block h3 {
	margin: 0 0 10px;
	letter-spacing: -1px;
}
.html-block ul {
	margin: 0 0 1.4em;
	padding: 0;
}
.html-block ul li {	
	margin-left:17px;
	padding-left:4px;
	padding-top:4px;
	padding-bottom:4px;
}
.html-block blockquote {
	margin: 0;
	color: #349CC2;
	font-weight: bold;
	font-style: italic;
}
.html-block blockquote p {
	margin: 0 !important;
}

/** IMAGE GALLERY **/

.image-gallery .color {
	color: #349CC2;
}

.video-gallery .color {
	color: #349CC2;
}

.audio-player .color
{
    color: #349CC2;
}
.overlay {
	background: #FFF;
}

/** FLASH SLIDESHOW **/
.flash_slideshow {
	width: 918px;
	height: 315px;
	top:113px;
	display:none;
}

/** FIXES & GLOBALS **/
.clear {
	clear: both;
	line-height: 0px;
	height: 18px;
}

body.alt .clear{
	height:96px;
}
.button {
	cursor: pointer;
}

a.more {
	display: block;
	color: #349CC2;
	font-weight: bold;
}

.promo a.more
{	
	margin-right:18px;
}

.spacer {
	clear: both;
}


/** DIFR **/
.news-article .difr, .heading-block.difr, 
.html-block h2, .html-block h3, .mod-disqus .difr, .production-listitem .difr, 
.review .difr, .latest-news .difr, .image-gallery .difr, .video-gallery .difr, 
.audio-player .difr, .footer .difr, .calendar .difr, h2.production-title,
#education-enquiry-form .difr
{
	
}

/** NAVIGATION STYLES **/

.sf-menu .saffire-nav span { outline-color:#54302c !important; }
.sf-menu .saffire-nav a:hover { color:#54302c !important; }

.sf-menu .stay-nav span { outline-color:#7395d3 !important; }
.sf-menu .stay-nav a:hover { color:#94bdf0 !important; }

.sf-menu .dining-nav span { outline-color:#c97a37 !important; }
.sf-menu .dining-nav a:hover { color:#c97a37 !important; }

.sf-menu .dine-nav span { outline-color:#c97a37 !important; }
.sf-menu .dine-nav a:hover { color:#c97a37 !important; }

.sf-menu .spa-nav span { outline-color:#56788c !important; }
.sf-menu .spa-nav a:hover { color:#56788c !important; }

.sf-menu .experience-nav span { outline-color:#165b7f !important; }
.sf-menu .experience-nav a:hover { color:#5d9bbb !important; }

.sf-menu .events-nav span { outline-color:#7395d3 !important; }
.sf-menu .events-nav a:hover { color:#94bdf0 !important; }

.sub-navigation .parent-highlight { background: transparent url(../../images/saffire/parent-highlight.png) top right repeat-y }

.saffire-nav a.top-level { background: transparent url(../../images/saffire/nav/saffire.png) no-repeat 0 0; display:block; width:79px; height:18px; }
.saffire-nav a.highlight { background: transparent url(../../images/saffire/nav/saffire-on.png) no-repeat 0 0 }
.saffire-nav a.top-level:hover { background-position:0 -37px !important}

.stay-nav a.top-level { background: transparent url(../../images/saffire/nav/stay.png) no-repeat 0 0; display:block; width:48px; height:18px; }
.stay-nav a.highlight { background: transparent url(../../images/saffire/nav/stay-on.png) no-repeat 0 0 }
.stay-nav a.top-level:hover { background-position:0 -37px !important}

.dining-nav a.top-level { background: transparent url(../../images/saffire/nav/dining.png) no-repeat 0 0; display:block; width:70px; height:18px; }
.dining-nav a.highlight { background: transparent url(../../images/saffire/nav/dining-on.png) no-repeat 0 0 }
.dining-nav a.top-level:hover { background-position:0 -37px !important}


.dine-nav a.top-level { background: transparent url(../../images/saffire/nav/dine.png) no-repeat 0 0; display:block; width:46px; height:18px; }
.dine-nav a.highlight { background: transparent url(../../images/saffire/nav/dine-on.png) no-repeat 0 0 }
.dine-nav a.top-level:hover { background-position:0 -37px !important}

.spa-nav a.top-level { background: transparent url(../../images/saffire/nav/spa.png) no-repeat 0 0; display:block; width:35px; height:18px; }
.spa-nav a.highlight { background: transparent url(../../images/saffire/nav/spa-on.png) no-repeat 0 0 }
.spa-nav a.top-level:hover { background-position:0 -37px !important}

.experience-nav a.top-level { background: transparent url(../../images/saffire/nav/experience.png) no-repeat 0 0; display:block; width:118px; height:18px; }
.experience-nav a.highlight { background: transparent url(../../images/saffire/nav/experience-on.png) no-repeat 0 0 }
.experience-nav a.top-level:hover { background-position:0 -37px !important}

.events-nav a.top-level { background: transparent url(../../images/saffire/nav/events.png) no-repeat 0 0; display:block; width:71px; height:18px; }
.events-nav a.highlight { background: transparent url(../../images/saffire/nav/events-on.png) no-repeat 0 0 }
.events-nav a.top-level:hover { background-position:0 -37px !important}

ul.top-menu a { cursor:pointer }

.span-12.html-block { width:900px;}


.fsTable div.clear {
    height: 0px;
}

.fsTable tr.fsRow {
  background-color: transparent;
}

.fsTable td.fsRowBody {
  background-color: transparent;
}

/** Nivo Slider **/
.nivoSlider {
	height: 100%;
	width: 100%;
}
.nivo-controlNav {
	position: absolute;
	z-index: 1000;
	bottom: 10px;
	left: 15px;
}

a.nivo-control, a.nivo-control:visited, a.nivo-control:link 
{
	background: transparent url(../../images/saffire/btn-slider-page.png) center top;
	width: 20px;
	height: 20px;
	display: block;
	text-indent: -1000em;
	float: left;
}
a.nivo-control.active, a.nivo-control:hover {
	background-position: center bottom;
}
