@charset "utf-8";
/* CSS Document */
/************* Tag Based ***************************/
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #1e3141 url(../images/mainbackground.jpg) top repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #ffffff;
}
body.Gallery
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-color:#182939;
	background-image: none;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #ffffff;
}
h1
{
	font-size:14px;
	color:#cad7e4;
	background:url(../images/headerbackground.jpg) right no-repeat;
	padding:0px 30px 6px 35px;
	vertical-align:middle;
	text-align:right;
	margin-top:10px;
}
h2
{
	font-size:12px;
	font-weight:bold;
	color:#8099b0;
	background:url(../images/header2background.jpg) left no-repeat;
	vertical-align:middle;
	text-transform:capitalize;
	padding:3px 10px 9px 5px;
}
.readmore
{
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	background:url(../images/header4background.jpg) right no-repeat;
	vertical-align:bottom;
	text-transform:lowercase;
	padding:3px 10px 9px 5px;
	text-align:right;
}
a
{
	font-size:11px;
	color:#FFFF33;
	font-weight:bold;
	text-decoration:none;
}
.noBold
{
	font-size:11px;
	color:#FF0000;
	text-decoration:none;
}
a:hover
{
	font-size:11px;
	color:#FF0000;
	font-weight:bold;
	text-decoration:underline;
}
img
{
	border:0;
}
ul
{
	list-style-image:url(../images/listicon.jpg);
	margin-top:0;
}
input, textarea,select
{
	border:#1a2937 solid 1px;
	/*background-color: #546677;*/
	background-color:#d0d0d0;
	color: #000000;
	font-family: verdana,arial;
	font-size: 11px;
	padding:5px;
}

.photo {
	padding-top: 5px;
	height: 68px;
	vertical-align: bottom;
	padding-bottom: 15px;
	text-align: center;
	width: 110px;
}
.photo  img {
	border: 2px solid #999999;
}
.photobottom {
	padding-top: 5px;
	height: 68px;
	vertical-align: bottom;
	width: 110px;
	text-align: center;
}
.photobottom   img {
	border: 2px solid #999999;
}
.yachtname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #455D6E;
	text-align: center;
	font-weight: bold;
}

/************* End Tag Based ***************************/
/************* Class Based ***************************/
/************* End Class Based ***************************/