body {
	background-color: #222;
}


/**************************************************************/
/* MISC
/**************************************************************/

body, div {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #666;
}

h1, h2, h3, h4 {
	font-family: 'Monda', sans-serif !important;
}

p {
	line-height: 22px;
	color: #666;
}

#mainarea h1,
#mainarea h2,
#mainarea h3,
#mainarea h4 {
	text-transform: uppercase;
	color: #505050;
}




/**************************************************************/
/* DIV's & CONTAINERS
/**************************************************************/
#pagecontainer {
	background: url(/img/background-blocks.png) top 250px center no-repeat #e6e6e6;
	background: url(/img/background-blocks.png) top 250px center no-repeat, -moz-linear-gradient(top, #e5e5e5 0%, #fbfbfb 100%); /* FF3.6+ */
	background: url(/img/background-blocks.png) top 250px center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#fbfbfb)); /* Chrome,Safari4+ */
	background: url(/img/background-blocks.png) top 250px center no-repeat, -webkit-linear-gradient(top, #e5e5e5 0%,#fbfbfb 100%); /* Chrome10+,Safari5.1+ */
	background: url(/img/background-blocks.png) top 250px center no-repeat, -ms-linear-gradient(top, #e5e5e5 0%,#fbfbfb 100%); /* IE10+ */
	background: url(/img/background-blocks.png) top 250px center no-repeat, linear-gradient(to bottom, #e5e5e5 0%,#fbfbfb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#fbfbfb',GradientType=0 );
}
#mainareaContent {
	width: 1000px;
	margin: 0 auto;
	margin-top: -33px;
	background: url(/img/content-shadow.png) top center no-repeat;
}
#mainarea {
	position: relative;
	width: 960px;
	min-height: 500px;
	margin: 0 auto;
	margin-top: -33px;
	background-color: #fff;
}

.flxLinkButtonInline {
	background-color: #ad1307;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 12px;
	text-transform: uppercase;
	border: 1px solid #900f06;
	font-family: 'Monda', sans-serif !important;
	transition: all 400ms ease;
}
.flxLinkButtonInline:hover {
	border: 1px solid #333;
}
.elementNormal1Content img {
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 1px 8px 0px rgba(50, 50, 50, 0.41);
	-moz-box-shadow: 0px 1px 8px 0px rgba(50, 50, 50, 0.41);
	box-shadow: 0px 1px 8px 0px rgba(50, 50, 50, 0.41);
}




/**************************************************************/
/* FORM ELEMENTS
/**************************************************************/
.formStyle2 #submitknap {
	background-color: #ad1307;
	width: 100px;
	height: 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	border: 1px solid #900f06;
	font-family: 'Monda', sans-serif !important;
	cursor: pointer;
	transition: all 400ms ease;
}
	.formStyle2 #submitknap:hover {
		border: 1px solid #333;
		background-color: #666;
	}




/**************************************************************/
/* TOP
/**************************************************************/
#top {
	width: 100%;
	height: 180px;
	margin: 0;
	background-color: #222;
	border: none;
}

	#top a {
		color: #fff;
	}

	#top .inner {
		width: 1000px;
	}
	#top .inner #logo {
		top: 0;
		padding: 46px 0px;
		margin: 0px;
	}
	#top .inner #logo img {
		width: 270px;
	}
	#top .topLogo {
		width: 300px;
		height: 180px;
		float: left;
		color: #fff;
	}
    #top .topMessage {
	    width: 450px;
	    height: 180px;
	    font-size: 16px;
	    padding: 0px 10px;
	    padding-top: 70px;
	    text-align: center;
	    float: left;
	    color: #fff;
    }
		#top .topMessage h2 {
			font-size: 26px;
			line-height: 26px;
			padding: 0;
			margin-bottom: 5px;
			font-weight: 300;
		}
		#top .topMessage p {
			margin: 0px;
			color: #fff;
		}

	#top .topCall {
		width: 250px;
		height: 180px;
		float: left;
		font-size: 30px;
		font-weight: 600;
		padding: 0px 10px;
		padding-top: 70px;
		text-align: center;
		color: #fff !important;
	}
		#top .topCall span {
			display: block;
			color: #aaa;
			font-weight: 300;
			font-size: 11px;
			margin-bottom: 7px;
		}
		#top .topCall img {
			margin-right: 10px;
			margin-bottom: -2px;
		}



/**************************************************************/
/* SLIDER
/**************************************************************/
#sliderWrapper {
	position: relative;
	width:100%;
	height: 300px;
	margin: 0 auto;
	margin-top: -20px;
	background: url(/img/slider-bg.jpg) top center no-repeat;
	z-index: 1200;
	float: left;
}

#homeSliderOuter {
	position: relative;
	width: 1000px;
	height: 300px;
	background-color: #fff;
	margin: 0 auto;
	padding: 6px;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.41);
	-moz-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.41);
	box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.41);
	z-index: 2000;
}

#homeSliderOuter #prev,
#homeSliderOuter #next {
	position: absolute;
	width: 80px;
	height: 80px;
	top: 50%;
	margin-top: -40px;
	right: -10px;
	transition: all 1000ms ease;
	cursor: pointer;
	background-image: url(/img/slider_next.png);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	z-index: 3000;
}

#homeSliderOuter #prev {
	left: -10px;
	background-image: url(/img/slider_prev.png);
	background-repeat: no-repeat;
	background-position: center;
}

#sliderWrapper:hover #prev,
#sliderWrapper:hover #next {
	opacity: 1;
}

#homeSlider {
	width: 1000px;
	height: 300px;
}

#homeSlider .slide {
	width: 1000px;
	height: 300px;
}

#homeSlider .slide .inner {
	position: relative;
	width: 530px;
	height: 300px;
	padding: 0px;
	color: #fff;
}

#homeSlider .slide .inner .info {
	position: relative;
	width: 100%;
	min-height: 100px;
	margin-top: 100px;
}

#homeSlider .slide .inner .info h2 {
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
}

#homeSlider .slide .inner .info .content {
	background-color: #d95966;
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
	padding: 7px 12px;
	margin-top: 10px;
}




/**************************************************************/
/* TOP MENU
/**************************************************************/
#topMenu {
	position: relative;
	z-index: 1000;
	width: 980px;
	height: 72px;
	margin: 0 auto;
	background: url(/img/menu-background.png) no-repeat top left;
	clear: both;
}
	#menuline {
		 position: relative;
		margin-left: 10px;
	 }

	#menuline li {
		display: inline;
	}

	#menuline li a:link, #menuline li a:visited {
		display: block;
		height: 47px;
		float: left;
		margin-top: 20px;
		padding: 5px 15px;
		font-family: 'Monda', sans-serif !important;
		font-size: 14px;
		font-weight: 400;
		text-transform: uppercase;
		color: #fff;
		text-decoration: none;
		transition: none;
	}

	#menuline li a:hover,
	#menuline li a.active:link,
	#menuline li a.active:visited {
		background: url(/img/menu-active.png) bottom center no-repeat;
	}




/**************************************************************/
/* GALLERY
/**************************************************************/
.gallery {
	width: 920px;
	min-height: 100px;
	margin-right: -10px;
}
.gallery .type2 .imageContainer {
	width:172px;
	height: 130px !important;
	margin-right: 10px;
	margin-bottom: 15px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	float:left;
}

.gallery .type2 .imageContainer img {
	width: 172px;
}

.gallery .type2 .image {
	height: 130px;
	padding: 0;
	margin: 0;
}
	.gallery .type2 .image table {
		width: 172px;
		height: 130px;
		padding: 0;
		margin: 0;
	}
.gallery .type2 .descriptionContainer {
	display: none;
}




/**************************************************************/
/* FOOTER
/**************************************************************/
#bottombar {
	width: 1000px;
	color: #666;
}
	#bottombar a {
		color: #666;
	}

#creditcontainer {
	width: 100%;
	height: 40px;
	background-color: #333;
	padding: 7px 0px;
	text-align: center;
	margin: 0 auto;
}
	#creditcontainer a {
		color: #666;
		text-transform: uppercase;
	}