@charset "utf-8";
/* CSS Document */

 @font-face { font-family: Meat Buckets; src: url('meat_buckets.ttf'); } 

body {
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
	color: #231F20;
	font-family: 'Heebo', sans-serif;
	font-style: normal;
	font-size: 20px;
	border: 0px;
}

img { border: 0px; }


/* TEXT */

.text-gray-script-large{
	color: #231f20;
	font-family: 'Meat Buckets', cursive;
	font-size: 85px;
}

.text-gray-script-small{
	color: #231f20;
	font-family: 'Meat Buckets', cursive;
	font-size: 32px;
}

.text-red-script-large{
	color: #BE1E2E;
	font-family: 'Meat Buckets', cursive;
	font-size: 85px;
}

.text-red-script-small{
	color: #BE1E2E;
	font-family: 'Meat Buckets', cursive;
	font-size: 32px;
}

.text-gray-large{
	color: #231f20;
	font-family: 'Heebo', sans-serif;
	font-size: 55px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.05em;
}
.text-gray-boldsmall{
	color: #231f20;
	font-family: 'Heebo', sans-serif;
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.05em;
}
.text-gray-med{
	color: #231f20;
	font-family: 'Heebo', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.1;
}
.text-gray-small{
	color: #231f20;
	font-family: 'Heebo', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.1;
}
.text-gray-xsmall{
	color: #231f20;
	font-family: 'Heebo', sans-serif;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.1;
}
.text-red-large{
	color: #BE1E2E;
	font-family: 'Heebo', sans-serif;
	font-size: 55px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.05em;
}
.text-red-med{
	color: #BE1E2E;
	font-family: 'Heebo', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.1;
}
.text-red-small{
	color: #BE1E2E;
	font-family: 'Heebo', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.1;
}

.updates1{
	color: #231f20;
	font-family: 'Heebo', sans-serif;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
		line-height: 1.1;
}

.updates2{
	color: #231f20;
	font-family: 'Heebo', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.1;
}



.znd{
	color: #bcbdc0;
	font-family: 'Heebo', sans-serif;
	font-weight: 200;
	letter-spacing: 0.2em;
	font-size: 11px;
	padding: 10 0 10 0;
}

.znd a{
	color: #bcbdc0;
	text-decoration: none;
}




/* LINKS AND BORDER */

a {
	color: #231f20;
}

.border {
	border: 3px solid #999;
}
.pageborder {
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.65); }


.menured a {
	color: #bf1e2e;
	text-decoration: none;
}

.menured a:hover {
	color: #999;
	text-decoration: none;
}

.menuwhite a {
	color: #FFF;
	text-decoration: none;
}

.menuwhite a:hover {
	color: #999;
	text-decoration: none;
}

/* BACKGROUNDS */

.sub-bg {
	background-color: #FFF;
	padding: 0 35 0 35;
}

.sub-bg-index-menu{
	background-color: #231F20;
	width: 950px;
	height: 86px;
	padding: 0 10px 0 0;
}

.sub-bg-index-menu tr{
	color: #FFF;
	font-family: 'Heebo', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.sub-bg-index-news{
	background-color: #FFFFFF;
	width: 348px;
	height: 221px;
	padding: 10px 0 0 0;
}

.sub-bg-contact{
	background-color: #BE1E2E;
	width: 950px;
	height: 50px;
	color: #FFF;
	font-family: 'Heebo', sans-serif;
	font-size: 29px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.sub-bg-nd{
	background-color: #231F20;
	width: 950px;
	height: 34px;
	color: #999;
	font-family: 'Heebo', sans-serif;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.05em;
}

.sub-bg-nd a{
	color: #999;
	font-family: 'Heebo', sans-serif;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-decoration: none;
}




/* COLLAPSIBLE CONTAINERS - ACCORDIONS*/

.collapsible {
  background-color: #CCC;
  cursor: pointer;
  padding: 18px;
  width: 880px;
  border: none;
  text-align: left;
  outline: none;
	font-family: 'Heebo', sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.1;
	color: white;
	margin: 0 0 10px 0;
}

.active, .collapsible:hover {
  background-color: #555;
}

.content {
  display: none;
  overflow: hidden;
  background-color: #fff;
	margin: 0 0 20px 0;
}




