body {
    min-height: 100%;
}
body {
    font: 13px/1.231 "Museo", "Helvetica Neue",Helvetica,Arial,sans-serif;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    border: 0 none;
    margin: 0;
    padding: 0;
}
body {
    background-color: #FFFFFF;
    background-image: url("../images/ela-background.png");
    background-position: 50% 50%;
    background-repeat: repeat;
}

.font1 {
	font-family: "museo",serif;
}

#container {
	background-color: #F9F9F9;
    background-image: url("../images/spl-top.png");
    background-position: 50% 0;
    background-repeat: no-repeat;
    border-bottom: medium none transparent;
    box-shadow: none;
    min-height: 150px;
    position: relative;
}

#footer {
	background-color: #F9F9F9;
    background-image: url("../images/spl-bottom.png");
    background-position: 50% 0;
    background-repeat: no-repeat;
    border-bottom: medium none transparent;
    box-shadow: none;
    min-height: 150px;
    position: relative;
    text-align:center;
}

#footer span {
	padding-top: 10px; 
	display: block;
	border-top: 1px solid #E2E6E4;
}


#menu {
	position: absolute;
	bottom: 8px;
	right: 20px;
	text-align: right;
}

#menu a {
	text-decoration: none;
	font-size: 1.1em;
}

#menu a:hover {
	text-decoration: underline;
}

#banner-container {		
	background: url("../images/like-to-see.png") no-repeat scroll 50% 34% #24241c;
    border-bottom: medium none transparent;
    box-shadow: none;	
    min-height: 356px;
}

#banner-overlay {
	background-color: rgba(249,249,249, 0.2);
	min-height: 356px;
	position: relative;
}

#banner-message {
	position: absolute;
	left: 1px;
	top: 106px;
	height: 100px;
	background-color: rgba(226, 230, 228, 0.5);
	padding: 20px;
	border-radius: 0 4px 4px 0;
	width: 330px;
}

#banner-message-wrapper {
	position: relative;
}
#banner-message-wrapper>span {
	position: absolute;
	top: 0;
	left: 0;
}

#uvp {
	float: right;
	text-align: right;
	padding: 70px 30px 0 0;
}

#uvp span {
	display: block;
	font-style: italic;
	margin-left: 200px;
	margin-right: 20px;
}

#contact {
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: center;
}

#customer-container {
	padding: 45px 0;
	margin: 15px 0px;
	height: 34px;
	background: url("../images/line.png") no-repeat scroll center center transparent;
}

#customer-container div {
	background-color: #E2E6E4;
    /*border: 1px solid #6A7F44;*/
    border-radius: 35px 35px 35px 35px;
    display: block;
    margin: 0 auto;
    padding: 10px 0px;
    width: 805px;
}

#customer {
	font-size: 18px;
	position: absolute; 
	top: 24px;
	right: 45px;
	font-style: italic;
}

#content {
	min-height: 450px;
	background-color: #fbfbfb;
    border: 1px solid #E2E6E4;
    border-radius: 4px 4px 4px 4px;
    margin: 20px 60px -34px;
	box-shadow: 1px 1px 1px #eee;
}

.story {
	display: block;
	padding: 10px;
	text-align: center;
}

.story-wrapper {
	margin: 0 auto;
}
.story-text {
	display: table-cell;
	padding: 10px;
	text-align: left;
	background: url("../images/bullet.png") no-repeat scroll right center transparent;	
	width: 450px;
	vertical-align: middle;
}

.img {
	display: table-cell;
	vertical-align: middle;
	padding-left: 25px;
}

.text {
	line-height: 150%;
}

.fmed {
	font-size: 17px;
}

.fmed2 {
	font-size: 19px;
}

.fsmall {
	font-size: 12px;
}

.fbig {
	font-size: 32px;
}

.fuvp {
	font-size: 26px;	
}


.white {
	color: #FDFDFD;
}

.dark {
	color: #47423f;
}

h2 {
	margin: 10px 0;
	font-size: 31px;
}

h1 {
	margin: 22px 0;
	font-size: 44px;
	font-family: "estilo-pro";
}

h3 {
	margin: 3px 3px 10px 3px;
	font-size: 22px;
}


.button, .button:hover {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 17px;
	padding: 5px 12px;
	border: 1px solid #6a7f44;
	border-radius: 4px;
	box-shadow: 0 1px 2px 0 #e8e8e8;
	background: #e2e6e4;
}
