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

/* @font-face { font-family: Big Brother; src: url('bigbrother.ttf'); } */

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

img { border: 0px; }


/* TEXT */

.text-purple-script{
	color: #5E4292;
	font-family: 'Euphoria Script', cursive;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.3;
}
.text-purple-titles{
	color: #5E4292;
	font-family: 'Oswald', sans-serif;
	font-size: 35px;
	text-transform: uppercase;
	line-height: 1.3;
}
.text-purple-med{
	color: #5E4292;
	font-family: 'Oswald', sans-serif;
	font-size: 23px;
	font-weight: 400;
	line-height: 1.3;
}
.text-purple-small{
	color: #5E4292;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.3;
}

.text-purple-xsmall{
	color: #5E4292;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.0;
}


.text-black-script{
	color: #000;
	font-family: 'Euphoria Script', cursive;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.3;

}


.text-black-script-sm{
	color: #000;
	font-family: 'Euphoria Script', cursive;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
}
.text-black-titles{
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-size: 35px;
	line-height: 1.3;
}

.text-black-titles-lg{
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-size: 45px;
	line-height: 1.3;
}
.text-black-med{
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-size: 23px;
	font-weight: 400;
	line-height: 1.3;
}
.text-black-small{
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.3;

}
.text-black-xsmall{
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.0;
}
.zcontact{
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.4;
}
.zcontactsub{
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
}



/* MENU */
.menu{
	color: #1e1130;
	font-family: 'Oswald', sans-serif;
	font-size: 35px;
	font-weight: 400;
	letter-spacing: -0.9;
	text-transform: uppercase;
}
.menusub{
	color: #1e1130;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: -0.9;
	text-transform: uppercase;
}
#menurotate {
	-ms-transform: rotate(-2.3deg); /* IE 9 */
    -webkit-transform: rotate(-2.3deg); /* Chrome, Safari, Opera */
    transform: rotate(-2.3deg);
	padding: 0 0 4 0;}



/* LINKS AND BORDER */

a {
	color: #000;
}

a.menulink {
	color: #1e1130;
	text-decoration: none;
}
a:hover.menulink {
	color: #78659D;
	text-decoration: none;
}
.border {
	border: 3px solid #ffcc00;
}
.pageborder {
	box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.65); }



/* BACKGROUNDS */

.sub-bg {
	background-color: #FFFFFF;
	padding: 10 35 0 35;
}
.sub-bg-index-menu {
	background-image: url(images/index_03.jpg);
	width: 465px;
	height: 72px;
}
.sub-bg-index-welcome {
	background-image: url(images/index_06.jpg);
	width: 437px;
	height: 353px;
	padding: 0 20 0 20;
}
.sub-bg-index-contact-left {
	background-image: url(images/index_07.jpg);
	width: 188px;
	height: 159px;
	padding: 0 0 0 15;
}
.sub-bg-index-contact-right {
	background-image: url(images/index_10.jpg);
	width: 224px;
	height: 162px;
	padding: 0 15 0 0;
}
.sub-bg-index-contact-bottom {
	background-image: url(images/index_13.jpg);
	width: 513px;
	height: 72px;
	padding: 5 0 0 0;
}
.sub-bg-subpage-menu {
	background-image: url(images/subpage_03.jpg);
	width: 465px;
	height: 72px;
}

.sub-bg-subpage-contact {
	background-image: url(images/subpage_07.jpg);
	width: 595px;
	height: 131px;
}



