/* 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/top-bg.jpg) no-repeat 50% 0 #ececec;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	line-height:1.125em;
	color:#141414;
}
html { min-width:980px;}
html, body { height:100%;}



/* Global Structure ============================================================= */
#main {
	font-size:.75em;
	position:relative;
	}

	/* Header */
	header{
		height:193px;
		position:relative;
		margin-bottom:34px;
		z-index:99;
	}
	
	/* Content */
	section#content {
		float: left;
		width: 66.7%;
	}
	
	/* Sidebar */
	aside{
		float: left;
		width: 33.3%;
	}
			
	/* Footer */
	footer{
		
	}




/* Left & Right alignment */

.fleft {
	float: left;
	padding: 5px;
}
.fright {
	float: right;
	padding: 5px;
}
.clear { clear:both;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

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

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


/*----- form defaults -----*/
input, select, textarea { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}
figure.single-img {
	display:block;
	margin-bottom:1.5em;
	}
	figure.single-img img {
		border:1px solid #fff;
		}

.extra-wrap { 
	overflow:hidden;
}

p {
	margin-bottom: 16px;
	color: #000000;
}
.p1 { margin-bottom:8px;}
.p2 { margin-bottom:16px;}
.p3 { margin-bottom:24px;
}


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

h1 {
	font-size:3em;
	font-family:"Times New Roman", Times, serif;
	line-height:1em;
	font-weight:normal;
	margin-bottom:.5em;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	color:#141414;
	font-size:2em;
	line-height:1.2em;
	margin-bottom:.7em;
	font-weight:bold;
}
h2.alt {
	letter-spacing:-1px;
	}
h3 {
	font-size:1em;
	margin-bottom:1em;
}
	h3 a {
		text-decoration:none;
		}
	h3 a:hover {
		text-decoration:underline;
		}
h4 {
	font-size:1em;
	font-weight:normal;
	color:#1e84c1;
	margin-bottom:1.5em;
}
h5 {
	font-size:1em;
	color:#bd0000;
}
h6 {
	
}


.txt1 {
}
.txt2 {
}

.link1 { 
	display:block;
	float:left;
	background:url(../images/link1-bgd.gif) left top repeat-x; 
	color:#007f00; 
	text-decoration:none;
}
.link1:hover { 
	text-decoration:underline;
}
	.link1 em {
		display:block;
		background:url(../images/link1-left.gif) no-repeat left top;
	}
	.link1 b { 
		display:block;
		background:url(../images/link1-right.gif) no-repeat right top; 
		padding:2px 15px 2px 15px; 
		font-weight:normal; font-style:normal;
	}

.more-link {
	font-size:10px;
	text-transform:uppercase;
	color:#1e84c1;
	}
	

.button { 
	float:right;
}
	.button span { 
		display:block; 
		background:url(../images/button-left.gif) no-repeat left top; 
		padding-left:3px;
	}
		.button span span { 
			background:url(../images/button-right.gif) no-repeat right top;
			padding-right:4px;
			padding-left:0;
		}
			.button span span a { 
				display:block;
				background:#333743;
				padding:4px 5px 3px 5px;
				color:#fff;
				text-decoration:none;
				text-transform:uppercase;
			}
			.button span span a:hover { 
				text-decoration:underline;
			}

.hr { 
	background:#3a3c52;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 20px 0;
}




/*===== header =====*/
.logo {
	position:absolute;
	left:0;
	top:29px;
	}
#search-form {
	float:right;
	padding:63px 0 0 0;
	}
	#search-form ul {
		float:left;
		padding:10px 12px 0 0;
		}
		#search-form ul li {
			float:left;
			font-size:10px;
			line-height:1.2em;
			color:#9a9a9a;
			border-left:1px solid #9a9a9a;
			padding:0 9px 0 10px;
			text-transform:uppercase;
			}
		#search-form ul li:first-child {
			border-left:none;
			}
			#search-form ul li a {
				color:#9a9a9a;
				}
	#search-form fieldset {
		float:left;
		width:221px;
		height:28px;
		background:url(../images/search-bg.png) no-repeat 0 0;
		}
		#search-form fieldset input[type=text] {
			width:180px;
			padding:5px 0 5px 12px;
			background:none;
			border:none;
			}
		#search-form fieldset input[type=submit] {
			width:29px;
			height:28px;
			background:none;
			border:none;
			cursor:pointer;
			}

/* Navigation */
.main-menu {
	position:absolute;
	left:0;
	top:109px;
	}



/*===== content =====*/
#content {
	
}
	section.row {
		background:url(../images/hr.gif) 0 100% repeat-x;
		padding:0 0 27px 0;
		margin-bottom:27px;
		}
	
	


/* Slider */
#slider {
	position:relative;
	width:470px;
	height:350px;
	background:url(images/loading.gif) no-repeat 50% 50%;
	top:124px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	right:0;
	bottom:7px;
	z-index:999;
}
.nivo-controlNav a {
	display:block;
	width:17px;
	height:17px;
	background:#141414;
	text-indent:-9999px;
	border:0;
	margin-left:5px;
	float:left;
}
.nivo-controlNav a.active,
.nivo-controlNav a:hover {
	background:#bd0000;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
	text-shadow:none;
	font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
	color:#efe9d1;
	text-decoration:underline;
}



/* Faded slider */
#faded {
	height:313px;
	}
#faded ul.pagination {
	position:absolute;
	right:370px;
	bottom:0;
	}
#faded ul.pagination li { float:left; }
#faded ul.pagination li a {
	width:17px;
	height:17px;
	background-color:#141414;
	float:left;
	margin-left:5px;
	text-align:center;
	font-size:0;
	line-height:0;
	text-decoration:none;
	color:#141414;
	}
#faded ul.pagination li.current a,
#faded ul.pagination li a:hover { 
	background:#bd0000;
	color:#bd0000;
	}
#faded { width:670px; }

a { outline:0; border:0; }
/*
 * Required: If fixed height, state it here
*/
#faded .rap { height:313px; }
	
	#faded .slide {
		height:283px;
		width:342px;
		float:left;
		margin-right:22px;
		}
	#faded .date {
		display:block;
		margin-bottom:5px;
		}


/* News list */
.top-news-list {
	
	}
	.top-news-list li {
		overflow:hidden;
		background:url(../images/hr.gif) 0 0 repeat-x;
		padding:15px 0 11px 0;
		line-height:16px;
		}
	.top-news-list li:first-child {
		background:none;
		padding-top:0;
		}
		.top-news-list li a.img-wrap {
	display:block;
	color:#007f00;
	font-weight:bold;
	text-decoration:none;
	overflow:hidden;
	width:100%;
	margin:0 0 6px 0;
			}
		.top-news-list li a.img-wrap:hover {
			color:#000;
			}
			.top-news-list li a.img-wrap img {
				float:left;
				margin:3px 16px 0 0;
				border:1px solid #fff;
				}
		.top-news-list li a.video-link {
	background:url(../images/icon-video.gif) no-repeat 0 0;
	display:inline-block;
	font-size:10px;
	padding:2px 0 4px 27px;
	text-transform:uppercase;
	color: #007f00;
			}
		.top-news-list li span.date {
	display:block;
	margin-bottom:5px;
	color: #141414;
			}


.list1 li {
	background:url(../images/hr.gif) 0 0 repeat-x;
	padding:10px 0 9px 0;
	}
.list1 li:first-child {
	background:none;
	padding-top:0;
	}
	.list1 li a {
		color:#1e84c1;
		}

.list2 li {
	background:url(../images/hr.gif) 0 0 repeat-x;
	padding:14px 0 16px 0;
	overflow:hidden;
	width:100%;
	}
.list2 li:first-child {
	background:none;
	padding-top:0;
	}
	.list2 li img {
		border:1px solid #fff;
		float:left;
		margin:0 17px 0 0;
		}
	.list2 li a {
		color:#1e84c1;
		text-decoration:none;
		}
	.list2 li a:hover {
		text-decoration:underline;
		}
	.list2 li .date {
	display:block;
	padding-top:8px;
	color: #141414;
		}


.list3 li {
	margin-bottom:1.5em;
	}
	.list3 li a {
		color:#949393;
		text-decoration:underline;
		}


/* Films */
.films {
	width:100%;
	overflow:hidden;
	padding-bottom:1.5em;
	}
	.films li {
		float:left;
		border:1px solid #fff;
		margin-right:6px;
		}
	.films li.nomargin {
		margin-right:0;
		}


/* Gallery */
.gallery {
	width:100%;
	overflow:hidden;
	padding-bottom:1.5em;
	}
	.gallery li {
		float:left;
		width:192px;
		overflow:hidden;
		margin-right:26px;
		}
	.gallery li.nomargin {
		margin-right:0;
		}

	

.rating {
	width:100%;
	overflow:hidden;
	margin-bottom:10px;
	}
	.rating span.full {
		width:20px;
		height:19px;
		float:left;
		background:url(../images/icon-full.gif) no-repeat 0 0;
		margin-right:1px;
		}
	.rating span.empty {
		width:20px;
		height:19px;
		float:left;
		background:url(../images/icon-empty.gif) no-repeat 0 0;
		margin-right:1px;
		}



/* Photos */
.photos-list {
	width:100%;
	overflow:hidden;
	}
	.photos-list li {
		float:left;
		width:173px;
		overflow:hidden;
		margin-left:21px;
		line-height:16px;
		margin-bottom:8px;
		}
	.photos-list li:first-child {
	margin-left:0;
	color: #007f00;
		}
		.photos-list li figure.photo {
	margin-bottom:15px;
	color: #007f00;
			}
			.photos-list li figure.photo img {
				border:1px solid #fff;
				}
		.photos-list li a.ph_title {
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color: #007f00;
			}
		.photos-list li a.ph_title:hover {
	color:#141414;
	text-decoration:underline;
			}



/*===== footer =====*/
footer {
	padding:0 0 25px 0;
	overflow:hidden;
	color:#949393;
}
	footer a {
		color:#949393;
		text-decoration:none;
		}
	footer a:hover {
	color:#000000;
	text-decoration:underline;
		}
	
	.social {
		float:right;
		}
		.social li {
			float:left;
			margin-left:6px;
			}


/*----- forms -----*/

/*==========================================*/
    
/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */
