TD {
	FONT-FAMILY: arial;
	FONT-SIZE:12px;
	COLOR: #ffffff;
}

.text_yellow {
	FONT-FAMILY: arial;
	FONT-SIZE:11px;
	COLOR: #ffc800;
}
.bg_intro
{ 
	background-image: url(../images/bg_intro.gif);
    background-repeat: no-repeat;
    background-position: top center;
}

.bg_gradient
{ 
    background-image: url(../images/bg_gradient.jpg);
}

.bg_lines
{ 
    background-image: url(../images/bg_lines.gif);
}

.topleftimage
{ 
    background-repeat: no-repeat;
    background-position: top left;
}

.bg_land_yachts
{ 
    background-image: url(../html/images/land_yacht_pics.gif);
	background-repeat: no-repeat;
    background-position: top right;
}

.bottomrightimage
{ 
    background-repeat: no-repeat;
    background-position: bottom right;
}

BODY {	
	SCROLLBAR-FACE-COLOR: #FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #CCCCCC;
	SCROLLBAR-SHADOW-COLOR: #CCCCCC;
	SCROLLBAR-3DLIGHT-COLOR: #F3F3F3;
	SCROLLBAR-ARROW-COLOR: #FFB800;
	SCROLLBAR-TRACK-COLOR: #F3F3F3;
	SCROLLBAR-DARKSHADOW-COLOR: F3F3F3;
}

.header {
	FONT-FAMILY: arial;
	FONT-SIZE:14px;
	COLOR: #FFFFFF;
	FONT-WEIGHT: bold;
}

.sub_header {
	FONT-FAMILY: arial;
	FONT-SIZE:11px;
	COLOR: #ffcc00;
	FONT-WEIGHT: bold;
}

a:link {
	color: CC0000;
	text-decoration: none;
}

a:hover{
	color: #0000FF;
	text-decoration: none;
}

a:visited{
	color: #FFCCOO;
	text-decoration: none;
}

.form_field {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;

}

.form_button		{ 
	border-right: #CCCCCC 1px solid; 
	border-bottom: #CCCCCC 1px solid; 
	border-top: #CCCCCC 1px solid; 
	border-left: #CCCCCC 1px solid; 
	background-color:#EFEFEF;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE:11px;
	COLOR: #666666;
	FONT-WEIGHT: bold;
	padding: 1px;
}

.border {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

.border_banner {
	border-top: 1px solid #003399;
	border-bottom: 1px solid #003399;
	border-right: 1px solid #E9393A;
	border-left: 1px solid #E9393A;
}

.border_padded {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 3px;
}

.top_bottom_border {
	border-top: 1px solid #003399;
	border-bottom: 1px solid #003399;
}

.top_border {
	border-top: 1px solid #E3E3E3;
}

.bottom_border_dashed {
	border-bottom: 1px dashed #CCCCCC;
}

.bottom_border {
	border-bottom: 1px solid #000000;
}

.bottom_border_dark {
	border-bottom: 1px solid #CCCCCC;
}

.right_border_dashed {
	border-right: 1px dashed #CCCCCC;
}

.right_border_dashed_red {
	border-right: 1px dashed #FF0000;
}

.left_right_border {
	border-right: 1px solid #440000;
	border-left: 1px solid #440000;
}

.left_border {
	border-left: 1px solid #E3E3E3;
}

.left_border_dashed {
	border-left: 1px dashed #CCCCCC;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../html/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../html/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }