.header{
	background-image: url('../images/header.png');
	height: 172px;
	z-index: 2;
}

h2{
	margin-bottom:5px;
}

.splashimage{
	z-index: 1;
	height:400px;
}

.navarrow{
	position:absolute;
	top:160px;
	left:58px;
}

.active{
	background-color: #3c281a;
}

.nav-1{
	position:relative;
	height: 172px;
}

.nav-1:hover{
	background-color:#3c281a;
	cursor:pointer;
}

#na1text{
	position:absolute;
	left:24px;
	top:131px;
}

.nav-2{
	position:relative;
	height: 172px;
}

.nav-2:hover{
	background-color:#3c281a;
	cursor:pointer;
}

#na2text{
	position:absolute;
	left:21px;
	top:131px;
}

.nav-3{
	position:relative;
	height:172px;
}

.nav-3:hover{
	background-color:#3c281a;
	cursor:pointer;
}

#na3text{
	position:absolute;
	left:27px;
	top:133px;
}

.nav-4{
	position:relative;
	height:172px;
}

.nav-4:hover{
	background-color:#3c281a;
	cursor:pointer;
}

#na4text{
	position:absolute;
	left:29px;
	top:133px;
}

.divider{
	height:40px;
	background-image:url('../images/redbg.png');
}

.content{
	background-image: url('../images/yellowbg.png');
}

.content p{
	margin:30px;
	font-size:13px;
}

.content input{
	padding:6px;
	font-size:14px;
	border: 1px solid #606060;
	color: #606060;
}

.content form{
	width:700px;
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
}

.content textarea{
		width:700px;
		padding:10px;
		font-size:14px;
		border: 1px solid #606060;
		color: #606060;
}

.btnn{
	background-color: #F1F1F1;
}

.sidebox{
	float:right;
	width:250px;
	background-color: #FFFFFF;
	padding:15px;
	margin-right:30px;
	margin-top:30px;
	margin-left:10px;
}

.baseline{
	border: 0;
	border-bottom: 1px solid #d8ceb2;
}

.footer{
	background-image:url('../images/brownbg.png');
}

.footer a{
	font-weight: bold;
	color: #fcf5e0;
	text-decoration: none;
}

.ftext{
	margin:15px;
	color: #fcf5e0;
}

.tagline{
	margin: 15px;
	margin-top:18px;
	font-weight: bold;
	color: #2a2525;
}

.socialtags{
	margin:10px;
	margin-bottom:5px;
}

.alignleft{
	float:left;
}

.alignright{
	float:right;
}

.aligncenter{
	display:block;
	margin: 0 auto;
}

.prodnav{
	position:relative;
	left:40px;
	margin-bottom:20px;
}

.prodnav img{
	padding:5px;
}

.prodnav img:hover{
	opacity:0.8;
}

.prodnav span{
	float:left;
}