/* 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 #121c1f; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 18px;
	color: #617a83;
	min-width: 1000px;
}
html, body {height: 100%;}

p {padding-top: 18px;}

.h-top {padding-top: 55px;}
.h-top1 {padding-top: 12px;}
.h-top2 {padding-top: 50px;}

.top {padding-top: 0px;}
.top1 {padding-top: 11px;}
.top2 {padding-top: 15px;}
.top3 {padding-top: 20px;}
.top4 {padding-top: 23px;}
.top5 {padding-top: 0px;}

.bot {padding-bottom: 37px;}

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


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

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

	/* Header */
	header{
		height: 330px;
		width: 980px;
		margin: 0 auto;
		position: relative;
	}
	
	.langs {
	position: absolute;
	top: 20px;
	right: 0px;
	float: left;
	}
	
	.langs p {
	float: left;
	padding: 0 5px;
	font-weight: bold;
	color: #FFF;
	}
	
	.langs a {
	text-decoration: none;
	}
	
	.langs a:hover {
	color: #FF5229 !important;
	}
	
	.cont {
	position: absolute;
	float: left;
	right: 0px;
	top: 100px;
	}
	
	.cont span {
	color: #FFF;
	font-size: 17px;
	}
	
	/* Content */
	section#content {
		
	}			
	/* Footer */
	footer{
		height: 121px;
	}
/* 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 {width: 275px;}
.col-2 {width: 640px;}
.col-2 .col-1 {width: 191px;}

.alignright {text-align: right; color: #1492b1;}
.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;}
.img-indent1 {margin: 0 23px 0 0; float: left;}
.extra-wrap {overflow: hidden;}

/*=============================================================================== text =====*/
h1 {
	padding: 60px 0 78px 1px;
	position: relative;
	float: left;
}
	h1 a {
		display: block;
		height: 65px;
		width: 440px;
		text-indent: -5000px;
		background: url(../images/logo.jpg) left top no-repeat;
	}
h2 {
	font-size: 36px;
	line-height: 1.2307em;
	color: #cbcbcb;
	margin: -3px 0px -5px 0px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
h3 {
	font-size: 33px;
	line-height: 1.2307em;
	color: #cbcbcb;
	padding: 0px 0px 8px 0px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
h5 {
	font-size: 44px;
	line-height: 1.2307em;
	color: #fefefe;
	padding: 0px 0px 23px 0px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
	h5 span {
		display: block;
		font-size: 24px;
		line-height: 1.2307em;
		color: #a7bcc3;
		margin-top: -9px;
	}

.color {color: #a7bcc3;}
/*=================================================================================================================== header =====*/
/*=================================================================================================================== content =====*/

/*=============================================================================== indents =====*/
.indent {padding: 12px 30px 45px 24px}
/*=============================================================================== col-indents =====*/
.col-indent {padding-right: 30px;}
/*=============================================================================== boxes =====*/
.box {
	background: #0d0e0e;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	behavior: url(js/PIE.htc);
	position: relative;
	padding: 18px 24px 20px 24px;
	margin-bottom: 20px;
}
	.box  .box-link {
		background: url(../images/link-left-bg.gif) left top no-repeat; 
		display: inline-block;
		text-decoration: none;
		color: #fff; 
		cursor: pointer;
		font-size: 10px;
		text-transform: uppercase;
		min-width: 135px;
	}
		.box .box-link span {
			background: url(../images/link-right-bg.gif) right top no-repeat;
			display: inline-block; 
			padding: 0 27px 0 10px;
		}
		.box .box-link span span  {
			background: url(../images/link-tail-bg.gif) top repeat-x;
			padding: 8px 13px 8px 0px;
		}
		.box .box-link:hover {color: #c43a00;}
/*=============================================================================== lists =====*/
.list {}
	.list li {
		line-height: 24px;
		background: url(../images/list-bg.gif) 0 8px no-repeat;
		padding-left: 11px;
	}
		.list li a {
			color: #1492b1;
			text-decoration: none;
		}
			.list li a:hover {color: white;}
	.list .list-pad {padding-bottom: 13px;}
/*=============================================================================== links =====*/
.link {
	font-size: 13px;
	color: #1492b1;
	text-transform: capitalize;
	display: inline-block;
	background: url(../images/link-bg.gif) right 7px no-repeat;
	padding-right: 9px;
	margin: 0px 0 0 1px
}
/*=============================================================================== companies =====*/
.companies {padding: 1px 0 0;}
	.companies img {
		margin: 0px 0 23px 0;
	}
	.companies .last {margin-bottom: 8px;}
/*=============================================================================== contacts =====*/
.contacts {padding-bottom: 7px;}
.contacts strong {color: #a7bcc3;}
.contacts span {
	display: inline-block;
	vertical-align: baseline;
	width: 134px;
}
.contacts a {
	background: none; 
	display: inline-block;
	text-decoration: underline;
	margin: 0px;
	color: #1492b1; 
	cursor: pointer;
	font-size: 12px;
	text-transform: lowercase;
}
	.contacts a:hover {text-decoration: none; color: #1492b1; }
/*=================================================================================================================== footer =====*/
footer .indent {border-top: 2px solid #000; padding: 0 0 0 0;}

footer .col {
	float: left;
}
footer .col p { overflow: hidden;}
	footer .col p strong {
		font-family: "Times New Roman", Times, serif;
		font-size: 24px;
		line-height: 1.2307em;
		color: #c2c2c2;
		font-weight: normal;
		display: inline-block;
		float: left;
		padding: 10px 0 0;
	}
	footer .col p span {
		display: inline-block;
		float: left;
		padding: 18px 0 0 9px;
	}
		footer .col p span a {
			color: #617a83;
			text-decoration: none;
		}
			footer .col p span a:hover {color: white;}
/*=============================================================================== menu =====*/
.menu {
	overflow: hidden;
	padding: 2px 0 0 0;
}
	.menu li {
		float: left;
		background: url(../images/menu-bg.gif) 0 5px no-repeat;
		padding-left: 8px;
		margin-left: -8px;
	}
		.menu li a {
			display: block;
			color: #617a83;
			text-decoration: none;
			margin-right: 16px;
		}
			.menu li a:hover, .menu .active {color: white;}
/*=============================================================================== social =====*/
.social {
	width: 152px;
	float: right;
	overflow: hidden;
	padding-top: 36px;
}
	.social img {
		float: left;
		margin-left: 9px;
	}
/*------------------------------------------------------------------------------------------------------------------- forms -----*/
#ContactForm {
	padding-top:18px;
	width: 642px;
}
	#ContactForm label {
		height:75px; 
		display:block;
	}
	#ContactForm .link {
		margin:-4px 0 0 26px;
	}
	#ContactForm .column1 {
		float:left;
		width:330px;
	}
	#ContactForm .column2 {
		float:left;
		width:312px;
	}
	#ContactForm input {
		width:302px;
		border:none; 
		padding:8px 0px;
		background:none; 
		color:#8599a2;
		line-height:14px;
	}
	#ContactForm .input {
		width:312px;
		border:none; 
		padding:0px 5px;
		font-size:12px;
		background:url(../images/ContactForm-label-bg.gif) no-repeat 0 0; 
		height:31px;
		display:block;
	}
	#ContactForm textarea {
		width:302px; 
		height:169px;
		border:none; 
		background:none; 
		padding:5px 0;
		overflow:auto; 
		font-size:1em; 
		color:#8599a2;
	}
	#ContactForm .text {
		background:url(../images/ContactForm-textarea-bg.gif) no-repeat 0 0;
		border:none;
		padding: 0 5px;
	}


#NewsletterForm {
	color: white;
	background: url(../images/NewsletterForm-bg.gif) #0f81a2 0 0 repeat-x;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(js/PIE.htc);
	position: relative;
	padding: 12px 0px 19px 20px;
	display: block;
}
	#NewsletterForm strong {
		display: block;
		padding: 4px 0 9px 0;
		font-size: 30px;
		line-height: 33px;
		color: white;
		font-family: "Times New Roman", Times, serif;
		font-weight: normal;
	}
	#NewsletterForm label {
		display: inline-block;
		background: url(../images/NewsletterForm-label-bg.gif) 0 0 no-repeat; 
	}
	#NewsletterForm input {
		width:219px; 
		padding:8px 0px;
		overflow:hidden;
		background:none;
		border:none;
		color: #636363;
		line-height: 14px;
	}
	#NewsletterForm span {
		display:block; 
		width:223px;
		padding:0px 8px;
		overflow:hidden;
		border:none;
	}
	#NewsletterForm em a {
		float:left;
		color: white;
		text-transform: capitalize;
		font-style: normal;
		display: inline-block;
		padding: 14px 0 0;
	}
	#NewsletterForm b a {
		float: right;
		color: white;
		background: #000;
		border-radius: 15px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		behavior: url(js/PIE.htc);
		position: relative;
		padding: 7px 15px;
		text-decoration: none;
		margin: 10px 18px 0 0;
	}
		#NewsletterForm b a:hover {background: #c43a00;}
	
/*==========================================*/
    
/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */

.contentheading {
	font-size: 44px;
	line-height: 1.2307em;
	color: #fefefe;
	padding: 0px 0px 23px 0px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
	.contentheading  span {
		display: block;
		font-size: 24px;
		line-height: 1.2307em;
		color: #a7bcc3;
		margin-top: -9px;
}

.rm {
width: 180px;
float: right;
}

.rm2 {
width: 180px;
float: right;
}

.rm3 {
width: 180px;
float: right;
}

.submit {
padding-left: 20px;
}

fieldset {
border: 1px solid #7B9AAB;
padding: 15 15px 15px 0;
}

.button {
width: 65px;
height: 22px;
}

.text {
width: 256px;
}

.textarea2 {
width: 260px;
}

.submit {
width: 135px;
margin-right: 3px;
float: left;
}

.button_large {
width: 187px;
}

.mess {
float: right;
margin-left: 5px;
margin-right: 3px;
width: 180px;
}
.indent-box{ padding:33px 23px 27px 20px; }

.gg {border: none;}