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

@font-face { font-family: Designer; src: url('DesignX.otf'); } 


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

img { border: 0px; }


/* TEXT */

.text-white-large{
	color: #FFFFFF;
	font-family: 'Designer', sans-serif;
	font-size: 45px;
	line-height: 1.2;
}

.text-white-medium{
	color: #FFFFFF;
	font-family: 'Prompt', sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.2;
}

.text-white-small{
	color: #FFFFFF;
	font-family: 'Prompt', sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.2;
}

.text-red-large{
	color: #FD0000;
	font-family: 'Designer', sans-serif;
	font-size: 45px;
	line-height: 1.2;
}

.text-red-medium{
	color: #FD0000;
	font-family: 'Prompt', sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.2;
}

.text-red-small{
	color: #FD0000;
	font-family: 'Prompt', sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.2;
}

.text-gray-large{
	color: #9B9B9B;
	font-family: 'Designer', sans-serif;
	font-size: 45px;
	line-height: 1.2;
}

.text-gray-medium{
	color: #9B9B9B;
	font-family: 'Prompt', sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.2;
}

.text-gray-small{
	color: #9B9B9B;
	font-family: 'Prompt', sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.2;
}


/* ND */

.znd{
	color: #adadad;
	font-family: 'Prompt', sans-serif;
	font-size: 12px;
    text-transform: uppercase;
	padding: 14px;
	letter-spacing: 0.25em;
	font-weight: 200;}

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


/* MENU */

.index-menu {
	background-image: url("images/index2023_01.jpg");
	width: 1000px;
	height: 65px;
	color: #FD0000;
	font-family: 'Designer', sans-serif;
	font-size: 23px;
}

.index-menu a{
	color: #FD0000;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
}

.index-menu a:hover{
	color: #ffffff;
}


.subpage-menu {
	background-image: url("images/subpage2023_01.jpg");
	width: 1000px;
	height: 65px;
	color: #FD0000;
	font-family: 'Designer', sans-serif;
	font-size: 21px;
}

.subpage-menu a{
	color: #FD0000;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
}

.subpage-menu a:hover{
	color: #ffffff;
}


/* LINKS AND BORDER */

a {
	color: #ffffff;
}

.border {
	border: 3px solid #9B9B9B;
}
.pageborder {
	box-shadow: 0px 10px 25px 10px rgba(0,0,0,0.65); }



/* SUBPAGE HEADERS */

.subpage-headers {
	background-image: url("images/subpage2023_04.jpg");
	width: 694px;
	height: 87px;
	color: #ffffff;
	font-family: 'Designer', sans-serif;
	font-size: 42px;
	text-transform: uppercase;
	padding-top: 2px;
}


/* CONTACT */

.sub-bg-index-contact-left {
	background-image: url("images/index2023_03.jpg");
	width: 398px;
	height: 228px;
	color: #ffffff;
	font-family: 'Designer', sans-serif;
	font-size: 17px;
	line-height: 1.6;
}

.sub-bg-index-contact-left a{
	color: #FD0000;
	text-decoration: none;
}


.sub-bg-index-contact-right {
	background-image: url("images/index2023_05.jpg");
	width: 382px;
	height: 228px;
	color: #ffffff;
	font-family: 'Designer', sans-serif;
	font-size: 17px;
	line-height: 1.6;
}

.sub-bg-index-contact-right a{
	color: #ffffff;
	text-decoration: none;
}

.sub-bg-subpage-contact-left {
	background-image: url("images/subpage2023_09.jpg");
	width: 398px;
	height: 228px;
	color: #ffffff;
	font-family: 'Designer', sans-serif;
	font-size: 17px;
	line-height: 1.6;
}

.sub-bg-subpage-contact-left a{
	color: #FD0000;
	text-decoration: none;
}


.sub-bg-subpage-contact-right {
	background-image: url("images/subpage2023_11.jpg");
	width: 382px;
	height: 228px;
	color: #ffffff;
	font-family: 'Designer', sans-serif;
	font-size: 17px;
	line-height: 1.6;
}

.sub-bg-subpage-contact-right a{
	color: #ffffff;
	text-decoration: none;
}


/* BACKGROUNDS */

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

 