/* 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-x #dadada; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	text-align: justify;
	line-height:18px;
	color:#ffffff;
	min-width:1000px;
}
html, body { height:100%;}


p {
	padding-top:14px;
}

.top {padding-top:7px;}
.top1 {padding-top:10px;}
.top2 {padding-top:13px;}
.top3 {
	padding-top:18px;
	text-align: justify;
}

.bot {padding-bottom:7px;}

.h-top {padding-top:32px;}
.h-top1 {padding-top:42px;}
.h-top2 {padding-top:38px;}
.h-top3 {padding-top:47px;}

.h-pad {padding:16px 0 0 20px;}

.pad-left {padding-left:20px;}

.pad-col-1 {padding:16px 25px 0 20px;}

.margin-bot {margin-bottom:-18px;}
.margin-bot1 {margin-bottom:-4px;}

a {
	color:#fff; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

/* Global Structure ============================================================= */
.main {
	margin: 0 auto;
	width: 968px; }

	/* Header */
	header{
		height:536px;
		margin:67px 0 0;
		position:relative;
		z-index:10;
	}
	
	/* Content */
	section#content {
		margin-top:-6px;
	}			
	/* Footer */
	footer{
		height:38px;
	}
/* 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:2px 0px 0 20px; 
	float:right;
}
.img-indent1 { 
	margin:0px 20px 0 0px; 
	float:left;
}
.img-indent3 { 
	margin:0px 20px 0 0px; 
	float:left;
}
.extra-wrap { 
	overflow:hidden;
}

/*=================================================================================================================== header =====*/
h1 {
	padding:41px 0 0px 44px;
	position:relative;
	float:left;
}
	h1 a {
		display:block;
		height:56px;
		width:186px;
		text-indent:-5000px;
		background:url(../images/logo.jpg) left top no-repeat;
	}
h2 {
	font-size:18px;
	line-height:1.05em;
	color:#fff;
	padding:0 0 0 0;
	margin:0 0 0 0;
	font-weight:normal;
}
	h2 span {
		display:block;
		margin-top:-10px;
	}

.uppercase {
	text-transform:uppercase;
	font-size:11px;
}
.white {color:white;}

h3 {
	font-size:18px;
	color:#fff;
	line-height:1.2em;
}
/*=============================================================================== sub-menu =====*/

/*=================================================================================================================== content =====*/

/*=============================================================================== indents =====*/
.col-indent {padding-right:24px;}
.col-indent1 {padding-right:44px;}
.padding {
	padding:0 40px 0 19px;
}
.padding1 {
	padding:0 10px 0 19px;
}
/*=============================================================================== boxes =====*/
.box {
	background:url(../images/box-bg.png) 0 0 repeat-y;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:0 0 4px rgba(0, 0, 0, .4);
	-moz-box-shadow:0 0 4px rgba(0, 0, 0, .4);
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, .4);
	behavior:url(js/PIE.htc);
	position:relative;
	padding:30px 0px 20px 20px;
	margin:0 4px 10px 4px;
}
*+ html .box {
	background:url(../images/box-bg.png) 0 0 repeat-y #666;
}
* html .box {
	background:url(../images/box-bg.png) 0 0 repeat-y #666;
}
.box1 {
	background:url(../images/box1-bg.png) 0 0 repeat;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:0 0 4px rgba(0, 0, 0, .4);
	-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, .2);
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, .2);
	behavior:url(js/PIE.htc);
	position:relative;
	padding:15px 18px 17px 19px;
	margin:0 4px 3px 0px;
	width:305px;
}
*+ html .box1 {
	background:url(../images/box1-bg.png) 0 0 repeat #444444;
	box-shadow:1px 1px 0px rgba(0, 0, 0, .2);
	-moz-box-shadow:1px 1px 0px rgba(0, 0, 0, .2);
	-webkit-box-shadow:1px 1px 0px rgba(0, 0, 0, .2);
}
.box-policy {
	background:url(../images/box-policy-bg.png) 0 0 repeat;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:0 0 4px rgba(0, 0, 0, .4);
	-moz-box-shadow:0 0 4px rgba(0, 0, 0, .4);
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, .4);
	behavior:url(js/PIE.htc);
	position:relative;
	padding:53px 40px 47px 41px;
	margin:0 4px 10px 4px;
}
*+ html .box-policy {
	background:url(../images/box-policy-bg.png) 0 0 repeat #666;
}
.box2 {
	background:url(../images/box1-bg.png) 0 0 repeat;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:0 0 4px rgba(0, 0, 0, .4);
	-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, .2);
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, .2);
	behavior:url(js/PIE.htc);
	position:relative;
	padding:15px 18px 17px 19px;
	margin:0 4px 3px 0px;
	width:650px;
}
.box3 {
	background:url(../images/box1-bg.png) 0 0 repeat;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:0 0 4px rgba(0, 0, 0, .4);
	-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, .2);
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, .2);
	behavior:url(js/PIE.htc);
	position:relative;
	padding:15px 18px 17px 19px;
	margin:0 4px 3px 0px;
	width:610px;
}
.box4 {
	background:url(../images/box3-bg.png) 0 0 repeat;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:0 0 4px rgba(0, 0, 0, .4);
	-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, .2);
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, .2);
	behavior:url(js/PIE.htc);
	position:relative;
	padding:15px 18px 17px 19px;
	margin:0 4px 3px 0px;
	width:650px;
}
/*=============================================================================== borders =====*/

/*=============================================================================== lists =====*/
.list {
	padding:5px 0 6px 0;
}
	.list ul {width:100%;}
	.list li {
		background:none;
		font-size:11px;
		line-height:30px;
		height:36px;
		margin-bottom:-6px;
		overflow:hidden;
	}
		.list li a {
			display:block;
			color:#00a8ff;
			text-transform:uppercase;
			background:url(../images/list-a-bg.gif) 10px 14px no-repeat;
			/*padding:2px 0 0 37px;*/
			padding:2px 0 0 27px;
			text-decoration:none;
		}
			.list li a:hover {
				color:#fff;
			}
	.list li:hover {
	background-image: url(../images/list-li-bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
/*=============================================================================== links =====*/
.link {
	background:url(../images/link-left-bg.png) left top no-repeat; 
	display:inline-block;
	text-decoration:none;
	margin:17px 0 0 1px;
	color:#fff; 
	cursor:pointer; 
	font-size:11px;
	text-transform:uppercase;
}
	.link span {
		background:url(../images/link-right-bg.png) right top no-repeat;
		display:inline-block; 
		padding:0 9px 0 9px;
	}
	.link span span  {
		background:url(../images/link-tail-bg.png) top repeat-x;
		padding:8px 7px 8px;
	}
	.link:hover {color:#00a8ff;}
/*=============================================================================== nav =====*/

/*=============================================================================== nav =====*/

/*=============================================================================== nav =====*/
.contact-img {
	display:block;
	padding:10px 0 0 5px;
}
.contact-img1 {
	display:block;
	padding:133px 0 0 1px;
}
.contact-img2 {
	display:block;
	padding:56px 0 0 1px;
}
.contact-img3 {
	display:block;
	padding:158px 0 0 1px;
}

.phone {
	display:inline-block;
	width:82px;
}
/*=================================================================================================================== footer =====*/
footer p {
	float:left;
	padding:0 0 0 0;
	color:#000;
	font-weight:bold;
	line-height:16px;
	padding:9px 0 0 45px;
}
	footer p a {
		color:#000;
		text-decoration:none;
	}
		footer p a:hover {
			text-decoration:underline;
		}
/*=============================================================================== footer-menu =====*/
.footer-menu {
	padding:7px 36px 0 0;
	float:right;
}
	.footer-menu li {
		float:left;
		line-height:16px;
		background:url(../images/footer-menu-bg.gif) 0 3px no-repeat;
		padding:0 7px 0 8px;
	}
		.footer-menu li a {
			display:block;
			text-decoration:none;
			color:#000;
			font-weight:bold;
		}
			.footer-menu li a:hover {
				text-decoration:underline;
			}
	.footer-menu .first {
		background:none;
	}
/*=============================================================================== policy =====*/

/*=============================================================================== social =====*/

/*------------------------------------------------------------------------------------------------------------------- forms -----*/
#ContactForm {
	padding-top:17px;
	font-size:12px;
	line-height:18px; 
	color:#8d8d8d;
	width:649px;
}
	#ContactForm label {
		height:25px;
		display:block;
	}
	#ContactForm .link {
		margin:10px 0px 0px 10px;
	}
	#ContactForm .column1 {
		float:left; width:302px; margin-right:13px;
	}
	#ContactForm .column2 {
		float:left; width:333px;
	}
	#ContactForm .input {
		width:252px;
		border:1px solid #a4a4a4;
		padding:2px 0 2px 3px;
		font-size:12px; 
		line-height:14px;
		background:url(../images/contactform-bg.gif) 0 0 repeat;
		color:#a4a4a4; 
		float:right;
	}
	#ContactForm textarea {
		width:266px; 
		height:65px; 
		border:1px solid #a4a4a4;
		background:url(../images/contactform-bg.gif) 0 0 repeat; 
		padding:2px 0 0 3px;
		overflow:auto; 
		font-size:1em;
		color:#a4a4a4; 
		float:right;
		margin-right:0px;
	}
#SearchForm {
	float:right;
	padding:18px 13px 0px 0;
	width:200px;
}
	#SearchForm label {
		border:none;
		display:inline-block;
		background:url(../images/input-bg.gif) 0 0 no-repeat; 
		height:31px;
		vertical-align:top;
	}
	#SearchForm .input {
		width:158px; 
		padding:8px 0 8px 10px;
		overflow:hidden;
		background:none;
		border:none;
		font-size:12px; 
		line-height:1.2307em; 
		color:#000;
		vertical-align:top;
	}
	#SearchForm a {
		text-decoration:none;
		display:inline-block;
		vertical-align:top;
	}
	
/*==========================================*/
    .tableclient{
	Padding: 5px;
	border:thin solid #333;
	border-collapse:collapse;
	color:#4f6228;
	}
	/*.bulletitem{
	background:url(../images/indent.png) 5px 5px no-repeat;
	padding-left: 20px;
	}*/
	.bulletitem{
	/*background:url(../images/indent.png) 5px 5px no-repeat;*/
	padding-left: 10px;
	}
	.romen_div
	{
		width:15px;
		height:auto;
		float:left;
		font-weight:bold;
		font-size:13px;
		text-align:left;
		padding-left:10px;
	}
/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */
