@import url("styles_common.css");

/* ---------------------------------------*/
/* ---------->>> #right <<<---------------*/
/* ---------------------------------------*/
/*
   Layout:
   
		#right
			#mid
				#textHolder
				#imageHolder
			#banner
*/
/* ---------------------------------------*/

#right {
	float: left;
	border: 0px solid blue;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#mid{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ebebeb;
}
#imageHolder{
	float: left;
	display: block;
	/*background: url(../images/mh_Home1.jpg) no-repeat;*/
	width: 452px;
	height: 377px;
}
#textHolder{
	float: left;
	display: block;
	width: 315px;
	min-height: 320px;
	background-color: #ebebeb;
	border: 0px solid #000;
	margin: 0px 0px 0px 0px;
	padding: 3px 25px 0px 25px;
	
}
#TheLanding{
	background: url(../images/ap_title_landing_cn.gif) no-repeat;
	width: 158px;
	height: 18px;
}
#TheLanding em{
	display: none;
}

/**/
#Nautica{
	background: url(../images/ap_title_nautica_cn.gif) no-repeat;
	width: 103px;
	height: 18px;
}
#Nautica em{
	display: none;
}

/**/
#Platinum{
	background: url(../images/ap_title_platinum_cn.gif) no-repeat;
	width: 111px;
	height: 18px;
}
#Platinum em{
	display: none;
}

/**/
#OceanMarina{
	background: url(../images/ap_title_OceanMarina_cn.gif) no-repeat;
	width: 303px;
	height: 41px;
}
#OceanMarina em{
	display: none;
}

/**/
#titleAbout{
	background: url(../images/ap_title_About_cn.gif) no-repeat;
	width: 307px;
	height: 67px;
}
#titleAbout em{
	display: none;
}




.leftLink{
	float: left;
	margin: 10px 0px 10px 0px;
}
#vw_viewPlans{
	display: block;
	background: url(../images/viewPlans.gif) no-repeat;
	width: 116px;
	height: 13px;
}
#vw_viewPlans:hover{
	background-position: 0px -13px;
}
#vw_viewPlans em{
	display: none;
}
/**/
#vw_dlBrochure{
	display: block;
	background: url(../images/vw_dlBrochure.gif) no-repeat;
	width: 161px;
	height: 13px;
}
#vw_dlBrochure:hover{
	background-position: 0px -13px;
}
#vw_dlBrochure em{
	display: none;
}

/**/
#vw_viewNautica{
	display: block;
	background: url(../images/vw_viewNautica.gif) no-repeat;
	width: 116px;
	height: 13px;
}
#vw_viewNautica:hover{
	background-position: 0px -13px;
}
#vw_viewNautica em{
	display: none;
}

/**/
#vw_viewPlatinum{
	display: block;
	background: url(../images/vw_viewPlatinum.gif) no-repeat;
	width: 116px;
	height: 13px;
}
#vw_viewPlatinum:hover{
	background-position: 0px -13px;
}
#vw_viewPlatinum em{
	display: none;
}

/**/
#vw_viewTheLanding{
	display: block;
	background: url(../images/vw_viewTheLanding.gif) no-repeat;
	width: 133px;
	height: 13px;
}
#vw_viewTheLanding:hover{
	background-position: 0px -13px;
}
#vw_viewTheLanding em{
	display: none;
}

#mainHeader{
	display: block;
	background: url(../images/home_title.gif) no-repeat;
	width: 280px;
	height: 55px;
}
#mainHeader em{
	display: none;
}
#textHolder p{
	font-size: 10px;
	line-height: 2em;
}
#banner{
	float: left;
	display: block;
	height: 135px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 1px;
	overflow: hidden;
}

#banner .slideshowThumbnail{
	width: 136px;
	height: 135px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.outline {
	height: 135px;
	border: 2px solid #ff0040;
	position:absolute;
	z-index:2;
}
