@charset "utf-8";
/* CSS Document */

body{
	background-image:url(img/bg.jpg);
	font-family:Verdana, Geneva, sans-serif;
	padding: 0px;
	margin:0px;
}

#wrapper{
}

header{
	position: relative;
	margin-top: 140px;
	z-index:10;
}
#logo{
	display:block;
	width: 379px;
	height: 294px;
	position: absolute;
	top: -50px;
	left: 50%;
	background-image:url(img/logo.png);
	background-repeat:no-repeat;
	line-height: 3000px;
	overflow:hidden;
}
#banner{
	width: 100%;
	color: #F8E9C7;
	line-height:50px;
	font-size: 20px;
	text-align:center;
	background-color:#AB3326;
	border: 4px solid #F8E9C7;
	border-left: none;
	border-right: none;
	height: 50px;
	box-shadow: 0px 7px 5px rgba(0,0,0,0.5);
}
#banner span{
	display:inline-block;
	padding-right: 400px;
}

.gallery{
	width: 100%;
	min-height: 440px;
}
.galleryContainer{
	position: relative;
	margin:auto;
	min-height: 440px;
}
.gallery .slide{
	display: none;
	position: absolute;
	left: 50%;
	box-shadow: 0px 3px 2px rgba(0,0,0,0.2);
	margin:auto;
	height: 440px;
	cursor:pointer;
}
.galleryDots{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align:center;
}
.galleryDots .dot{
	display:inline-block;
	width: 10px;
	margin: 4px;
	height: 10px;
	border-radius: 6px;
	background-color:#F8E9C7;
	border: 2px solid #F8E9C7;
	box-shadow: 0px 0px 2px rgba(0,0,0,1);
	cursor:pointer;
}
.galleryDots .dot.active{
	background-color:#000;
	border: 2px solid #F8E9C7;
}

footer{
	text-align: center;
	color: #80261D;
}