/* Global properties ======================================================== */
body { 
	background:url(../images/body-bg.gif) 50% 0 #adbac2; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.125em;
	color:#96a3aa;
}
html { min-width:1000px;}
html, body { height:100%;}

/*----- txt, links, lines, titles -----*/
a {
	color:#3a3a3a; 
	outline:none;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	font-size:36px;
	line-height:1.2em;
	text-transform:uppercase;
}
	h1 a {
		color:#fff;
		text-decoration:none;
		font-style:italic;
		text-shadow:1px 1px 0 #922e02;
	}
	h1 a span {
		font-weight:normal;
	}
h2 {

	font-size:24px;
	font-weight:normal;
	line-height:1.2em;
	color:#3a3a3a;
	font-style:italic;
	margin-bottom:22px;
}
h3 {
    line-height:1.2em;
	text-transform:uppercase;
	font-size:20px;
	line-height:1.2em;
	color:#3a3a3a;
	font-weight:normal;
	font-style:italic;
	position:relative;
	border-bottom:1px solid #dedede;
	padding:13px 0 5px 0;
	margin-bottom:7px;
	width:100%;
}
	h3 img {
		position:absolute;
		right:0;
		top:0;
	}
h4 {
	font-size:1em;
	color:#3a3a3a;
	margin-bottom:18px;
	padding-top:8px;
}
h5 {
	font-size:1em;
	color:#3a3a3a;
	margin-bottom:18px;
}
h6 {
	font-size:1em;
	color:#3a3a3a;
}

/*	*/

/*===== content =====*/
#content { position:relative; top:-250px;
	
}
/*#content article {
	border-bottom:1px solid #dedede;
	padding-bottom:30px;
	margin-bottom:30px;
}
#content article.last {
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}
#content .indent {
	padding:10px 5px 0 21px;
}
	#content .indent .indent {
		padding:0 0 40px 0;
	}
*/	
	.list1 {
		margin-bottom:14px;
	}
		.list1 li {
			border-bottom:1px solid #dedede;
			font-size:12px;
			color:#6a7e88;
			padding:0 0 6px 0;
			margin-bottom:7px;
		}
			.list1 li a {
				color:#5ac1e0;
				text-decoration:none;
			}
			.list1 li a:hover {
				color:#000;
				text-decoration:underline;
			}
	


/*==========================================*/

/* Global Structure ============================================================= */
.container {
	margin:  auto;
	position:inherit;
	top:-60;
	width: 990px;
	font-size:.8125em;
}
.container1 {
	margin:  auto;
	position:inherit;
	top:-60;
	width: 990px;
	font-size:.8125em;
}
	/* Header */
	#header{
		height:360px;
		overflow:hidden;
		background:url(../images/body-bg.gif) 50% 0 repeat-x;
	}
	
	/* Content */
			
	/* Footer */
	#footer{
	padding:0 0 83px 0;
	
	}
#footer a {
	color:#6d777b;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
}

#footer span {
	color:#d4d4d4;
}
#footer .container1 {
		
			background:#3b4043;
			border-radius:10px;
			-moz-border-radius:10px;
			-webkit-border-radius:10px;
			font-size:10px;
			text-transform:uppercase;
			color:#6d777b;
			
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #D9E9FD),color-stop(1, #D9E9FD)); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #D9E9FD),color-stop(1, #D9E9FD)); /* Saf4+, Chrome */

	-pie-background: linear-gradient(#c34811, #a03100 70%);
	overflow:hidden;
	z-index:1;
			
			margin-top:-10px;
			behavior: url(js/PIE.htc);
		}
			#footer .inside {
				padding:28px 20px 20px 40px;
			}

/* Footer */

/* Left & Right alignment */


.colborder {border:1px solid #dedede; height:140px}



.wrapper { 
	width:100%;
	overflow:hidden;
}

/* The inside class provides consistent padding. To be used often! */
.inside{ padding: 5px; 
 }






/*==================boxes====================*/
.box {
	background:#f0f3f5;
	/*padding:0px 5px 0px 5px;*/
	border:1px solid #e0e8ed;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	behavior: url(js/PIE.htc);
	position:relative;
}
	.box .inner {
		padding:0 10px 0 10px;
	}



/*===== header =====*/

 div#nav {
	position:relative;
	left:0;
	top:35px;
	width:990px;
	height:103px;
	border-radius:12px;

	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	behavior: url(js/PIE.htc);
	background:#a03100; /* Opera */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #c34811),color-stop(1, #a03100)); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #c34811),color-stop(1, #a03100)); /* Saf4+, Chrome */

	-pie-background: linear-gradient(#c34811, #a03100 70%);
	overflow:hidden;
	z-index:1;
	background-color: #a03100;
}
	
	div#nav ul {
	right:auto;
		float:right;
		padding:18px 25px 0 0;
	}
		 div#nav ul li {
			float:left;
			padding-left:1px;
		}
			 div#nav ul li a:link {
				display:block;
				float:left;
				font-size:14px;
				color:#fff;
				
				text-decoration:none;
				background:#722300;
				padding:11px 10px 15px 10px;
				font-style:italic;
				border-radius:5px;
				-moz-border-radius:6px;
				-webkit-border-radius:12px;
				behavior: url(js/PIE.htc);
				position:relative;
			}
			div#nav ul li a:visited {
				display:block;
				float:left;
				font-size:14px;
				color:#fff;
				
				text-decoration:none;
				background:#722300;
				padding:11px 10px 15px 10px;
				font-style:italic;
				border-radius:5px;
				-moz-border-radius:6px;
				-webkit-border-radius:12px;
				behavior: url(js/PIE.htc);
				position:relative;
			
			}
/*			div#nav ul li#current a{
				display:block;
				float:right;
				font-size:15px;
				
				
				text-decoration:none;
				
				padding:11px 10px 15px 10px;
				font-style:italic;
				border-radius:5px;
				-moz-border-radius:6px;
				-webkit-border-radius:12px;
				behavior: url(js/PIE.htc);
				position:relative;
				background:#fff;
				color:#000;
			}*/
			 div#nav ul li a:hover {
			 font-size:15px;
				background:#fff;
				color:#000;
			}
			 .droite {
				float:right;
			}

.logo {
	position:absolute;
	left:50px;
	top:17px;
}

	#header .logo strong {
		display:block;
		font-size:10px;
		text-transform:uppercase;
		color:#571b00;
		margin-top:-8px;
		padding-left:3px;
	}
#section{ display: block; }
/*.slider {
	background:#fff;
	width:960px;
	height:auto;
	left:0px;
	top:109px;
	position:absolute;
	z-index:2;
	padding-top:1px;
}
*/
	/* Content */
	#section #content {
		position:relative;
		z-index:3;
	}
		#section #content .container {
	background:#fff;
	height: auto;
		}
			#section #content .inside {
				padding:20px 10px 20px 10px;
			}
		/* Content */