@charset "utf-8";
/* CSS Document */
body{
	background-color:#000;
	margin:0 auto;
	width:942px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
input{
	width:100%;
}
legend{
	color:#fff;
	font-weight:bold;
}
#wrapper{
	background-image:url(../images/bg-image.jpg);
	background-repeat:repeat-y;
}	
#header{
	background-image:url(../images/bg-header.jpg);
	width:942px;
	height:168px;
	position:relative;
}
	#header ul{
		position:absolute;
		top:135px;
		left:215px;
		margin:0;
		padding:0;
	}
		#header ul li{
			display:block;
			float:left;
			background-image:url(../images/bg-nav.jpg);
			width:116px;
			height:33px;
			color:#fff;
			text-align:center;
			margin:0;
			padding:0;
		}
		#header ul li:hover{
			background-position:50% 100%;
		}
		#header ul li a:link,
		#header ul li a:visited,
		#header ul li a:hover,
		#header ul li a:active{
			display:block;
			padding:12px 0 0 0;
			text-decoration:none;
			color:#fff;
			font-weight:bold;
		}
#home-link{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:350px;
	height:140px;
	text-decoration:none;
}
#main{
	width:942px;
	height:508px;
	background-image:url(../images/bg-main.jpg);
	background-repeat:no-repeat;
}
#footer{
	color:#b3b152;
	text-align:center;
	background-image:url(../images/bg-footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	font-weight:bold;
}
#footer-btm{
	text-align:left;
	margin:0 0 0 110px;
	padding:0 0 3px 0;
}
#subpage{
	background-image:url(../images/subpage-pic.jpg);
	width:942px;
	height:305px;
}
#monoSlideshow{
	margin:0 0 0 125px;
}
#content{
	color:#fff;
	margin:10px 50px 0 125px;
}
#contact-form{
	margin:10px;
	width:400px;
}
	#contact-form table{
		width:375px;
	}
.error {
	padding: 10px;
	border: 1px solid #9F4F4F;
	background-color: #FFDFDF;
	font-weight: bold;
	color: #333;
	line-height: 18px;
	width:545px;
}

.success {
	padding: 10px;
	border: 1px solid #4F9F4F;
	background-color: #DFFFDF;
	font-weight: bold;
	color: #333;
	line-height: 18px;
	width:545px;
}
#bottom{
	margin:0 auto;
	text-align:center;
	color:#fff;
	padding:0 0 0 90px;
}
	#bottom a:link,
	#bottom a:visited{
		color:#fff;
		text-decoration:none;
	}
	#bottom a:hover,
	#bottom a:active{
		text-decoration:underline;
	}
#testimonial{
	padding:10px;
	font-style:italic;
}
#slogan{
	 float:right;
	 margin:5px 20px 0 0;
}