/* 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/body-bg.gif) 0 0 repeat-x #fff; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 19px;
	color: #878894;
	min-width: 1000px;
}

body#page1 {background: url(../images/body1-bg.gif) 0 0 repeat-x #fff;}

html, body {height: 100%;}

p {padding-top: 19px;}

.top {padding-top: 0px;}
.top1 {padding-top: 10px;}
.top2 {padding-top: 0px;}
.top3 {padding-top: 0px;}
.top4 {padding-top: 0px;}
.top5 {padding-top: 0px;}

.bot {padding-bottom: 0px;}

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

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


blockquote {padding-bottom: 3px;}
/* Global Structure ============================================================= */
.main {
	margin: 0 auto;
	width: 980px;
}

	/* Header */
	header{
		height: 210px;
	}
	
	/* Content */
	section#content {
		
	}			
	/* Footer */
	footer{
		height: 100px;
	}
/* Left & Right alignment */

.fleft { float: left;}
.fright { float: right;}
.clear { clear: both;}

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

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

.wrapper { 
	width: 100%;
	overflow: hidden;
}
.container {
	width: 100%;
	position: relative;
	z-index:10;
}
/*----- 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 {overflow: hidden;}

/*=============================================================================== text =====*/
h1 {
	padding: 15px 0 5px 0px;
	position: relative;
}
	h1 a {
		display: block;
		height: 78px;
		width: 291px;
		text-indent: -5000px;
		background: url(../images/logo.png) left top no-repeat;
	}
h2 {
	font-size: 19px;
	line-height: 24px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	background: url(../images/h2-bg.gif) 0 0 repeat-y #010101; 
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	behavior: url();
	position: relative;
	padding: 20px 0px 20px 30px;
}
h3 {
	font-size: 15px;
	line-height: 24px;
	text-transform: uppercase;
	color: white;
	letter-spacing: -1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}
/*=================================================================================================================== header =====*/
#page1 header {height: 749px;}
/*=============================================================================== menu =====*/
header .menu {
	float: right;
	width: 100px;
	overflow: hidden;
	padding: 47px 0 0;
}
	header .menu li {
		float: left;
		font-size: 12px;
		line-height: 19px;
		padding-left: 12px;
	}
		header .menu li a {
			text-decoration: none;
			color: #989797;
			
		}
			header .menu li a:hover {color: #fff;}
/*=============================================================================== nav =====*/
nav {width: 100%;}
/*=================================================================================================================== content =====*/

/*=============================================================================== indents =====*/
.indent {padding: 0px 0px 0px 0px}
.indent1 {padding: 0px 0px 0px 0px}
/*=============================================================================== col-indents =====*/
.col-indent {padding-right: 0px;}
.col-indent1 {padding-right: 0px;}
/*=============================================================================== boxes =====*/
.box_1 {
	background:#fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	behavior: url();
	position: relative;
}
	.box_1 .indent {padding:3px 30px 45px 30px;}
	.box_1 .indent1 {padding:24px 30px 27px 30px;}
	.box_1 .indent2 {padding:18px 30px 27px 30px;}
	.box_1 .indent3 {padding:24px 30px 40px 30px;}
	
	.box_1 .bottom-tail {
		background:url(../images/box-bottom-tail.gif) left bottom repeat-x;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		behavior: url();
		position: relative;
	}
	.box_1 .top-tail {
		background:url(../images/box-top-tail.gif) left top repeat-x;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		behavior: url();
		position: relative;
	}
	.box_1 .left-tail {
		background:url(../images/box-left-tail.gif) top left repeat-y;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		behavior: url();
		position: relative;
	}
	.box_1 .right-tail {
		background:url(../images/box-right-tail.gif) top right repeat-y;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		behavior: url();
		position: relative;
	}
	.box_1 .bottom-right {
		background:url(../images/box-bottom-right.gif) bottom right no-repeat;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		behavior: url();
		position: relative;
	}
	.box_1 .bottom-left {
		background:url(../images/box-bottom-left.gif) bottom left no-repeat;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		behavior: url();
		position: relative;
	}
	.box_1 .top-right {
		background:url(../images/box-top-right.gif) top right no-repeat;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		behavior: url();
		position: relative;
	}
	.box_1 .top-left {
		background:url(../images/box-top-left.gif) top left no-repeat; width:100%;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		behavior: url();
		position: relative;
	}
	
	.box_1 strong {color: #000;}
	.box_1 h3 {color: #000; letter-spacing: normal; padding-bottom: 20px;}




.box {
	background:#fff;
}
	.box .indent {padding:3px 20px 45px 20px;}
	.box .indent1 {padding:24px 20px 27px 20px;}
	.box .indent2 {padding:18px 20px 27px 20px;}
	.box .indent3 {padding:24px 20px 40px 20px;}
	
	.box .bottom-tail {
		background:url(../images/box-bottom-tail.gif) left bottom repeat-x;}
	.box .top-tail {
		background:url(../images/box-top-tail.gif) left top repeat-x;}
	.box .left-tail {
		background:url(../images/box-left-tail.gif) top left repeat-y;}
	.box .right-tail {
		background:url(../images/box-right-tail.gif) top right repeat-y;}
	.box .bottom-right {
		background:url(../images/box-bottom-right.gif) bottom right no-repeat;}
	.box .bottom-left {
		background:url(../images/box-bottom-left.gif) bottom left no-repeat;}
	.box .top-right {
		background:url(../images/box-top-right.gif) top right no-repeat;}
	.box .top-left {
		background:url(../images/box-top-left.gif) top left no-repeat; width:100%;}
	
	.box strong {color: #000;}
	.box h3 {color: #000; letter-spacing: normal; padding-bottom: 20px;}

.box1 {
	background: url(../images/box1-bg.gif) 0 0 repeat-y #000;
	border-radius: 10px;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url();
	position: relative;
	padding: 19px 0px 19px 32px;
	height: 373;
}
/*=============================================================================== line-hor =====*/
.line-hor {background: url(../images/box1-bg.gif) 0 0 repeat-x; height: 1px; padding-top: 11px; margin-top: 10px;}

.border {
	border-bottom: 1px solid #e8e8e9;
	width: 100%;
	overflow: hidden;
	width: 532px;
	padding-bottom: 11px;
	margin-bottom: 12px;
}
	.border .fright {padding-right: 7px;}
/*=============================================================================== lists =====*/
.comment-list {margin-bottom: -7px;}
	.comment-list li {
		font-size: 13px;
		line-height: 19px;
	}
		.comment-list li a {
			text-decoration: none;
			display: block;
			height: 105px;
			width: 235px;
			padding: 15px 0 0 17px;
			color: #737373;
			
			background: url(../images/comment-list-a-bg.png) 0 0 no-repeat;
			
		}
			.comment-list li a:hover {background: url(../images/comment-list-a-bg-hover.png) 0 0 no-repeat;}
			.comment-list li a strong {display: block; padding-left: 1px; margin-top: -1px;}
			.comment-list li a em {display: block; padding-left: 1px; margin-top: -1px;}



.data-list {padding: 20px 0 0;}
	.data-list li {
		border-bottom: 1px solid #e8e8e9;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
		.data-list li a {
			font-size: 15px;
			line-height: 19px;
			color: #FFFFFF;
			text-shadow: 1px 0 #868686;
			text-decoration: none;
			display: inline-block;
			margin-bottom: -2px;
		}
			.data-list li a:hover {text-decoration: underline;}
		.data-list li span {
			display: block;
			font-size: 10px;
			color: #7e7e7e;
		}
		.data-list li img {padding: 4px 0 5px;}
		.data-list li p {
			color: #878894;
			padding: 0;
			font-size: 13px;
		}
.pad {padding: 0;}
		

.list {
	padding: 27px 0 0;
	margin-bottom: -13px;
}
	.list li {
		font-size: 13px;
		line-height: 30px;
		background: #fff;
		padding: 1px 0 0;
		
		border-top: 1px solid #ededed;
		border-left: 1px solid #f4f4f4;
		height: 33px;
	}
		.list li a {
			color: #878894;
			text-decoration: none;
			padding-left: 20px;
			display:block;
		}
			.list li a:hover {color: #1a1a1a; background: url(../images/list-a-hover.gif) 0 8px no-repeat;}
/*=============================================================================== links =====*/
.data-links {
	width: 100%;
	overflow: hidden;
	padding: 4px 0 0 1px;
	margin-bottom: -9px;
}
	.data-links a {
		height: 32px;
		min-width: 76px;
		padding: 10px 23px 0;
		text-align: center;
		font-size: 14px;
		line-height: 19px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #fff;
		text-transform: uppercase;
		background: #000;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		behavior: url();
		position: relative;
		text-decoration: none;
	}
		.data-links a:hover {background: #e4e4e4;}
	.data-links .fleft {margin-right: 5px;}
	.data-links .fleft span {
		background: url(../images/data-links-fleft-span-bg.png) 0 5px no-repeat;
		padding-left: 10px;
	}
	.data-links .fright span {
		background: url(../images/data-links-fright-span-bg.png) right 5px no-repeat;
		padding-right: 10px;
	}

.link {
	color: #000;
	font-size: 15px;
	line-height: 19px;
	text-shadow: 1px 0 #777777;
}

.link_1 {
	background: #d8d8d8;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	behavior: url();
	position: relative;
	padding: 11px 0px 12px;
	width: 122px;
	text-align: center;
	font-size: 14px;
	line-height: 19px;
	color: #242424;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: inline-block;
	margin: 16px 0 0;
	text-shadow: 1px 0 #858585;
}
	.link_1:hover {
		background: #000;
		color: white;
	}

.link_2 {
	background: #000;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	behavior: url();
	position: relative;
	padding: 11px 0px 12px;
	width: 122px;
	text-align: center;
	font-size: 14px;
	line-height: 19px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: inline-block;
	margin: 16px 0 0;
	text-shadow: 1px 0 #858585;
}
	.link_2:hover {
		background: #e4e4e4;
		text-shadow: none;
	}
/*=============================================================================== block =====*/
.block {
	width: 250px;
}
	.block img {padding: 3px 0 6px;}
	.block strong {
		display: block;
		font-size: 15px;
		line-height: 19px;
		color: #000;
		font-weight: normal;
		text-shadow: 1px 0 #878787;
	}
	.block span {
		display: block;
		font-size: 10px;
		line-height: 14px;
		color: #7e7e7e;
	}
	.block p {
		padding: 6px 0 0 0;
		font-size: 13px;
	}


.block_1 {
	background: url(../images/block_1-bg.png) 0 0 no-repeat;
	width: 252px;
	height: 216px;
	padding: 15px 0 0 19px;
	margin-bottom: -22px;
}
	.block_1 img {
		float: left;
		margin-right: 10px;
		padding-bottom: 6px;
	}
/*=============================================================================== nav =====*/

/*=============================================================================== nav =====*/

/*=================================================================================================================== footer =====*/
footer .menu {
	float: left;
	width: 261px;
	overflow: hidden;
	padding: 25px 0 0;
}
	footer .menu li {
		float: left;
		font-size: 12px;
		line-height: 19px;
		padding-right: 12px;
	}
		footer .menu li a {
			text-decoration: none;
			color: #989797;
		}
			footer .menu li a:hover {text-decoration: underline;}
	footer span {
		float: right;
		padding: 25px 0 0;
		color: #000;
	}
		footer span a {text-decoration: none;}
			footer span a:hover {text-decoration: underline;}
/*------------------------------------------------------------------------------------------------------------------- forms -----*/
#newsletterForm {
	padding-top:0px;
}
	#newsletterForm label {
		height:45px; 
		display:block;
	}
	#newsletterForm .link_2 {
		margin:6px 0px 0px 0px;
	}
	#newsletterForm .input {
		width:234px; 
		background:url(../images/newsletterForm-label-bg.gif) 0 0 no-repeat; 
		border:none;
		padding:0px 10px;
		color:#9e9e9e;
		display:block;
	}
	#newsletterForm input {
		width:234px; 
		background:none; 
		border:none;
		padding:9px 0px 11px; 
		color:#737373;
		font-size: 13px;
		line-height: 13px;
	}

/*==========================================*/
#faded {
	position:relative; 
	overflow:hidden;
	width:950px; 
	height:542px;
}
	#faded img {
		width: 950px;
	}

.slider-bot {
	background: url(../images/slider-bot-bg.gif) 0 0 no-repeat;
	height: 111px;
	padding: 10px 180px 29px 28px;
	position: relative;
	width: 742px;
	height: 111px;
	color: #8a8a8a;
	font-size: 13px;
	line-height: 18px;
}
	.slider-bot span {
		display: block;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 23px;
		line-height: 1.2307em;
		color: white;
		text-transform: uppercase;
		padding: 21px 0 0;
	}
	.slider-bot strong {
		display: block;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 23px;
		line-height: 1.2307em;
		color: white;
		text-transform: uppercase;
		padding: 11px 0 6px;
		font-weight: normal;
	}
		.slider-bot strong b {
			display: block;
			margin-top: -4px;
		}
	.slider-bot p {
		padding-top: 21px;
	}
	.slider-bot a {
		display: block;
		position: absolute;
		right: 30px;
		bottom: 30px;
		width: 91px;
		height: 24px;
		background: #f1f1f1;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		behavior: url();
		text-align: center;
		font-size: 14px;
		line-height: 19px;
		color: #181818;
		text-transform: uppercase;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-decoration: none;
		padding: 3px 0 0;
		text-shadow: 1px 0 #8c8c8c;
	}
		.slider-bot a:hover {
			background: #2b2b2b;
			color: white;
		}


a { outline:0; border:0; }

	ul.pagination {
		list-style:none;
		padding:0;
		margin:0;
		z-index:10;
		position:absolute;
		font-size:0; 
		line-height:0;
		bottom:142px;
		left: 29px;
		width: 132px;
	}
		 
/*--- scroll-pane ---*/
.scroll-wrap {width:250px;}
.scroll-wrap1 {width:570px;}
.scroll-pane {
	width:230px;
	height:373px;
	overflow:auto;
	padding-right: 20px;
	position:relative;
}
.scroll-pane1 {
	width:550px;
	height:526px;
	overflow:auto;
	padding-right: 20px;
	position:relative;
	padding-bottom: 10px;
}
.scroll-pane2 {
	width:243px;
	height:569px;
	overflow:auto;
	padding-right: 7px;
	position:relative;
	padding-bottom: 10px;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background:url(../images/scroll.gif) repeat-y center top;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background:url(../images/drag.gif) no-repeat center top;
	height:90px;
	width:23px;
	margin:1px 0 0px 0;
	padding-bottom:0px;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	width: 23px;
	height: 23px;
	background: url(../images/ScrollArrowUp.gif) 0 0 no-repeat;
	
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	width: 23px;
	height: 23px;
	background: url(../images/ScrollArrowDown.gif) 0 0 no-repeat;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
} 
/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */
