/* 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-color: #ffffff; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px; 
	line-height:22px;
	color:#171717;
	min-width:1000px;
}
html, body { height:100%;}


p {padding-top:22px;}

.top1 {padding-top:18px;}
.top2 {padding-top: 24px;}
.top3 {padding-top: 29px;}
.top5 {padding-top: 30px;}

.bot {padding-bottom: 40px;}
.bot1 {padding-bottom: 48px;}

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

/* Global Structure ============================================================= */
.main {
	margin: 0 auto;
	width: 980px;
	position:relative; 
}

.main .subfooter {
padding:10px;
float:left;
margin-left:20px;
}

.main .copyright {
padding:10px;
text-align:right;
}



	/* Header */
	header{
		height: 499px;
		background: url(../images/header-bg.gif) 0 0 repeat-x;
	}

	.header-content{
		height: 150px;
	}
	
	/* Content */
	section#content {
		
	}			
	/* Footer */
	footer{
		height: 61px;
		background: #853385;
	}
/* Left & Right alignment */

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

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

.col-1 li {
	list-style: square inside;
}

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

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container {
	width:100%;
}
/*----- 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;
}
.phone {
	display:inline-block;
	width:83px;
}

/*=============================================================================== text =====*/
h1 {
	padding:28px 0 0px 0px;
	position:relative;
	float:left;
}
	h1 a {
		display:block;
		height:58px;
		width:250px;
		text-indent:-5000px;
		background:url(../images/logo.jpg) left top no-repeat;
	}
h2 {
	font-size:28px;
	line-height:1.2307em;
	color:#fff;
	padding:4px 0 12px 13px;
	margin:0 0 0 0;
	font-weight:bold;
	background-color: #91bd09;
	letter-spacing: -1px;
	position: relative;
}

.col-2 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.col-2 h2 {
		font-size:24px;
		padding:8px 0 8px 15px;
	}

.rightlist li {
	padding: 5px;
}
.color {
	color: #ff6900;
}
.uppercase {text-transform: uppercase;}
/*=================================================================================================================== header =====*/
header .header-top-bg {
	background: url(../images/header-wrapper-bg.gif) 0 0 repeat-x;
	height:120px;
}

/*=============================================================================== nav =====*/
nav {
	position: absolute;
	top: 66px;
	right: 0;
}
	nav li {
		float: left;
		padding-left:3px;
	}
		nav li a {
			display: block;
			width: 102px;
			height:32px;
			text-align: center;
			background: url(../images/nav-a-bg.gif) 0 0 no-repeat;
			font-weight: bold;
			color: black;
			text-decoration: none;
			padding-top:10px;
		}
			nav li a:hover, nav .active {
				color: white;
				background: url(../images/nav-a-bg-hover.gif) 0 0 no-repeat;
			}

/*=============================================================================== boxes =====*/
.box {
	background: #853385;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	behavior:url(js/PIE.htc);
	position:relative;
	padding:15px;
	position:relative;
}
	.box span {
		display: block;
		width: 262px;
		height: 49px;
		background: url(../images/box-span-bg.gif) 0 0 no-repeat;
		position:absolute;
		top: 34px;
		right: 45px;
		font-size: 32px;
		line-height: 1.2307em;
		color: #171717;
		font-weight: bold;
		padding:6px 0 0 0;
		text-align: center;
		letter-spacing:-1px;
	}
	.box strong {
		display: block;
		width: 190px;
		height: 41px;
		background: url(../images/box-strong-bg.gif) 0 0 no-repeat;
		position:absolute;
		top: 81px;
		right: 25px;
		font-size: 29px;
		line-height: 1.2307em;
		color: #fff;
		font-weight: bold;
		padding:8px 0 0 0;
		text-align: center;
		letter-spacing:-1px;
	}
	.box p {
		color: white;
		padding: 169px 0 0 0px;
		font-size: 14px;
		line-height: 16px;
		overflow: hidden;
	}
	.box .img-indent { 
		margin:0 15px 0 0; 
		float:left;
	}
	.box .fright {width: 277px;}
/*=================================================================================================================== content =====*/
.wrapper p {
	overflow: hidden;
}
/*=============================================================================== indents =====*/
.indent {padding-bottom: 42px;}
.indent1 {padding-bottom: 36px;}

#page1 .col-1 {font-size: 14px;}
.col-2 {line-height: 18px;}
/*=============================================================================== col-indents =====*/
.col-indent {padding-right: 48px;}
/*=============================================================================== row =====*/
.row {
	background: url(../images/row-bg.gif) 0 0 repeat-x;
	padding:25px 0 0 0;
	min-height: 145px;
}
	.row .col {
		float: left;
		width: 200px;
		margin-right: 9px;
	}
	
/*=============================================================================== borders =====*/

/*=============================================================================== lists =====*/
.list2 li {
	background: url(../images/list2-bg.gif) 0 8px no-repeat;
	padding-left: 15px;
	line-height: 22px;
}
	.list2 li a {
		font-weight: bold;
	}

.list1 li {
	padding-bottom: 25px;
}
	.list1 li img {
		float: left;
		margin:0 14px 0 1px;
	}
	.list1 li a {
		display:inline-block;
		margin-top:-3px;
	}
	.list1 li p {
		padding:0;
		margin-top: -5px;
		line-height:18px;
	}
	.list1 .link {
		display:inline-block;
		background:url(../images/list1-link-bg.gif) 0 0 no-repeat;
		width:74px;
		height:19px;
		margin:6px 0 0 1px;
		font-weight:bold;
		font-size: 14px;
		line-height: 1.2307em;
		padding-top:4px;
	}
		.list1 .first {
			padding-top:30px;
		}
		.list1 .second {
			padding-bottom:25px;
		}
		
.social-list {
	padding:25px 0 0 39px;
}
	.social-list li {
		
	}
		.social-list li a {
			text-decoration: none;
			padding-left:27px;
			color: #171717;
		}
			.social-list li a:hover {
				color: #ff6900;
			}
	.social-list .s1 {background: url(../images/rss.gif) 1px 3px no-repeat;}
	.social-list .s2 {background: url(../images/facebook.gif) 1px 3px no-repeat;}
	.social-list .s3 {background: url(../images/twitter.gif) 1px 3px no-repeat;}
.row .list {
		padding-top: 5px;
	}
		.row .list li a {
			padding:0 0 0 22px;
			color: #171717;
			text-decoration: none;
		}
			.row .list li a:hover {
				display:block;
				background:#dfdfdf;
				color: #ff6900;
			}

.list-box {
	width:100%;
	overflow: hidden;
}
	.list-box li {
		float: left;
		width:160px;
		min-height:271px;
		background: #dfdfdf;
		border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		behavior:url(js/PIE.htc);
		position:relative;
		padding:24px 20px 22px;
		text-align: center;
		cursor: pointer;
		color: #171717;
		margin-right: 9px;
	}
		.list-box li img {
			display:inline-block;
		}
		.list-box li span {
			font-size: 15px;
			line-height: 1.2307em;
			font-weight: bold;
			text-transform: uppercase;
			padding-top: 10px;
			display: inline-block;
		}
		.list-box li strong {
			font-size: 15px;
			line-height: 1.2307em;
			text-transform: uppercase;
			display: inline-block;
			margin-top:-4px;
		}
		.list-box li p {
			font-size: 13px;
			line-height: 18px;
			padding-top:17px;
		}
		.list-box li a {
			background: url(../images/list-box-a-bg.gif) 0 0 no-repeat;
			display: inline-block;
			width: 114px;
			height: 23px;
			text-align: center;
			color: white;
			font-weight: bold;
			text-decoration: none;
			text-transform: uppercase;
			margin-top: 24px;
			padding-top:2px;
		}
			.list-box li a:hover {
				color: #171717;
			}
		.list-box li:hover {
			background: #171717;
			color: #dfdfdf;
		}
			.list-box li:hover a {
				background:url(../images/list-box-a-bg-hover.gif) 0 0 no-repeat;
			}
		.list-box .last {
			margin-right: 0;
		}
		.list-box-top {padding-top: 41px;}
		.list-box-top li {list-style:none;}
		.list-box-bot {padding-bottom: 41px;}
/*=============================================================================== links =====*/
.link {
	display: inline-block;
	width: 114px;
	height: 23px;
	text-align: center;
	text-transform: uppercase;
	color: white;
	background: url(../images/link-bg.gif) 0 0 no-repeat;
	text-decoration: none;
	font-weight: bold;
	margin-top: 3px;
	padding-top: 2px;
}
	.link:hover {
		color: #ff6900;
	}
.links {
	position: absolute;
	top: 11px;
	right: 12px;
}
	.links a {
		margin-left:1px;
	}
*+ html .links {top:9px;}
/*=============================================================================== nav =====*/

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

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

/*=================================================================================================================== footer =====*/
footer {
	color: #dfdfdf;
}
	footer p {
		padding-top: 21px;
		margin-left: -1px;
	}
		footer p a {
			color: #dfdfdf;
		}
/*------------------------------------------------------------------------------------------------------------------- forms -----*/
#SearchForm {
	float:right;
	margin:20px 1px 0px 0;
	width:262px;
}
	#SearchForm label {
		float:left;
		border:none;
		padding:0px 0 0px 0px;
	}
	#SearchForm .input {
		display:block; 
		width:159px;
		padding:0px 10px 
		0px 10px;
		overflow:hidden;
		background:url(../images/searchform-label-bg.jpg) 0 0 no-repeat; 
		border:none;
	}
	#SearchForm input {
		width:159px; 
		padding:6px 0px; 
		overflow:hidden;
		background:none;
		border:none;
		color:#8f8f8f;
	}
	#SearchForm a {
		text-decoration:none;
		margin:0px 0 0 7px; 
		float:left;
		display: block;
		background: url(../images/button.gif) 0 0 no-repeat;
		height: 24px; 
		width: 76px;
		text-align: center;
		font-size: 14px;
		color: white;
		font-weight: bold;
		text-transform: uppercase;
		padding-top:2px;
	}
		#SearchForm a:hover {
			color: #ff6900;
		}

#SubscribeForm {
	float:right;
	margin:21px 0px 0px 0;
	background: url(../images/subscribeform-bg.gif) no-repeat 0 0;
	width:314px;
	min-height: 136px;
}
	#SubscribeForm label {
		float:left;
		border:none;
		padding:0px 0 0px 20px;
		width:203px;
	}
	#SubscribeForm input {
		width:191px; 
		padding:5px 5px 6px; 
		overflow:hidden;
		background: #393834;
		border: 1px solid #737067;
		color:#8f8f8f;
	}
	#SubscribeForm .link {
		text-decoration:none;
		margin:0px 0 0 11px; 
		float:left;
		display:inline-block;
		width:54px;
		height:23px;
		text-align: center;
		background:url(../images/SubscribeForm-a-bg.gif) 0 0 no-repeat;
		font-size:14px;
		line-height:1.2307em;
		color: #171717;
		font-weight: bold;
		text-transform: uppercase;
		padding-top:6px;
	}
		#SubscribeForm .link:hover {
			color: #ff6900;
		}
	#SubscribeForm strong {
		display:block;
		font-size:24px;
		line-height:1.2307em;
		color: white;
		padding: 12px 0 17px 15px;
	}
	#SubscribeForm .subscribe {
		display: inline-block;
		margin:12px 0 0 21px;
		font-size:14px;
		line-height: 22px;
	}

#ContactForm {
	padding-top:21px;
	line-height: 18px;
}
	#ContactForm label {
		height:42px; 
		display:block;
	}
	#ContactForm a {
		display:inline-block;
		background: url(../images/contactform-a-bg.gif) 0 0 no-repeat;
		width:84px;
		height:21px;
		margin:20px 0 0 18px;
		font-weight:bold;
		font-size: 14px;
		line-height: 1.2307em;
		padding-top:4px;
		text-align: center;
		text-transform: uppercase;
		color: white;
		text-decoration: none;
	}
		#ContactForm a:hover {
			color: #ff6900;
		}
	#ContactForm .column1 {
		float:left;
		width:290px;
	}
	#ContactForm .column2 {
		float:left;
		width:328px;
	}
	#ContactForm input {
		width:237px; 
		border: 1px solid #c3c2bd; 
		padding:2px 5px;
		font-size:12px; 
		line-height:14px;
		background:#fff;
		color:#a4a4a4;
	}
	#ContactForm textarea {
		width:316px;
		height:99px; 
		border: 1px solid #c3c2bd; 
		background:#fff;
		padding:2px 5px 2px 5px;
		overflow:auto;
		font-size:1em;
		color:#a4a4a4;
	}
 /*============= slidesow ===================*/
/* slideshow styles */
.slideShow ul,
.slideShow li,
.slideShow ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.slideShow {
	height:317px;
	float: left; 
	margin-right: 15px;
	position: relative;
}

/** navigation **/
.togglePlayback {
	font-size:12px;
	line-height: 18px;
	color:#171717;
	text-decoration:none;
	text-transform:lowercase;
	width: 30px;
	display: block;
	margin-top: -4px;
	text-shadow: 1px 0 #959595;
}
.slideShow {
	float: left;
	margin-right: 15px;
	width: 631px;
}
.slideShow .navigation {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 125px;
	height: 24px;
	background: #e9e9e9;
}
	.slideShow .navigation ul {
		padding: 6px 0 0 4px;
	}
	.slideShow .navigation li {
		float:left;
		padding-left:3px;
	}
	.slideShow .navigation .page:hover,
	.slideShow .navigation .page.selected {
		background:url(../images/pagination-bg-active.gif) left top no-repeat;
	}
	.slideShow .page {
		display:block;
		width:12px;
		height:12px;
		font-size:0;
		line-height:0;
		text-decoration:none;
		background:url(../images/pagination-bg.gif) left top no-repeat;
		color:#fff;
		
	}
.slides {
	height:217px;
	overflow:hidden;
}
/* Easy Slider */

.slider-wrap {
	position:relative;
	width:100%;
	margin: 30px 0 21px;
}
#slider ul, 
#slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#content #slider li { 
/* 
	define width and height of list item (slide)
	entire slider area will adjust according to the parameters provided here
*/ 
	width:312px;
	height:185px;
	overflow:hidden;
	vertical-align:top; 
	color:#fff;
}
.block {padding: 0 0 21px;}
	.block img {
		float: left;
		margin:0 14px 0 1px;
	}
	.block a {
		display:inline-block;
		margin-top:-1px;
	}
	.block p {
		padding:0;
		margin-top: -1px;
		line-height:18px;
		font-size: 13px;
		color: #171717;
	}
	.block .link-s {
		display:inline-block;
		background:url(../images/list1-link-bg.gif) 0 0 no-repeat;
		width:74px;
		height:19px;
		margin:6px 0 0 1px;
		font-weight:bold;
		text-transform: uppercase;
		color: #fff;
		text-align: center;
		text-decoration: none;
		font-size: 14px;
		line-height: 1.2307em;
		padding-top:4px;
	}
		.block .link-s:hover {color:#ff6900;}
		

#nextBtn,
#prevBtn { 
	display:block;
	width:23px;
	height:24px;
	position:absolute;
	z-index:1000;
}	
#nextBtn {
	left:255px;
	top:-65px;
}
#prevBtn {
	left:279px;
	top:-65px;
}
#nextBtn a,
#prevBtn a {  
	display:block;
	position:relative;
	width:23px;
	height:24px;
}	
#nextBtn a {
	background:url(../images/down.gif) no-repeat left top;
}
#prevBtn a {
	background:url(../images/up.gif) no-repeat left top;
}
/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */