@charset "utf-8";

/* CSS Document */

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	background-color: #000;
	color: #FFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
h1 {
}
h2 {
}
h3 {
}
strong {
}
em {
}
.wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	position: relative;
	padding-bottom: 85px;
}
.content-home {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	height: auto;
	margin-top: 0px;
	/* [disabled]margin-bottom: -180px; */
	padding-bottom: 150px;
	/* [disabled]background-color: #FF0; */
	position: relative;
}


.topper {
	height: 115px;
	width: 100%;
	background-color: #450E16;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FC3;
	z-index: 0;
}
.footer {
	height: 75px;
	width: 100%;
	background-color: #FFCC33;
	margin-top: 15px;
	position: fixed;
	bottom: 0px;
}
.footer-text {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 20px;
	width: 800px;
	font-size: 15px;
	text-align: center;
	color: #000;
}
.logo {
	height: 84px;
	width: 290px;
	display: block;
	float: left;
}
.header {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.nav {
	width: 500px;
	height: auto;
	display: block;
	float: right;
	color: #FC3;
	position: relative;
	padding-top: 40px;
}
.nav ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nav ul li {
	display: inline;
	padding-right: 20px;
}
.nav2 {
	height: auto;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #450E16;
	color: #FC3;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FC3;
	border-bottom-color: #FC3;
	border-left-color: #FC3;
	position: relative;
	top: -2px;
	padding: 5px;
}
.nav2 a, .nav a {
	color: #FC3;
}
.footer-text strong {
	color: #000;
}

.nav2 a:hover, .nav a:hover {
	color: #FFF;
}
.nav2 a:visited, .nav a:visited  {
	color: #FC3;
}
.centre {
	text-align: center;
	width: auto;
}
strong {
	font-weight: bold;
	color: #FC3;
}
.red-background {
	height: auto;
	width: 750px;
	background-color: #450E16;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #FFF;
	margin-right: auto;
	margin-left: auto;
}
.small {
	font-size: 12px;
}
.gallery-image {
	border: 1px solid #FFF;
	margin: 5px;
}
.home-promo {
	height: 75px;
	width: 291px;
	position: absolute;
	left: 251px;
	z-index: 2;
	top: 303px;
	display: none;
}
.home-promo a img {
	border: 1px solid #FC3;
}
.home-promo a img:hover {
	border: 1px solid #FFF;
}
.home-text {
	padding: 5px;
	width: 790px;
	/* [disabled]border: 1px solid #FFF; */
	height: auto;
	background-image: url(images/transparent-background.png);
	background-repeat: repeat;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	z-index: 0;
	top: 310px;
	left: 0px;
}
.home-page-image-wrap {
	height: 450px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.grey {
	color: #999;
}
.big {
	font-size: 20px;
}

