/* 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) top center repeat-y #efefef; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 18px;
	color: #000000;
	min-width: 1000px;
}
html, body {height: 100%;}

p {padding-top: 18px;}


.top {padding-top: 5px;}
.top1 {padding-top: 24px;}
.top2 {padding-top: 13px;}
.top3 {padding-top: 0px;}
.top4 {padding-top: 0px;}
.top5 {padding-top: 0px;}

.bot {padding-bottom: 34px;}

.h-top {padding-top: 60px;}

.list-pad {padding: 7px 0 0 5px;}

a {color: #ff4902; outline: none;}
a:hover{text-decoration: none;}

.colgrey {color: #4e4f4e;}
.colgrey_1 {color: #8a8f93;}
/* Global Structure ============================================================= */
.main {
	margin: 0 auto;
	width: 980px;
	position: relative;
}

	/* Header */
	header{
		height: 633px;
		background: url(../images/content-bg.gif) top center repeat-y;
	}
	
	/* Content */
	section#content {
		
	}			
	/* Footer */
	footer{
		height: 54px;
	}
/* 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%;
}
/*----- 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 16px 0 0; float: left; padding-top: 5px;}
.extra-wrap {overflow: hidden;}

.img-pad {padding: 5px 0 12px;}
/*=============================================================================== text =====*/
h1 {
	padding: 15px 0 16px 0px;
	position: relative;
	float: left;
}
	h1 a {
		display: block;
		height: 95px;
		width: 469px;
		text-indent: -5000px;
		background: url(../images/logo.jpg) left top no-repeat;
	}
h2 {
	font-size: 36px;
	line-height: 1.2em;
	color: #616161;
	padding: 21px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
}
h3 {
	font-size: 21px;
	line-height: 24px;
	color: #585858;
	padding: 22px 0 11px;
}
h4 {
	font-size: 36px;
	line-height: 1.2307em;
	color: #353535;
	padding: 20px 0 10px;
	margin-bottom: 8px;
	background: url(../images/h4-bg.gif) left bottom repeat-x;
}
	h4 img {padding: 11px 17px 0 0;}
	h4 span {color: #616161;}


strong {color: #767676;}

.colors {color: #8a8f93;}
.colors strong {color: #4e4f4e;}
/*=================================================================================================================== header =====*/
.slogan {
	position: absolute;
	top: 94px;
	left: 273px;
	display: block;
	font-size: 10px;
	line-height: 24px;
	text-transform: uppercase;
	color: #4b4b4b;
}
.col {
	float: right;
	width: 193px;
}
.flags {
	float: right;
	width: 93px;
	overflow: hidden;
	padding: 46px 0 20px;
}
	.flags img {
		float: left;
		margin-left: 7px;
	}
	
#SearchForm {
	padding:0;
	width:193px;
	float:right;
	position: relative;
	z-index: 2;
}
	#SearchForm label {
		display:inline-block;
		vertical-align:top;
		background: url(../images/search-label-bg.gif) 0 0 no-repeat;
	}
	#SearchForm input {
		vertical-align:top;
		border: none;
		background: none;
		text-transform: lowercase;
	}
	#SearchForm .input {
		width: 152px; 
		padding: 8px 0px 8px 10px;
		border: none;
		font-size: 11px; 
		line-height: 12px; 
		color: #626262;
	}

/*=============================================================================== nav =====*/
nav {
	width: 100%;
	overflow: hidden;
	padding-bottom: 1px;
}
nav ul {
	float: left;
	width: 705px;
}
	nav li {
		float: left;
		font-size: 16px;
		line-height: 24px;
		padding-right: 1px;
		width: 140px;
		text-align: center;
	}
		nav li a {
			display: block;
			color: #252525;
			text-decoration: none;
			text-transform: uppercase;
			padding: 12px 0 17px;
		}
			nav li a:hover, nav .active {
				color: #fff;
			}
	nav .n1 a {border-top: 3px solid #ff4902;}
	nav .n2 a {border-top: 3px solid #ff7f02;}
	nav .n3 a {border-top: 3px solid #ffa902;}
	nav .n4 a {border-top: 3px solid #33ab5c;}
	nav .n5 a {border-top: 3px solid #02baaf;}
	
	nav .n1 a:hover, nav .n1 .active {background: #ff4902;}
	nav .n2 a:hover, nav .n2 .active {background: #ff7f02;}
	nav .n3 a:hover, nav .n3 .active {background: #ffa902;}
	nav .n4 a:hover, nav .n4 .active {background: #33ab5c;}
	nav .n5 a:hover, nav .n5 .active {background: #02baaf;}
	
	
/*=============================================================================== date =====*/
.date {
	border-top: 3px solid #ececec; 
	float: right;
	width: 275px;
	color: #8d8d8d;
}
	.date strong {
		display: block;
		font-weight: normal;
		margin: 15px 0 0 74px;
		padding: 2px 0 4px 27px; 		
		background: url(../images/date-bg.jpg) 0 0 no-repeat;
	}
	.date span {color: #ff4902; text-transform:uppercase;}

/*=============================================================================== slider =====*/
.slider {width: 100%; overflow: hidden;}
.slider img {
	float: left;
	margin-right: 1px;
}
	.slider .last {margin-right: 0;}
	
/*=============================================================================== social =====*/
.social {
	float: right;
	width: 303px;
	overflow: hidden;
	padding-top: 25px;
}
	.social img {
		float: left;
		margin-left: 2px;
	}
/*=================================================================================================================== content =====*/
#content {background: url(../images/content-bg.gif) top center repeat-y;}
.content-bot-bg {background: url(../images/content-bot-bg.gif) center bottom no-repeat;}
/*=============================================================================== indents =====*/
.indent {padding: 0px 0px 0px 0px}
.indent1 {padding: 0px 0px 0px 0px}
/*=============================================================================== col-indents =====*/
.col-indent {padding-right: 22px;}
.col-indent1 {padding-right: 20px;}
/*=============================================================================== boxes =====*/

/*=============================================================================== line-hor =====*/

/*=============================================================================== lists =====*/
.list_2 {}
	.list_2 li {padding: 5px 0 27px 0; color: #8a8f93;}
		.list_2 li div {width: 100%; overflow: hidden; padding-bottom: 8px;}
			.list_2 li strong {
				display: block;
				margin-right: 13px;
				width: 82px;
				height: 22px;
				float: left;
				background: #e1e1e1;
				color: #4e4f4e;
				text-align: center;
				padding: 2px 0 0;
			}
			.list_2 li a {
				text-decoration: none;
				font-size: 14px;
				line-height: 22px;
			}
				.list_2 li a:hover {text-decoration: underline;}
	.list_2 .last {padding-bottom: 18px;}

.list {padding-bottom: 13px;}
	.list li {
		font-size: 14px;
		line-height: 26px;
		background: url(../images/list-bg.gif) 0 4px no-repeat;
		padding-left: 26px;
	}
		.list li a {
			color: #ff4902;
			text-decoration: none;
		}
			.list li a:hover {text-decoration: underline;}

.list_1 {}
	.list_1 li {
		font-size: 10px;
		line-height: 28px;
		background: url(../images/list_1-bg.gif) 2px 12px no-repeat;
		padding-left: 14px;
	}
		.list_1  li a {
			color: #707070;
			text-decoration: none;
			text-transform: uppercase;
		}
			.list_1 li a:hover {
				text-decoration: underline;
			}

.capitalize li {font-size: 12px}
.capitalize li a {text-transform: capitalize;}
/*=============================================================================== links =====*/
.button {
	background: url(../images/link-left-bg.gif) left top no-repeat; 
	display: inline-block;
	text-decoration: none;
	margin: 3px 0 0 0px;
	color: #8a8f93; 
	cursor: pointer;
	font-family: Tahoma, Geneva, sans-serif;
}
	.button span {
		background: url(../images/link-right-bg.gif) right top no-repeat;
		display: inline-block; 
		padding: 0 6px 0 6px;
	}
	.button span span  {
		background: url(../images/link-tail-bg.gif) top repeat-x;
		padding: 4px 1px 6px 3px;
	}
	
	.button:hover {color: white;}

.button:hover {background: url(../images/link-left-bg-hover.gif) left top no-repeat; }
.button:hover span {background: url(../images/link-right-bg-hover.gif) right top no-repeat;}
.button:hover span span  {background: url(../images/link-tail-bg-hover.gif) top repeat-x;}

.button-width span span {padding: 4px 10px 6px;}

.policy a {
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
	margin-top: 2px;
}
	.policy a:hover {text-decoration: underline;}
/*=============================================================================== gallery =====*/
.gallery {padding: 4px 0 0; width: 100%; overflow: hidden;}
	.gallery img {
		float: left;
		margin-right: 5px;
	}
	.gallery .last {margin-right: 0;}
/*=============================================================================== contacts =====*/
.contacts {width: 176px;}
	.contacts span {display: inline-block; vertical-align: baseline; width: 83px;}
	.contacts a {
		font-size: 14px;
		text-decoration: none;
	}
		.contacts a:hover {text-decoration: underline;}
/*=============================================================================== nav =====*/

/*=================================================================================================================== row =====*/
.row {
	min-height: 159px;
	background: url(../images/row-bg.gif) top center repeat-y;
}
/*=================================================================================================================== footer =====*/
footer {color: #252525;}
	footer span {
		float: left;
		padding: 19px 0 0 1px;
	}
	footer p {
		float: right;
		padding: 19px 1px 0 0;
	}
		footer p strong {
			color: #252525;
		}
		footer p a {color: #252525;}
/*------------------------------------------------------------------------------------------------------------------- forms -----*/
#loginForm {
	padding-top:0px;
	color: #8a8f93;
}
	#loginForm label {
		height:67px; 
		display:block;
	}
	#loginForm .button {
		margin: 14px 0 0 9px;
	}
	#loginForm .column1 {
		float:right;
		width:311px;
	}
	
	#loginForm input {
		width:200px;
		border:1px solid #e3e3e3; 
		background:#e1e1e1; 
		padding:12px 5px;
		color:#8599a2;
		line-height:14px;
	}
	#loginForm .input {
		width:211px;
		border:none; 
		font-size:12px;
		background:url(../images/ContactForm-label-bg.gif) no-repeat 0 0; 
		height:39px;
		display:block;
	}
	#loginForm .text {
		background:url(../images/ContactForm-textarea-bg.gif) no-repeat 0 0;
		border:none;
		width: 212px;
	}
	
	#loginForm {
	padding-top:0px;
	color: #8a8f93;
}
	#loginForm label {
		height:67px; 
		display:block;
	}
	#loginForm .button {
		margin: 14px 0 0 9px;
	}
	#loginForm .column1 {
		float:right;
		width:211px;
	}
	
	
	#loginForm input {
		width:200px;
		border:1px solid #e3e3e3; 
		background:#e1e1e1; 
		padding:12px 5px;
		color:#8599a2;
		line-height:14px;
	}
	#loginForm .input {
		width:211px;
		border:none; 
		font-size:12px;
		background:url(../images/ContactForm-label-bg.gif) no-repeat 0 0; 
		height:39px;
		display:block;
	}
	#loginForm textarea {
		width:202px; 
		height:148px;
		border:1px solid #e3e3e3; 
		background:#e1e1e1; 
		padding:12px 5px;
		overflow:auto; 
		font-size:1em; 
		color:#8599a2;
	}
	#loginForm .text {
		background:url(../images/ContactForm-textarea-bg.gif) no-repeat 0 0;
		border:none;
		width: 212px;
	}

/*==========================================*/
    
/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */
