
/* CSS Popout Menu */

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li{float:left;height:1%;}
* html #menu ul li a{height:1%;}
/* End */

body
	{
	margin: 0 20px 20px;
	padding: 0 20px 20px;
	color: Black;
	font-size: 14px;
	font-family: Tahoma, "Century Gothic", Arial, Helvetica, sans-serif;
	text-align: justify;
}
.cruise 
		{
	padding: 20px 20px 20px 20px;
	color: Black;
	font-size: 14px;
	font-family: Tahoma, "Century Gothic", Arial, Helvetica, sans-serif;
	text-align: justify;
}
	
	.head
	{
	margin: 0;
	padding: 0;
	color: #00a0d3;
	font-size: 16px;
	font-family: Tahoma,"Century Gothic", Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	height: 1px;
	}
		.side
	{
	margin: 0;
	padding: 0 10px;
	color: #ffffff;
	font-size: 12px;
	font-family: Tahoma,"Century Gothic", Arial, Helvetica, sans-serif;
	text-align: left;
	height: 1px;
}
	.head2
	{
	margin: 0;
	padding: 0;
	color: #746454;
	font-size: 20px;
	font-family: Tahoma,"Century Gothic", Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	}
	
	.footer
	{
	margin: 0;
	padding: 0;
	color: #00a0d3;
	font-size: 10px;
	font-family:  Tahoma, "Century Gothic", Arial, Helvetica, sans-serif;
	text-align: center;
	
	}

.bodyText a:link {
color: #00a0d3; 
font-family: Tahoma, "Century Gothic", Arial, Helvetica, sans-serif;
font-size: 14px;
text-decoration: none;
font-weight: normal;
padding-right: 5px;
padding-left: 5px; }

.bodyText a:visited {
color: #00a0d3;
font-family: Tahoma, "Century Gothic", Arial, Helvetica, sans-serif;
font-size: 14px;
text-decoration: none;
font-weight: normal;
padding-right: 5px;
padding-left: 5px; }

.bodyText a:hover {color: White; 
font-family: Tahoma, "Century Gothic", Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
padding-right: 5px;
padding-left: 5px;
text-decoration: none;
border-bottom: 1px;
background-color: #746454; }

.bodyText a:active {
color: White; 
font-family: Tahoma, "Century Gothic", Arial, Helvetica, sans-serif;
font-size: 14px;
text-decoration: none;
font-weight: normal;
padding-right: 5px;
padding-left: 5px; }


table.services
{
    border: 10px solid white;
}

table.video
{
    border: 4px solid #00a0d2;
}

table.inner
{
    border-right: 1px solid white;
    border-left: 1px solid white;
	 border-bottom: 1px solid #ced7e0;
	 
}
td.bg
{
    border: 1px solid white;
    background-color: #e0d8c5;
}