/* media="all" */

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 20px 0 0;
	margin: 0;
	}
	
hr, .hide {
	display: none;
	}
	
	
/* content */
#content {
	margin-left: 300px;
	padding: 5px 20px 100px;
	color: #eee;
	font-size: 14px;
	line-height: 1.6em;
	position: relative;
	}
	
* html #content {
	height: 1px;
	}
	
	
#content p {
	margin: 0 75px 2em 0;
	}
	
#content a {
	color: #1a85c6;
	text-decoration: none;
	}
	
#content a:hover {
	background-color: #1a85c6;
	color: #fff;
	border: none;
	padding: 0 2px;
	margin: 0 -2px;
	}
	
a.external_link {
	background-image: url(images/external_link.gif);
	background-repeat: no-repeat;
	background-position: 99% 1px;
	padding-right: 15px !important;
	}

.external_link:hover {
	background-image: url(images/external_link_hover.gif);
	}
	
a.btt {
	background-image: url(images/btt.gif);
	background-repeat: no-repeat;
	background-position: 99% 1px;
	padding-right: 15px !important;
	}
	
a.btt:hover {
	background-image: url(images/btt_hover.gif);
	}	
	
#content ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	}
	
#content ul li {
	padding-left: 15px;
	background: url(images/content_li.gif) no-repeat left 5px;
	margin: 0 0 5px 0;
	}
	
#content ol {
	margin: 10px 0;
	padding: 0 0 0 20px;
	}
	
#content ol li {
	padding: 0;
	margin: 0 0 5px 0;
	}
	
* html ul li {
	height: 10px;
	}
	
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: normal;
	}
	
h1 {
	color: #999;
	font-size: 24px;
	line-height: 1.25em;
	margin: 0 0 5px 0;
	}

h1 strong {
	color: #fff;
	font-weight: normal;
	}
	
h1 object {
	margin-left: -3px;
	position: relative;
	}
	
h2 {
	color: #ffffff;
	font-size: 16px;
	line-height: 18px;
	margin: 40px 0 5px 0;	
	}
	
h2 object {
	margin-left: -3px;
	}
	
h3 object {
	margin-left: -3px;
	}
	
h4 object {
	margin-left: -3px;
	}
	
h3, h4 {
	font-size: 16px;
	line-height: 1.25em;
	margin: 2em 0 .5em 0;
	color: #ccc;
	}
	
h4 {
	margin: 0 20px 5px 0;
	}
	
h5 {
	font-size: 11px;
	margin: 20px 0 0 0;
	color: #fff;
	text-transform: none;
	}
	
/* Wrapper */

#wrapper {
	margin: 50px 0 0 25px;
	background: #231f20 url(images/wrapper.gif) repeat-y left;	
	}
	
	
/* Header */

#header {
	background: url(images/header.gif) no-repeat top left;
	position: relative;
	height: 75px;
	}
	
#header_logo {
	position: absolute;
	top: 4px;
	left: 240px;
	}


/* Main */
#main {
	width: 900px;
	position: relative;
	min-height: 500px;
	background: url(images/main.gif) no-repeat 0 100px;	
}

* html #main {
	height: 500px;
	}

/* Sidebar */
#sidebar {
	width: 300px;
	padding: 0;
	float: left;
	text-align: right;
}
	
/* Sidebar menu */
#sidebar_menu {
	list-style: none;
	margin: 0 0 0 150px;
	padding: 0;
	text-transform: uppercase;
	font-size: 10px;
	width: 150px;
	}
	
#sidebar_menu li {
	margin: 0;
	padding: 0;
	margin: 0;
	}
	
#sidebar_menu a {
	display: block;
	line-height: 25px;
	height: 25px;
	padding: 0 20px 0 0px;
	margin: 1px 0 0;
	text-decoration: none;
	color: #bfddef;
	text-align: right;
	}
	
#sidebar_menu a:hover, #sidebar_menu a.selected:hover {
	color: #fff;
	background: url(images/sidebar_menu_a_selected.gif) no-repeat 140px center;	
	}
	
#home #sn_home,
#crew #sn_crew,
#services #sn_services,
#products #sn_products,
#menu #sn_menu,
#loyalty #sn_loyalty,
#vouchers #sn_vouchers,
#contact #sn_contact,
#jobs #sn_jobs
 {
	color: #fff;
	font-weight: bold;
	background: url(images/sidebar_menu_a_selected.gif) no-repeat 140px center;
	}


/* Footer */
#footer {
	height: 50px;
	margin: 10px 0 0 25px;
	padding: 0;
	font-size: 9px;
	text-transform: uppercase;
	color: #666;
	line-height: 16px;
	width: 900px;
	position: relative;
	}
	
#footer p {
	margin: 0;
	}
	
#footer a {
	text-decoration: none;
	color: #999;
	border-bottom: 1px solid #eee;
	}
	
#footer a:hover {
	color: #fff;
	border-bottom: 1px solid #333;
	background: #999;
	padding: 0 2px;
	margin: 0 -2px;
	}
	
#footer #copyright {
	position: absolute;
	right: 0;
	top: 0px;
	}
	
#footer h4 {
	color: #0077c0;
	font-size: 14px;
	}
	
#logo_strip {
	position: absolute;
	top: 350px;
	}
	
#logo_strip img {
	vertical-align: middle;
	margin-right: 60px;
	}
	
