@charset "utf-8";
/* Globals */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	background: #000 url(http://www.cruisevip.net/images/cvip_bgopt.jpg) no-repeat scroll center top !important;
}
br {
	clear: both;
}
span {
	text-indent: -900%;
	position: absolute;
	display: block;
	width: 200px;
}

/* HEAD */
#HEADwrapper {
	text-align: left;
	width: 900px;
	margin: 0 auto;
	display: block;
	padding: 0;
	height: 75px;
}
#HEADleft {
	float: left;
	width: 500px;
}
.idLogo {
	height: 75px;
	background: url(http://content.onlineagency.com/sites/3978/images/08icon.gif) no-repeat left bottom;
	width: 75px;
	float: left;
}

.idSiteName {
	background: url(http://content.onlineagency.com/sites/3978/images/08cvip.gif);
	width: 425px;
	height: 75px;
	float: left;
	background-position: left bottom;
	background-repeat: no-repeat;
}
#HEADright{
	float: right;
}
.callline {
	margin-top:15px;
	height: 20px;
	background: url(http://content.onlineagency.com/sites/3978/images/08cruiseExperts.gif) no-repeat left;
	width: 200px;
	clear: right;
}
.phoneline {
	height: 20px;
	background: url(http://content.onlineagency.com/sites/3978/images/08phone.gif) no-repeat left;
	width: 200px;
	clear: right;
}
.emailline {
	height: 20px;
	background: url(http://content.onlineagency.com/sites/3978/images/08email.gif) no-repeat left;
	width: 200px;
	clear: right;
}
#titleContact {
}

/* Navigational Menu */
#top_nav {
	background-color: #0096CD;
	width: 100%;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 2.5em;
}
#top_nav ul {
	margin: 0 auto;
	width: 800px;
}
#top_nav li {
	display: inline;
	list-style-image: url('none');
	list-style-type: none;
	background-image: url('none');
	margin-left: 12px
}
#top_nav li a:link{
	color: #FFFFFF; 
	text-decoration: none;
	padding-bottom: 2px; 
}
#top_nav li  a:visited {
	color: #FFFFFF; 
	text-decoration: none;
}
#top_nav li a:hover {
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}