/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
Modified By: PJ Kelly

Modified : December 29, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox{
	display: none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width: 600px;
	height: 600px;
	overflow: hidden;
	margin: -300px 0 0 -270px; /* left margin is 270 to make sure phone number is visible */
	background: #00accc url(../images/bg_lightbox.gif) no-repeat;
	text-align: left;
}

#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.45;
	opacity:.45;
	filter: alpha(opacity=45);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage
{
	display:block;
	width: 96px;
	height: 63px;
	margin: 246px auto 0 auto;
}

#lightbox_wrap {
	position: relative;
	width: 600px;
	height: 600px;
	background: url(../images/bg_lightbox.gif) no-repeat;
	color: #fff;
}
#close a {
	position: absolute;
	top: 34px;
	left: 479px;
	display: block;
	width: 85px;
	height: 30px;
	background: url(../images/button_close.gif) no-repeat;
	text-indent: -9999em;
}
#lightbox_content {
	margin: 66px 0 66px 57px;
}
#lightbox_content p.jet_type_heading,
#lightbox_content h1#lifestyle_heading {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 2.5em;
	text-transform: none;
}
#lightbox_content p.jet_type_heading em {
	font-style: normal;
	text-transform: uppercase;
}
#lightbox_content h1#lifestyle_heading {
	padding: 0 3em 3em 0;
}
#lightbox_content h1 {
	margin: 0 0 .375em 0;
	padding: 0 0 1em 0;
	font-size: 2em;
	color: #fff;
}
#lightbox_content .col {
	float: left;
	width: 245px;
	margin-right: 15px;
}
#lightbox_content p {
	padding-bottom: 1em;
	font: 1.25em/1em Helvetica, Arial, sans-serif;
}
#lightbox_content p#exterior, #lightbox_content p#interior, #lightbox_content p#crossection-top, #lightbox_content p#crossection-front {
	position: absolute;
	padding: 0;
	line-height: .5em;
}
#lightbox_content p#exterior img, #lightbox_content p#interior img, #lightbox_content p#crossection-top img, #lightbox_content p#crossection-front img {
	display: block;
}
#lightbox_content p#exterior {
	top: 240px;
	left: 55px;
}
#lightbox_content p#interior {
	top: 240px;
	left: 315px;
}
#lightbox_content p#crossection-top {
	top: 420px;
	left: 57px;
	width: 330px;
	height: 95px;
	background: url(/images/crossection_top.gif) bottom left no-repeat;
}
#lightbox_content p#crossection-top span {
	position: absolute;
	top: 89px;
	left: 143px;
	display: block;
	width: 45px;
	text-align: center;
}
#lightbox_content p#crossection-front {
	top: 420px;
	left: 442px;
	width: 96px;
	height: 95px;
	background: url(/images/crossection_front.gif) bottom right no-repeat;
}
#lightbox_content p#crossection-front span {
	position: absolute;
	display: block;
	width: 28px;
	text-align: center;
}
#lightbox_content p#crossection-front span.width {
	top: 89px;
	left: 18px;
}
#lightbox_content p#crossection-front span.height {
	top: 32px;
	left: 78px;
}
#lightbox_content p#crossection-top strong, #lightbox_content p#crossection-front strong {
	display: none;
}
#lightbox_content p#exterior img, #lightbox_content p#interior img {
	border: 2px solid #fff;
	width: 220px;
}
#navigate_lightbox {
	list-style: none;
}
#navigate_lightbox li a {	
	display: block;
	width: 145px;
	height: 54px;
	position: absolute;
	top: 546px;
	text-indent: -9999em;
}
#navigate_lightbox li#prev a {
	left: 0;
	background: url(/images/lightbox_previous.gif) no-repeat;
}
#navigate_lightbox li#next a {
	left: 455px;
	background: url(/images/lightbox_next.gif) no-repeat;
}
p#echarter_copyright {
	width: 570px;
	position: absolute;
	top: 525px;
	left: 16px;
	text-align: center;
	line-height: 1.2em;
	font-size: 11px;
}
.non-lightbox p#echarter_copyright {
	width: auto;
	position: static;
	text-align: left;
}
p#echarter_copyright a {
	color: #fff;
	font-size: 11px;
}
p#echarter_copyright a:hover {
	text-decoration: underline;
}
.non-lightbox p#echarter_copyright a:hover {
	text-decoration: none;
}
#echarter_logo a {
	display: block;
	width: 74px;
	height: 47px;
	position: absolute;
	top: 546px;
	left: 264px;
}
.non-lightbox #echarter_logo a {
	display: inline;
	position: static;
	border: 0;
}
.non-lightbox #echarter_logo a:hover {
	border: 0;
	background: none;
}

