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

@font-face { font-family: BlueHighway; src: url('BLUEHIGH.TTF'); } 

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

img { border: 0px; }


/* TEXT */

.text-white-titles{
	color: #FFF;
	font-family: 'Passion One', cursive;
	font-size: 55px;
	text-transform: uppercase;
}


.text-white-lg{
	color: #FFF;
	font-family: 'BlueHighway', sans-serif;
	font-size: 45px;
}


.text-red-lg{
	color: #841618;
	font-family: 'BlueHighway', sans-serif;
	font-size: 50px;
}

.text-white-med{
	color: #FFF;
	font-family: 'BlueHighway', sans-serif;
	font-size: 35px;
}

.text-white-small{
	color: #FFF;
	font-family: 'BlueHighway', sans-serif;
	font-size: 22px;

}

.text-white-xsmall{
	color: #FFF;
	font-family: 'BlueHighway', sans-serif;
	font-size: 18px;
}

.text-gray-xsmall{
	color: #dadada;
	font-family: 'BlueHighway', sans-serif;
	font-size: 18px;
}

.text-red-titles{
	color: #841618;
	font-family: 'Passion One', cursive;
	font-size: 55px;
	text-transform: uppercase;
}

.text-red-med{
	color: #841618;
	font-family: 'BlueHighway', sans-serif;
	font-size: 35px;
}

.text-red-small{
	color: #841618;
	font-family: 'BlueHighway', sans-serif;
	font-size: 25px;

}

.text-red-xsmall{
	color: #841618;
	font-family: 'BlueHighway', sans-serif;
	font-size: 20px;
	font-weight: 800;

}



.text-gray-lg{
	color: #dadada;
	font-family: 'BlueHighway', sans-serif;
	font-size: 55px;
}

.text-gray-med{
	color: #dadada;
	font-family: 'BlueHighway', sans-serif;
	font-size: 40px;
}


.text-gray-sm{
	color: #dadada;
	font-family: 'BlueHighway', sans-serif;
	font-size: 22px;
}



.zcontact-text{
	color: #dadada;
	font-family: 'BlueHighway', sans-serif;
	font-size: 26px;
	text-transform: uppercase;
	line-height: 1.1;
}

.znd-text{
	color: #3a3a3a;
	font-family: 'BlueHighway', sans-serif;
	font-size: 14px;
	padding: 10 0 10 0;
	text-transform: uppercase;
	letter-spacing: 0.5em;
}





/* MENU */
.menu{
	color: #841618;
	font-family: 'BlueHighway', sans-serif;
	font-size: 36px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	padding: 10 0 0 0;
}
#menurotate {
	-ms-transform: rotate(-2.3deg); /* IE 9 */
    -webkit-transform: rotate(-2.3deg); /* Chrome, Safari, Opera */
    transform: rotate(-2.3deg);
	
	}



/* LINKS AND BORDER */

a {
	color: #dadada;
}
a.zndlink {
	color: #3a3a3a;text-decoration: none;
}

a.menulink {
	color: #dadada;
	text-decoration: none;
}
a:hover.menulink {
	color: #831617;
	text-decoration: none;
}
.border {
	border: 3px solid #777777;
}
.pageborder {
	box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.65); }



/* BACKGROUNDS */

.sub-bg {
	background-color: #000;
	padding: 0 30 0 30;
}
.sub-bg-map {
	background-color: #000;
	padding: 0 0 0 0;
}
.sub-bg-map {
	background-color: #000;
	padding: 0 0 0 0;
}
.sub-bg-index-contact {
	background-color: #000;
	width: 600px;
	height: 140px;
}
.sub-bg-index-menu {
	background-image: url(images/index_01.jpg);
	width: 950px;
	height: 106px;
}
.sub-bg-subpage-menu {
	background-image: url(images/subpage_01.jpg);
	width: 950px;
	height: 106px;
}
