.no-screen {
	display: none;
}

body {
	background: #410000;
}

#wrapper {
	background: url(../pix/layout/bg-wrapper.gif) center repeat-y;
}

#wrapper-top {
	background: url(../pix/layout/wrapper-top.gif) top center no-repeat;
}

#wrapper-btm {
	padding: 22px 0;
	background: url(../pix/layout/wrapper-btm.gif) bottom center no-repeat;
}

#container {
	margin: 0 auto;
	width: 937px;
	border: solid 1px #410000;
	background: url(../pix/layout/bg-container.gif);
}

#logo-big {
	float: left;
	width: 420px;
	height: 383px;
	background: url(../pix/layout/logo-big-bg.jpg);
	text-align: center;
	border: solid 1px #410000;
	border-left: none;
	border-top: none;
}

#logo-big img {
	display: block;
	margin: 0 auto;
	margin-top: 50px;
}

#logo-big h1 {
	text-indent: -999em;
	font-size: 1px;
	height: 100px;
	margin: 0 auto;
	margin-top: 30px;
	background: url(../pix/layout/logo-big-name.png) center no-repeat;
}

#logo-big h3 {
	text-indent: -999em;
	font-size: 1px;
	height: 20px;
	margin: 0 auto;
	margin-top: 30px;
	background: url(../pix/layout/logo-big-motto.gif) center no-repeat;
}

#logo-big h4 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	margin-top: 15px;
}

#logo-sml {
	float: left;
	width: 430px;
	height: 105px;
	border: solid 1px #410000;
	border-left: none;
	border-top: none;
}

#logo-sml h1, #logo-sml h2, #logo-sml h3, #logo-sml h4 {
	display: none;
}


#slideshow {
	float: left;
	position: relative;
	z-index: 1;
	margin-left: 3px;
}

#slideshow .img {
	background: #fff;
	width: 510px;
	height: 315px;
	overflow: hidden;
}

#slideshow .border {
	position: absolute;
	top: -10px;
	left: -10px;
	background: url(../pix/layout/rope.png) no-repeat;
	width: 535px;
	height: 340px;
}

#content {
	padding: 10px;
	margin: 10px;
	background: url(../pix/layout/bg-content.jpg) left bottom no-repeat #e9e992;
	border: solid 1px #d3932b;
}

#content-main {
	min-height: 575px;
}

#address {
	line-height: 1.75em;
	text-align: center;
}

#address h3 {
	margin: 0;
}

#address .inner div {
	margin: 1.5em 0;
}

#address ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: .9em;
}

#address li {
	display: inline;
	padding: 0 .75em;
}


.button {
	width: 160px;
	height:36px;
	background: url(../pix/layout/button.gif) center center no-repeat;
}

.button a, .button a:visited {
	display: block;
	width: 160px;
	height:36px;
	line-height: 36px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.button a:hover, .button a:hover, .button a:focus {
	color: #fff;
	background: url(../pix/layout/button-on.gif) center center no-repeat;
}

#content-left .button {
	margin-left: 42px;
}

#footer .left {
	float: left;
	width: 240px;
}

#footer .ne-link a, #footer .ne-link a:visited {
	color: #9e3232;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: .5em;
}

#footer li {
	display: inline;
	padding: 0 1.5em;
	border-right: solid 1px #6b7e3e;
}

#footer li.last {
	border-right: none;
}

#footer a, #footer a:visited {
	color: #6b7e3e;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color: #760000;
}

#page-title {
	float: left;
	width: 475px;
	height: 60px;
	padding-top: 5px;
	padding-right: 31px;
	line-height: 65px;
	text-align: right;
	color: #fff;
	background: url(../pix/layout/bg-page-title.gif) top repeat-x;
}

