body {
	background-image: url(sailboat-images/greene-mockup2-bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #a0afa0;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 90%;
}
h1 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 22px;
}
h2 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
}
a {
color: #161;
}
a:hover {
color: #0c0;
}
table {
margin-bottom: 0px;
}
td {
font-size: 90%;
}
td h2 {
margin: 0px;
}

.table-bg {
background-color: #e0e9e0;
}

.float-right {
border-left: 0px solid black;
border-bottom: 1px solid black;
border-top: 1px solid black;
float: right;
margin-left: 20px;
margin-bottom: 10px;
padding: 10px 10px 30px 20px;
background-color: #e0e9e0;
}

.float-right-img {
border: 1px solid black;
float: right;
margin-left: 20px;
margin-bottom: 10px;
}

.caption {
font-size: 85%;
font-weight: bold;}

#center {
width: 1100px;
margin: 0px auto;
padding: 0px;
position: relative;
text-align: left;
}

.logo-boat {
position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
}

#main {
width: 1000px;
margin: 0px auto;
padding: 0px;
position: absolute;
top: 45px;
left: 50px;
z-index: 1;
}

.logo {
	z-index: 2;
	margin-left: 80px;
	height: 30px;
	margin-top: 2px;
}
.menu {
	z-index: 2;
	margin-top: 7px;
	margin-left: 50px;
	height: 30px;
}
.img-main {
	z-index: 2;
	width: 1000px;
	height: 382px;
	margin-top: 0px;
}

.text-main2 .translucent {
margin-left: -120px;
}
.translucent {
width: 1000px;
height: 15px;
z-index: 5;
position: absolute;
border-bottom: 1px solid black;
padding: 0px;
}
.translucent2 {
width: 1000px;
height: 15px;
margin: 0px;
padding: 0px;
font-size: 1px;
background-color: white;
opacity:0.7;
filter:alpha(opacity=70); /* For IE8 and earlier */
}
.img-main img {
border-color: black;
border-width: 0px 1px 1px 1px;
border-style: solid;
	z-index: 2;
}
.text-main {
	z-index: 2;
	width: 958px;
	margin-top: 10px;
	padding: 10px 20px;
border: 1px solid black;
background-color: #fff;
}
.text-main2 {
	z-index: 2;
	width: 808px;
	margin-top: -1px;
	padding: 0px 70px 20px 120px;
border: 1px solid black;
background-color: #fff;
}
.text-main2 h1 {
margin: 50px 10px 50px 0px;
color: #363;
font-style: oblique;
border-top: 1px solid #363;
border-bottom: 1px solid #363;
/*display: inline-block;
padding: 0px 50px 0px 5px;*/
width: 400px;
background-color: #fff;
padding-left: 10px;
}
.sm-boat-pics {
	z-index: 2;
	width: 1000px;
	margin-top: 10px;
	padding: 0px;
	font-size: 80%;
	color: #222;
}
.sm-boat-pics a {
color: #222;
text-decoration: none;
}
.sm-boat-pics img {
border: 1px solid black; 
height: 130px;
margin: 0px 1px;
}

#footer {
	clear: both;
	position: relative;
	width: 500px;
	text-align: center;
	padding: 20px;
	margin: 10px auto;
	font-size: 80%;
}


/*HOVER POPUP */

ul.enlarge{
list-style:none outside none; /*remove the bullet point*/
margin:0px;
width: 120px;
padding: 0px;

}
ul.enlarge li{
display:inline-block; /*places the images in a line*/
position: relative;
z-index: 0; /*resets the stack order of the list items - later we'll increase this*/
margin:0px;
}
ul.enlarge img{
background-color:#444;
padding: 6px;
-webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
-moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
box-shadow: 0 0 6px rgba(132, 132, 132, .75);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
ul.enlarge span{
position:absolute;
left: -9999px;
background-color:#666;
padding: 10px;
font-family: 'Droid Sans', sans-serif;
font-size:.9em;
text-align: center;
color: #black;
-webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
-moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
box-shadow: 0 0 20px rgba(0,0,0, .75);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius:8px;
}
ul.enlarge li:hover{
z-index: 50;
cursor:pointer;
}
 ul.enlarge span img{
padding:2px;
background:#ccc;
}
ul.enlarge li:hover span{
top: -300px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
left: -20px; /*distance from the left of the thumbnail to the left of the popup image*/
}
ul.enlarge li:hover:nth-child(2) span{
left: -100px;
}
ul.enlarge li:hover:nth-child(3) span{
left: -200px;
}
/**IE Hacks - see http://css3pie.com/ for more info on how to use CS3Pie and to download the latest version**/
ul.enlarge img, ul.enlarge span{
behavior: url(pie/PIE.htc);
} 