/* *** BASIC SETUP *** */
body, td, p, input {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#000;
}
body {
	font-size:  		90%;
	margin: 			0;
	text-align: 		center;
    background-color:   #30576E;
    background-image:url(../images/background.jpg);
    background-repeat:repeat-y;
    background-position:center;
}
a {color:#BE2A40;cursor:pointer;}

/* Holly Hack - only Explorer PC sees this \*/
* html a {cursor:hand;}
/* End Hack */

    a:link		{color:#30576E;text-decoration:none;}
    a:visited	{color:#30576E;text-decoration:none;}
    a:hover		{color:#000;text-decoration:none;}
    a:focus		{color:#30576E;text-decoration:none;}
    a:active	{color:#30576E;text-decoration:none;}
img {display:block;}
.clearboth, .breaker {
	height: 2px;
	font-size: 1px;
	line-height: 2px;
	clear:both;
}

/* *** BASIC LAYOUT *** */

#page {
	width:		775px;
	margin: 	0 auto;
	padding:	0;
	text-align: left;
    background-color:#006893;
}
#headerBlock {
    margin:0;
    padding:0;
}
#bodyBlock
{
	clear:  		both;
	width:		    775px;
	min-height: 	45em;
	position:   	relative;
	margin-top: 	0em;
	background-color:#FFF;
	border-top:1px solid #FFF;
    background-color:#F2EEE8;
    background-image:url(../images/rightnavbg.gif);
    background-repeat:repeat-y;
}

.mainimg {
    margin:10px 10px 10px 20px;
}
/* Holly Hack - only Explorer PC sees this \*/
* html #bodyBlock {height:45em;}
/* End Hack */

#contentColumn  	/* The big wahoonie */
{
	margin:0 0px 0 200px;
	line-height:1.2em;
	z-index:1;
	position:relative;
}
#leftColumn {
	position:absolute;
	top:0px;
	left:2px;
	width:150px;
	min-width:150px;
	line-height:1.2em;
	text-align:left;
}
#rightColumn {
	position:absolute;
	top:0px;
	right:2px;
	width:150px;
	min-width:150px; 
	line-height:1.2em;
	text-align:left;
}
#footerBlock
{
	clear:  			both;
	padding:			2px 2px 2px 2px;
	margin: 			0px 0px 0px 0px;
	background-color:   #006893;
	font-size:  		10px;
	color:  			#fff;
	line-height:		1.4em;
}
/* Stops floats absentmindedly wandering out of their containing boxes in MIE */
/* (gives the containing box 'layout' whatever the heck *that* is) */
/* Hide from IE5-mac. Only IE-win sees this. \*/
	 * html #content 		{height:50px;}
	 * html .contentArea 	{height:50px;}
/* End hide from IE5/mac */

/* *** HEADER *** */

h1{
	font-size: 	0.7em;
	margin:		1px 0px 2px 4px;
	white-space:nowrap;
}

h1 a:link		{color:#FFF;text-decoration:none;}
h1 a:visited	{color:#FFF;text-decoration:none;}
h1 a:hover		{color:#FFF;text-decoration:none;}
h1 a:focus		{color:#FFF;text-decoration:none;}
h1 a:active	    {color:#FFF;text-decoration:none;}



#pageheader {
    height:		114px;
    border-bottom:1px solid #FFF;
    border-top:1px solid #FFF;
}
#pageheader img {
	display:inline;
	height:114px;
    width:775px;
}
#pageheader #headerLeft		{width:775px;margin:0 0px;}

#navTop {
	clear:both;
    text-align:center;
	background-color:#006893;
	color:#FFF;
	font-size:13px;
	line-height:30px;
	height:30px;
	font-weight:700;
	padding:0px 5px 0px 10px;
	margin:0px 0px -5px 0px;
	text-align:left;
}
#navTop ul li {
	display:inline;
	padding:0 10px;
	border-left:1px solid #fff;
	line-height:10px;
	height:10px;
}
#navTop ul li.first	{
	display:		inline;
	padding:		0 4px 0 7px;
	border-left: 	0 solid #fff;
}
#navTop ul li a, #navTop ul li a:visited {color:#ffffff;}
#navTop ul li a:hover	{color:#cccccc;text-decoration:none;}
#navCheckout {
	display:inline;
	float:right;
	margin:0;
	line-height:21px;
	height:21px;
	text-align:	right;
	color:#FFF;
	padding:0 0 0 0px;
}
#navCheckout form {display:inline;}

/* *** LEFT/RIGHT COLUMNS *** */

.ourtours {
    background-image:url(../images/outtours.gif);
    background-repeat:no-repeat;
    width:157px;
    padding-left:40px;
    height:400px;
}

#fullday {
    background-image:url(../images/fullday.gif);
    background-repeat:no-repeat;
    background-position:0% 50%;
}

#halfday {
    background-image:url(../images/halfday.gif);
    background-repeat:no-repeat;
    background-position:0% 50%;
    height:90px;
}
    

#leftColumn, #rightColumn {
	font-size:  			1em;
}

#leftColumn ul,	#rightColumn ul {
	line-height:1.2em;
	font-size:95%;
	margin:10px 0 25px 0;
	padding-left:21px;
    padding-right:2px;
	list-style:none;
	font-family:Verdana, Arial, Helvetica, Times, sans-serif;
}
#leftColumn ul li, #rightColumn ul li {
	margin:0;
	padding:1px 1px 3px 1px;
    color:#30576E;
    border-bottom:1px solid #006893;
}
#leftColumn ul li a,
#rightColumn ul li a {
	display:block;
	color:#30576E;
	padding:1px 2px;
	text-decoration:none;
}
#leftColumn ul li a:hover,
#rightColumn ul li a:hover {
	color:#30576E;
    background-color:#DDD3C3;
	text-decoration:none;
}
#rightColumn h3
{
	line-height:			18px;
	background-color:   	#fff;
	margin: 				0;
	padding:				7px 0px;
	font-size:  			1.1em;
	color:  				#0073C6;
	font-weight:			700;
}
#rightColumn h3 span
{
	display:				block;
}
#rightColumn #referralCredit
{
	margin-bottom: 			12px;

}
#rightColumn #referralCredit span
{
	margin: 				0;
	padding:				4px;
	border: 				1px solid #be2a40;
	font-size:  			1em;
	font-weight:			700;
	text-align: 			right;
}

#rightColumn #smallCart	{
	font-size:0.85em;
}
#rightColumn #smallCart th, #rightColumn #smallCart td {
	padding:0 3px;
}
#rightColumn #smallCart .noItem, #rightColumn #smallCart .cartTotal {
	color:#999999;
}
#rightColumn #smallCart .cartTotal {
	text-align:	right;
}
#rightColumn #smallCart .smallCartTotal {
	height: 5px;
	line-height: 5px;
}
#leftColumn .creditcards
{
	text-align:left;
	margin-bottom:20px;
	padding-bottom:20px;
}
#leftColumn .creditcards span
{
	font-size:0.7em;
	text-align:left;
}
#leftColumn .creditcards .creditcard {
	margin-top: 3px;
	float:left;
	border:solid 1px #fff;
}
#rightColumn div.sideSpecials {color:#000;}
#rightColumn div.sideSpecials a {color:#000;text-decoration:none;}
#rightColumn div.sideSpecials strong {display:block;color:#0073C6;text-align:center;font-size:1em;margin:1em 0 0.3em 0;}
#rightColumn div.sideSpecials img {
	border:1px solid #000;
	margin:0 auto;
}
#rightColumn div.sideSpecials span.specialsPrice {display:block;}
#rightColumn div.sideSpecials a:hover span.specialsPrice span {color:#0073C6;text-decoration:underline;}

/* *** FOOTER *** */

#footerBlock a,
#footerBlock a:visited
{
	text-decoration:		none;
	color:					#fff;
}
#footerBlock a:hover
{
	text-decoration:		underline;
	color:					#fff;
}
#footerBlock ul
 {
	margin: 				0.3em 0 0 0; 
	padding:				0;
	list-style: 			none;
	text-align: 			right;
}
#footerBlock ul li
{
	margin: 				0;
	padding:				0 5px 0 5px;
	list-style: 			none;
	display:				inline;
	border-left:			1px solid #fff;
}
#footerBlock ul li.first
{
	border-width:			0;
}
#footerBlock #copyright
{
	margin: 				0.3em 0 0.3em 0.5em; 
}
#footerBlock .powered
{
	margin: 				0;
	float:  				right;
	text-align: 			right;
	padding:				0 0.5em 0 0;
}

/* *** LIST NAVIGATION *** */

#shoppingCart .listNavTable {
	font-size:10px;
	text-align:right;
	border-bottom:1px solid #AAA;
	padding-bottom:2px;
}
#shoppingCart .listNavTable span {
	padding:0 0.5em;
}
#shoppingCart .listNavTable a {
	margin:0;
	padding:0;
}
#shoppingCart .listNavTable img {
	display:inline;
	border-width:0px;
	margin:1px 0;
	vertical-align:middle;
}

/* *** ACROSS WHOLE  SITE *** */

#shoppingCart {background-color:#FFF;}

#shoppingCart #linkHeader {
	position:relative;
}
#shoppingCart h2 {
	background-color:	#0073C6;
	margin: 			0 0 0 0;
	padding:			0.2em 0.5em;
	font-size:  		0.9em;
	color:  			#FFEF00;
	font-weight:		bold;
}
#shoppingCart .fakeH2 {
	background-color:	#0073C6;
	margin: 			0 0 0 0;
	padding:			0.2em 0.5em;
	font-size:  		0.9em;
	color:  			#FFEF00;
	font-weight:		bold;
	position:absolute;
	top:0;
	right:0;
}

/* Holly Hack - only Explorer PC sees this \*/
* html #shoppingCart #linkHeader .fakeH2 {right:160px;background-color:transparent;}
/* End Hack */

#shoppingCart .fakeH2 a {color:#FFEF00;}
#shoppingCart .fakeH2 a:hover {padding-right:0.6em;}

#breadcrumbs {
	font-size:0.7em;
	padding:0 0 0.5em 0;
	background-color:#FFF;
}