/* 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 no-repeat #e8e8e8; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em; 
	line-height:1.3333em;
	color:#000;
	min-width:1000px;
}
html, body { height:100%;}


p {padding-top:16px;}

.pad {
	padding-top:10px;
}
.pad1 {
	padding-top:30px;
}
.pad2 {
	padding-top:22px;
}
.pad3 {
	padding-top:18px;
}

a {
	color:#9b9b9b; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	padding:84px 0 9px 45px;
	float:left;
}
	h1 a {
		display:block;
		text-indent:-5000px;
		height:73px;
		width:288px;
		background:url(../images/logo.jpg) left top no-repeat;
	}
	
h2, h3 {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:3em;
	line-height:1.2307em;
	color:#222222;
	padding:0px 0 15px 0;
	font-weight:normal;
	margin-top:-10px;
	position:relative;
}
	.h2-pad {
		padding-bottom:10px;
	}
h3 {
	margin:0;
	padding-top:60px;
}
/* Global Structure ============================================================= */
.main {
	margin: 0 auto;
	position: relative;
	width: 970px; }

	/* Header */
	header{
		height:566px;
	}
	
	/* Content */
	section#content {
		
	}			
	/* Footer */
	footer{
		background:url(../images/footer-bg.gif) left top no-repeat;
		padding-bottom:70px;
		font-size:0.8333em;
		line-height:1.2307em;
		color:#5f5f5f;
		text-transform:uppercase;
	}
/* Left & Right alignment */

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.col-1, .col-2, .col-3 { 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 25px 0 0; 
	float:left;
}
.extra-wrap { 
	overflow:hidden;
}

/*===== header =====*/
nav {
	float:left;
	background:url(../images/nav-bg.png) left bottom repeat-x;
	width:485px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 140px;
	padding-top: 116px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
}
	nav li {
		float:left;
		font-size:1.25em;
		line-height:1.2307em;
	}
		nav li a {
			color:#9c9c9c;
			text-decoration:none;
			display:inline-block;
			padding:0 12px 9px 11px;
			margin-bottom:-1px;
			position:relative;
		}
			nav li a:hover, nav .active a {
				background:url(../images/nav-li-a.gif) left bottom repeat-x;
				color:#000;
			}
/*===== content =====*/
#page1 .indent {
	padding:59px 0 86px 0;
}

.indent {
	padding:0px 0 86px 0;
}
.date {
	color:#9b9b9b;
	font-size:0.833em;
	text-transform:uppercase;
	display:inline-block;
	padding:8px 0 6px 0;
}

.col-pad {
	padding-right:45px;
}
.col-pad1 {
	padding-right:52px;
}

.title {
	font-size:1.166em;
	line-height:1.142em;
	color:#1f8ac9;
	display:block;
}

.link {
	display:inline-block;
	margin-top:18px;
	color:#9b9b9b;
}
	.link-margin {
		margin-top:12px;
	}
	.link-margin1 {
		margin-top:5px;
	}

.list {
}
	.list li {
		background:url(../images/list-marker.gif) left 12px no-repeat;
		padding-left:22px;
		line-height:2.333em;
	}
		.list li a {
			color:#9b9b9b;
		}

.contacts span {
	float:right;
}

.adress {
	width:236px;
}
	.adress span {
		float:right;
	}
/*===== footer =====*/
footer .wrapper div {
	float:left;
	padding:038px 0 0 34px;
}
footer a {
	color:#5f5f5f;
	text-decoration:none;
}
	footer a:hover {
		text-decoration:underline;
	}
footer span {
	float:right;
	display:block;
	color:#9b9b9b;
	padding:38px 60px 0 0;
}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
}
	#contacts-form label {
		display:block;
		height:36px;
		overflow:hidden;
		background:url(../images/input-bg.gif) no-repeat 0 0;
		vertical-align:top;
	}
		#contacts-form input {
			width:275px;
			padding:5px 0px 5px 0px;
			border:none;
			margin:0 5px;
			line-height:1.2307em;
			background:none;
			color:#000;
		}
		#contacts-form .textarea-box {
			background:url(../images/textarea-bg.gif) no-repeat 0 0;
			height:82px;
			overflow:hidden;
		}
		#contacts-form textarea {
			width:280px;
			padding:3px 0px 3px 5px;
			border:none;
			background:none;
			color:#000;
			height:76px;
			overflow:auto;
		}
		#contacts-form .link {
			margin-right:25px;
		}

/*==========================================*/


/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */
