body {

	background-color: #999999;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #000;
	padding: 0px;
	margin: 0px;

}

#tooltip {

	position: absolute;
	width: 200px;
	padding: 5px;
	visibility: hidden;
	z-index: 100;
	background-color: #F4E3F1;
	border: 1px solid #DDACD2;
	font-family: Verdana;
	font-size: 11px;
	
}

#border a      { color: #FFF; }
#content p     { color: #000; }
#content table { color: #000; }
#content ul a  { color: #000; }
#enclosure a   { color: #FFF; text-decoration: none; }

#content p a:link, #content table a:link {

	color: #522248;
	text-decoration: none;
	font-weight: bold;

}

#content p a:visited, #content table a:visited {

	color: #522248;
	text-decoration: none;
	font-weight: bold;

}

#content p a:hover, #content table a:hover {

	color: #522248;
	text-decoration: underline;
	font-weight: bold;

}

#content p a:active, #content table a:active {

	color: #522248;
	text-decoration: none;
	font-weight: bold;

}

#content .planning a:link, #content .planning a:active, #content .planning a:hover, #content .planning a:visited, {

	color: #000;
	font-weight: normal;
	text-decoration: none;

}

a:link, a:active, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

h1 {

	font-size: 11px;
	text-transform: uppercase;
	background-color: #E0A3B7;
	padding: 5px 20px 20px;
	margin: 0px
	
}

h2 {

	font-size: 16px;
	font-weight: normal;
	padding: 5px 10px;
	margin: 0px;
	
}

h3 {

	font-size: 14px;
	font-weight: bold;
	padding: 10px 10px 10px;
	margin: 0px;

}

ul {

	margin-top: 2px;
	margin-bottom: 2px;

}

.mail_rev {

	unicode-bidi: bidi-override;
	direction: rtl;

}

.mail_supp {

	display: none;

}

#container {

	width: 800px;
	padding: 0px;
	padding-top: 10px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;

} 

#banner {

	background: url("../images/topleft.jpg") top left no-repeat;
	text-align: left;
	background-color: #e1ddd9;
	padding: 0px;
	margin: 0px;

}

#banner h1 {

	background: url("../images/topright.jpg") top right no-repeat;
	height: 100px;
	padding: 25px;
	padding-bottom: 10px;

}

#banner h1 #logo { float: left; }
#banner h1 #picture { float: right; }

#border {

	height: 20px;
	background: url("../images/border.jpg") no-repeat 1px;
	line-height: 20px;
	vertical-align: middle;
	text-indent: 30px;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;

}

#border .address { float: left; }
#border .extra   { float: right; margin-right: 25px; }

#outer {

	border-left: solid 125px #FFF;
	background-color: #ffffff;

} 

#inner {

	background: url("../images/borderright.jpg") top right repeat-y;
	margin: 0px;
	width: 100%;
	
}

#left {

	background: url("../images/borderleft.jpg") top left repeat-y;
	width: 125px; 
	float: left; 
	position: relative;
	padding-left: 20px;
	padding-top: 5px;
	margin-bottom: -8px;
	margin-left: -125px; 
	margin-right: 1px;

}

.replacement {

	padding-top: 6px;

}

#menu {

	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
	width: 105px;
	font-size: 11px;
	font-weight: bold;
	list-style: none;

}


#menu li a {

	display: block;
	text-decoration: none;
	color: #1C3C79;
	background: #fff;
	padding: 5px 5px 5px 18px;
	border-bottom: 1px solid #CCC;
	background-image: url("../images/square.jpg");
	background-repeat: no-repeat;
	background-position: 8% 50%;

}

#menu li.first a {

	border-top: 1px solid #CCC;

}

* html #menu li { float: left; height: 1%; }
* html #menu li a { height: 1%; }

#menu li a:hover {
	
	color: #522248;
	text-decoration: none;
	background: #F9F9F9;
	background-image: url("../images/square.jpg");
	background-repeat: no-repeat;
	background-position: 8% 50%;
	
}

#languages {

	width: 100px;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	list-style-type: none;
	text-align: center;

}

#languages li  { display: inline; padding-right: 5px; }
#languages img { border: 0px; }

#content {
	
	background: url("../images/watermark.jpg") no-repeat;
	background-position: 50px 60px;
	position: relative;
	height: expression(this.scrollHeight < 400 ? '400px' : 'auto' );
	min-height: 400px;
	padding: 5px 20px 0px 20px;
	margin: 0px;

}

p {

	padding: 5px 10px;
	margin: 0px;
	line-height: 18px;

}

table.contact {

	margin: 5px 10px;
	padding: 0px;

}

ul#list {

	margin: 0px;
	padding: 5px 10px;
	list-style: none;

}

.square {

	border: 0px;
	margin-right: 5px;
	margin-bottom: 2px;

}

span.date {

	font-size: 11px;
	font-weight: bold;

}

#form_message, #form_error {

	padding: 5px 10px 10px 10px;
	margin: 0px;
	line-height: 16px;
		
}

#form_error {

	display: none;

}

form {

	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;

}

input.required, input.notrequired, input.email, input.activeElement {

	padding: 2px;
	font-family: Verdana;
	font-size: 11px;

}

input.required, input.notrequired, input.email {

	border: 1px solid #a5acb2;

}

textarea {

	width: 300px;
	height: 100px;
	padding: 2px;
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #a5acb2;

}

.activeElement {

	background-image: url("../images/square.jpg");
	background-repeat: no-repeat;
	background-position: 95% 50%;
	border: 1px solid #983e84;

}

label {
	
	padding-left: 20px;

}

label.required {

	background-image: url("../images/square.jpg");
	background-repeat: no-repeat;
	background-position: 5px 6px;

}

.success {

	background-image: url("../images/success.jpg");
	background-repeat: no-repeat;
	background-position: center left;

}

.failure {

	background-image: url("../images/failure.jpg");
	background-repeat: no-repeat;
	background-position: center left;

}

.thumbnails {

	width: 550px;
	margin: 0px; 
	padding: 10px 10px;

}

.thumbnail {

	border: 1px solid #999;
	margin: 0 15px 15px 0;
	padding: 5px;

}

.thumbnail img { border: 0px; }

.thumbnails img:hover { background: #DDACD2; }

.photo_item_div {

	padding: 5px 10px;
	margin: 0px;

}

.photo_item {

	border: 1px solid #999;
	padding: 5px;

}

.clearBoth { clear: both; }

#quay {

	width: 578px;
	height: 100px;
	margin-top: 5px;
	margin-left: 10px;
	border: 1px solid #CCC;
	background-image: url("../images/quay.jpg");


}

#quay img {

	position: absolute;
	cursor: pointer;

}

.planning {

	width: 580px;
	margin-top: 5px;
	margin-left: 10px;
	border-collapse: collapse;
		
}

.planning thead td {

	background-color: #E9C9E1;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #CCC;

}

.planning thead td.corner {

	background-color: transparent;
	border-top: 0px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 0px;

}

.planning td {

	width: 25px;
	height: 15px;
	line-height: 12px;
	padding: 3px 6px 3px 6px;
	font-size: 9px;
	vertical-align: middle;
	border: 1px solid #CCC;

}

.planning .ship {

	width: 150px;

}

.planning .ship a {

	cursor: pointer;

}

.planning .even td {

	background-color: #E9C9E1;

}

.planning .odd td {

	background-color: #F4E3F1;

}

.planning .present {

	background-image: url("../images/planning-present.jpg");
	background-repeat: repeat-x;

}

.planning .weekend {

	background-image: url("../images/planning-weekend.jpg");
	background-repeat: repeat;

}

.planning .agency {

	font-style: italic;

}

#ToolTip td {

	font-size: 11px;

}

.foremen {

	width: 300px;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	border-collapse: collapse;
	
}

.foremen thead td {

	background-color: #E9C9E1;
	font-weight: bold;

}

.foremen td {

	height: 15px;
	line-height: 12px;
	padding: 3px 6px 3px 6px;
	font-size: 9px;
	vertical-align: middle;
	border: 1px solid #CCC;
	
}

.foremen .even td {

	background-color: #E9C9E1;

}

.foremen .odd td {

	background-color: #F4E3F1;

}

#footer {
	
	height: 1%;
	background: url("../images/bottomleft.jpg") bottom left no-repeat;
	clear: left;
	padding: 0px;
	margin: 0px;
	text-align: right;
	margin: -1em 0px 0px 0px;

}

#footer h1 {

	background: url("../images/bottomright.jpg") bottom right no-repeat;
	height: 15px;
	color: #FFF;

}

#enclosure {

	position: absolute;
	clear: both;
	width: 780px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding-bottom: 8px;

}

#enclosure_shadow {

	position: absolute;
	clear: both;
	width: 780px;
	color: #564b47;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding-top: 1px;
	padding-left: 1px;
	padding-bottom: 8px;

}