
/* Resets
-------------------------------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

q:before, q:after {
	content:'';
}

hr {
	border: none;
}

/* Grid Layout
-------------------------------------------------------------------------------- */
.module{float:right;padding-left:10px;width:95px;}
.first{float:left; padding-left:0;}
.gr2{width:200px;}
.gr3{width:305px;}
.gr4{width:410px;}
.gr5{width:515px;}
.gr6{width:620px;}
.gr7{width:725px;}


/* Basic page definitions
-------------------------------------------------------------------------------- */
html{
	margin: 0 0 2px 0;
	text-align:center;
}

body {
	position:relative;
	text-align: left;
	background: url('_img/bg-nav-grad.jpg') repeat-x 0 150px;
}
#contentWrap{
	padding-bottom: 6em;
}
#contentWrap, .shell {
	position: relative;
	width:745px;
	margin:0 auto;
	padding-left:10px;
}
/* Wide Screen */
.ws #contentMain{
	width:100%;
}


#masthead, 
#contentWrap, 
#footer,
#subContent {
	position: relative;
}

/* Tricks and Hacks
-------------------------------------------------------------------------------- */
#contentWrap:after,
#primaryNav:after,
#sailingSchedules:after,
#containers:after,
.cleared:after,
.result ul:after{
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* replace */
	.replace {
			display:block;
			background-repeat: no-repeat;
			background-position: left top;
			background-color:transparent;
			text-align:left;
	}

	.replace {
			text-indent: -10000em;
			display:block;
			background-repeat: no-repeat;
			background-position: left top;
			background-color:transparent;
			text-align:left;
			height:0px;
			}
	.replace a span, span.replace {
			text-indent: -10000em;
			line-height: 0.01em;
			height:0px;
			}
	.clear{
		clear:both;
	}
	.clearHack {
		clear:both;
		display:block;
		height:0;
		line-height:0;
		visibility:hidden;
	}
/* end replace */