/* MAIN SETTING
========================================================================= */
body {
	width: 100%;
	height: 100%;
	font: 12px/18px Arial, sans-serif;
	background: #020c1b  url('../images/main-bg.png') repeat;
	color: #000000;
	min-width: 960px;
}
a {
	color: #748a90;
	text-decoration: none;
	cursor: pointer;
}
.main {
	width: 940px;
	margin: 0 auto;
}
.wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.extra-wrap {
	display: block;
	overflow: hidden;
}
h2 {
	font-size: 30px;
	line-height: 74px;
	color: #fff;
}
h3 {
	font-size: 13px;
	line-height: 16px;
	color: #fff;
}
strong {
	font: normal 16px/20px Arial, sans-serif;
	color:#fff;
}
	strong a {
		font: normal 16px/20px Arial, sans-serif;
		color:#fff;
		-webkit-transition: color 0.3s ease;
		-moz-transition: color 0.3s ease;
		-o-transition: color 0.3s ease;
	}
		strong a:hover {
			color:#44dbad;
		}
.fl-l {float: left;}
.fl-r {float: right;}

/* IDENT's
========================================================================= */
.ident-bot-1 {margin-bottom: 0px;}
.ident-bot-2 {margin-bottom: 0px;}
.ident-bot-3 {margin-bottom: 0px;}
.ident-bot-4 {margin-bottom: 0px;}
.ident-bot-5 {margin-bottom: 0px;}
.ident-bot-6 {margin-bottom: 0px;}
.ident-bot-7 {margin-bottom: 0px;}
.ident-bot-8 {margin-bottom: 0px;}
.ident-bot-9 {margin-bottom: 0px;}
.ident-bot-10 {margin-bottom: 0px;}
.ident-bot-11 {margin-bottom: 0px;}
.ident-bot-12 {margin-bottom: 0px;}
.ident-bot-13 {margin-bottom: 0px;}
.ident-bot-14 {margin-bottom: 0px;}
.ident-bot-15 {margin-bottom: 0px;}
.ident-bot-16 {margin-bottom: 0px;}
.ident-bot-17 {margin-bottom: 0px;}
.ident-bot-18 {margin-bottom: 0px;}
.ident-bot-19 {margin-bottom: 0px;}

.ident-top-1 {margin-top: 4px;}

.ident-rigt-1 {margin-right: 17px;}
.ident-rigt-2 {margin-right: 21px;}
.ident-rigt-3 {margin-right: 12px;}

.inner-ident-1 {padding-top: 12px;}

/* HEADER
========================================================================= */
h1 a {
	display: block;
	text-indent: -999em;
	width: 700px;
	height: 80px;
	background: url('../images/main-logo.png') no-repeat;
}

/* CONTENT
========================================================================= */
#content {padding:  0px 0 57px 0;}
#page1 #content {padding: 0px 0 57px 0;}
.button {
	display:inline-block;
	color:#fff;
	font-size: 13px;
	line-height: 16px;
}
.button:hover {
	color:#44dbad;
}

.list-1 {
	padding-top: 89px;
}
.list-1 li {
	float:left;
	border-left: 1px solid #315059;
	padding: 0 6px;
}
	.list-1 li.inner-ident-1 {padding-right: 0;}
	.list-1 li:first-child {
		border-left: none;
	}
	.list-1 a {
		color:#5b737a;
		font-size: 13px;
		line-height: 21px;
	}
		.list-1 a:hover {
			color:#fff;
		}
		
.list-2 li {
	padding-left: 41px;
	line-height: 30px;
	background: url('../images/list-marker-1.png') no-repeat;
}
	.list-2 a {
		color:#fff;
		-webkit-transition: color 0.3s ease;
		-moz-transition: color 0.3s ease;
		-o-transition: color 0.3s ease;
		transition: color 0.3s ease;
		text-decoration:underline;
		font-size: 12px;
		line-height: 30px;
	}
		.list-2 a:hover {
			color:#44dbad;
		}
.img-border img{
	border: 10px solid #203a44;
}
.map-border {
	background: #203a44;
	padding: 10px;
	display:inline-block;
}
.block-1 {
	position:relative;
	background-color:#101e2c;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 30px 20px;
	margin-top: -10px;
}
.block-2 {
	display:block;
	padding: 10px;
	background: url('../images/block-2-bg.png');
}
.block-3 {
	display:block;
	padding: 10px;
	background: url('../images/block-3-bg.png');
}
	.block-2:hover, .block-3:hover {
		background: url('../images/extra-bg-hover.png');
	}
.block-4 {
	width: 280px;
}
.block-5 {
	width: 65px;
}
.extra-block {
	width: 27px;
	height: 23px;
	position:absolute;
	right:26px;
	bottom: -23px;
	background: url('../images/extra-1.png') no-repeat;
}
.link-2 {
	color:#748a90;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.link-2:hover {
	color:#44dbad;
}
.color-1 {
	color:#6c777f;	
}
/* GALLERIFFIC
========================================================================= */
div#container {
	overflow: hidden;
}

div.slideshow-container,
div.loader,
div.slideshow a.advance-link {
	width:940px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
}

div.loader,
div.slideshow a.advance-link,
div.caption-container {
	height:536px; /* This should be set to be at least the height of the largest image in the slideshow with padding */	
}

div.slideshow-container {
	position: relative;
	height:536px;
}
.advance-link img {
	position:relative;
	top: 0;
	display:block;
	margin-top: -18px;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top:0;
	left: 0;
}
div.navigation-container {
	position: relative;
	height:0px;
	width:940px;
	overflow:hidden;
	background: #000;
}
div.navigation {
	position: relative;
	height:122px;
	overflow:hidden;
}
ul.thumbs {
	position: relative;
	overflow:hidden;
	height:0px;
}
ul.thumbs li {
	float: left;
}
a.thumb {
	display: none;
}
ul.thumbs img {
	display: none;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	position: relative;
	display: block;
	float: left;
}
.next, .prev {
	text-indent:-999em;
	display:block;
	position:absolute;
	top: 253px;
	visibility:visible !important;
	width:49px;
	height:49px;
	z-index:999;
}
.next {
	background: url('../images/gall-next.png') no-repeat 0 0;
	right: 30px;
}
	.next:hover {
		background: url('../images/gall-next.png') no-repeat 0 -49px;
	}
.prev {
	background: url('../images/gall-prev.png') no-repeat;
	left: 30px;
}
	.prev:hover {
		background: url('../images/gall-prev.png') no-repeat 0 -49px;
	}
/* PRETTY PHOTO
========================================================================= */
/* Lightbox image */
.lightbox-image {
	position:relative;
	overflow:hidden;
	display:inline-block;
	}
	.lightbox-image img {
		position:relative;
		z-index:2;
		}
	#page1 .lightbox-image img {float:left;}
	.lightbox-image span {
		display:block;
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
		background: #aacce1 url(../images/magnify.png) no-repeat 50% 50%;
		z-index:1;
		}
/* FORM
========================================================================= */
dl {
	display: block;
	width: 174px;
}
dd span {
	float: right;
}
dl strong {
	display: block;
}

.iframe {
	width: 350px;
	height: 290px;
	margin:0;
}
#confirm {
	position: relative;
	height: auto;
	padding-bottom: 20px;
}
#confirm  label {
	display: block;
	position: relative;
	min-height: 42px;
	width: 370px;
}
#confirm  label.message {
	min-height: 290px;
}
#confirm input {
	display: block;
	margin: 0;
	outline: none;
	box-shadow: none !important;
	width: 358px;
	height: 31px;
	border: 1px solid #3f636a;
	color: #748a90;
	font: 12px/18px Arial, sans-serif;
	background: url('../images/contact-form-bg.png');
	padding: 0 7px;
}
#confirm textarea {
	display: block;
	margin: 0;
	padding: 6px 7px;
	outline: none;
	box-shadow: none !important;
	font: 12px/18px Arial, sans-serif;
	background: url('../images/contact-form-bg.png');
	color: #748a90;
	border: 1px solid #3f636a;
	width: 510px;
	height: 268px;
	resize: none;
	overflow: auto;
}
#confirm label > span {
	color: #44dbad;
	position:relative;
	left: 12px;
}
#confirm .success {
	color:#fff;
	display:none;
}
#confirm  .empty, #confirm  .error {
	font: 12px/18px Arial, sans-serif;
	display:none;
	color:Red;
	font-weight:bold;
}
#confirm .btns {
	float:right;
	padding-right: 25px;
}
#confirm .btns a {
	margin-left: 15px;
}


/* FOOTER
========================================================================= */
footer {
	padding-bottom: 20px;
}
.footer-border-top {
	height: 2px;
	overflow:hidden;
	background: url('../images/footer-border.png');
}
.policy {
	font: 12px/18px Arial, sans-serif;
	color: #686e77;
}
.policy a {
	color: #686e77;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
	display:inline-block;
	padding-left: 8px;
	background: url('../images/policy-marker.png') no-repeat 0 50%;
}
.policy a:hover {
	color:#44dbad;
}


/* NAVIGATION
========================================================================= */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: -1px;
	top: 98px; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 186px; /* match ul width */
	top: -32px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

/*** STYLIZATION ***/
nav {
	min-height: 35px;
}
.sf-menu > li  {
	border-left: 1px solid #1b3c46;
}
	.sf-menu > li:first-child  {
		border-left: none;
	}
.sf-menu > li > a {
	font-size: 18px;
	line-height: 0px;
	color: #42555f;
	width: 186px;
	text-align:center;
	height: 25px;
	-webkit-transition: height 0.3s ease;
	-moz-transition: height 0.3s ease;
	-o-transition: height 0.3s ease;
	transition: height 0.3s ease;
	padding-top: 29px;
	background: url('../images/menu-bg.png');
}
	.sf-menu > li > a.first {
		width: 196px;
	}
.sf-menu > li > a.first {
	width: 190px;
}
.sf-menu > li > a:hover, .sf-menu > li.active > a, .sf-menu > li.sfHover > a {
	color: #fff;
	background: url('../images/menu-hover.png');
	height: 28px;
}
.sf-menu ul {
	padding: 0;
	width: 186px;
	background: url('../images/sub-menu-hover.png');
	border-bottom: 5px solid #e88b37;
	padding-top: 5px;
	padding-bottom: 5px;
}
.sf-menu li li a {
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	text-align:center;
}
.sf-menu  li li a:hover, .sf-menu > li li.active a, .sf-menu > li li.sfHover > a {
	color: #1d3d4b;
}
.menu-bot-border-1 {
	border-bottom: 5px solid #e84237;
}
.menu-bot-border-2 {
	border-bottom: 5px solid #e88b37;
}
.menu-bot-border-3 {
	border-bottom: 5px solid #dfbb3f;
}
.menu-bot-border-4 {
	border-bottom: 5px solid #aace50;
}
.menu-bot-border-5 {
	border-bottom: 5px solid #44dbad;
}