* {
  margin: 0;
  padding: 0;
	border: 0px;
}

html, body {
  height: 100%; /* Required */
}

body {
  color: #061556;
  font: 13px Arial, sans-serif;
  text-align: center;
  background: url(/images/ui/body_rays_2.jpg) no-repeat 50% 60%;
}


/*general html tag styles*/
h1
{
	font-size: 1.8em;
	margin-bottom: .6em;
	font-weight: normal;
	color: #fff;
}
h2,h4
{
	font-size: 1.5em;
	margin-bottom: .6em;
	color: #0073bb;
}
h3
{
}

p
{
	clear: both;
	line-height: 1.3em;
	margin-bottom: 1.1em;
}
a
{
	color: #0073BB;
	text-decoration: underline;
}
a:hover
{
	color: #0073BB;
	text-decoration: underline;
}
ul
{
	list-style: none none;
	float: none;
}
table
{
	width: 100%;
	border-collapse: collapse;
}
hr
{
	display: none;
}
div.hr
{
	width: 100%;
	height: 13px;
	border: none;
	background: url(/images/ui/white_pix.png) 0% 0% repeat-x;
}
/*generic classes*/
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.hidden,
#sfData
{
	display: none;
	visibility: hidden;
}
.small
{
	font-size: .9em;
}
h3 span.small
{
	font-size: .5em;
}
a span,
.clicker
{
	cursor: pointer;
}

/*-------------------*/

/*UI styles*/
#wrapper
{
    margin: 0 auto;
	width: 100%;
	position: relative;
    height: 100%;
}

html>body #wrapper
{
    min-height: 100%; 
    height: auto !important;
}
#innerWrapper
{
    margin: 0 auto;
	width: 969px;
	position: relative;
    height: 100%;
    z-index: 7;
}
html>body #innerwrapper
{
    min-height: 100%; 
    height: auto !important;
}
#topNav
{
	position: absolute;
	top: 136px;
	left: 0px;
	z-index: 8;
}
#topNav ul
{
	display: none;
	float: left;
}
#topNav li
{
	float: left;
	height: 38px;
	padding-left: 8px;
	background: url(/images/ui/topnav/left.png) no-repeat;
	margin-left: -7px;
}
#topNav li.sel
{
	background: url(/images/ui/topnav/left_sel.png) no-repeat;
}
* html #topNav li
{
	background: url(/images/ui_ie/topnav/left.gif) no-repeat;
}
* html #topNav li.sel
{
	background: url(/images/ui_ie/topnav/left_sel.gif) no-repeat;
}
#topNav li.firstNav
{
	margin-left: 0px;
}
	#topNav li a
	{
		float: left;
		display: block;
		height: 27px;
		width: auto;
		padding: 11px 10px 0px 2px;
		background: url(/images/ui/topnav/bg.png) no-repeat right top;
		text-decoration: none;
		font-weight: bold;
		font-size: 1.1em;
		color: #061556;
	}
	#topNav li.sel a
	{
		background: url(/images/ui/topnav/bg_sel.png) no-repeat right top;
	}
	* html #topNav li a
	{
		background: url(/images/ui_ie/topnav/bg.gif) no-repeat right top;
	}
	* html #topNav li.sel a
	{
		background: url(/images/ui_ie/topnav/bg_sel.gif) no-repeat right top;
	}
#topNav li ul
{
	display: none;
}
	#topNav li ul
	{
		position: absolute;
		top: 33px;
		margin-left: -4px;
		width: 140px;
		height: auto;
		padding: 1px 0px;
		clear: both;
		display: none;
	}
	#topNav li li
	{
		clear: both;
		display: table;
		margin: 0px;
		height: auto;
		padding: 0px;
		margin-bottom: 1px;
		text-align: left;
	}

	#topNav li li a
	{
		background: #febd11;
		background: url(/images/ui/yellow_90perc.png);
		height: auto;
		font-size: .9em;
		padding: 4px;
	}
	
	#topNav li.sel li a
	{
		color: #fff;
		background: #66abd6;
		background: url(/images/ui/blue_90perc.png);
	}
#bannerBox
{
	width: 969px;
	height: 165px;
	position: relative;
	text-align: left;
	z-index: 50;
}

#middle
{
	margin: 0 0 0 0;
	padding-bottom: 0px;
}

#middle:after
{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}
#mainBox
{
	width: 968px;
	height: 460px;
	position: relative;
	text-align: left;
	z-index: 10;
	padding-right: 1px;
}
html>body #mainBox
{
    min-height: 460px; 
    height: auto !important;
}
#bottomRight
{
	float: right;
	width: 180px;
	height: auto;
	padding: 4px;
	text-align: center;
}
#bottomRight ul
{
	width: 79px;
	clear: both;
	padding-left: 101px;
}
#bottomRight #pageShare
{
	width: 180px;
	padding-left: 0px;
}
	#bottomRight li,
	#bottomRight a
	{
		float: left;
	}
	#bottomRight li
	{
		padding-right: 5px;
		height: 40px;
	}
	#bottomRight #pageShare li
	{
		padding-right: 0px;
		float: right;/* while Print btn hidden*/
		float: left;
	}
	/*--backgrounds--*/
	#bottomRight a
	{
		display: block;
		width: 32px;
		height: 32px;
		background-repeat: no-repeat;
	}
	#bottomRight #pageShare a
	{
		width: 90px;
		height: 35px;
	}
	#bottomRight li.twLink a
	{
		background-image: url(/images/ui/btn_twitter.png);
		display: none;
	}
	* html #bottomRight li.twLink a
	{
		background-image: url(/images/ui_ie/btn_twitter.gif);
	}
	#bottomRight li.fbLink a
	{
		background-image: url(/images/ui/btn_facebook.png);
		display: none;
	}
	* html #bottomRight li.fbLink a
	{
		background-image: url(/images/ui_ie/btn_facebook.gif);
	}
	#bottomRight li.ytLink a
	{
		background-image: url(/images/ui/btn_youtube.png);
	}
	* html #bottomRight li.ytLink a
	{
		background-image: url(/images/ui_ie/btn_youtube.gif);
	}
	#bottomRight li.flLink a
	{
		background-image: url(/images/ui/btn_flickr.png);
	}
	* html #bottomRight li.flLink a
	{
		background-image: url(/images/ui_ie/btn_flickr.gif);
	}
	#bottomRight li.email a
	{
		background-image: url(/images/ui/btn_email_page.png);
	}
	* html #bottomRight li.email a
	{
		background-image: url(/images/ui_ie/btn_email_page.gif);
	}
	#bottomRight li.print
	{
	}
	#bottomRight li.print a
	{
		background-image: url(/images/ui/btn_print_page.png);
	}
	* html #bottomRight li.print a
	{
		background-image: url(/images/ui_ie/btn_print_page.gif);
	}
	
#footerBox
{
	background: url(/images/ui/ship_footer_2.png) no-repeat 50% 50%;
	height: 35px;
	padding-top: 175px;
	width: 100%;
	clear: both;
	position: relative;
	margin: -210px auto;
}
* html #footerBox
{
	margin-top: -210px;
	background: url(/images/ui_ie/ship_footer_2.gif) no-repeat 50% 50%;
}
#innerFooter
{
	background: url(/images/ui/bg_footer.png) repeat-x;
	height: 35px;
	width: 100%;
	position: relative;
}
* html #innerFooter
{
	background: url(/images/ui_ie/bg_footer.gif) repeat-x;
}

#footerContent
{
	width: 940px;
	font-size: .9em;
	text-align: left;
	padding-top: 12px;
	position: relative;
	margin: 0 auto;
}


#innerFooter p
{
	margin-bottom: 0;
}
#innerFooter a
{
	color: #0073bb;
	padding: 0px 5px;
}
#innerFooter a:hover
{
	color: #061556;
}
#innerFooter a.twwc
{
	color: #999;
	padding: 0px;
	float: right;
}
#innerFooter a.twwc:hover
{
	color: #666;
}
/*------------------------------*/
/*BANNER AREA*/
#logoBox
{
	float: left;
	height: 165px;
	width: 250px;
}
	#logoBox a
	{
	display: block;
	width: 250px;
	height: 115px;
	background: url(/images/ui/logo_main.png) no-repeat;
	}
	* html #logoBox a
	{
		background: url(/images/ui_ie/logo_main.gif) no-repeat;
	}
	#logoBox img
	{
		display: none;
	}
#topRightBox
{
	float: right;
	height: 145px;
	width: 331px;
	padding-top: 20px;
}
	#phoneBox
	{
		float: right;
		height: 65px;
		width: 331px;
	}
	.phone_0
	{
		background-image: url(/images/ui/top_right/text_blue_phone_white.png);
	}
	* html .phone_0
	{
		background-image: url(/images/ui_ie/top_right/text_blue_phone_white.gif);
	}
	#bookBox
	{
		float: right;
		height: 80px;
		width: 331px;
	}
	#bookBox a
	{
		float: right;
		width: 216px;
		height: 49px;
		background: url(/images/ui/top_right/btn_booknow.png) no-repeat;
		display: block;
	}
	* html #bookBox a
	{
		background: url(/images/ui_ie/top_right/btn_booknow.gif) no-repeat;
	}
		
/*------------------------------*/
/* OVERLAY PANEL*/
#overlay
{
	position: absolute;
	z-index: 90;
	text-align: left;
	display: none;
}
#overlay div.closeBtn
{
	position: absolute;
	width: 26px;
	height: 26px;
	right: -1px;
	top: -1px;
	z-index: 91;
	background: url(/images/ui/panels/close_x.png) no-repeat;
}
* html #overlay div.closeBtn
{
	left: 925px;
	top: -10px;
	position: relative;
	margin-bottom: -25px;
	background: url(/images/ui_ie/panels/close_x.gif) no-repeat;
}
#overlay div.closeBtn a
{
	display: block;
	width: 26px;
	height: 26px;
}
/*OFFERS STRIPS*/
.rightOffers
{
	float: right;
	color: #fff;
	overflow: hidden;
	font-size: 1em;
}
.rightOffers li
{
	line-height: 1.5em;
	padding: 0px 10px 0px 30px;
	margin-bottom: 0;
	background: url(/images/ui/white_80perc.png) 0% 100% repeat-x;
	background: url(/images/ui/panels/bg_dblue_offer.png) no-repeat;
	min-height: 86px;
}
.rightOffers li.noBG
{
	background: none;
}

.rightOffers a
{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 8px 0px;
	min-height: 70px;
	/*background: url(/images/ui/panels/arrow_offer_white.png) right center no-repeat;*/
}
* html .rightOffers a
{
	height: 70px;
}
.rightOffers a:hover
{
	color: #fff;
	text-decoration: none;
}
.rightOffers li.gold
{
	background: url(/images/ui/panels/bg_gold_offer.png) no-repeat;
}

	.rightOffers span.big
	{
		color: #febd11;
		font-size: 2.4em;
		font-weight: bold;
		margin-bottom: .3em;
		padding: 7px 0px 0px 0px;
		display: block;
	}
	.rightOffers span.big span.pp
	{
		font-size: .8em;
	}
.sIFR-alternate
{
  /* for IE */
  zoom:1;filter:alpha(opacity=0);
  /* CSS3 standard */
  opacity:0;
}
