
/* Cruiser Splash CSS Document */

body {
	
	background-color: #fff;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	color: #0e4d8c;
	font-size: 9pt;
}

.img {
	border: none;
	padding: 5px;
}

a {
	outline: none;
	text-decoration:none;
	color: #0e4d8c;
}

a:hover {
	outline: none;
	text-decoration:none;
	color: #333;
}

a:visited {
	outline: none;
	text-decoration:none;
	color: #0e4d8c;
}

#container { 
	margin: 0 auto 0 auto;
	width: 900px;
}

#content {
	height: 628px;
	background-position: top;
	margin-top: 0px;
	padding-top: 0px;
}


#imageholder {
	position: absolute;
	top: 0px;
}

#links {
	height: 628px;
	width: 900px;
	background-image: url(../images/cruiser_site_design.jpg);
	background-repeat: no-repeat;
}

#links li {
    margin:0;
    padding:0;
    list-style:none;
}

#links li a {
    position:absolute;
    display:block;
    background-image:url(../images/blank.gif);
}

#links li a span { 
	display:none; 
}

#links li a:hover span {
    position:relative;
    display:block;
    width:425px;
    top:70px;
	left:-213px;
    padding:5px;
    border: 2px solid #red;
    background:#0A4D8D;
    text-decoration:none;
    color:#fff;
	-webkit-border-radius: 0.7em;
	-moz-border-radius: 0.7em;
    border-radius: 0.7em;
}

#links a.victoria {
    top:447px;
    left:115px;
    width:40px;
    height:40px;
}
       
#links a.stjohns {
    top:370px;
    left:805px;
    width:40px;
    height:40px;
}
       
#links a.enter {
    top:280px;
    left:382px;
    width:105px;
    height:50px;
}




