@charset "UTF-8";
body {
	background-color: #000000;
}
.footer_info a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer_info a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	color: #FF6600;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 15px;
}
.col_left {
	background-color: #222222;
	margin: 15px;
	padding: 15px;
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	line-height: 23px;
	vertical-align: top;
}
.col_rt {
	padding: 15px;
	height: 390px;
	width: 475px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	line-height: 23px;
	margin-top: 15px;
}
.col_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FF6600;
}
.cont_bottomright {
	float: right;
	width: 470px;
}
.cont_maincontent {
	background-color: #111111;
	width: 760px;
	margin: auto;
	clear: both;
	height: 450px;
}
.cont_top {
	margin: auto;
	height: 150px;
	width: 760px;
	background-image: url(images/top9.jpg);
}
.cont_topright {
	width: 470px;
	margin-left: 20px;
	margin-top: 25px;
}
.footer {
	height: 65px;
	width: 760px;
	background-color: #CE5002;
	clear: both;
	background-image: url(images/footer.jpg);
	margin: auto;
}
.horz_line {
	margin: auto;
	height: 36px;
	width: 760px;
}
.footer_info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: auto;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 20px;
}
.menu {
	background-color: #111111;
	float: right;
	height: 135px;
	width: 172px;
	margin-top: 110px;
	margin-right: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 22px;
	padding-left: 75px;
	padding-top: 30px;
}
.secondary_header {
	margin: auto;
	height: 100px;
	width: 760px;
	background-color: #FFCC00;
}
.secondary_mainbody {
	width: 730px;
}
.secondary_cont_maincontent {
	background-color: #111111;
	width: 730px;
	margin: auto;
	clear: both;
	padding: 15px;
}
.bodyheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}
.tangerine {
	color: #FF6600;
}
.moons {
	color: #666666;
}
a {
	color: #FF6600;
	text-decoration: none;
}

.port_bannerleft {
	height: 75px;
	width: 200px;
	border: 1px solid #666666;
	float: left;
}
.port_row {
	clear: both;
	padding-top: 10px;
}
.port_titleleft {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 200px;
}
.port_bannerright {
	height: 75px;
	width: 200px;
	border: 1px solid #666666;
	float: right;
}
.port_titleright {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 200px;
}
.more {
	float: right;
	width: 200px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: both;
	color: #FFFFFF;
	padding-bottom: 15px;
}
.header {
	margin: auto;
	height: 55px;
	width: 760px;
}
.port_item {
	padding-top: 5px;
	background-color: #333333;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	margin: auto;
	margin-left: 15px;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #999999;
	padding: 5px;
	left: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

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

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: auto;
	left: 60px; /*position where enlarged image should offset horizontally */
}
.port_row2 {
	clear: both;
	padding-top: 10px;
}
.top_header {
	border: 1px solid #D55702;
}
.column_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	border-color: #FF6600;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	text-align: center;
}
.column_price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-size: 20px;
	line-height: 14px;
	border-color: #FF6600;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	text-align: center;
}
