body{
	margin: 0;
	padding: 0;
	background: #212121;
	color: #747474;
	font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

a{
	color: #f98e00;
	text-decoration: none;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
}

h1, h2, h3, h4, h5{
	color: #f98e00;
}

h1{
	background: url('../../img/heading.png') no-repeat;
	background-position: left center;
	font-weight: normal;
	padding-left: 20px;
	text-transform: uppercase;
	font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

h2{
	font-weight: normal;
	text-transform: uppercase;
}

h3{
	font-weight: normal;
	text-transform: uppercase;
}

h4{
	color: #747474;
	font-weight: bold;
}

.clear{
	clear: both;
}

/*Top
-------------------------------------------------------------------- */
#top_wrapper{
	width: 100%;
	height: 80px;
	background: #212121;
}

#top_container{
	height: 80px;
	margin: 0 auto;
}

#top_container_left{
	float: left;
	width: 170px;
	height: 80px;
}

	#logo{
		
	}
	
		#logo_a{
			display: block;
			height: 80px;
			width: 170px;
		}
	
#top_container_right{
	float: right;
	height: 80px;
}	

/*Navigation
-------------------------------------------------------------------- */
	
#navigation{
	height: 80px;
	float: right;
}

#nav_ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

	#nav_ul a {
		outline: none 0;
	}
	
	.nav_item_parent{
		background: url('../../img/nav_item_sub_bg.png') no-repeat;
		background-position: right center;
	}

	.nav_item_a{
		color: #ffffff;
		text-decoration: none;
		text-transform: uppercase;
		font-family: 'Open Sans', Arial, sans-serif;
		display: block;
		background: none;
		-webkit-transition: background 0.2s linear;
		-moz-transition: background 0.2s linear;
		-o-transition: background 0.2s linear;
		outline: 0 none;
	}
	
	.nav_item_a:hover{
		background: #f98e00;
	}
	
	.nav_item_a_active{
		background: #f98e00;
	}
	
	.nav_child{
		list-style: none;
		background: #747474;
		z-index: 99999;
		margin: 0;
		padding:0;
		display: none;
	}
	
		.nav_item_sub_a{
			display: block;
			text-transform: uppercase;
			color: #ffffff;
		}
		
		.nav_item_sub_a:hover{
			background: #f98e00;
		}
	
	
/*Slider
-------------------------------------------------------------------- */
#slider-wrapper{
	width: 100%;
	height: 340px;
	margin: 0px;
	background: url('../../img/slider-bg.jpg') repeat-x;
	background-position: center top;
}

#slider{
	height: 340px;
	margin: 0px auto 0px auto;
	font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

#slider-page{
	margin: 0px auto 0px auto;
	font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

	.slide{
		position: absolute;
	}
	
	.slide-page{
		position: absolute;
	}
	
	.slide_content_text{
		text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.21);
		font-family: 'Open Sans', Arial, Helvetica, "Nimbus Sans L", sans-serif;
	}
		
	
/*Wrapper
-------------------------------------------------------------------- */
#wrapper{
	width: 100%;
	background: #ffffff url('../../img/content_top_bg.jpg') repeat-x;
}

/*Main
-------------------------------------------------------------------- */

#main{
	margin: 0px auto 0px auto;
	padding-bottom: 10px;
}

#main_left{
}

#main_right{
	font-family: 'Open Sans', Arial, Helvetica, "Nimbus Sans L", sans-serif;
}


/*Box
-------------------------------------------------------------------- */

.box{
	margin-bottom: 20px;
}

.box-wrap{
	margin-bottom: 20px;
}

.box-news{
	margin-bottom: 20px;
}

.box-left{
	position: relative;
}

.box-right{
}

.box-left p{
	text-align: justify;
}

.box-left div.more_holder {
	text-align: right;
}

.box p {
}


/*News
-------------------------------------------------------------------- */

.news-item{
	margin-bottom: 10px;
}

	.news-item p{
		margin: 0 0 4px 0;
		text-align: justify;
		color: #a7a7a7;
	}

	.news-item-date{
		font-size: 10px;
	}

	.news-item .read{
		float: right;
	}


/*Footer
-------------------------------------------------------------------- */
#footer_wrapper{
	width: 100%;
	padding: 0;
	background: #212121;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 1px 1px 1px #181818;
	color: #747474;
}

#footer{
	margin: auto;
}

	.footer_menu{
	}
	
	.footer_menu_last{
	}
	
		.footer_menu h4{
			color: #f98e00;
			text-transform: uppercase;
			font-weight: 400;
			font-size: 14px;
			margin: 0 0 15px 0;
		}
	
		.footer_menu_ul{
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		
			.footer_menu_a{
				color: #747474;
				-webkit-transition: color 0.2s linear;
				-moz-transition: color 0.2s linear;
				-o-transition: color 0.2s linear;
			}

			.footer_menu_a:hover{
				color: #f98e00;
			}
			
	.footer_copyright{
	}

#main_left_inner img {
	max-width: 100%;
	height: auto;
}

