html, body {
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
}

#wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	
	display: block;
	width: 909px;
	height: 590px;
	
	margin-left: -455px;
	margin-top: -295px;
}

#indicator {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 100;
	/*display: none;*/
}

/*
	TOP BOX
*/
#box_top {
	position: relative;
	display: block;
	height: 357px;
	
}

#box_top #top_image {
	position: absolute;
}

#box_box #webcam {
	
	position: absolute;
	display: block;
	
	text-align: center;

	width: 909px;
	/*height: 620px;*/
}

#box_top #webcam img {
	height: 280px;
	margin-top: 30px;
	margin-left: 249px;
	/*top: -263px;
	clip: rect(263px auto auto auto);*/
}

/*
	CONTENT
*/
#content {
	
	position: absolute;
	display: block;
	
	z-index: 100;
	
	width: 545px;
	max-height: 300px;
	
	left: 174px;
	bottom: 20px;
	
	overflow: hidden;
	
	font-size: 11px;
	
	color: #fff;
	background: transparent url(../images/content_bg.png) left top repeat;
}

#content.slip {
	width: 909px;
	max-height: 336px;
	height: 336px;
	left: 0px;
}

#content_inner {
	
	display: block;
	overflow: auto;
	
	bottom: 8px;
	max-height: 264px;

	margin: 8px;
	padding-right: 18px;	
	
	line-height: 1.5em;
	
	background: transparent url(../images/blank.gif) top left repeat;
}

#content_inner h2, #content_inner h3 {
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding-bottom: 10px;
}

#content_inner h3 {
	font-size: 12px;
	padding: 15px 0 5px 0;
}

#content_inner a {
	color: #fff;
}

#content_inner ul {
	margin:0 -10px 0 0;
	padding:0 0 0 14px;
}


/*
	NEWS
*/
#content_inner .newsitem {
	padding-bottom: 5px;
}

#content_inner .newsitem a {
	font-weight: bold;
	text-decoration: none;
}

#content_inner .newsitem a:hover {
	text-decoration: underline;
}

/*
	DOCUMENTS
*/
#content_inner #documents .title {
	font-weight: bold;
	margin: 8px 0;
}

#content_inner #documents dl {
	margin:0;
	padding:0;
}
#content_inner #documents dt {
	float: left;
	clear: left;
	margin:0 10px 0 0;
	padding:0 0 0 0;

}

#content_inner #documents dd {
	clear: right;
	margin:0;
	padding:0 0 0 21px;
	font-size: 10px;

}

#content_inner #documents img {
	float: left;
	margin-right: 4px;
}

#content.slip #content_inner {
	width: 909px;
	max-height: 328px;
	height: 328px;
	
}

/*
	FORMS
*/
#forms {
	width: 360px;
}

#forms .message {
	font-weight: bold;
	color: #66ff00;
	padding: 6px 0;
}

#forms textarea {
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
}

#forms label {
	display: block;
	width: 150px;
	float: left;
}

.form_field {
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #4c81d7;
}

#forms .form_field input, #forms .form_field textarea{
	border: 1px solid #fff;
	width: 200px;
}

#forms .submit {
	margin-left: 150px; 
}


/*
	SUB MENU
*/
#sub_menu {
	position: absolute;
	bottom: 0px;
	
	z-index: 100;
	
	display: block;
	width: 909px;
	height: 20px;
	
	line-height: 20px;
	text-align: center;

	border-top: 1px solid #246997;
	
	background: transparent url(../images/submenu_bg.png) left top repeat;
}

#sub_menu a {
	position: relative;
	padding: 0 12px;
	text-decoration: none;
	color: #999;
	font-size: 9px;
	font-weight: bold;
}

#sub_menu a:hover, #sub_menu a.selected {
	color: #246997;
}

/*
	MAIN MENU
*/

#main_menu, #toolbox {
	position: relative;
	display: block;
	height: 25px;
	
	text-align: center;
	line-height: 25px;
	
	background: transparent url(../images/main_menu_bg.gif) center bottom no-repeat;
}

#main_menu ul, #toolbox ul, #sub_menu ul {
	position: relative;
	margin:0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#main_menu li, #toolbox li, #sub_menu li {
	position: relative;
	display: inline;
}

#main_menu a, #toolbox a {
	position: relative;
	padding: 0 12px;
	
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #999;
}

#main_menu a:hover, #main_menu a.selected, #toolbox a:hover, #toolbox a.selected {
	color: #041a7d;
}

/*
	LOGO
*/
#logo {
	position: relative;
	display: block;
	height: 94px;
	text-align: center;
}

/*
	TOOLBOX
*/
#toolbox {
	background: transparent url(../images/main_menu_bg.gif) center top no-repeat;
}

/*
	BOX BOTTOM
*/
#lower_part {
	position: relative;
	display: block;
	height: 90px;
}

#lower_part.map {
	height: 446px;
}


/*
	SIZER
*/

#sizer {
	position: absolute;
	right: 30px;
	top: 6px;
}

/*
	Reserve a slip
*/
#col1, #col2, #col3 {
	display: block;
	float: left;
	width: 185px;
	height: 280px;
	padding: 0 18px 0 24px;
	border-right: 1px solid #4c81d7;
	font-weight: bold;
}

#col2 {
	width: 255px;
	padding-left: 18px;
	
}

#col3 {
	width: 327px;
	padding-left: 18px;
}

#col1_inner input.text, #col3_inner input.text  {

	border: none;
	background-color: #fff;
	
	width: 171px;
	
	height: 14px;
	
	margin: 0;
	
	margin-bottom: 5px;

	padding: 5px 7px;

	color: #0c2374;
	font-weight: bold;
	font-size: 11px;
}

#col3_inner input.text { 
	width: 146px;
}

.bigtitle {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

.smalltitle {
	font-weight: bold;
	color: #3eaefd;
}

#col2 span {
	font-size: 10px;
	font-weight: normal
}

#col2 textarea {
	border:0;
	width: 250px;
	height: 55px;
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0c2374;
	padding: 5px;
}

#slipdate select {
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0c2374;
}

table.elect {
	width: 255px;
}

table.elect td {
	border-bottom: 1px solid #4c81d7;
}

#slipdate {
	margin: 0 25px 0 24px;
	font-size: 17px;
	font-weight: bold;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom: 1px solid #4c81d7;
}

#countdown {
	position: absolute;
	left: 405px;
	bottom: 30px;
	color: #fff;
}

#gallerynav {
	position: absolute;
	z-index: 110;
	bottom: 25px;
	right: 10px;
}