body.home #header_pattern {
	background: #cdb297 url(../header.jpg) top center;
}

body #header_pattern {
	background: #cdb297 url(../header.jpg) top center;
}

#wrapper {

}

#menu_wrapper {
	position: relative;
}

.logo {
	position: absolute;
	top: 0;
	left: -19px;
	z-index: 100;
}

#menu_wrapper .nav ul, #menu_wrapper div .nav {
	position: relative;
	z-index: 110;
}



#call-button {
	position: absolute;
	top: 150px;
	right: 50%;
	margin-right: -461px;
	
	display: block;
	width: 122px;
	height: 122px;
	
	background: url(../images/button.png);
	color: #fff;
	
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	text-indent: -9999px;
	
	z-index: 999;
}

body.home #call-button {
	top: 400px;
}

.nivo-caption {
	z-index: 998;
}

#footer {
	font-size: 12px;
}