body {
	margin:30px 0px 0px 0px;
	background-color:#000;
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	line-height:16px;
	font-size:13px;
	color:#FFF;
}
.body {
	margin:0px;
}
table {
	line-height:16px;
	font-size:13px;
}
.pageWidth {
	width:912px;
}
.flashHolder {
	border-top:solid 1px #353738;
	border-bottom:solid 1px #000;
}
.hide {
	display:none;
}
/* nav */
.navHolder {
	margin-top:15px;
	background-image:url(../../images/nav/bg.gif);
	background-repeat:repeat-x;
	height:47px;
}
.navHolder .nav {
	float:right;
}
.nav td img {
	height:47px;
}
.nav .divider img {
	width:33px;
}
.nav .divider {
	background-image:url(../../images/nav/divider.gif);
}
.nav .one img {
	width:25px;
}
.nav .two img {
	width:93px;
}
.nav .three img {
	width:39px;
}
.nav .four img {
	width:98px;
}
.nav .one a {
	display:block;
	background-image:url(../../images/nav/01.gif);
}
.nav .two a {
	display:block;
	background-image:url(../../images/nav/02.gif);
}
.nav .three a {
	display:block;
	background-image:url(../../images/nav/03.gif);
}
.nav .four a {
	display:block;
	background-image:url(../../images/nav/04.gif);
}
.nav td a:hover {
	background-position: 0 -47px;
}
.nav td .on {
	background-position: 0 -47px;
}
/* content */
.contentTile {
	background-image:url(../../images/contentTile.png);
	background-repeat:repeat-x;
}
.contentBg {
	background-image:url(../../images/contentBg.png);
	background-repeat:no-repeat;
	background-position:top center;
}
.contentLeft {
	width:622px;
	vertical-align:top;
	padding-top:27px;
}
.contentLeft p {
	margin-top:0px;
	margin-bottom:14px;
	margin-right:29px;
}
h1 {
	margin-top:0px;
	margin-bottom:20px;
	font-size:23px;
	text-transform:uppercase;
	line-height:20px;
}
h1 span {
	padding-left:10px;
}
h1 span span {
	font-size:11px;
	padding-left:0px;
}
.contentRight {
	width:290px;
	vertical-align:top;
	padding-top:32px;
}
/* spotlights */
.spotlight {
	padding-bottom:19px;
}
.spotlight .videoTitle img {
	height:18px;
	width:290px;
}
.spotlight .videoTitle a {
	display:block;
	background-image:url(../../images/titles/video.gif);
}
.spotlight .videoTitle a:hover {
	background-position: 0 -18px;
}
.spotlight .packagesTitle img {
	height:18px;
	width:290px;
}
.spotlight .packagesTitle a {
	display:block;
	background-image:url(../../images/titles/packages.gif);
}
.spotlight .packagesTitle a:hover {
	background-position: 0 -18px;
}
.spotlight .galleryTitle img {
	height:18px;
	width:290px;
}
.spotlight .galleryTitle a {
	display:block;
	background-image:url(../../images/titles/gallery.gif);
}
.spotlight .galleryTitle a:hover {
	background-position: 0 -18px;
}
.spotlight .image a img {
	border:solid 3px #71777f;
}
.spotlight .image a:hover img {
	border:solid 3px #FFF;
}
/* footer */
.footer {
	background-image:url(../../images/footerLine.gif);
	background-repeat:no-repeat;
	background-position:top center;
	padding-top:3px;
	padding-bottom:3px;
}
.footer table {
	display:block;
}
.nav .copyright img {
	width:289px;
}
.nav .kubik img {
	width:98px;
	background-image:url(../../images/nav/kubik.gif);
}
.nav .space img {
	width:189px;
}
.nav .copyright a {
	display:block;
	background-image:url(../../images/nav/copyright.gif);
}
.nav .kubik a {
	display:block;
	background-image:url(../../images/nav/kubik.gif);
}
/* package listing */
.package {
	margin-bottom:25px;
}
.package h2 {
	margin-top:0px;
	margin-bottom:6px;
	font-size:15px;
	text-transform:uppercase;
}
.package h2 a {
	color:#FFF;
	text-decoration:none;
}
.package h2 a:hover {
	color:#0096ff;
}
.package h2 span {
	font-style:italic;
}
.package p {
	margin-top:0px;
	margin-bottom:11px;
}
.specsButton {
	width:220px;
}
.specsButton img {
	height:23px;
	width:220px;
}
.specsButton a {
	display:block;
	background-image:url(../../images/buttonSpecs.gif);
	background-repeat:no-repeat
}
.specsButton a:hover {
	background-position: 0 -23px;
}
.package li {
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFF;
}
.package li a {
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	color:#0096ff;
	text-decoration:none;
}
.package li a:hover {
	color:#FFF;
}
.contactButton {
	width:125px;
}
.contactButton img {
	height:23px;
	width:125px;
}
.contactButton a {
	display:block;
	background-image:url(../../images/buttonContact.gif);
	background-repeat:no-repeat
}
.contactButton a:hover {
	background-position: 0 -23px;
}
/* gallery */
.gallery {
	margin:0px;
	padding:0px;
	list-style:none;
}
.gallery li {
	margin-left:3px;
	margin-right:3px;
	margin-bottom:7px;
	float:left;
	padding:2px;
	border:solid 1px #616060;
	background-color:#000;
}
.gallery li img {
	display:block;
}
.gallerySpace {
	padding-top:27px;
	padding-bottom:30px;
}
