/* CONTENT --------------------------*/

h2 {
	margin-bottom: 10px;
}

p {
	font-size: 12px;
}

#content_wrapper {
	background: #eee;
}

.content_left {
	width: 450px;
}

.content_right {
	margin-left: 490px;
}

/* HERO --------------------------*/

#hero_wrapper {
	background: #fff url(../../images/backgrounds/hero.jpg) 0 0 repeat-x;
	height: 330px;
}

#hero_wrapper #hero {
	position: relative;
	background: url(../../images/backgrounds/hero_glow.jpg) center 0 no-repeat;
	width: 900px;
	height: 330px;
	margin: 0 auto;
	text-align: left;
}

	#hero_wrapper #hero {
		position: relative;
		background: url(../../images/backgrounds/hero_glow.jpg) center 0 no-repeat;
		width: 900px;
		height: 330px;
		margin: 0 auto;
		text-align: left;
	}
	
		#hero_wrapper #hero #hero_left_arrow {
			float: left;
			background: url(../../images/buttons/left_arrow.gif) 0 0 no-repeat;
			height: 42px;
			width: 31px;
			margin-top: 130px;
			text-indent: -9999px;
		}
		
			#hero_wrapper #hero #hero_left_arrow:hover {
				background: url(../../images/buttons/left_arrow.gif) 0 -41px no-repeat;
			}
			
		#hero_wrapper #hero #hero_right_arrow {
			float: right;
			background: url(../../images/buttons/right_arrow.gif) 0 0 no-repeat;
			height: 42px;
			width: 31px;
			margin-top: 130px;
			text-indent: -9999px;
		}
		
			#hero_wrapper #hero #hero_right_arrow:hover {
				background: url(../../images/buttons/right_arrow.gif) 0 -41px no-repeat;
			}

		#hero_wrapper #hero .hero_content {
			position: absolute;
			top: 0;
			left: 40px;
			display: none;
			width: 777px;
			height: 330px;
		}
			
			#hero_wrapper #hero .hero_content .left {
				float: left;
				width: 360px;
			}
			
			#hero_wrapper #hero .hero_content .right {
				position: absolute;
				left: 360px;
				margin: 50px 0 0 0;
				width: 400px;
			}
			
			#hero_wrapper #hero .hero_content h1 {
				margin-bottom: 15px;
				font-size: 36px;
				color: #fff;
			}
			
			#hero_wrapper #hero .hero_content p {
				line-height: 20px;
				font-size: 16px;
				color: #fff;
			}
			
			#hero_wrapper #hero .hero_content .img_wrapper {
				background: url(../../images/backgrounds/hero_image.png) 0 0 no-repeat;
				height: 240px;
				width: 334px;
				margin-top: 20px;
				padding: 22px 0 0 24px;
			}

		#hero_wrapper #hero .active {
			display: block;
		}
		
		#hero .btn_learn_more {
			display: block;
			width: 96px;
			height: 30px;
			background: url(../../images/buttons/learn_more.gif) 0 0 no-repeat;
			text-indent: -9999px;
		}
	
/* TOUTS --------------------------*/

#tout_wrapper {
	position: relative;
	background: #fff;
	height: 190px;
}

	#tout_wrapper #touts {
		background: url(../../images/backgrounds/divider.gif) 750px 0 no-repeat;
		width: 785px;
		height: 190px;
		margin: 0 auto;
		_margin-top: -30px;
		text-align: center;
	}
	
		#tout_wrapper #touts .tout {
			position: relative;
			float: left;
			background: url(../../images/backgrounds/divider.gif) 0 0 no-repeat;
			_background: url(../../images/backgrounds/divider.gif) 0 30px no-repeat;
			height: 210px;
			width: 250px;
		}
		
		#tout_wrapper #touts .tout h2 {
			margin: -30px auto 0 auto;
			width: 210px;
			line-height: 5px;
		}
		
		#tout_wrapper #touts .tout a {
			display: block;
			height: 147px;
			width: 206px;
			margin: -20px auto 0 auto;
			_margin-top: 10px;
			text-indent: -99999px;
		}
		
		#tout_wrapper #touts .tout a:hover {
			display: block;
			height: 147px;
			width: 206px;
			margin: -30px auto 10px auto;
			_margin-top: 5px;
			_margin-bottom: 5px;
			text-indent: -99999px;
		}
		
		#tout_wrapper #touts #tout_1 a {
			background: url(../../images/backgrounds/touts_01.gif) 0 0 no-repeat;
		}
		
		#tout_wrapper #touts #tout_2 a {
			background: url(../../images/backgrounds/touts_02.gif) 0 0 no-repeat;
		}
		
		#tout_wrapper #touts #tout_3 a {
			background: url(../../images/backgrounds/touts_03.gif) 0 0 no-repeat;
		}


/* GALLERY --------------------------*/

#gallery .gallery_panel {
	padding: 15px 0 15px 15px;
	_padding: 15px 0 15px 15px;
}

	.ngg-gallery-thumbnail-box {
		margin: 0;
	}

	#gallery .gallery_panel .gallery_link {
		display: inline-block;
		background: #f50c29;
		margin: 5px 0 10px 5px;
		padding: 2px;
		font-size: 13px;
		text-decoration: none;
		color: #fff;
	}
	
	#gallery .gallery_panel .gallery_link:hover {
		background: #fff;
		color: #f50c29;
	}
