/* 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 ======================================================== */
body { 
	
	background:url(/images/big-bg3.jpg); 
	background-color:#000000;
	background-attachment: fixed; 
	background-position: center top;
	background-repeat:no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px; 
	line-height:1.4615em;
	color:#000000;
	margin-topo:0px;
	min-width:1050px;
	
}
html, body { height:100%;}

<style type="text/css">
<!--
div.scroll {
height:50px;
width: 98%;
overflow: auto;
border: 0px solid #;
background-color: #;
padding: 4px;


}
-->

p {padding-top:19px;}

a {
	color:#0000ff; 
	outline:none;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

.main-pad {
	padding-top:10px;
}
h1 {
	float:left;
	padding:32px 0 26px 10px;
}
	h1 a {
		display:block;
		text-indent:-5000px;
		width:425px;
		height:90px;
		background:url(../images/logo.png) left top no-repeat;
	}
	h2 {
		display:block;
		
		color:#918c81;
	}


h3 {
	font-size:45px;
	font-weight:normal;
	line-height:1.2307em;
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	padding:10px 0 20px 3px;
	vertical-align:baseline;
	width:100%;
	clear:both;
}
	h3 strong {
		display:inline-block;
		font-size:72px;
		line-height:1.2307em;
		vertical-align:baseline;
		font-weight:normal;
		float:right;
		padding-right:10px;
		margin:-26px 0 -10px 0;
	}
	
h4 {
	font-size:24px;
	line-height:1.2307em;
	color:#000000;

	
	font-weight:normal;
	font-family:"Times New Roman", Times New Roman;
}
	.h4-pad {
		padding-top:0px;
	}

h5 {
	font-size:14px;
	line-height:1.5em;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
	color:#918c81;
	padding:9px 0 0 0;
	font-weight:normal;
}

/* Global Structure ============================================================= */
.main {
	margin: 0 auto;
	position: relative;
	width: 1042px;
	background:#000;
	top: 19px;
	left: 16px;




}

/* Header */
	header{
		height:203px;
		background:url(../images/header-bg.png) left top repeat-x;
	}
	#page1 header {
		height:560px;
	}
	
	/* Content */
	section#content {
		background:url(../images/content-bg.gif) top center repeat;
		width:100%;
		position:relative;
	}			
	/* Footer */
	footer{
		background:url(../images/footer-bg.gif) top center repeat;
		height:80px;	
		margin-top:44px;
	}
	.main-pad1 {
		padding-top:43px;
	}
	aside {
		padding-bottom:19px;
	}
/* Left & Right alignment */

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.col-1, .col-2, .col-3 { float:left;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper { 
	width:100%;
	overflow:hidden;
}

/*----- form defaults -----*/
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.extra-wrap { 
	width:100%;
}

/*===== header =====*/
.socials {
	float:right;
	padding:54px 9px 0 0;
}
	.socials a {
		display:inline-block;
		margin-left:9px;
	}


nav {padding:0 10px 0 10px; position:relative; z-index:2}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-weight: bold;
}
.sf-menu {
	width:100%;
	clear:both;
}

.sf-menu li {
	float:left;
	font-size:15px;
	line-height:1.2307em;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
}
.sf-menu > li > a {
		display:block;
		padding:24px 29px 23px 29px;
		text-decoration:none;
		color:#fff
}
.sf-menu li li {	
	font-size:15px;
	line-height:2.4em;
	width:100%;
}
	.sf-menu li li a {	
		display:block;
		border-bottom:1px solid #616161;
		margin:0 13px 0 15px;
		color:#fff;
	}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			100% !important; 
	display:none;
	background:#454545;
	padding:5px 0 5px 0
}
.sf-menu ul ul {
	position:		absolute;
	top:			-999em;
	display:none;
	background:#282828;
	width:121px !important;
}

	.sf-menu li li a em {
		display:inline-block;
		background:url(../images/sf-menu-arrow.gif) left top no-repeat;
		height:7px;
		width:4px;
		position:absolute;
		top:15px;
		right:13px;
		z-index:5
	}
		.sf-menu li li li a {	
			display:block;
			border-bottom:1px solid #4f4f4f;
			padding-left:4px;
		}
.sf-menu ul li {
	width:			100%;
	
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			65px; /* 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:			100%; /* match ul width */
	top:			-5px;
}
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:			0px;
}

.sf-menu li.sfHover > a,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a.active {
	background:#fff;
	color:#000;
}
	.sf-menu li li.sfHover > a,
	.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a.active {
		background:none;
		color:#CCC;
		text-decoration:none;
	}
		.sf-menu li li li.sfHover > a,
		.sf-menu li li li a:focus, .sf-menu li li li a:hover, .sf-menu li li li a.active {
			
		}
.sf-menu .last a {
	border:none;
}


/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/sf-menu-arrow.gif') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}


.slider {
	width:941px;
	height:300px;
	overflow:hidden;
	position:relative;
	z-index:1;
	margin:0 auto;
}
.items {
	display:none;
}
.pagination {
	position:absolute;
	bottom:21px;
	right:24px;
	z-index:999;
}
.pagination li {
	float:left;
	margin-left:5px;
	font-size:0;
	line-height:0;
}
	.pagination li a {
		width:19px;
		height:19px;
		display:block;
		background:#000;
	}
.pagination li.current a {
	background:#fff;
}
.banner {
	height:63px;
	position:absolute;
	color:#fff;
	bottom:0;
	left:0;
	font-size:40px;
	line-height:1.2307em;
	font-family:"Times New Roman", Times, serif;
	padding:13px 0 0 33px;
	z-index:11;
}
.banner-bg {
	width:100%;
	height:76px;
	position:absolute;
	z-index:10;
	bottom:0;
	left:0;
	background:url(../images/banner-bg.png) repeat;
}
/*===== content =====*/


/*===== footer =====*/
.policy {
	float:left;
	padding:28px 0 0 50px;
	text-transform:uppercase;
	font-size:20px;
	line-height:1.2307em;
	color:#b6b6b6;
	font-family:"Times New Roman", Times, serif
}
	.policy a {
		text-decoration:none;
		color:#fff;
	}
		.policy a:hover {
			text-decoration:underline;
		}
	.policy span {
		display:inline-block;
		background:url(../images/footer-span-bg.gif) center top no-repeat;
		width:36px;
		height:35px;
		margin-top:-4px;
	}
	
	/* Footer */
	footer{
		background:url(../images/footer-bg.gif) top center repeat;
		height:80px;	
		margin-top:0px;
	}
	
	.list {
	
}
	.list li {
		border-bottom:1px solid #e1e1cf;
		padding:0 0 18px 0;
		margin-bottom:17px;
	}
	.list li strong {
		font-weight:normal;
		font-size:25px;
		line-height:1.2307em;
		padding:0 0 10px 0;
		display:block;
		font-family:"Times New Roman", Times, serif;
		color:#78745f;
	}
		.list li a {
			text-decoration:none;
			color:#858585;
		}
			.list li a:hover {
				color:#000;
			}
		.list .last {
			padding-bottom:0;
			margin:0;
			border:none;
		}

.link {
	display:inline-block;
	background:#434343;
	color:#fefbeb;
	font-size:23px;
	line-height:1.2307em;
	position:relative;
	margin-top:18px;
	border-radius:18px;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	padding:4px 20px 6px 20px;
	font-family:"Times New Roman", Times, serif;
}
	.link:hover {
		text-decoration:none;
		background:#656661
	}


.pad {
	padding-top:20px;
}
.pad1 {
	padding-top:30px;
}
.pad2 {
	padding-top:40px;
}
.spacing {
	letter-spacing:-1px;
}
.list1 li {
	background:url() left 8px no-repeat;
	padding-left:17px;
	font-size:14px;
	line-height:1.5em;
	color:#333333;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
}
	.list li a {
		text-decoration:none;
		color:#918c81;
		font-size:14px;
	}
		.list li a:hover {
			color:#000;
		}

.list2 {
	margin-top:-14px
}
.list2 li {
	background:url(../images/marker.gif) left 8px no-repeat;
	padding-left:17px;
	margin-bottom:10px;
}
	.list2 li span {
		display:block;
		font-size:14px;
		line-height:1.5em;
		color:#918c81;
		text-transform:uppercase;
		font-family:"Times New Roman", Times, serif;
	}
		.list2 li a {
			text-decoration:none;
			color:#a4a4a4;
		}
			.list2 li a:hover {
				color:#000
			}
	.list2 .last {
		margin:0;
	}
	.list2 .margin {
		margin-top:23px;
	}
