/* 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%;}

body { 	 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	color:#FFFFFF;
	min-width:990px;
	background:url(../images/main-bg.jpg) center 0 repeat;
}

.main {
	width:960px; 	
	padding:0;
	margin:0 auto;
	font-size:12px;
	line-height:18px;
}

a {color:#055287; text-decoration:none;}


.col-1, .col-2 {float:left;}

.wrapper {width:100%; overflow:hidden;}
.extra-wrap {overflow:hidden;}
 
p {margin-bottom:18px;}
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}

.top {
	margin-top:25px;
}

.reg {text-transform:uppercase;}
fleft {float:left;}
.fright {float:right;}

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

.title {margin-bottom:18px;}

.it {font-style:italic;}

.letter {letter-spacing:-1px;}

.color-1 {color:#fff;}
.color-2 {color:#000;}
.color-3 {color:#666;}

/*********************************boxes**********************************/
.margin-bot {margin-bottom:35px;}

.spacing {margin-right:35px;}

.indent {padding:0 0 0px 30px;}
.indent2 {padding-left:50px;}
.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:30px;}
.indent-bot3 {margin-bottom:45px;}

.img-indent-bot {margin-bottom:25px;}
.img-indent {float:left; margin:0 20px 0px 0;}	
.img-indent2 {float:left; margin:0 13px 0px 0;}	
.img-indent-r {float:right; margin:0 0px 0px 40px;}	

.prev-indent-bot {margin-bottom:10px;}	

.buttons a:hover {cursor:pointer;}
.clear {
 clear: both;
 display: block;
 overflow: hidden;
 visibility: hidden;
 width: 0;
 height: 0;
}

.menu li a,
.list-1 li a,
.list-2 li a,
.link,
.button,
.logo {text-decoration:none;}	


.alert {
	padding: 20px;
	background-color: #f44336;
	color: white;
  }
  
  .closebtn {
	margin-left: 15px;
	color: white;
	font-weight: bold;
	float: right;
	font-size: 22px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
  }
  
  .closebtn:hover {
	color: black;
  }

/*********************************header*************************************/
header {
	width:100%;
	position:relative; 
	z-index:2;
	background:url(../images/header-bg.jpg) repeat-x center 0 #000;
}

h1 {
	padding:55px 0 0 9px; 
	position:relative;
	float:left;
}
h1 a {
	display:block;
	text-transform:uppercase;
	color:#fff;
	font-size:60px;
	line-height:84px;
	letter-spacing:-2px;
	font-weight:normal;
	font-family:Impact
}

h1 span {
	color: #FFF;
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 12px;
	margin-left: 5px;
	margin-top: -7px;
}


h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#C0C0C0;
	font-size:30px;
	font-weight:normal;
	letter-spacing:-1px;
	margin-bottom:34px;
	line-height:36px;
}

.head-box1 {
	padding-bottom:5px;
	position:relative;
	z-index:9999;
}

.header-inner {
	position:relative;
	height:512px;
	width:100%;
	background:#040101;
	overflow:hidden;
}


/*** MENU ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}

nav {
    float: right;
    margin-right: 10px;
    margin-top: 124px;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu li {
	float:			left;
	position:		relative;
	margin-left:28px;
}

.sf-menu li span {
	width:100%;
	position:absolute;
	top:-5px;
	left:0;
	background:none;
	z-index:-1;
	height:25px;
}
.sf-menu a {
	display:		block;
	position:		relative;
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
	line-height:16px;
}

.sf-menu a:hover,
.sf-menu li.active a,
.sf-menu li.sfHover > a {
	color:#fff;
}

.sf-menu li:hover span,
.sf-menu li.active span,
.sf-menu li.sfHover > span {
	background:#005287;
}

.sf-menu ul a:hover,
.sf-menu ul li.sfHover > a {
	color:#e77f65;
}

.sf-menu ul {
    background: url(../images/menu-bg1.gif) repeat-x 0 0 #005287;
    padding-left: 13px;
    padding-top: 31px;
    position: absolute;
    top: -999em;
	padding-bottom:26px;
    width: 198px;
}
.sf-menu ul li {
	width:			100%;
	margin: 0 0 4px;
}
.sf-menu ul a {
	color:#fff;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			23px; /* 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:			10em; /* match ul width */
	top:			0;
}
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;
}

/*********************************content*************************************/
#content {
	width:100%; 
	padding:0;
	position:relative;
	z-index:1;
}

#page1 .content-bg1 {
	background:#1c1b1b;
	overflow:hidden;
	padding:48px 0 68px;
}

.content-bg1 {
	background:#1c1b1b;
	overflow:hidden;	
}

.content-bg2 {
	background:#171616;
	overflow:hidden;
	padding:61px 0 0px;
}

																									/***** Page 1 *****/

.page1-box1 {
	overflow:hidden;
}

.text3 {
	display:block;
	font-weight:bold;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:17px;
	margin-bottom:9px;
	text-transform:uppercase;
}

.page1-img1 {
	margin-bottom:30px;
}

.button1 {
	display:inline-block;
	color:#fff;
	font-size:10px;
	line-height:12px;
	padding:10px 20px 12px 19px;
	text-transform:uppercase;
	background:#005287;
}

.button1:hover {
	background:#272626;
}

.button2 {
	display:inline-block;
	color:#fff;
	font-size:17px;
	line-height:19px;
	padding:15px 25px 17px 24px;
	text-transform:uppercase;
	background:#005287;
}

.button2:hover {
	background:#272626;
}
.p6 {
    margin-bottom: 28px;
}

.list1 a {
	color:white;
	font-size:12px;
}

.list1 a:hover {
	color:#055287;
}

.list1 li {
    background: url("../images/marker2.gif") no-repeat scroll 0 5px transparent;
    display: block;
    line-height: 15px;
    padding-bottom: 12px;
    padding-left: 15px;
}

.list1 {
	padding-top:4px;
	margin-bottom:24px;
}

.link1 {
	display:inline-block;
	color:#fff;
	font-size:12px;
	line-height:15px;
	text-decoration:underline;
	font-style:italic;
}

.link1:hover {
	color:#055287;
	text-decoration:none;
}

.page1-box2 {
	overflow:hidden;
	padding-top:0px;
}

.p7 {
	margin-bottom:19px;
}

.p8 {
	margin-bottom:32px;
}

.content-line {
	width:100%;
	height:17px;
	background:url(../images/content-line.gif) repeat-x 0 0;
}

.content-line2 {
	width:100%;
	height:14px;
	background:url(../images/content-line2.gif) repeat-x 0 0;
}

.p9 {
	margin-bottom:47px;
}


																									/***** Page 2 *****/

.content-line1 {
	background:url(../images/content-line1.gif) repeat-x 0 0;
	width:100%;
	height:16px;
	margin-bottom:32px;
}



.page2-box1 {
	overflow:hidden;
	margin-bottom:50px;
	padding-top:4px;
}

.page2-box1 span {
	color:#fff;
}

.page2-box2 {
	overflow:hidden;
}

.link2 {
	color:#595656;
}

.link2:hover {
	color:#055287;
}

.page2-img1 {
	margin-bottom:28px;
}

.p10 {
	margin-bottom:33px;
}

																									/***** Page 3 *****/

.page3-img1 {
	margin-bottom:30px;
}

.page3-box1 {
	overflow:hidden;
	margin-bottom:20px;
}

.page2-img3 {
	float:left;
	margin-right:33px;
}

.p11 {
    line-height: 20px;
    margin-bottom: 7px;
    padding-top: 4px;
}

.page3-box2 {
	overflow:hidden;
	margin-bottom:40px;
}

.page3-box2 p {
	margin-bottom:29px;
}

.p12 {
	margin-bottom:30px;
}

	.p13 {
	margin-bottom:12px;
}																								/***** Page 4 *****/

#page4 .content-bg1 {
    padding-bottom: 68px;
}

.page4-img1 {
    float: left;
    margin-bottom: 28px;
    margin-right: 33px;
}

.p14 {
    margin-bottom: 19px;
    padding-top: 5px;
}

.page5-box1 {
	overflow:hidden;
	margin-bottom:34px;
}

.page5-box2 {
padding-top:4px;
overflow:hidden;
}

#newsletters {
	height: 109px;
    position: relative;
    width: 269px;
}

#newsletters input {
    border: 1px solid #5f5a5a;
    color: #fff;
    height: 16px;
	line-height:16px;
    outline: none;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:32px;
	padding:12px 10px 11px;
    width: 249px;
	background:none;
}

.p15 {
	margin-bottom:16px;
}

.list2 {
	list-style:decimal;
	padding-top:3px;
}

.list2 li {
	margin-left:20px;
	margin-bottom:21px;
	color:#fff;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}

.list2 li span {
	color:#595656;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.page5-box4 {
	overflow:hidden;
	float:left;
	width:193px;
	margin-right:20px;
}

.page5-box3 {
	overflow:hidden;
	margin-bottom:47px;	
}

.page5-img1 {
	margin-bottom:30px;
}

.p16 {
	margin-right:0 !important;
}

																									
	
																									/***** Contact form *****/
#form1 {
	position:relative;
	vertical-align:top;
	z-index:1;
	font-family:Arial, Helvetica, sans-serif;
}

#form1 fieldset {
border:none;
padding:0;
}

.p17 {
	margin-bottom:53px;
}

.p26 {
	margin-bottom:49px;
}


#form1 label {display:block; height:61px; position:relative;width: 382px;}
#form1 label.message { height:243px; width:540px; }

#form1 input {
	outline: none;
	border:1px solid #5f5a5a;
	color: #595656;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
	line-height:15px;
	height:15px;
	background:none;
	padding: 12px 13px;
    width: 352px;
	display:inline-block;
}
#form1 .area .error { float:none;}
#form1 textarea {	
	height:185px;
	margin:0;
	width:512px;
	background:none;
	resize:none;
	outline: none;
	border:1px solid #5f5a5a;
	line-height:15px;
	padding: 12px 13px;
	overflow:auto;
	color:#595656;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block;
}
#form1 a {cursor:pointer;}
#form1 .success {
	display:none;
	position: absolute;
	left: 0px;
	top: -20px;
	color:#717171;
	font-size:12px;
}
#form1 .error,
#form1 .empty {
	color:#055287;
	font-size:11px;
	line-height:1.25em;
	display:none;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
	position:absolute;
	right:3px;
	top:3px;
}
#form1 .message .error,
#form1 .message .empty  {
	right: 4px;
    top: 193px;
}

.link-form {
	float: right;
}

.p23 {
	margin-right:26px;
}

.p24 {
	margin-bottom:39px;
}

.page6-img1 {
	margin-bottom:10px;
}

dt {
	width:322px;
	margin-bottom: 18px;
}

dl span {float:left; width:81px;}

dd { line-height:18px;}

dd a {color:#595656;}

dd a:hover {color:#055287; text-decoration:underline;}
	
/****************************footer************************/
footer {
	width:100%; 
	padding:30px 0 102px;
	background:url(../images/footer.png) no-repeat center 0;
}

.foot-page {
	overflow:hidden;
	margin-left:9px;
	float:left;
}

.p27 {
	word-spacing:-1px;
}

.foot {
	float:right;
}

.foot-page span {
	color:#fff;
	font-family:Impact;
	text-transform:uppercase;
	font-size:70px;
	line-height:84px;
	display:block;
	letter-spacing:-2px;
}

.foot-page1 a {
	color:#595656;
	font-size:12px;
}

.foot-page1 a:hover {
	color:#055287;
}

.foot-page1 {
	margin-top:-6px;
	color:#595656;
}