/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { 
	background-color: #fef0c5; 
	font-size: 100%; 
	overflow-y: scroll; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%; 
	margin: 0; 
	padding: 0; 
	width: 100%; 
}
body { 
	margin: 0; 
	font-family: Verdana, sans-serif; 
	line-height: 160%;
	min-height: 1250px;
	min-width: 1100px;
	margin-top: 25px;
}
body, button, input, select, textarea { font-size: 13px; color: #340000; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a, a:visited { color: #340000; }
a:hover { color: #340000; text-decoration: none; }
a:focus { outline: 0 none; }
a:focus { -moz-outline-style: none; }
a:hover, a:active { outline: 0; }
a { outline-color: 	-moz-use-text-color; outline-style: none; outline-width: medium; }

p { margin: 0 0 20px 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong, .bold, .strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 0; padding: 0; list-style: none; }
dd { margin: 0; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 11px; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: middle; }

h1, h2, h3, h4 {margin-top: 0}

/* ==|== primary styles =====================================================
   Author: Geoffrey Stephenson
   ========================================================================== */

@font-face {
    font-family: 'BigTopRegular';
    src: url('../fonts/bigtop-webfont.eot');
    src: url('../fonts/bigtop-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bigtop-webfont.woff') format('woff'),
         url('../fonts/bigtop-webfont.ttf') format('truetype'),
         url('../fonts/bigtop-webfont.svg#BigTopRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TradeGothicLTStdCnNo.18';
    src: url('../fonts/tradegothicltstd-cn18-webfont.eot');
    src: url('../fonts/tradegothicltstd-cn18-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tradegothicltstd-cn18-webfont.woff') format('woff'),
         url('../fonts/tradegothicltstd-cn18-webfont.ttf') format('truetype'),
         url('../fonts/tradegothicltstd-cn18-webfont.svg#') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SancreekRegular';
    src: url('../fonts/sancreek-regular-webfont.eot');
    src: url('../fonts/sancreek-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sancreek-regular-webfont.woff') format('woff'),
         url('../fonts/sancreek-regular-webfont.ttf') format('truetype'),
         url('../fonts/sancreek-regular-webfont.svg#SancreekRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.repeat {
	background: transparent url(http://cdn.sixthman.net/2012/trb/images/repeat.jpg) repeat-y scroll 50% 0;
	width:100%;
}
.inline{
	display: inline;
}
h1, h2 {
	font-size: 22px;
	font-family: "TradeGothicLTStdCnNo.18", Arial, sans-serif;
	font-weight: normal;
	color: #8EC3D3;
	text-transform: uppercase;
}
h1.headline,
h2.headline {
	font-size: 28px;
	line-height: 28px;
	font-family: "BigTopRegular", Arial, sans-serif;
	font-weight: normal;
	color:#8EC3D3;
	text-transform: uppercase;
	padding: 5px 0 5px 0; 
	border-bottom: 1px solid #5d402f;
}	
.lt-ie9 h1.headline,
.lt-ie9 h2.headline {
	font-family: "SancreekRegular", Arial, sans-serif;
	font-size: 32px;
	line-height: 32px;
}
h3.headline {
	font-size: 22px;
	font-family: "BigTopRegular", Arial, sans-serif;
	font-weight: normal;
	color:#8EC3D3;
	text-transform: uppercase;
	padding: 10px 0 5px 0; 
	border-top: 2px solid #7a695f;
	border-bottom: 1px solid #340b00;
}
.lt-ie9 h3.headline {
	font-family: "SancreekRegular", Arial, sans-serif;
	font-size: 26px;
}
h3.headlineSidebar {
	font-size: 16px;
	font-family: "BigTopRegular", Arial, sans-serif;
	font-weight: normal;
	color: #8EC3D3;
	text-transform: uppercase;
	padding: 0 0 7px 0; 
	margin: 0 auto;
	text-align: left;
	border-bottom: 1px solid #340b00;
	width: 210px;
	letter-spacing: 0;
}
.lt-ie9 h3.headlineSidebar {
	font-family: "SancreekRegular", Arial, sans-serif;
	font-size: 20px;
}
.faq-sidebar h1 {
	font-size: 25px;
	font-family: "BigTopRegular", Arial, sans-serif;
	font-weight: normal;
	color:#8EC3D3;
	text-transform: uppercase;
	padding: 0 0 8px 0; 
	margin: 0 auto;
	text-align: center;
	border: 0;
	background-color: #fff0c5;
}
.lt-ie9 .faq-sidebar h1 {
	font-family: "SancreekRegular", Arial, sans-serif;
	font-size: 29px;
}
h2, h3 {
	color: #333;
}
h2.blockHeader {
	font-size: 19px;
	font-family: "BigTopRegular", Arial, sans-serif;
	font-weight: normal;
	color: #8EC3D3;
	text-transform: uppercase;
	width: 100%; 
	padding: 7px 2px 3px 2px; 
	margin: 0 auto; 
	text-align: center;
}
.lt-ie9 h2.blockHeader {
	font-family: "SancreekRegular", Arial, sans-serif;
	font-size: 23px;
}
h2 {
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 0;
}
h3 {
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	line-height: 24px;
	margin-bottom: 10px;
}
img{
	border:0 none;
}
p {
	margin: 0 0 20px 0;
}
hr {
  background-color: #340b00;
  color: #340b00;
  height: 1px;
  margin : 15px 0 15px 0;
}
.left {
	float:left;
	display:inline;
}
.left img {
	vertical-align: top;
}
.right {
	float:right;
	display:inline;
}
.clear {
	clear:both;
	height: 0px;
}
.center{
	text-align:center;
}
.small{
	font-size:11px;
}
.curr{
	background-color: transparent !important;
	position: relative;
}
.home hr{
	border:none;
	border-bottom:1px dashed #402b20;
}
.light_blue, .light_blue a{
	color:#1f7db3;
}
.red{
	border:1px solid red;
}
#preload {
	display: none;
}
.form form {
	margin: 0;
	text-align: left;
	width: 650px;
}
.form form p input[type="text"] {
	width: 300px;
	height: 25px;
	color: #000;
	vertical-align: middle;
	font-size: 12px;
	border: 1px solid #ccc;
	display: block;
	padding: 3px;
}
.form input[type="checkbox"] {
	margin-right: 10px;
}
.form form fieldset p label {
	display:block;	
	margin:5px 5px 8px 6px;
	padding:0;
	width: 225px;
	font: 95% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #333;
}
.form form p {
	width: 300px;
	height: 25px;
	float: left;
	margin: 0 15px 15px 0;
}
.form form #EmailAddress, 
.form form #PhoneNumber {
	width: 540px;
}
.form form p.email, 
.popup form p.phonenumber {
	width: 540px;
}
.form form #submit {
	border: 0 none;
	cursor: pointer; 
	display: block;
}
.form form p.submit {
	height: 23px;
	width: 64px;
	margin: 2px 0 0 2px;
}
form span,form p { 
	position:relative 
}
.form form .Address1 {
	clear: both; 
	float: none; 
	margin: 0 0 0 -9000px; 
	padding: 0;
	height: 0;
}
.form p.sixthman {
	width: 625px;
}
label  { 
	position: absolute; 
	top: 0; 
	left: 0;
}
.ie6-banner {
	clear: both; 
	padding: 5px 0 5px 15px; 
	position: relative; 
	text-align: center;
}

/***************************************************************************
* Page Layout 
***************************************************************************/

#wrapper{
	margin:0px auto;
	width:1100px;
	position: relative;
	padding-bottom: 10px;
}
.home #wrapper {
	padding-bottom: 10px;
}
.outer {
	width: 100%; 
	min-height: 1200px;
}
.home .outer {
	width: 100%; 
}
.home #bg {
	background: transparent url(http://cdn.sixthman.net/2012/trb/images/bg1.jpg) no-repeat scroll 50% 0;
	width: 100%;
}
.interior #bg {
	width: 100%;
}
.navigation {
	display: inline-block;
	padding-top: 20px;
	clear: both;
	float: none;
}
.left-content {
	width: 720px;
	padding-left: 20px;
	float: left;
}
.home .left-content {
	margin-bottom: 20px;
	margin-top: 10px;
	padding-left: 20px;
}
.interior .left-content {
	min-height: 600px;
}
#right-content {
	padding: 0 0 30px 18px;
	width:210px;
	overflow: hidden;
	float: left;
}
.home #right-content{
	padding-bottom: 0;
	margin-top: 10px;
	padding-left: 25px;
}
.interior #right-content {
	padding-bottom: 30px;
	padding-left: 25px;
	margin-top: 0;
}
.container {
	margin: 15px auto 0;
	width: 980px;
	clear: left;
}
.interior .container {
	margin-top: 25px;
	padding-bottom: 30px;
}

/***************************************************************************
* Header
***************************************************************************/

#header {
	padding-left: 20px;
	z-index: 1;
	height: 228px;
	float: left;
}
#header .logo {
	float: left; 
	text-indent: -99999px; 
	display: block;
}
#header .logo a {
	margin-top: 45px; 
	margin-left: 80px; 
	height: 150px; 
	width: 600px; 
	display: block;
}
#header .dates {
	background: transparent url('http://cdn.sixthman.net/2012/trb/images/dates.png') no-repeat scroll 0 0;
	text-indent: -9999px;
	float: left; 
	width: 215px; 
	margin: 0;
	height: 80px;
}
#header .prices {
	background: transparent url('http://cdn.sixthman.net/2012/trb/images/prices.png') no-repeat scroll 0 0;
	text-indent: -9999px;
	width: 215px;
	height: 20px;
	line-height: 20px;
	margin: 7px 0 0 0 !important;
	display: inline-block;
	position: relative;
	font-size: 0;
}
.sxmpowered {
	text-indent: -9999px;
	width: 70px;
	height: 38px;
	display: block;
	margin: 0 0 0 82px;
	position: relative;
	padding-top: 28px;
}
.sold-out {
	width: 215px;
	height: 32px;
	display: block;
	margin: 5px 0 15px 0;
}
.book-now {
	background: transparent url('http://cdn.sixthman.net/2012/trb/images/book_now.png') no-repeat scroll 0 0;
	text-indent: -9999px;
	width: 215px;
	height: 32px;
	display: block;
	margin: 0;
}
a.book-now:hover {
	background: transparent url('http://cdn.sixthman.net/2012/trb/images/book_now_on.png') no-repeat scroll 0 0;
}
.book-now-box {
	position: relative; 
	float: left;
	width: 215px;
	margin-top: 12px;
	margin-left: 75px;
	position: relative;
	display: block;
}
.live-chat {
	text-indent: -9999px;
	width: 260px;
	height: 45px;
	display: block;
	margin: 19px 0 0 0;
}
.gettingthere-ticket a {
	height: 131px;
	display: block;
	text-indent: -9999px;	
	padding-bottom: 15px;
	margin-top: 5px;
}

/* =============================================================================
   Self-Clearing Floats
   ========================================================================== */
   
.group:before,
.group:after {
    content: "";
    display: table;
}
.group:after {
    clear: both;
}
.group {
    zoom: 1; 
}

/***************************************************************************
* Home Bottom Blocks 
***************************************************************************/
.home #block-strip {
	background-color: #fff0c5;
	width: 925px; 
	float: left; 
	position: relative; 
	padding: 10px; 
	display: inline; 
	margin: 20px 0 5px 20px;
}
.home #block-strip .blockOuter {
	float: left; 
	background-color: #fffbe9; 
	margin-right: 10px; 
	width: 221px;
	height: 220px;
}
.home #block-strip .blockOuterLast {
	float: left; 
	background-color: #fffbe9;  
	width: 228px;
	height: 220px;
}
.home #block-strip .blockContent {
	padding: 7px;
}
.home #block-strip .FaqBlock ol {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.home #block-strip .FaqBlock li {
	margin-bottom: 10px;
	font-size: 12px;
}
.home #block-strip .blockLine {
	margin: 0 auto; 
	text-align: center; 
	height: 5px; 
	line-height: 5px;	
}
.home #block-strip .fan_box_home {
	padding-top: 15px;
}
.interior #block-strip {
	float: left; 
	position: relative; 
	display: inline; 
	margin: 0 0 15px;
	background-color: #fff0c5;
	padding: 10px;
	width: 185px;
}
.interior #block-strip .blockOuter {
	float: left; 
	padding: 0;
	background-color: #fff7e1;
	width: 185px;
}
.interior #block-strip .blockLine img {
	margin: 0 0 0 5px;  
	height: 5px; 
	line-height: 5px;
	width: 185px;	
}
.interior #block-strip li a {
	font-weight: normal !important;
	color:#4a3f36;
	font-style: normal;
}
.interior .blockContent ol {
	margin: 0;
	padding: 8px 5px 15px 10px;
}
.interior .blockContent li {
	margin: 0 7px;
	padding: 0 0 10px 0 !important;
}
.interior .blockContent li a {	
	font-size: 13px;
	padding-left: 0 !important;
	font-style: italic;
}
/***************************************************************************
* Right side content
***************************************************************************/
.lineHeader {
	padding-top: 15px;
	width: 210px;	
}
.presalesignup a {
	height: 70px;
	display: block;
	text-indent: -9999px;
	padding-bottom: 10px;
}
.presalesignup a:hover {
}
.mailinglist a {
	background: transparent url(http://cdn.sixthman.net/2012/trb/images/mailinglist.png) no-repeat scroll 0 0;
	height: 96px;
	display: block;
	text-indent: -9999px;
	padding-bottom: 15px;
	width: 200px;
	margin-top: -45px;
}
.mailinglist a:hover {
	background: transparent url(http://cdn.sixthman.net/2012/trb/images/mailinglist_on.png) no-repeat scroll 0 0;
}
.liveChat a  {
	text-indent: -9999px;
	width: 198px;
	height: 46px;
	display: block;
	padding-bottom: 5px;
}
.liveChat a:hover {
}
.messageboard a {
	background: transparent url(http://cdn.sixthman.net/2012/trb/images/facebook.png) no-repeat scroll 0 0;
	height: 168px;
	display: block;
	text-indent: -9999px;
	padding-bottom: 0;
	width: 200px;	
}
.messageboard a:hover {
	background: transparent url(http://cdn.sixthman.net/2012/trb/images/facebook_on.png) no-repeat scroll 0 0;	
}
.presaleSignup a {
	height: 132px;
	display: block;
	text-indent: -9999px;
	padding-bottom: 0;	
	margin-bottom: -25px;
	width: 210px;
}
.presaleSignup a:hover {
}
.booknowSidebar a {
	background: transparent url(http://cdn.sixthman.net/2012/trb/images/book_now_sidebar.png) no-repeat scroll 0 0;
	height: 132px;
	display: block;
	text-indent: -9999px;
	padding-bottom: 8px;
	width: 210px;	
}
.booknowSidebar a:hover {
	background: transparent url(http://cdn.sixthman.net/2012/trb/images/book_now_sidebar_on.png) no-repeat scroll 0 0;	
}
.booknowSidebarPresale a {
	background: transparent url(http://cdn.sixthman.net/2012/trb/images/book_now_sidebar.png) no-repeat scroll 0 0;
	height: 65px;
	display: block;
	text-indent: -9999px;
	padding-bottom: 5px;	
}
.booknowSidebarPresale a:hover {
	background: transparent url(http://cdn.sixthman.net/2012/trb/images/book_now_sidebar_on.png) no-repeat scroll 0 0;	
}
.moreInfo a {
	height: 44px;
	display: block;
	text-indent: -9999px;
	padding-bottom: 5px;	
}
#updates{
	margin:0;
	text-align:left;
	overflow: hidden;
	position: relative;
}
#updates hr{
	border:none;
	border-bottom:1px dashed;
}
.powered {
	padding: 15px 0 10px 0;
	text-align: center;
	margin: 0 auto;
}
/***************************************************************************
* Navigation
***************************************************************************/
#nav2 {
	margin-top: 0px;
	width: 950px;
	height: 33px;
	position: relative;
	z-index: 99;
}
.sf-menu {
	line-height: 1;
	float: left;
	margin-bottom: 1em;
}
.sf-menu, .sf-menu * {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			33px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
.sf-menu li {
	background: none repeat scroll 0 0 transparent;
	position: relative;
	float: left;	
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li li {
	background-color: #6acce1;
}
.sf-menu a {
	border-left: none;
	border-top: none;
	text-align: left;
	display: block;
	position: relative;
	padding: 8px 10px 10px 10px;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #340a00;
	text-decoration: none;
	font-style: normal;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {

	background-color: transparent !important;
}
.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background-color: #6acce1 !important;
	color: #340a00;
}
.sf-menu li li a:hover {
	text-decoration: underline;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	/*background:		#CFDEFF;*/
	outline:		0;
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
#topNav {
	margin: 0 0 0 76px;
	display: inline-block;
}
#topNav a.top, #topNav .top {
	height: 33px;
	padding: 0;
	border: 0;
	text-indent: -3000px;
	z-index: 100;
}
#topNav ul.wideNav   {
	width: 180px;
}
#topNav .home {
	width:75px;
	background: transparent url(http://cdn.sixthman.net/2012/trb/images/nav/nav.png) no-repeat scroll 4px 0;
	margin-right: 20px;
}
#topNav .homeCur {	
}
#topNav .home:hover  {
	background-position: 4px -37px;
	background-color: #69b1cc !important;
}
#topNav .event {	
	width:115px;
	background: transparent url(http://cdn.sixthman.net/2012/trb/images/nav/nav.png) no-repeat scroll -96px 0;
	position: relative;
	display: block;
	margin-right: 20px;
}
#topNav .eventCur, #topNav .event:hover  {
	background-position: -96px -37px;
	background-color: #69b1cc !important;
}
#topNav .artist {	
	width:90px;
	background: transparent url(http://cdn.sixthman.net/2012/trb/images/nav/nav.png) no-repeat scroll -235px 0;
	margin-right: 20px;
}
#topNav .artistCur, #topNav .artist:hover  {
	background-position: -235px -37px;
	background-color: #69b1cc !important;
}
#topNav .prices {	
	width:85px;
	background: transparent url(http://cdn.sixthman.net/2012/trb/images/nav/nav.png) no-repeat scroll -354px 0;
	margin-right: 20px;
}
#topNav .pricesCur, #topNav .prices:hover  {
	background-position: -354px -37px;
	background-color: #69b1cc  !important;
}
#topNav .community {	
	width:128px;
	background: transparent url(http://cdn.sixthman.net/2012/trb/images/nav/nav.png) no-repeat scroll -462px 0;
	margin-right: 20px;
}
#topNav .communityCur, #topNav .community:hover  {
	background-position: -462px -37px;
	background-color: #69b1cc !important;
}
#topNav .faq {	
	width:54px;
	background: transparent url(http://cdn.sixthman.net/2012/trb/images/nav/nav.png) no-repeat scroll -616px 0;
	margin-right: 20px;
}
#topNav .faqCur, #topNav .faq:hover  {
	background-position: -616px -37px;
	background-color: #69b1cc !important;
}
#topNav .transportation {	
	width:154px;
	background: transparent url(http://cdn.sixthman.net/2012/trb/images/nav/nav.png) no-repeat scroll -694px 0;
	margin-right: 20px;
}
#topNav .transportationCur, #topNav .transportation:hover  {
	background-position: -694px -37px;
	background-color: #69b1cc !important;
}
#topNav .contact {	
	width:98px;
	background: transparent url(http://cdn.sixthman.net/2012/trb/images/nav/nav.png) no-repeat scroll -875px 0;
}
#topNav .contactCur, #topNav .contact:hover  {
	background-position: -875px -37px;
	background-color: #69b1cc !important;
}
/***************************************************************************
* Footer
***************************************************************************/
.footer {
	float: left; 
	width: 100%; 
	background-color: #fef0c5;
	background: #fef0c5 url('http://cdn.sixthman.net/2012/trb/images/footer.jpg') no-repeat scroll 50% 0;
	display: inline-block;
	padding-bottom: 30px;
}
.footer-block {
	width: 980px; 
	margin: 0 auto; 
	text-align: center;
	display: block;
}
.footer-header {
	float: left; 
	width: 195px;
}
.footer-nav-outer {
	width: 100%; 
}
.footer-nav {
	width: 980px; 
	text-align: center; 
	margin: 0 auto;
	padding-top: 70px;
}
#footer-nav {
	color: #ffffff;
	width: 100%; 
	float: left; 
	text-align: left !important;	
	margin-top: 10px;
	clear: both;
	padding-left: 10px;
}
#footer-nav h3 {
	color: #340000;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", serif;
	padding: 5px 0 10px 0;
	font-style: normal;
	font-weight: bold;
	letter-spacing: .75px;
	line-height: 20px;
	margin: 0;
	text-transform: uppercase;
}
#footer-nav a {
	color: #340000;
	text-decoration: none;
	font-size: 11px;
}
#footer-nav a:hover {
	text-decoration: underline;
	color: #d4c228;
}
#footer-nav li {
	background: url("http://cdn.sixthman.net/2012/trb/images/navArrow.png") no-repeat scroll left center transparent;
	font-size: 11px;
	list-style: none outside none;
	margin-bottom: 1px;
	padding-left: 15px;
	font-family: Verdana, "Lucida Grande", Arial, Helvetica, sans-serif;
}
.footer-logos {
	float: left; 
	position: relative; 
	margin: 50px 0 0 0;
	width:980px;
}
.footer-copyright {
	font-family: Verdana, "Lucida Grande", Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #340000; 
	text-align: center;
	margin: 0 auto;
	float: left;
	line-height: 140%;
	padding-top: 20px;
}
.icons {
	float: left;
	width: 240px;
	padding-top: 50px;
}
.footer-chat {
	float: right;
	margin-right: 15px;
	padding-top: 4px;
}
.f-sxm {
	padding-left: 150px; 
	padding-right: 40px; 
	float: left;
}
.c-logo {
	padding-left: 40px; 
	float: left;
}
/***************************************************************************
* 
***************************************************************************/
#signup form {
	margin: 8px 0 0 15px;
	text-align: left;
	width: 214px;
}
.interior #signup form {
	margin: 8px 0 0 5px;
	text-align: left;
	width: 208px;
}
#signup form p input {
	width: 196px;
	height: 21px;
	display: block;
	vertical-align: middle;
	font-size: 12px;
	border-top: 2px solid #bcbcbc;
	border-left: 2px solid #bcbcbc;
	border-bottom: none;
	border-right: none;
}
.interior form fieldset p label {
	display:block;	
	margin:5px 5px 8px 6px;
	padding:0;
	width: 220px;
	font-size: 12px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #333;
}
#signup form p {
	width: 196px;
	height: 21px;
	float: left;
	margin: 0 5px 5px 0;
}
#signup form #ZipCode,#signup form p.zip {
	width: 120px;
}
#signup form #submit {
	height: 23px; 
	width: 64px;	
	border: 0 none;
	cursor: pointer; 
	text-indent: -2500px;
	color: transparent;
	font-size: 0px;
	display:block;
	line-height: 0px;
}
#signup form #submit:hover{
	height: 23px; 
	width: 64px;	
	border: 0 none;
	cursor: pointer;
	text-indent: -2500px;
	color: transparent;
}
#signup form p.submit {
	height: 23px;
	width: 80px;
	text-indent: -2500px;
	margin: 8px 0 0 0;
}
.interior form p.submit {
	width: 80px;
	height: 23px;
	margin: 5px 0 0 0;
}
/***************************************************************************
* Media Inquiries Form
***************************************************************************/
#mediaInquiries label {
	position: relative !important;
	font-weight: bold;
	font-size: 14px;
}
#mediaInquiries dd {
	margin-left: 0 !important;
}
#mediaInquiries .input-text, 
#mediaInquiries .input-textarea {
	width: 450px;
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 7px;
}
#mediaInquiries .input-textarea {
	height: 150px;
}
#captcha-element {
	line-height: 100%;
}

/***************************************************************************
* Interior Content
***************************************************************************/

#banner {
	height: 270px;
}
#cap {
	text-indent: -9999px;
}
#cap {
	text-indent: -9999px; 
	display: none; 
	visibility: visible;
}
a.faq-question  {
	font-size: 14px;
	font-weight: bold;
	line-height: 160%;
	text-decoration: none;	
	color: #333;
}
a.faq-question:hover {
	text-decoration: underline;
}
#main-content a:active {
	position: relative;
	top: 1px;
}
.faq h3 {
	margin-bottom: 15px; 
	font-weight: normal;
}
.community #main-content ul li {
	list-style: none !important; 
	margin-left: 0;
}
.community #main-content ul  {
	margin-left: 0 !important;
}

/***************************************************************************
* Interior Sidebar
***************************************************************************/
.interior .side-nav ul {
	margin: 7px 0 15px 0;
	border-bottom: 1px solid #340B00; 
	padding-bottom: 20px;
}
.interior .side-nav li {
	padding: 2px 0 2px 0;
}
.interior .side-nav li a {
	color: #333;
	text-decoration: underline;
	font-weight: normal;
}
.interior .side-nav li a:hover, 
.interior .side-nav li.current a{
	color: #8FBB5C;
	text-decoration: none;
}
.interior .side-nav li a:hover{
	text-decoration: none;
	color: #8FBB5C;
}
.interior .side-nav li a:active {
	position: relative;
	top: 1px;
}
.interior .FaqBlock ol {
	margin: 0;
	padding: 5px 0 10px 0;
}
.interior .FaqBlock ol li {
	list-style: decimal inside none;
	line-height: 160%;
}
.interior .FaqBlock li  {
	list-style: none;
}
.interior .FaqBlock li a  {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
/***************************************************************************
* Main Content
***************************************************************************/
#main-content h1.mainH1 {
	font-family: "BigTopRegular", Arial, sans-serif;
	font-weight: normal;
	color: #8ec3d3;
	font-size: 30px;
	text-transform: uppercase;
	float: left;
	padding-top: 3px;
}
.lt-ie9 #main-content h1.mainH1 {
	font-family: "SancreekRegular", Arial, sans-serif;
	font-size: 30px;
}
#main-header {
	height: 37px;
}
#main-content {
	padding: 0 0 30px 0;
	line-height: 160%;
	width: 703px;
}
#main-content-copy {
	padding: 15px 4px 0 0;	
	clear: left;
}
#main-content ul, #main-content ul li {
	list-style: disc outside;
	line-height: 175%;
}
#main-content ol, #main-content ol li {
	list-style: decimal inside;
	line-height: 175%;
}
#main-content ul{
	margin: 0 0 0 14px;
}
#main-content ol{
	margin: 0 0 15px 0;
}
/***************************************************************************
* Interior Artist Block
***************************************************************************/
.featured-artists {
}
.featured-artists img {
	float: left; 
	margin: 0 20px 20px 0;
	position: relative;
	z-index: 1;
}

.featured-artists-bio {
	margin: 3px 0 0 0; 
	font-size: 16px;
}
.featured-artists h2 a, 
.artist_links h2 {
	font-size: 25px;
	text-decoration: none;
	font-weight: normal;
	font-family: "TradeGothicLTStdCnNo.18", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.featured-artists-overlay {
	position: relative;
  	width: 100%; /* for IE 6 */;
}
.featured-artists-overlay img {
	float: left; 
	margin: 0 20px 8px 0;
	border: 5px solid #675a51;
	width: 290px;
	height: 196px;
	padding: 0;
}
.featured-artists-overlay h4 {
   position: absolute;
   top: 0;
   left: 0;
   width: 290px;
   height: 196px;
}
.more-artists-block {
    display: inline-block;
    margin-top: 15px;
    padding: 15px 0 15px 0;
}
.more-artists-artist {
    background-color: #fff0c5;
    display: inline;
    margin: 0 17px 12px 0;
    padding: 12px 12px 7px
}
.more-artists-artist img:hover, 
.artistsMoreArtistsArtist img:hover, 
.featured-artists img:hover {
	opacity: .85;
}
#artist_block{
	float:left;
	width:330px;
	min-height:200px;
	height: auto !important;
	height: 200px;	
	padding:0 15px 15px 0;
	margin:0 10px 10px 0;
}
a.artist-link  {
	text-decoration: underline;
	color: #333;
	margin: 2px 0 0 0;
	font-weight: normal;
	display: block;
	font-size: 11.5px;
	text-align: left;
	font-style: normal;
}
a.artist-link:hover {
	text-decoration: none;
	color: #8FBB5C;
}
a.artist-link:active {
	position: relative;
	top: 1px;
}
a.musicPlayer {
	background: transparent url("http://cdn.sixthman.net/2012/trb/images/music-player.png") no-repeat scroll 0 0;
	text-indent: -8000px;
	display: block;
	width: 155px;
	height: 125px;
	margin-top: 10px;
}
a.musicPlayer:hover {
	background: transparent url("http://cdn.sixthman.net/2012/trb/images/music-player-on.png") no-repeat scroll 0 0;	
}
#artistBio {
	padding-bottom: 10px;
}
.artistBioBox { 
	margin: 0 15px 15px 0;
	float: left;
}
.artistBio {
	padding-bottom: 10px;
}
.artist_links {
	margin-left: 375px;
}
.artist_links_box {
	padding-top: 5px; 
	text-align: left; 
}
.artist_links a {
	font-style: normal;
	font-size: 12px;
	color: #4a3f36;
	padding-left: 3px;
	text-decoration: none;
}
.artistsBottom {
	float: left; 
	width: 700px; 
	position: relative; 
	margin: 25px 0 0 0; 
	padding: 0;
	clear: both;
}
.artistsComment {
	color:#333; 
	font-size: 12px; 
	padding-left: 5px
}
#facebook-connect {
    margin-left: 210px;
    padding-left: 10px;
    position: relative;
    width: 470px;
}
#facebook-connect h1 {
	margin-bottom: 15px;
}
.artistsMoreArtists {
    background-color: #fde3b9;
    display: block;
    float: left;
    margin: 0;
    padding: 0 0 13px 0;
    position: relative;
    width: 200px;
}
.artistsMoreArtists h2 {
    background-color: #fde3b9;
    padding-top: 2px;
    width: 165px;
    color: #3c210e;
    font-family: "BigTopRegular",sans-serif;
    font-size: 17px;
    font-weight: normal;
    margin: 0 auto;
    padding: 7px 2px 0;
    text-align: center;
    text-transform: uppercase;
}
.lt-ie9 .artistsMoreArtists h2 {
	font-family: "SancreekRegular", Arial, sans-serif;
	font-size: 20px;
}
.artistsMoreArtistList {
	padding: 10px 0 10px 0; 
	background-color: #d3eefa; 
	margin: 0 auto; 
	text-align: center; 
	width: 175px;
}
.artistsMoreArtistsArtist {
	background-color: #fde3b9;
    margin: 0 auto;
    padding: 5px 10px;
    text-align: center;
    width: 155px;
}
.nobreak{
	display:inline;
}

/***************************************************************************
* SHOW MORE LINK
***************************************************************************/

#show-more {
	font-size: 13px;
	line-height: 20px;
} 
 
#sm-btn {
	display: none;
	border: none;
	background: #8EC3D3;
	color: #111;
	clear: both;
	padding: 5px;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	width: 100px;
	text-align: center;
	text-decoration: none;
	margin-top: 15px;
	font-size: 13px;
}

#sm-btn:hover {
	background-color: #111;
	color: #fff;
	-webkit-transition: all 500ms; 
	-moz-transition: all 500ms ease; 
	-o-transition: all 500ms ease; 
	transition: all 500ms ease;
}

/***************************************************************************
* Map
***************************************************************************/
#map{
	margin-bottom: 15px;
}
#map img {
	margin: 0 auto; 
	text-align: center; 
}
.ports {
	float: left; 
	margin-top: 10px;
}
.port-pic {
	float: left;
}
.port-pic img {
	width: 225px; 
}
.port-description {
	text-align:left; 
	margin-left: 245px; 
}
.port-description-text {
	padding: 5px 0 15px 0;
}
/***************************************************************************
* Cabins
***************************************************************************/
.ship-description {
	width:325px; 
	padding-bottom: 20px;
}
.ship-description h2 {
	font-style: normal;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 20px;
	margin-top: 0;
}
.ship-description-text {
	padding-top: 5px;
}
.ship-description ul {
	margin: 0 !important
}
.ship-description ul li {
	list-style: none outside none !important;
}
.ship-pics {
	background-color: transparent;
	margin: 0 0 10px 355px; 
	padding: 12px;
}
.ship-pics-decks {
	padding-top: 25px; 
	text-align: center; 
	margin: 0 auto;
}
.ship-pics-decks-link {
	margin: 0 auto;
	text-align: center;
	padding: 10px 0 30px 0;
}
.ship-pics-decks-link a {
	font-size: 11px;
}
.ship-pics-boat img {
	width: 320px; 
	height: 210px; 
	border-top: 10px solid #fff;
	border-right: 5px solid #fff;
	border-bottom: 10px solid #fff;
	border-left: 5px solid #fff;
}
.cabins{
	float: left;	
}
.cabin-pic {
	float: left;
}
.cabin-pic img {
	width: 225px;
	height: 140px; 
	margin-bottom: 15px;
}
.cabins-title h3 {
	margin-bottom: 5px;
}
.cabins-title h3 a {
	font-weight: normal;
}
.cabins-info {
	margin-left: 265px;	
	margin-bottom: 10px;
}
.cabins-link {
	padding-top: 2px;
}
.cabins-category {
	margin-top: 0;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
}

/***************************************************************************
* Twitter  Widget
***************************************************************************/

.home .twitter-box {
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #fff0c5;
	padding: 5px 8px 10px 8px;
	width: 187px;
}
.home h3.twitter {
	color: #cb881c; 
	text-align: center; 
	padding-top: 7px; 
	font-size: 20px;  
	width: 180px;
	font-family: "BigTopRegular", Arial, sans-serif;
	font-weight: normal;
}
.lt-ie9 .home h3.twitter {
	font-family: "SancreekRegular", Arial, sans-serif;
	font-size: 22px;
}
.twtr-widget h3 {
	display: none;
}
.twtr-widget h4 {
	display: none;
}
.twtr-widget p {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	color: #333333;
}
.twtr-hd {
	height: 2px;
	padding: 0 0 5px 0 !important;	
}
.twtr-ft div {
	padding: 7px 7px 5px 7px !important;
	display: none;
}
.twtr-ft {
	border-top: none !important;
	margin-top: 7px !important;
	padding-top: 7px !important;
}
.twtr-ft a img {
	display: none;
	height: 0;
}
.twtr-ft span a {
	text-decoration: underline !important;
	font-size: 11px;
	color: #333333 !important;
}
.twtr-ft span a:hover {
	text-decoration: none !important;
}
.twtr-timeline {
	-moz-border-radius: 0px 0px 0px !important;
}
.interior .twtr-bd {
	padding: 0 5px 0 5px !important;
}
.twtr-widget .twtr-tweet-wrap {
	padding: 6px 8px 15px 0 !important;
}
.twtr-widget .twtr-tweet {
	border-bottom: none !important;
}

/***************************************************************************
* Event Slideshow
***************************************************************************/

.slides {
	float: right; 
	margin: 0 0 25px 15px;
}

#slideshow.slides img {
	width: 355px;
	height: 235px;
}

#slideshow.boat img {
	width: 320px;
	height: 210px;
}

/***************************************************************************
* PRICES TABLE MOUSE OVERS
***************************************************************************/

.prices	th{
	font-weight:bold;
}
.prices tr:hover{
	background-color:#a8e3f5;
}	
table.prices{
	width:100%;
}
.prices .slash{
	text-decoration: line-through;
	color:#888888;
} 

/* =============================================================================
   Homepage Media Marquee
   ========================================================================== */

.marquee-box { 
	width: 710px; 
	height: 465px; 
	padding: 10px 0 5px 10px; /* must match #marquee-caption left */
	position: relative;
	background-color: #FFF0C5;
	margin-bottom: 15px;
}
  
.marquee-thumbs { 
	position: absolute; 
	top: 10px; 
	left: 604px; 
	padding: 0; 
	margin: 0; 
	list-style: none;
}

.marquee-thumbs li { 
	margin-bottom: 9px;
	padding: 3px;
	background-color: #FFF0C5;
}

.marquee-thumbs li:hover {
	background-color: #a0d9d5;
}

.marquee-thumbs .activeSlide,
.marquee-thumbs li.activeSlide:hover {
	background-color: #ed5b21;
}

.marquee-thumbs img {
	width: 97px;
	height: 63px;
}

#marquee,
.marquee-img, 
.marquee-img img {
	width: 580px;
	height: 390px;
	z-index: 2;
}

#marquee {
	overflow: hidden;
}

.marquee-img {	
	overflow: hidden;
	position: relative;
}

.marquee-video {
	background-color: #000;
}

#marquee-caption { 
	position: absolute; 
	top: 410px; 
	left: 10px; /* must match .marquee-box padding left */
	width: 570px;
	padding: 0 5px 9px 0;
	/*background-color: #fff;*/
}

#marquee-caption p {
	margin: 3px 5px 0 5px; 
	font-size: 13px; 
	line-height: 17px; 
}

#marquee-caption h2 {  
	font-weight: normal;
	padding: 0 5px 2px 5px; 
	margin: 0;
	font-size: 28px; 
	line-height: 28px;
	font-family: "TradeGothicLTStdCnNo.18", Verdana, sans-serif;
}

#marquee-caption h2 a {
	text-decoration: none;
}

#marquee-caption h2 a:hover {
	text-decoration: underline;
}

.marquee-type {
	text-transform: uppercase;
	color: #8EC3D3;
}

/***************************************************************************
* HOME LATEST HEADLINES
***************************************************************************/
.home .news {
	padding: 10px 8px 15px 0;
}
.home .news li a {
	font-size: 13px;
	font-weight: normal;
}
.home .news li a:hover {
}
.home .news li {
	margin-bottom: 15px;
}
.home .news .readMore a {
	font-size: 11px;
}
a.readMore {
	font-size: 12px;
}
.home .eventDetails {
	float: left; 
	width: 478px; 
	margin-top: 20px; 
}
.home .eventDetailsText {
	margin-top: 13px;
	line-height: 1.5;
	font-size: 14px;
	padding-right: 10px;
}
.wyg {
	text-align: center; 
	text-transform: uppercase; 
	font-family: "TradeGothicLTStdCnNo.18", Verdana, sans-serif;
	padding: 7px 2px 2px 2px;
}
h2.wyg-odd {
	font-size: 19px; 
	line-height: 20px; 
	padding-bottom: 7px; 
	color: #340F00;
}
h2.wyg-even {
	font-size: 19px; 
	color: #CB881C; 
	line-height: 17px; 
	padding-bottom: 7px;
}
h2.wyg-big {
	font-size: 20px;
	line-height: 22px;
}
h2.wyg-small {
	font-size: 17px;
	line-height: 18px;
}
.fb-like-box {
	height: 175px;
	overflow: hidden;
}
h2.news {
	text-transform: none;
	font-size: 26px;
	line-height: 30px;
}

/***************************************************************************
* FLICKR BADGE
***************************************************************************/

.flickr-badge {
	float: left; 
	margin: 0 30px 0 0;
}
#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, sans-serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
#flickr_www {clear: both; display:block; padding:5px 10px 0 5px !important; font: 11px Arial, Helvetica, sans-serif !important; color:#333 !important;}
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:underline !important; background:inherit !important;color:#222222;}
#flickr_badge_uber_wrapper a:hover {text-decoration: none !important;}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, sans-serif !important; color:#666666 !important;}
.flickr_badge_image img {
	border: 0 none !important;
	height: 60px;
	width: 60px;
	float: left;
	padding: 3px;
}
#flickr_badge_uber_wrapper {
	width: 200px;
	padding: 4px 4px 10px 4px;
	margin: 0px 0 10px 0;
}
/***************************************************************************
* ARTISTS PAGINATOR
***************************************************************************/
.paginator {
	clear: both;
	float: right;
	margin-right: 12px;
}
.paginator .active {
	color:#333;
	background-color: #fff;
	padding:3px 8px 5px 8px;
	margin:3px 5px 5px 5px;
	text-decoration:underline;
}
.paginator .active:hover {
	text-decoration: none;
}		
.paginator .inactive {
	color:#333;
	cursor:default;
	text-decoration:none;
	background-color:#fff;
	padding:3px 8px 5px 8px;
	margin:3px 5px 5px 5px;
}
/**********************************/
/*    FACEBOOK FAN BOX           */
/**********************************/
.fan_box .full_widget .connect_top { 
	border: none; 
	background-color: #FFFBE9; 
} 
.fan_box .full_widget { 
	border: none; 
} 
.fan_box .connect_top {
	padding: 5px;
}
.connect_top a { 
	color: #222222; 
	text-decoration: none;
} 
.connect_top a:hover { 
	color: #222222; 
	text-decoration: none;
} 
.connect_widget .connect_widget_facebook_favicon {
	display: none;
}
.fan_box .connections { 
	background-color: #FFFBE9; 
	border: none; 
	color: #222222; 
	padding: 5px 0 0 5px;
} 
.fan_box .name_block a {
	text-indent: -5000px;
	background: transparent url(http://cdn.sixthman.net/2012/trb/images/facebook-fanbox.png) no-repeat scroll 0 0;
	display: block;
	margin-left: 40px;	
	position: relative;
}
.fan_box .connections_grid .grid_item .name a { 
	color: #222222; 
	text-decoration: none;
}
.community .fan_box .full_widget { 
	border: 2px solid #cccccc !important; 
}
/***************************************************************************
* CONTACT PAGE
***************************************************************************/
.contact-info {
	width: 270px; 
	float: left; 
	margin-right: 20px; 
	border-right: 1px solid #8DCAC5;
	padding-right: 30px;
}
/***************************************************************************
* CONTACT FORM
***************************************************************************/
#contactform {
	float: left;
	position: relative;
}
#contactform .booked-full label {
	position: relative !important;
	font-weight: normal;
	margin-right: 15px;
}
#contactform .booked-full {
	clear: both; 
	float: none; 
	position: relative !important;
}
#contactform .booked-input {
	margin: 10px 10px 15px 0 !important;;
}
#contactform-question-text {
	font-weight: bold; 
	margin-bottom: 15px;
}
#contactform form {
	width: 330px;
	text-align: left;
}
#contactform form p {
	float: left;
	/*height: 32px;*/
	margin: 0 15px 10px 0;
	width: 150px;
}
#contactform form p.hint {
	width: 160px;
	font-size: 12px;
}
#contactform form fieldset p label {
	color: #333333;
	display: block;
	font: 95% "Lucida Grande","Trebuchet MS", Verdana, sans-serif;
	margin: 5px 5px 8px 6px;
	padding: 0;
	width: 155px;
}
#contactform form p input[type="text"], 
#contactform textarea {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	display: block;
	font-size: 12px;
	height: 25px;
	vertical-align: middle;
	width: 155px;
	padding: 2px;
}
#contactform form p.full {
	width: 320px;
}
#contactform form #Phone, 
#contactform form #EmailAddress, 
#contactform form #Subject {
	width: 320px;
}
#contactform p.question-text {
	font-size: 12px; 
	font-weight: bold;
}
#contactform form p.submit {
	height: 23px;
	margin: 2px 0 0 2px;
	width: 64px;
	clear: left;
}
#contactform form input {
	font: 13px "Lucida Grande","Trebuchet MS", Verdana, sans-serif;
}
#contactform form textarea {
	width: 310px;
	height: 180px;
	font: 13px "Lucida Grande","Trebuchet MS", Verdana, sans-serif;
}
#contactform form #submit {
	cursor: pointer;
}
#contactform form span, 
#contactform form p {
	position: relative;
}
#contactform label {
	left: 0;
	position: absolute;
	top: 0;
}
#contactform textarea {
	padding: 5px;
}
#contactform input.text, #contactform textarea, #contactform select {
	margin: 0.5em 0;
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
}
#contactform .question-text {
 	padding-top: 20px; 
 	clear: both; 
 	float: none; 
 	font-weight: bold;
}
#contactform .booked {
	width:300px; 
	font-weight: bold;
}
#contactform .booked-no {
	width:100px; 
	float: left; 
	padding-top: 4px;
}
#contactform .booked-yes {
 	float: left; 
 	padding-top: 4px;
}
input[type="radio"],
input[type="checkbox"] {
	vertical-align: middle;
}

/***************************************************************************
* FLIP CUP FORM
***************************************************************************/

.flipcup form {
	margin-top: 20px;
}
.fc-legal {
	margin-top: 30px;
}
#flipcup input[type="text"] {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	color: #000;
	display: block;
	font-size: 12px;
	height: 25px;
	vertical-align: middle;
	padding: 2px;
}
#flipcup p {
	margin-bottom: 12px;
}
#flipcup .submit {
	clear: left;
	margin-top: 25px;
}
#flipcup .submit label {
	clear: left;
	display: none;
}
.input-text-full {
	width: 650px;
	clear: left;
}
.input-text-short {
	width: 320px;
	float: left;
	margin-right: 15px;
}
#flipcup p.full, 
#flipcup p.full label {
	width: 550px;
}
#flipcup p.full input[type="text"] {
	width: 550px;
}
#flipcup p.fc-full {
	margin-bottom: 20px;
}
.fc-intro img {
	margin-bottom: 20px;
}
.fc-last {
	font-weight: bold;
	margin-bottom: 30px;
}
h3.member {
	clear: both;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 3px;
    padding-top: 5px;
}
#main-content ul.form-errors, .error-message {
	border: 1px solid #cd0a0a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	color: #cd0a0a;
	background-color: #fef6f3;
	margin-bottom: 15px;
}
.error-message h3 {
	font-size: 14px;
	color: #cd0a0a;
	background: url(http://s3.amazonaws.com/cdn.sixthman.net/sxm/images/cross.png) no-repeat scroll center left;
	padding-left: 25px;
}
#main-content ul.form-errors {
	margin: 0;
}
#main-content ul.form-errors li {
	list-style: none;
}

/***************************************************************************
* FAQ SEARCH
***************************************************************************/
.searchFaq {
	float: right;
	padding-top: 5px;
}
.searchFaq form input {
	border: 1px solid #555;
	padding: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 11px;
	color: #555;
}
.searchFaq form input.search {
	width: 160px;
	padding: 5px;
}
.searchFaq form .submit {
	background-color: #e0411c;
	border-color: #e0411c;
	color: #fff;
}
/***************************************************************************
* ITINERARY
***************************************************************************/
.itinerary p {
	display: inline;
}
#main-content .itinerary ul li {
	list-style: none !important;
}
#main-content .itinerary ul {
	margin-left: 0 !important;
}
.itinerary li {
	margin-bottom: 5px;
}
#home_quotes { margin: 0; padding-top: 0; width: 20px; height: 165px; }	
.quotes_imgs { width: 193px; height: 165px; margin: 0 auto; overflow: hidden; position: relative; }
.quotes_imgs ul { list-style: none; margin: 0; padding: 0; width: 193px; height: 165px; }
.quotes_imgs ul li { list-style: none; margin: 0; padding: 0; width: 193px; height: 165px; }		
.quotes_imgs div.button { position: absolute; top: 0; width: 24px; height: 130px; background: bottom center no-repeat; z-index: 100; display: none }
.quotes_imgs div.prev { left: -1px;  }
.quotes_imgs div.prev img {height: 25px !important; padding-top: 125px}
.quotes_imgs div.next { right: -1px;  }
.quotes_imgs div.next img {height: 25px !important;}		
.quotes_larrow { float: left; }
.quotes_rarrow { float: right; position: relative; }
/***************************************************************************
* HOME DESTINATIONS CYCLE
***************************************************************************/
#home_events { margin: 0; padding-top: 0; width: 20px; height: 165px; }	
.events_imgs { width: 193px; height: 165px; margin: 0 auto; overflow: hidden; position: relative; }
.events_imgs ul { list-style: none; margin: 0; padding: 0; width: 193px; height: 165px; }
.events_imgs ul li { list-style: none; margin: 0; padding: 0; width: 193px; height: 165px; }		
.events_imgs div.button { position: absolute; top: 0; width: 24px; height: 130px; background: center center no-repeat; z-index: 100; display: none }
.events_imgs div.prev { left: -1px;  }
.events_imgs div.prev img {height: 130px !important;}
.events_imgs div.next { right: -1px;  }
.events_imgs div.next img {height: 130px !important;}		
.events_larrow { float: left; }
.events_rarrow { float: right; position: relative; }
 
/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}
/* Panel Tab/button */
.tab {
	background-color: #333;
	height: 25px;
	position: relative;
    top: 0;
    z-index: 999;
    min-width: 1100px;
}
.tab ul.login {
	display: block;
	position: relative;
  	float: left;
  	clear: right;
  	height: 25px;
	width: auto;
  	font-weight: bold;
	line-height: 25px;
	margin: 0;
	left: 150px;
  	color: #fff;
  	font-size: 80%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.tab ul.login li.left {
	background-color: #333;
  	height: 25px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}
.tab ul.login li.right {
	background-color: #333;
  	height: 25px;
	width: 190px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}
.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 25px;
	background-color: #333;
}
.tab ul.login li a {
	color: #eee;
}
.tab ul.login li a:hover {
	color: white;
}
.tab .sep {
	color:#414141
}
.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 250px;
	position: relative;
	top: 2px;
}
.tab a.open {background: url(../images/slide/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(../images/slide/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(../images/slide/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(../images/slide/bt_close.png) no-repeat left -19px;}
/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#toppanel label {
	position: relative;
}
#panel {
	width: 100%;
	height: 330px;
	color: #999999;
	background: #333;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}
#panel h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 5px 0 10px;
	margin: 0;
	color: #fff;
	word-spacing: 1px;
}
#panel h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 5px 0 10px;
	margin: 0;
	color: #fff;
	word-spacing: 1px;
	text-transform: uppercase;
	font-style:normal;
}
#panel p {
	margin: 5px 0;
	padding: 0;
}
#panel a {
	text-decoration: underline;
	color: #fff;
}
#panel a:hover {
	color: #fff;
	text-decoration: none;
}
#panel a-lost-pwd {
	display: block;
	float: left;
}
#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}
#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}
#panel .content .right {
	border-right: 1px solid #333;
}
#panel .content form {
	margin: 0 0 10px 0;
}
#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}
#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: #fff;
	height: 16px;
}
#panel .content input:focus.field {
	background: #545454;
}
/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}
#panel .content input.bt_login {
	width: 74px;
	background: transparent url("../images/slide/bt_login.png") no-repeat 0 0;
}
#panel .lost-pwd {
	display: block;
	float:left;
	clear: left;
	padding: 15px 0 0 0;
	font-size: 11px;
	text-decoration: underline;
}
#panel .grey {
	font-size: 11px;
}

/***************************************************************************
* COUNTDOWN
***************************************************************************/

#countbox {
	font-size: 13px;
	text-transform: lowercase;
}
#countbox .numbers {
	font-weight: normal;
}
#countbox .date {
	font-size: 12px;
}
.hasCountdown {
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 13px;
	text-align: center;
	text-transform: lowercase;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	vertical-align:top;
}
.countdown_amount {
	font-size: 18px;
	line-height: 22px;
	display: block;
	vertical-align:top;
	top: -2px;
	position: relative;
}
.countdown_descr {
	display: block;
	width: 100%;
	margin-top: 20px;
}
#countdown { 
	width: 220px; 
	height: 50px; 
	text-align: center;
	margin: 10px auto 15px 0;
}
h3.countdown {
	margin: 5px 0 0 15px;
}
/***************************************************************************
* CSS3 Button Styles
***************************************************************************/
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.button-bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.button-medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.button-small {
	font-size: 11px;
	padding: .2em 1em .275em;
}
.button-color {
	color: #d7d7d7;
	border: solid 1px #333;
	background-color: #333;
	background-color: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background-color: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.button-color:hover {
	background-color: #000;
	background-color: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background-color: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
	-webkit-transition: all 400ms; 
	-moz-transition: all 400ms ease; 
	-o-transition: all 400ms ease; 
	transition: all 400ms ease;
}
.button-color:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}
/* ==|== non-semantic helper classes ======================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {
}

@media only screen and (min-width: 768px) {
}

/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* ==|== environment announcement and color-coding ======================================================= */

.environment {
	background-color: #0000A0;
	color: #FFF;
	font-size: 18px;
	padding: 5px 18px;
	text-align: center;
}
.environment.development,
.environment.testing {
	background-color: #00A000;
}
.environment.staging {
	background-color: #A00000;
}
