@charset "UTF-8";
/* CSS Document */
/* 	STYLE SHEET FOR RPB STYLING - By Mountain for mk-visual.co.uk */


/* TABLE OF CONTENTS ------------------------------------------------------------

	- HTML / GENERAL ELEMENTS
	   > GLOBAL CLASSES
	- CONTAINERS / HEADER
	- BRAND / LOGO
	- NAVIGATION
		> TOP NAV
		> SIDE NAV
		> SECONDARY
	- RIGHT COLUMN
	- LEFT COLUMN
		> BANNER / FLASH MC
		> FEATURE LINKS
	- FOOTER
	
	
--------------------------------------------------------------------------------- */


/* ---------------------------------------------------  @ HTML / GENERAL ELEMENTS */
html, body {
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
}
span.error {
	color: #FF0000;
	font-size: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	display: block;
	float: left;
	padding: 1px 18px;
}

/* ----------------------------- # GLOBAL CLASSES */
.flt_lft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.flt_rt {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
.img_brd {
	padding: 5px;
	border: 1px solid #999999;
}
.clearfloats {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.clearfloat_left {
	font-size: 1px;
	line-height: 0px;
	clear: left;
	height: 0px;
}
.clearflt_right {
	clear: right;
	font-size: 1px;
	line-height: 0px;
	height: 0px;
}



/* -------------------------------------------------------- @ CONTAINERS / HEADER */
#header {
	background-image: url(../site_images/cs_head_rpt.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
	min-width: 960px;
}
#pageWrap {
	width: 100%;
	min-width: 960px;
}
#brand {
	height: 100px;
	margin-bottom: 10px;
}


/* --------------------------------------------------------------  @ BRAND / LOGO */

.logo {
	position: absolute;
	top: 0px;
	background-image: url(../site_images/cs_logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	left: 0px;
}
.logo, .logo a {
	display: block;
	height: 100px;
	width: 670px;
}
.logo span {
	display: none;
}


/* ----------------------------------------------------------------- @ NAVIGATION */
/* ------------------------------------ # TOP NAV */
#navBar {
	width: 100%;
	background-color: #FF9900;
	background-image: url(../site_images/cs_nav_rpt.gif);
	background-repeat: repeat-x;
	background-position: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #993300;
}
ul.topnav {
	font-size: 70%;
	margin-left: 10px;
}
ul.topnav li {
	display: block;
	float: left;
}
ul.topnav li a {
	color: #000000;
	display: block;
	height: 100%;
	font-weight: normal;
	text-decoration: none;
	padding: 10px 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #993300;
	text-transform: uppercase;
}
ul.topnav li a:hover, ul.topnav li a:active {
	color: #FFFFFF;
	background-image: url(../site_images/cs_nav_over.gif);
	background-repeat: repeat-x;
	background-position: center;
}

/* IE HACK - SORTS HORIZONTAL UNORDERED LIST LINKS */
* html ul.topnav li a {
  display:inline-block;    /* for IE only */ 
  margin:0 -2px;           /* to correct an IE bug that doubles the border width */  
}


/* ------------------------------------ # SUB NAV */
#sideNav {
	background-color: #FFED4C;
	width: 182px;
	margin-right: 10px;
	min-height: 100%;
	margin-bottom: 10px;
	float: left;
	display: inline-block;	/* for IE only */
}
ul.side_nav {
	text-transform: uppercase;
	font-size: 70%;
	margin: 10px;
}
ul.side_nav li {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
ul.side_nav li a:link, ul.side_nav li a:visited {
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BF6C00;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-image: url(../site_images/cs_side_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #0E5A9C;
}
ul.side_nav li a:hover, ul.side_nav li a:active {
	background-color: #ECC94A;
}



#tabs {
	min-height: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
}
ul.tabs {
	margin-right: 10px;
	display: inline;
}
ul.tabs li {
	display: block;
	float: right;
	margin-left: 5px;
	text-transform: uppercase;
	font-size: 70%;
	height: 25px;
}
ul.tabs li:hover {
	height: 28px;
}
ul.tabs li.bedCruise {
	background-image: url(../site_images/cs_tab_bedclub.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 196px;
}
ul.tabs li.cruiseClub {
	background-image: url(../site_images/cs_tab_cruise.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 146px;
}
ul.tabs li.email {
	background-image: url(../site_images/cs_tab_email.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 146px;
}
ul.tabs li.callBack {
	background-image: url(../site_images/cs_tab_call.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 146px;
}
ul.tabs li a {
	text-decoration: none;
	display: block;
	height: 100%;
}
ul.tabs li a span {
	display: none;
}



/* ------------------------------------------------------------- @ GENERAL STYLES */
#content {
	margin-left: 192px;
	margin-bottom: 25px;
}
#content p {
	font-size: 80%;
	line-height: 1.4;
	margin-bottom: 10px;
}
#content p em {
	color: #0E5A9C;
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
}
#content p strong {
	font-size: 105%;
	font-weight: bold;
}
#content a:link, #content a:visited {
	color: #0E5A9C;
}
#content a:hover, #content a:active {
	text-decoration: none;
}
#content h1 {
	font-size: 120%;
	color: #0E5A9C;
	line-height: 1.4;
	margin-bottom: 0.8em;
	font-weight: bold;
}
#content h2 {
	font-size: 100%;
	line-height: 1.4;
	color: #0E5A9C;
	margin-bottom: 0.6em;
	margin-top: 0.6em;
	font-weight: bold;
}
#content h3 {
	font-size: 80%;
	line-height: 1.4;
	font-weight: bold;
}
#content h4 {
	font-size: 100%;
	font-weight: bold;
	color: #0E5A9C;
	margin-bottom: 10px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0E5A9C;
}
#content ul.list {
	margin: 10px 25px;
	font-size: 80%;
	line-height: 1.4;
	color: #0E5A9C;
}
#content ul.list li {
	margin-bottom: 5px;
}
#content .banner {
	background-color: #0E5A9C;
	text-align: center;
	background-image: url(../site_images/cs_head_rpt.gif);
	margin-bottom: 10px;
}
#content .banner .flash {
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
	width: 600px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#content .polaroids {
	float: right;
	display: inline-block;
	width: 168px;
}
#content  p.subText {
	font-size: 60%;
	line-height: 1.4;
	color: #CCCCCC;
}
#content .address {
	float: left;
	width: 24%;
	margin-bottom: 10px;
	display: inline-block;
}
#content .address h2 {
	margin-top: 0em;
}
a.pdfLink {
	display: block;
	margin-bottom: 5px;
	font-size: 120%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../site_images/iconPdf.gif);
}

/* --- @ form styles ------- */
.form {
	width: 74%;
	border: 1px dotted #0E5A9C;
	display: inline-block;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
#contactForm {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.form_section {
	display: block;
	width: 99%;
	margin-bottom: 10px;
}
.half_column {
	width: 48%;
	float: left;
	margin-right: 2%;
	margin-bottom: 10px;
}
.form_section label {
	display: block;
	margin-bottom: 1px;
	font-size: 0.9em;
}
.form_section input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #FFFFFF;
	width: 99%;
	padding: 3px;
}
.form_section textarea {
	width: 99%;
	background-color: #FFFFFF;
	padding: 3px;
}
.form_section select {
	float: left;
	display: inline-block;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.form_checkbox input {
	float: left;
	margin-top: 3px;
}
.send_section {
	width: 99%;
	margin-bottom: 10px;
	text-align: right;
}
.send_section input {
	text-align: center;
	background-color: #0E5A9C;
	color: #FFFFFF;
	padding: 5px 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 100%;
}
