@charset "iso-8859-1";


#wrapper {position: relative; width: 670px; margin: 0 auto; }

.cities {
visibility: hidden; 
display: none; 
position: absolute; 
float: left;
width: 143px; 
height: 125px; 
left: 30px; 
top: 260px; 
z-index: 50;
}

.des {
visibility: hidden; 
display: none; 
position: absolute; 
width: 112px; 
height: 123px; 
left: 180px; 
top: 260px; 
z-index: 50;
}

.routebox {
visibility: hidden; 
display: none; 
position: absolute; 
width: 223px; 
height: 93px; 
left: 300px; 
top: 260px; 
z-index: 50;
}



.port {
padding-left: 12px; 
padding-right: 15px; 
padding-top: 10px; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
width: 143px; 
height: 125px;
background: url(images/portBG.jpg) no-repeat;
}

.destination {
padding-left: 10px; 
padding-right: 10px; 
padding-top: 8px; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
width: 112px; 
height: 123px;
background: url(images/destinationBG.jpg) no-repeat;
}


.route {
padding-left: 15px; 
padding-right: 15px; 
padding-top: 10px; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
width: 223px; 
height: 93px;
background: url(images/routeinfoBG.jpg) no-repeat;
}

a.menuBck1 {
float:left;
  display:block;
	background-position:0px 2px;
	padding-left: 14px;
	font-family: Arial, Helvetica, Sans Serif;
    font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a.menuBck1:hover {
    float:left;
    display:block;
    background:url("images/redArrow.gif") no-repeat left top;
	background-position:0px 2px;
	padding-left: 14px;
	font-family: Arial, Helvetica, Sans Serif;
    font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}



.details {
background: #282B32;
height: 20px;
padding-top: 6px;
padding-left: 10px;
color: #ffffff;
}


a.detailsLink:link {
	font-family: Verdana, Arial, Helvetica, Sans Serif;
    font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

a.detailsLink:hover {
	font-family: Verdana, Arial, Helvetica, Sans Serif;
    font-size: 12px;
	color: #8498FF;
	text-decoration: underline;
}




a.footerRight2 {
	font-family: Verdana, Arial, Helvetica, Sans Serif;
    font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

a.footerRight2:hover {
	font-family: Verdana, Arial, Helvetica, Sans Serif;
    font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}


