/* ---------------- Header ---------------- */
/* ---------------------------------------- */
.headerTop {
    background-color:   #1e60ac;
    color:              #FFFFFF;
}
.headerLogo {
    float:              left;
    margin-top:         10px;
}
.headerContent {
    margin:             0 auto;
    width:              1002px;
    height:             123px;
}
.headerContent div.topContent {
    height:             100px;
}
.headerContent div.bottomContent {
    height:             23px;
}

/* ---------------- Main Content ---------------- */
/* ---------------------------------------------- */
.mainContent {
    width:              1002px;
    height:             100%;
    margin:             0 auto;
}

/* ---------------- Navigation ---------------- */
/* -------------------------------------------- */
.nav {
	margin:				0 auto; 
	width:				835px;
	font-size: 			13px !important;
}
.navItem {
	float: 				left;
    padding: 			2px;
	border-right: 		1px solid #FFFFFF;
	text-align: 		center;
}
.navItem a,
.navItem a:visited,
.navItem a:active
.navItem a:hover {
    color:              #FFFFFF;
    text-decoration:    none;
    font-weight: 		bold;
}
.widthHome {
	width:              75px;
}
.widthCruisePerks {
    width:              120px;
}
.widthMeetingsAtSea {
    width:              145px;
}
.widthIncentiveCruising {
    width:              155px;
}
.widthAboutUs {
    width:              100px;
}
.widthContactUs {
    width:              100px;
    border-right: 		none;
}


/* ------------------ Footer ------------------ */
/* -------------------------------------------- */
.footer {
	text-align: 		center;
}

