/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* Global properties ======================================================== */
html {width:100%;}
html, body {height:100%;}

body { 	 
	font-family:Arial, Helvetica, sans-serif;
	color:#898888;
	min-width:960px;
	background:#000;
	font-size:12px;
	line-height:20px;
}


.main {
	width:960px; 	
	padding:0;
	margin:0 auto;
	position:relative;
}

a {color:#898888; outline:none; text-decoration:none;}
a:hover {text-decoration:none;}
.link {text-decoration:underline;}
.link2:hover {text-decoration:underline;}

.wrapper {width:100%; overflow:hidden; position:relative;}
.extra-wrap {overflow:hidden;}

p {margin-bottom:18px;} 
.p0 {margin-bottom:0;}
.p1 {margin-bottom:0;}

.d-in-block {display:inline-block;}
.d-block {display:block;}
.reg {text-transform:uppercase;}
.rel {position:relative;}
.fleft {float:left;}
.fright {float:right;}

.alignright {text-align:right;}
.aligncenter {text-align:center;}

.img-indent-l {float:left; margin:3px 19px 0px 0px;}	

/*********************************boxes**********************************/
.indent {padding:0;}

.indent-left {padding-left:30px;}
.indent-left1 {padding-left:25px;}
.indent-left2 {padding-left:15px;}
.indent-left3 {padding-left:20px;}
.indent-left4 {padding-left:10px;}

.indent-bottom {padding-bottom:26px;}

.indent-right {padding-right:40px;}
.indent-right1 {padding-right:25px;}
.indent-right2 {padding-right:60px;}

.indent-top {padding-top:29px;}
.indent-top1 {padding-top:537px;}
.indent-top2 {padding-top:240px;}

.margin-top { margin-top:-2px;}

.margin-bot {margin-bottom:10px;}
.margin-bot2 {margin-bottom:7px;}
.margin-bot3 {margin-bottom:17px;}
.margin-bot4 {margin-bottom:47px;}
.margin-bot5 {margin-bottom:15px;}
.margin-bot6 {margin-bottom:12px;}
.margin-bot7 {margin-bottom:26px;}

.margin-left {margin-left:0;}

.margin-right {margin-right:20px;}



/*********************************header*************************************/
header {
	width:100%;
	background:url(../images/header.gif) left top repeat-x #000;
}

h1 {
	padding:17px 0 19px;
	float:left;
}
	h1 a {
		display:block; 
		text-indent:-9999px;
		background:url(../images/logo.png) no-repeat 0 0;
		width:323px;
		height:40px;
}

/***** menu *****/
nav {
	float:right;
}
.menu {
	position:relative;
	z-index:20;
	float:left;
	padding-top:23px;
}
.menu li {
	float:left; 
	position:relative;
	margin-left:23px;
	font-family: 'Open Sans', sans-serif;
}
.menu li:first-child {
	margin-left:0;
}
.menu>li:first-child + li {
	margin-left:26px;
}
.menu li a {
	display:block;
	font-size:15px;
	line-height:18px;
	color:#fff;
	letter-spacing:-1px;
	text-transform:uppercase; 
	z-index:20;
	font-weight:bold;
	
}
.menu li.sfHover {
	position:relative;
	z-index:10;
}
.menu li a.active,
.menu > li > a:hover,
.menu > li.sfHover > a {
	color:#00c0ef;
}

.menu ul {
	z-index:20;
	letter-spacing:normal;
	font-family:Arial, Helvetica, sans-serif;
	position:		absolute;
	top:			-9999em;
	width:			188px;
	background: 	#2d2d2d;
	border:			none;

}
.menu ul li {width:	100%;}
.menu li:hover {visibility:	inherit; }
.menu li li {
	background:none;
	margin:0;
	border-top:1px solid #000;
}
.menu li li:first-child {
	border:none;
}
.menu li li a {
	background:url(../images/menu.gif) left -100px repeat-x #2d2d2d;
	display:		block;
	padding:		5px 0 9px 11px;
	font-size:		10px;
	line-height:	12px;
	letter-spacing:0;
	color:			#fff;
}
.menu li li > a:hover, 
.menu li li.sfHover > a {
	background-position:left top;
	background-color:#046cab;
}

.menu li:hover ul, .menu li.sfHover ul {
	left:			8px;
	top:			44px;
	z-index:		999;
}
ul.menu li:hover li ul, ul.menu li.sfHover li ul {
	top:			-999em;
}
ul.menu li li:hover ul, ul.menu li li.sfHover ul {
	left:			190px;
	top:			0px;
	z-index:		9999;
}
ul.menu li li:hover li ul, ul.menu li li.sfHover li ul {
	top:			-999em;
}

/*********************************content*************************************/
#content {
	width:100%; 
	padding:0;
}
#datepicker {
	margin-bottom:7px;
}
.table {
	border:1px solid #00c0ef;
	border-right-color:#828180;
	color:#8e8881;
}
.table .t_head {
	background:#00c0ef !important;
	font-size:17px;
	line-height:21px;
	color:#fff;
}
.table .t_head td {
	padding:5px 0 6px;
}
.table tr {
	border-top:1px solid #00c0ef;
	background:#e8e7e5;
	line-height:18px;
}
.table tr:hover {
	background:#dad8d4;
}
.table tr:first-child {
	border:none;
}
.table tr td {width:162px !important; padding:16px 0 0;}
.table tr td + td {width:185px !important;padding:4px 0 5px;}
.table tr td + td + td {width:180px !important;}
.table tr td:first-child {
	padding-left:20px;
}
.col-1 {
	float:left;
}
.col-1 {
	width:265px;
}
#slideshow {
	width:550px;
	height:784px;
	overflow:hidden;
	margin-bottom:20px;
	background:none !important;
}
#slideshow>div {
	width:550px;
	height:784px;
	background:none !important;
}
#slideshow figure>a {
	display:inline-block;
	margin-bottom:14px;
	background:#fff;
}
/*********************************bg's*************************************/
.bg_indent {
	margin-right:-13px;
	padding-right:15px
}
.bg_indent1 {
	margin-right:-6px;
	padding-right:15px
}
.bg_indent2 {
	margin-right:-5px;
	padding-right:40px
}
.bg_indent3 {
	margin-right:-19px;
}
.bg-1 {
	background:url(../images/col_bg.png) right top no-repeat;
}
.bg_main {
	background:url(../images/main.jpg) center top no-repeat;
}
.bg_main2 {
	background:url(../images/main2.png) center top no-repeat;
}
.bg_main3 {
	background:url(../images/main3.gif) center bottom repeat-y;
}
.border-1 {
	background:url(../images/border-1.png) center bottom no-repeat;
	padding-bottom:34px;
}
/*********************************buttons*************************************/
.button-1 {
	display:inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size:17px;
	line-height:21px;
	padding:7px 11px 9px;
	color:#fff;
	text-transform:uppercase;
	background:url(../images/button1.gif) left top repeat-x #103996;
	letter-spacing:-1px;
}
.button-1:hover {
	text-decoration:underline;
}
.button-1.b1 {
	background-image:url(../images/button1_2.gif);
	background-color:#056aa9;
}
.button-1.b2 {
	background-image:url(../images/button1_3.gif);
	background-color:#820b0e;
}
.link3 {
	color:#fff;
}
.link3:hover {
	color:#00c0ef;
}
.link4 {
	color:#00c0ef;
}
.link4:hover {
	color:#fff;
}
/*********************************lists*************************************/
.dl-1 dd {
	overflow:hidden;
}
.dl-1 dd span {
	display:block;
	float:left;
	width:107px;
}
.ul-1 li {
	font-size:13px;
	line-height:16px;
	color:#00c0ef;
	padding:4px 0;
}
.ul-1 li a {
	color:#00c0ef;
}
.ul-1 li a:hover {
	text-decoration:underline;
}
.ul-2 {
	overflow:hidden;
}
.ul-2 li {
	float:left;
	width:195px;
	margin-left:30px;
}
.ul-2 li:first-child {
	margin-left:0px;
}
.ul-2 li figure img {
	margin-bottom:13px;
}
.ul-2 li h5 {
	margin-bottom:9px;
}
.ul-3 {
	width:260px;
}
.ul-3 li {
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	padding:4px 0 5px;
}
.ul-3 li span {
	display:block;
	float:left;
	width:122px;
	color:#00c0ef;
	font-weight:bold;
}
.ul-3 li a {
	display:block;
	color:#898888;
	float:left;
}
.ul-3 li a:hover {
	text-decoration:underline;
}
/*********************************fonts*************************************/
h3,
h4 {
	display:block;
	line-height:1.2em;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}
h3 {
	font-size:35px;
	letter-spacing:-2px;
}
h4 {
	font-size:15px;
	
}
h5,
.title-2 {
	display:block;
	font-size:11px;
	line-height:20px;
	color:#00c0ef;
	text-transform:uppercase;
	word-spacing:-2px;
}
.title-1 {
	font-size:11px;
	line-height:2em;
	text-transform:uppercase;
	color:#fff;
}
.size-1 {font-size:12px; line-height:15px;}

.lh-1 {line-height:20px;}

.color-1 {color:#00baea;}
/******* form's ********/

/***** contact form *****/
#contact-form {
	position:relative;
	vertical-align:top;
	width:100%;
	z-index:1;
	}
	#form1 fieldset {
		border:none;
		padding:0;
		}			
			#form1 label {
				display:block;
				min-height:60px;
			}
			#form1 label.message {
				height:148px;
			}
			.inp {
				display:block;
				width:278px;
				height:47px;
				padding:0 17px;
				background:#2e2e2e;
				overflow:hidden;
				position:relative;
				border:1px solid #4b4a4a;
			}
			#form1 input {
				width:278px;
				padding:15px 0;
				margin:0;
				font-family:"Times New Roman", Times, serif;
				font-size:14px;
				line-height:17px;
				color:#6a6a6a; 
				border:none;
				background:none;
				outline:none;
			}
			#form1 .area .error { float:none;}
			.text_a {
				position:relative;
				overflow:hidden;
				display:block;
				width:447px;
				height:146px;
				padding:0 17px;
				background:#2e2e2e;
				border:1px solid #3f3e3e;
			}
			#form1 textarea {
				height:118px;
				margin:0;
				width:447px;
				padding:15px 0;
				font-family:"Times New Roman", Times, serif;
				font-size:14px;
				line-height:17px;
				color:#6a6a6a; 
				border:none;
				background:none;
				overflow:auto;
				outline:none;
				resize:none;
			}
			#form1 a {cursor:pointer;}
				#form1 .success {display:none; margin-bottom:20px;}
				#form1 .error,
				#form1 .empty {
					position:absolute;
					right:0px;
					top:3px;
					color:#f00;
					font-size:11px;
					line-height:16px;
					display:none;
					overflow:hidden;
				}
				#form1 .message .error,
				#form1 .message .empty {
					top:152px;
					left:5px;
				}
		.buttons-wrapper {text-align:right; padding-top:24px; position:relative;}
		.buttons-wrapper a { margin-left:20px;}
		
		.map {
			width:340px;
			height:213px;
			margin-bottom:33px;
		}
/****************************footer************************/
footer {
	width:100%;
	padding:13px 0 40px;
	color:#fff;
}
.menu2 {
	float:right;
	overflow:hidden;
	margin-right:20px;
}
.menu2 li {
	float:left;
	font-size:11px;
	line-height:14px;
	text-transform:uppercase;
	margin-left:17px;
	letter-spacing:-1px;
}
.menu2 li:first-child {
	margin:0 3px 0 0;
}
.menu2 li a {
	color:#676666;
	display:inline-block;
}
.menu2 li a:hover,
.menu2 li a.active {
	color:#00c0ef;
}
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	left: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
}
#toggleAnimation {
	position:absolute;
	display:block;
	text-indent:-9999px;
	width:80px;
	height:23px;
	background:url(../images/play.gif) left top no-repeat;
	z-index:999;
	left:440px;
	top:-23px;
}
#toggleAnimation.pause {
	background-position:left bottom;
}
#toggleAnimation.play {
	background-position:left top;
}
.button-video {
	position:absolute; 
	top:50%; 
	left:50%; 
	width:45px; 
	height:45px; 
	margin:-23px 0 0 -23px; 
	z-index:2; 
	display:block; 
	background:url(../images/video_marker.png) left top no-repeat;
}
.lightbox-image1 {
	position:relative;
	display:inline-block;
}
.lightbox-image1 img {
	position:relative;
	z-index:2;
}
.lightbox-image1 span {
    background:url(../images/magnify.png) no-repeat scroll 50% 50% transparent;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
