body, html {
	font-family: "futura-pt";
	margin: 0px;
	padding: 0px;
	font-size: 17px;
	line-height: 24px;
}

.wf-loading {
    visibility: hidden;
}

h1, h2, h3 {
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}

#header {
	background: #feca39;
	height: 150px;
}

.center {
	margin: 0 auto;
	max-width: 1000px;
}
.logoCnt, .logoCntFtr {
	display: inline-block;
	margin-top: 30px;
}

.logoCntFtr {
	width: 50%;
	text-align: center;
}

#topMenu, #footerMenu {
	display: inline-block;
}

#topMenu ul {
	list-style: none;
	margin: 0px;
	padding:0px;
}
#topMenu li {
	display: inline-block;
}
#topMenu li a {
	padding: 10px 30px;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: 600;
	color: #000;
}
#topMenu li a:hover {
	color: #7f5364;
}

#footerMenu ul {
	list-style: none;
	margin: 0px;
	padding:0px;
}
#footerMenu li {
	display: inline-block;
}
#footerMenu li a {
	padding: 10px 30px;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: 600;
	color: #000;
}
#footerMenu li a:hover {
	color: #ffce2b;
}

#topbanner img {
	width: 100%;
}
#topbanner {
	position: relative;
}

#headerTxtCntr {
	position: absolute;
	bottom: 0px;
	width: 100%;
}
#headerTxt {
	background: url(/images/plumbg.png) repeat;
	padding: 50px;
	color: #fff;
}
#headerTxt h1 {
	
}

.cntTxt, .cntImg {
	width: 50%;
	min-height: 310px;
	background: #E5E6E7;
	display: inline-block;
	vertical-align:top;
}

.pddng {
	padding: 20px;
}

.pddng h2 {
	display: inline;
	font-size: 26px;
	text-transform:uppercase;
}

#footer {
	xheight: 220px;
	background: #7E5464;
}

#contact {
	color: #fff;
	width: 100%;
	padding: 30px;
}
#footerMenu {
	width: 50%;
}

#contact a {
	color: #fff;
	text-decoration: none;
	line-height: 18px;
}


@media only screen and (max-device-width: 640px) {
	#headerTxtCntr {
		position: relative;
	}
	
	#topMenu {
		display: none;
	}
	#header {
		text-align:center;
	}
	#headerTxt {
		padding: 20px;
	}
	#headerTxt h1 {
		font-size: 24px;
	}
	.cntImg, .cntTxt {
		display: block;
		width: 100%;
		height: auto;
		min-height: auto;
	}
	.cntImg img, .cntTxt img{
		width: 100%;
	}
	
	.logoCntFtr {
		display: block;
		text-align: center;
		width: 100%;
		padding-top: 10px;
	}
	#footerMenu {
		width: auto;
	}
	
	.mbnshw {
		display:none;
	}
	
	#footer {
		margin-top: -30px;
	}
	
}


























