/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	height:100%;	
}
body {
	height:100%;
	background:#000;
	color:#fff;	
	font-family:'Lato', Arial, Helvetica, sans-serif;
}

.clearit {
	clear:both;	
}

#container {
	min-width:1200px;
	min-height:700px;
	margin:0px 40px 40px;	
}
#header {
	height:40px;
	position:absolute;
	top:24px;
	left:40px;
	right:40px;
	min-width:920px;
}

#header h1 {
	background:url(../images/logo.jpg);
	width:225px;
	height:40px;
	overflow:hidden;
	float:left;
	text-indent:-9999px;
}

#nav {
	float:right;	
	list-style:none;
	margin:3px 0px;
}
#nav li {
	float:left;	
	margin-left:10px;
}
#nav a {
	float:left;
	display:block;
	width:86px;
	height:34px;
	line-height:34px;
	text-align:center;
	color:#999;
	background:#323232;
	text-decoration:none;
	text-transform:uppercase;
	font-size:0.7em;
}
#nav a:hover {
	background:#555;
	color:#fff;	
}
#content {
	position:absolute;
	top:85px;
	right:40px;
	bottom:40px;
	left:40px;
	background:#222;
	min-width:1120px;
	min-height:575px;
}

#leftCol {
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	width:35%;
	float:left;	
}
#leftCol h2 {
	position:absolute;
	top:15%;
	right:5px;
	padding:10px;
	background:#000;
	padding:20px;
	line-height:50px;
	font-size:3.5em;
	opacity:0.6;
	color:#fff;
	filter:alpha(opacity=60);
	font-weight:100;
	text-transform:uppercase;
}
#mainCol {
	height:100%;
	width:63%;
	float:right;
	position:relative;	
}
#text {
	margin-top:90px;
	position:absolute;
	top:15%;
	padding:0px 20px;
}
#text .col1, #text .col2 {
	width:280px;
	margin-right:60px;
	float:left;	
	text-align:justify;
}
#text .col2 {
	margin-right:0px;	
}
#text h3 {
	font-weight:bold;
	line-height:1.4em;
	margin-bottom:20px;
	text-transform:uppercase;	
}
#text p {
	margin-bottom:20px;
	line-height:1.3em;
	font-size:0.8em;	
}

#text a {
	color:#ddd;
	text-decoration:underline;	
}
#text a:hover {
	color:#fff;	
}

#text .footer {
	clear:both;
	border-top:2px solid #000;
	margin-top:20px;
	padding-top:20px;	
}
.packages {
	background:url(../images/packages.jpg) center right;	
}
.about-us {
	background:url(../images/about-us.jpg) center right;	
}
.contact-us {
	background:url(../images/contact-us.jpg) center right;	
}
#gallery {
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	text-align:center;	
	overflow:hidden;
	position:absolute;
	background:url(../images/ajax-loader.gif) no-repeat center;
}
#imageWrapper {
	position:relative;
	height:100%;	
}
#gallery .photo {
	margin:auto;
}
#gallery .current {
	display:block;	
}

#thumbs {
	position:absolute;
	width:88px;
	top:40px;
	bottom:40px;
	right:10px;
	overflow:hidden;
	z-index:5000;
}
#prevBtn {
	position:absolute;
	top:10px;
	right:10px;
	height:20px;
	width:88px;
	text-align:center;
	background:url(../images/prevBtn.jpg);
	z-index:10000;
	display:block;
	text-decoration:none;
	text-indent:-999px;
	overflow:hidden;
}
#nextBtn {
	position:absolute;
	bottom:10px;
	right:10px;
	height:20px;
	width:88px;
	text-align:center;
	background:url(../images/nextBtn.jpg);
	z-index:10000;
	display:block;
	text-decoration:none;
	text-indent:-999px;
	overflow:hidden;
}
#thumbsWrapper {
	position:relative;
}
#thumbsWrapper a {
	display:block;
	width:88px;
	height:50px;
	margin:10px 0px;
	overflow:hidden;	
}
#thumbsWrapper img {
	display:block;
}

label {
	display:block;	
	margin-bottom:5px;
}
input, textarea {
	width:280px;
	display:block;	
	margin-bottom:10px;
}
#submitBtn {
	width:auto;	
}
#audioplayer {
	width:1px;
	height:1px;
	visibility:hidden;	
}
