/* 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 { 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.8125em; 
	line-height:1.5384em;
	color:#8f8f8f;
	min-width:1000px;
	background:#000;
}
html, body { height:100%;}


p {padding-bottom:20px;}

a {
	color:#8f8f8f; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

/* Global Structure ============================================================= */


	/* Header */
	#page1 header{
		height:747px;
	}
	
	header{
		height:260px; z-index:999; position:relative;
	}
	
	/* Content */
	section#content {background:#fafafa; z-index:998; position:relative;
		
	}			
	/* Footer */
	footer{height:57px;
		
	}
	aside {background:url(../images/aside-bg.jpg) 0 0 repeat-x; height:216px;}
/* 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;
}
.img-indent1 { 
	margin:0 5px 0 0; 
	float:left;
}
.img-indent2 { 
	margin:0 12px 0 0; 
	float:left;
}
.img-indent3 { 
	margin:0 20px 0 0; 
	float:left;
}
.extra-wrap { 
	width:100%;
}
.extra-wrap1 { 
	overflow:hidden;
}

.bg {background:url(../images/bg.jpg) center top no-repeat; min-height:747px;}

h1 {display:inline-block; margin:58px 0px 0px 359px;
	}
h1 a {
	text-indent:-5000px;
	background:url(../images/logo.jpg) 0 0 no-repeat;
	width:300px;
	height:103px;
	display:block;	
}

h2 {font-size:30px; line-height:1.2307em; color:#000; letter-spacing:-1px;}
.h2-top {padding-top:27px;}
.h2-top1 {padding-top:40px;}
.h2-top2 {padding-top:35px;}

h3 {font-size:24px; line-height:1.2307em; color:#fff; letter-spacing:-1px;}
.h3-bot {padding-bottom:18px;}

nav {z-index:999; position:relative;}
.sf-menu {background:url(../images/menu-bg.gif) 0 0 repeat-x; height:62px; width:942px; margin-top:17px; margin-left:-1px;}
.sf-menu li {
	float:left;
	position:	relative;
	font-size:11px;
	line-height:18px;
	text-transform:uppercase;
	width:160px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(../images/li-bg.gif) 0 7px no-repeat;
	}
.sf-menu a {
	display:block;
	position:		relative;
	color:#e24834;
	text-decoration:none;
	padding:17px 1px 19px 21px;
	width:140px;
	margin-top:7px;
	}
.sf-menu a:hover, .sf-menu a.active {
	background:#000;
}
.sf-menu span {color:#fff;}
.sf-menu .ul-bg {background:url(../images/ul-bg.gif) 0 7px no-repeat;}
.sf-menu .ul-bg1 {background:url(../images/ul-bg1.gif) 0 7px no-repeat;}

.sf-menu li li {
	padding:0;
	font-size:11px;
	background:#000;
	text-align:left;
	padding:0px 0 0 21px;
	margin-bottom:1px;
	height:39px;
	width:130px;
	
}
.sf-menu li li a {
		background:none;
		padding:2px 0 0 0;
		display:inline-block;
		text-decoration:none;
		width:auto;
		color:#757575;
	}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			191px; 
	display:none;
	background:#24211e url(../images/ul-bg2.gif) 0 0 no-repeat;
	padding:4px 21px 18px 0px;
	width:150px;
	height:143px;
}
.sf-menu ul ul {
	position:		absolute;
	top:			-999em;
	width:			191px; 
	display:none;
	background:#24211e url(../images/ul-bg2.gif) 0 0 no-repeat;
	padding:4px 21px 18px 0px;
	width:150px;
	height:143px;
	
}

	.sf-menu li li li {
	padding:0;
	font-size:11px;
	background:#000;
	text-align:left;
	padding:0px 0 0 21px;
	margin-bottom:1px;
	height:39px;
	width:130px;
		
	}
		.sf-menu li li li a {
			background:none;
		padding:2px 0 0 0;
		display:inline-block;
		text-decoration:none;
		width:auto;
		color:#757575;
		}
.sf-menu ul li {
	width:			100%;
	
}

.sf-menu ul li li {
	width:			100%;
	
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			66px; /* 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:			172px; /* match ul width */
	top:			-4px;
}
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 {
	outline:		0;
}
	.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:#fff;
	}
		.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 {
			background:none;
			color:#fff;
		}
/*** 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/arrows-ffffff.png') 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*/
	
}	
.sf-menu > li.menu-activ > a:hover   {background:#000; color:#fff;}
.sf-menu > li.menu-activ.sfHover > a {background:#000; color:#fff;}

.carousel-box {height:384px;
    
}
.carousel {height:384px;}
.carousel li {position:relative;}
.prev1 {background:url(../images/button2.png) 0 -39px no-repeat; height:36px; width:37px; position:absolute; top:3px; right:39px;}
.prev1:hover {background:url(../images/button2.png) 0 0 no-repeat;}

.next1 {background:url(../images/button3.png) 0 0 no-repeat; height:36px; width:37px; position:absolute; top:3px; right:-1px;}
.next1:hover {background:url(../images/button3.png) 0 -39px no-repeat;}	



.slider {
	width:941px !important;
	height:510px;
	margin:0 auto;
	position:absolute;
	
	padding:0px;
	z-index:35;
	overflow:hidden;
}

.items {
	display:none;
	
}
.play.paused {
	color:#f00;
}


.banner {
	position:absolute;
	left:160px;
	bottom:26px;
	z-index:999;
	
	width:622px; 
}
	.banner a {
		position:relative;
		z-index:10
	}


.controls {
	position:absolute;
	bottom:101px;
	right:8px;
	z-index:997;
	width:100%;
	height:55px;
}

.controls a {
	color:#fff;
	float:left;
}

.prev {
	display:block;
	height:16px;
	width:13px;
	text-indent:-5000px;
	background:url(../images/button.png) 0 -15px no-repeat;
	position:relative;
	top:622px;
	left:37px;
	z-index:99;
	
}
.controls a.prev:hover {
	background:url(../images/button.png) 0 0 no-repeat;
	cursor:pointer;
}

.controls a.next {
	display:block;
	height:16px;
	width:13px;
	text-indent:-5000px;
	background:url(../images/button1.png) 0 0 no-repeat;
	position:absolute;
	top:622px; right:10px;
}

.controls a.next:hover {
	background:url(../images/button1.png) 0 -15px no-repeat;
	cursor:pointer;
	
}
.bg6 {background:url(../images/bg2.gif) 0 0 repeat-x; height:67px; width:942px; margin-left:-1px; position:relative; position:absolute; top:440px; left:0px;}	
	
	
	
	

.page2-bg {background:url(../images/page2-bg.jpg) center top no-repeat; min-height:260px;}

.relative {position:relative;}
/*===== header =====*/
#header {
	
}
#search-form1 fieldset {
	border:none;
	margin:0px 0px 0px 0px;
	width:231px;
	padding:0px 11px 8px 0px;
	background:url(../images/ul-bg1.gif) right 8px no-repeat;
	
}
	#search-form1 label {
		display:inline-block;
		height:35px;
		background:url(../images/form-bg.gif) 0 0 no-repeat;
		margin:16px 0px 0px 15px;
		float:left;
	}
#search-form1 input[type=text] {
	background:none;
	border:none;
	line-height:1.2307em;
	font-size:12px;
	padding:10px 3px 10px 10px;
	margin:0 0px 0 0px;
	width:179px;
	vertical-align:top;
	color:#fff;
}
	#search-form1 input[type=image] {
		vertical-align:top;
		float:right;
		margin-top:16px;
		
	}
	
.bg1 {background:url(../images/page1-img2.jpg) 0 0 no-repeat; height:440px; width:942px; margin-left:-1px;}	
.bg3 {background:url(../images/bg2.gif) 0 0 repeat-x; height:67px; width:942px; margin-left:-1px; position:relative;}	


.text {font-size:30px; line-height:1.2307em; color:#fff; padding:8px 0px 0px 10px; text-align:center; letter-spacing:-1px;}

.button {background:url(../images/button.png) 0 0 no-repeat; height:16px; width:13px; position:absolute; top:26px; left:30px;}
.button:hover {background:url(../images/button.png) 0 -15px no-repeat;}

.button1 {background:url(../images/button1.png) 0 -15px no-repeat; height:16px; width:13px; position:absolute; top:26px; right:19px;}
.button1:hover {background:url(../images/button1.png) 0 0 no-repeat;}

.button2 {background:url(../images/button2.png) 0 -39px no-repeat; height:36px; width:37px; position:absolute; top:3px; right:39px;}
.button2:hover {background:url(../images/button2.png) 0 0 no-repeat;}

.button3 {background:url(../images/button3.png) 0 0 no-repeat; height:36px; width:37px; position:absolute; top:3px; right:-1px;}
.button3:hover {background:url(../images/button3.png) 0 -39px no-repeat;}

.indent {padding-top:41px;}
.indent1 {padding-top:27px;}
.indent2 {padding-top:33px;}

.img-pad {margin:29px 0px 8px 0px;}
.img-pad1 {margin:29px 0px 12px 0px;}

.text-top {padding-top:10px; display:inline-block;}
.text-top1 {margin-top:-4px; display:inline-block;}

.indent-bot {padding-bottom:34px;}
.indent-bot1 {padding-bottom:52px;}
.indent-bot2 {padding-bottom:47px;}
.indent-bot3 {padding-bottom:55px;}
.indent-bot4 {padding-bottom:56px;}

.pad-top {padding-top:23px;}
.pad-top1 {padding-top:27px;}
.pad-top2 {padding-top:28px;}
.pad-top3 {padding-top:22px;}

.pad-bottom {padding-bottom:33px;}

.img-bot {padding-bottom:6px;}

.img-top {padding-top:19px;}
.img-top1 {padding-top:15px;}
/*===== content =====*/
#content {
	
}
.border {background:url(../images/border.gif) 0 0 repeat-x; height:2px;}
.border-pad {margin:13px 0px 0px 0px;}
.border-pad1 {margin:13px 0px 23px 0px;}
.border-pad2 {margin:22px 0px 23px 0px;}
.border-pad3 {margin:22px 0px 20px 0px;}
.border-pad4 {margin:21px 0px 25px 0px;}
.border-pad5 {margin:8px 0px 5px 0px;}

.border-pad6 {margin:13px 0px 29px 0px;}


.img-list {margin:29px 0px 0px 0px;}
.img-list li {float:left; margin-right:18px; font-size:12px; line-height:18px; color:#fff; font-weight:bold; padding:98px 0px 0px 0px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}

.img-list .last {margin-right:0px;}

.m1 {background:url(../images/img1.jpg) 0 0 no-repeat; height:43px; width:175px;}
.m1-text {padding-left:28px;}

.m2 {background:url(../images/img2.jpg) 0 0 no-repeat; height:43px; width:174px;}
.m2-text {padding-left:13px;}

.m3 {background:url(../images/img3.jpg) 0 0 no-repeat; height:43px; width:173px;}
.m3-text {padding-left:58px;}

.m4 {background:url(../images/img4.jpg) 0 0 no-repeat; height:43px; width:173px;}
.m4-text {padding-left:52px;}

.m5 {background:url(../images/img5.jpg) 0 0 no-repeat; height:43px; width:173px;}
.m5-text {padding-left:38px;}

.link1 {background:url(../images/link1.png) 0 0 no-repeat; height:23px; width:23px; display:inline-block; margin-left:9px; margin-top:-3px;}
.link1:hover {background:url(../images/link1.png) 0 -24px no-repeat;}

.color {color:#000;}
.color1 {color:#cacaca;}

.link2 {display:inline-block; color:#fff; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; text-decoration:none; padding:5px 15px 8px 14px; background:#67605b url(../images/link2-bg.gif) 0 0 repeat-x; border:1px solid #131313;
font-weight:bold;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}
.link2:hover {background:#67605b;}

.link2-top {margin-top:25px;}

.link3 {font-weight:bold; color:#e2351a;}

.img-list1 {margin:23px 0px 6px 0px; height:46px;}
.img-list1 li {float:left; margin-right:12px;}

.img-list1 .last {margin-right:0px;}

.m-01 {background:url(../images/img-01.png) 0 0 no-repeat; height:46px; width:48px; cursor:pointer;}
.m-01:hover {background:url(../images/img-01.png) 0 -47px no-repeat;}

.m-02 {background:url(../images/img-02.png) 0 0 no-repeat; height:46px; width:48px; cursor:pointer;}
.m-02:hover {background:url(../images/img-02.png) 0 -47px no-repeat;}

.m-03 {background:url(../images/img-03.png) 0 0 no-repeat; height:46px; width:48px; cursor:pointer;}
.m-03:hover {background:url(../images/img-03.png) 0 -47px no-repeat;}

.m-04 {background:url(../images/img-04.png) 0 0 no-repeat; height:46px; width:48px; cursor:pointer;}
.m-04:hover {background:url(../images/img-04.png) 0 -47px no-repeat;}

.m-05 {background:url(../images/img-05.png) 0 0 no-repeat; height:46px; width:48px; cursor:pointer;}
.m-05:hover {background:url(../images/img-05.png) 0 -47px no-repeat;}


.img-list2 {margin:0px 0px 0px 0px;}
.img-list2 li {float:left; margin-right:12px;}

.img-list2 .last {margin-right:0px;}

.m-07 {background:url(../images/img-07.png) 0 -45px no-repeat; height:46px; width:48px; cursor:pointer;}
.m-07:hover {background:url(../images/img-07.png) 0 0 no-repeat;}

.m-08 {background:url(../images/img-08.png) 0 -45px no-repeat; height:46px; width:48px; cursor:pointer;}
.m-08:hover {background:url(../images/img-08.png) 0 0 no-repeat;}

.m-09 {background:url(../images/img-09.png) 0 -45px no-repeat; height:46px; width:48px; cursor:pointer;}
.m-09:hover {background:url(../images/img-09.png) 0 0 no-repeat;}

.link4 {background:url(../images/link4-bg.gif) right 7px no-repeat; font-size:11px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; text-transform:uppercase; text-decoration:none; letter-spacing:2px; padding:0px 15px 0px 0px;
display:inline-block; margin-top:14px; color:#fff;}
.link4:hover {color:#f23416;}

.link5 {background:url(../images/link4-bg.gif) right 7px no-repeat; font-size:11px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; text-transform:uppercase; text-decoration:none; letter-spacing:2px; padding:0px 15px 0px 0px;
display:inline-block;  color:#fff; position:absolute; top:9px; right:2px;}
.link5:hover {color:#f23416;}

.box {height:84px; width:299px; background:url(../images/box.jpg) 0 0 no-repeat; margin:25px 0px 0px 0px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
.box .padding {padding:13px 10px 0px 13px;}

.name {padding:3px 0px 0px 103px; font-size:11px; letter-spacing:2px;}
.name span {text-transform:uppercase; color:#fff;}

.list li {font-size:13px; line-height:24px; background:url(../images/marker.gif) 0 11px no-repeat;}
.list a {color:#8f8f8f; text-decoration:none; padding-left:9px;}
.list a:hover {text-decoration:underline;}

.list-top {padding-top:10px;}
.list-top1 {padding-top:21px;}


#page2 .col-1 {width:176px; margin-right:27px;}
#page2 .col-2 {width:173px; margin-right:30px;}
#page2 .col-3 {width:173px;}

.img1 {background:url(../images/page4-img1.jpg) 0 0 no-repeat; height:235px; width:300px;}
.img2 {background:url(../images/page4-img2.jpg) 0 0 no-repeat; height:235px; width:300px;}
.img3 {background:url(../images/page4-img3.jpg) 0 0 no-repeat; height:235px; width:300px;}

.text1 {font-size:12px; line-height:18px; color:#fff; font-weight:bold; padding:190px 0px 0px 30px;}

.link6 {background:url(../images/link1.png) 0 0 no-repeat; height:23px; width:23px; display:inline-block; margin-left:136px; margin-top:-3px;}
.link6:hover {background:url(../images/link1.png) 0 -24px no-repeat;}

.link7 {font-size:13px; line-height:24px; color:#8f8f8f; text-decoration:none;}
.link7:hover {color:#000;}

.bg4 {background:url(../images/bg4.gif) 0 26px no-repeat; height:378px;}

iframe {height:337px; width:301px; margin:27px 0px 0px 0px;}

dl {margin:4px 0px 0px 0px;}
dl span {float:left; width:74px;}
dd a {font-weight:bold; margin-left:8px; color:#000;}

.link9 {color:#000;}

.bg8 {background:url(../images/bg8.jpg) center top no-repeat; height:216px;}
/*----- footer -----*/
#footer {

}
.foot-text {padding:22px 2px 0px 0px; color:#fff; text-align:center; font-size:12px;}
.foot-text a {color:#fff; text-decoration:none;}
.foot-text a:hover {text-decoration:underline;}
/*----- forms -----*/
#contact-form {
	vertical-align:top;	
	padding-top:26px;
	margin-left:2px;
}
	#contact-form fieldset {
		border:none;
		}
		#contact-form .rowElem {
			display:block;			
			position:relative;
			min-height:49px;
			overflow:hidden;
			}
			#contact-form .textarea-box {
				position:relative;
			}
			#contact-form input {
				width:290px;
				padding:7px 0px 11px 6px;
				background:#fff;
				border:1px solid #e9e9e9;
				line-height:1.2307em;
				font-size:13px;
				display:block;
				color:#cacaca;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				
				}
				#contact-form .link8 {margin-top:30px; margin-left:-2px;}
				#contact-form .link8 a {
					display:inline-block; color:#fff; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; text-decoration:none; padding:5px 0px 8px 0px; background:#67605b url(../images/link2-bg.gif) 0 0 repeat-x; border:1px solid #131313;
					font-weight:bold; margin-right:19px; width:94px; text-align:center;
					border-radius:4px;
					-moz-border-radius:4px;
					-webkit-border-radius:4px;
					
				}
				#contact-form .link8 a:hover {background:#67605b;}
				
					#contact-form .color {
						color:#fff;
					}
			#contact-form textarea {
				line-height:1.2307em;
				width:451px;
				height:179px;
				padding:6px 0px 6px 6px;
				background:#fff;
				border:1px solid #e9e9e9;
				line-height:1.2307em;
				display:block;
				color:#cacaca;
				overflow:auto;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				
				}
				#contact-form label {
					padding:0px 0 2px 5px;
					display:inline-block;
					font-size:13px;
					display:none;
				}
				#contact-form .rowElem label {
					font-size:11px;
					
					right:5px;
					top:0
				}
				#contact-form .textarea-box label {
					padding:0px 0 2px 5px;
					font-size:11px;
				}
#contact-form .error {
				color:red;
			}

div#contact_form .download-box {
	margin:40px 0px 0 0;
	padding-top:24px;
}
#back {
	display:inline-block;
	background:#000;
	padding:10px 16px 10px 16px;
	font-size:1em;
	line-height:1.2307em;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	margin-top:17px;
	margin-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
} 


/*==========================================*/
    
/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */
