@charset "utf-8";
/* CSS Document */

/*---global reset---*/

*{
	border: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.clear{
	clear: both;
}

.white{
	color: #FFFFFF;
}
.gray{
	color: #666666;
}

.lefty{
	float: left;
	margin: 0 10px 10px 0;
}
.righty{
	float: right;
	margin: 0 0 10px 10px;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	color: #FFFFFF;
}
h2{
	font-size: 16px;
	margin-bottom: 10px;
}
p{
	margin-bottom: 20px;
	text-align: justify;
}
.center{
	text-align: center;
}
.breaker{
	clear: both;
	border-bottom: 1px dashed #666666;
	width: 100%;
	margin: 0 auto 20px auto;
}

ul.nobullets{
	list-style: none;
	text-indent: 10px;
}
/*------body------*/

body{
	background-image: url(images/bodybg.png);
	background-repeat: repeat-x;
	background-position: top;
}

#wrap{
	width: 990px;
	position: relative;
	margin: 0 auto;
}
/*HEADER*/

#header{
	height: 379px;
	width: 990px;
	background-image: url(images/yatch_04.jpg);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	clear: both;
}

#nav {
	position:absolute;
	left:13px;
	top:58px;
	width:206px;
	height:228px;
	z-index:1;
}

#nav ul{
	list-style: none;
}
#nav ul li{
	width: 190px;
	height: 22px;
	padding-top: 6px;
	padding-left: 10px;
	border: 1px solid #333333;
	margin-bottom: 6px;
	background-color: #054161;
	background-image: url(images/rightarrow.gif);
	background-position: 180px;
	background-repeat: no-repeat;
}
#nav ul li.selected{
	width: 190px;
	height: 22px;
	padding-top: 6px;
	padding-left: 10px;
	border: 1px solid #333333;
	margin-bottom: 6px;
	background-color: #890303;
}
#nav ul li a{
	font-size: 14px;
	color: #FFFFFF;
	width: 190px;
	display: block;
}
#nav ul li a:hover{
	font-size: 14px;
	color: #FF9900;
	width: 190px;
	display: block;
}
/*CONTENT*/
#content{
	background-image: url(images/content-mid.png);
	background-repeat: repeat-y;
}
#content-top{
	background-image: url(images/content-top.png);
	background-position: top;
	background-repeat: no-repeat;
}
#content-bottom{
	background-image: url(images/content-bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-top: 16px;
	padding-left: 26px;
	padding-right: 26px;
}

/*FOOTER*/
#footer{
	height: 90px;
	padding-top: 13px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	text-align: center;
	color: #333333;
}
#footer ul{
	list-style: none;
}
#footer ul li{
	display: inline;
}
#footer ul li a{
	padding: 10px 30px;
	color: #333333;
}
#footer ul li a:hover{
	padding: 10px 30px;
	color: #FF0000;
}

/*new pages yacth*/
.yacht{
	float:left;
	width: 46%;
	margin: 10px 0 0 10px;
	border: 1px dashed #000066;
	padding: 6px 6px 0 6px;
}
.yacht h2 a{
	font-size: 16px;
	color: #990000;
}
.yacht h2 a:hover{
	color: #FF0000;
}
.supercontainer{
	width: 99%;
	padding-left: 10px;
}

/*d drive*/
.gallerycontainer{
position: relative;
height: 365px;
width: 80%;
margin: 0 auto;
background-image: url(images/miichampion-bg.jpg);
background-position: right;
background-repeat: no-repeat;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}
.gallerycontainer-olga{
position: relative;
height: 365px;
width: 80%;
margin: 0 auto;
background-image: url(images/olga-bg.jpg);
background-position: right;
background-repeat: no-repeat;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}
.gallerycontainer-runaway{
position: relative;
height: auto;
width: 56%;
margin: 0 auto;
background-image: url(images/runaway-bg.jpg);
background-position: right;
background-repeat: no-repeat;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.gallerycontainer-wil{
position: relative;
height: auto;
width: 72%;
margin: 0 auto;
background-image: url(images/wil-power-bg.jpg);
background-position: right;
background-repeat: no-repeat;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.gallerycontainer-runaway .thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.gallerycontainer-runaway .thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 130px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.gallerycontainer-wil .thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 200px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

