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

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

img { border: 0px; }


/* TEXT */

.text-white-xl{
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
	text-transform: uppercase;
	line-height: 1.1;
}
.text-white-large{
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
}
.text-white-med{
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
}
.text-white-small{
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
}

.text-purple-xl{
	color: #A034A7;
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
	text-transform: uppercase;
	line-height: 1.1;
}
.text-purple-large{
	color: #A034A7;
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
}
.text-purple-med{
	color: #A034A7;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
}
.text-purple-small{
	color: #A034A7;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
}

.menu{
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-size: 27px;
	text-transform: uppercase;
}
.menusub{
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-size: 23px;
	text-transform: uppercase;
}
.text-handwriting-purple{
	color: #A034A7;
	font-family: 'Aguafina Script', cursive;
	font-size: 38px;
	line-height: 1.1;
}
.text-handwriting-tan{
	color: #CFBE99;
	font-family: 'Aguafina Script', cursive;
	font-size: 38px;
	line-height: 1.1;
}
.zcontact1{
	color: #612066;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 1.3;
}
.zcontact2{
	color: #612066;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	line-height: 1.3;
}


/* LINKS AND BORDER */

a {
	color: #A034A7;
}
a.black {
	color: #000;
	text-decoration: none;
}
a.black:hover {
	color: #000;
	text-decoration: underline;
}
a.white {
	color: #FFF;
}
a.menu {
	color: #FFF;
	text-decoration: none;
}
a.menu:hover {
	color: #DDCEB6;
	text-decoration: none;
}
a.menusub {
	color: #FFF;
	text-decoration: none;
}
a.menusub:hover {
	color: #DDCEB6;
	text-decoration: none;
}
.border {
	border: 3px solid #CFBE99;
}
.pageborder {
	box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.65); }



/* BACKGROUNDS */

.sub-bg {
	background-color: #000;
	padding: 0 5 0 5;
}
.sub-bg-menu {
	background-image: url(images/index_03.jpg);
	height: 63px;
	width: 621px;
}

.sub-bg-index-news {
	background-image: url(images/index_07.jpg);
	width: 476px;
	height: 104px;
}
.sub-bg-index-contact {
	background-image: url(images/index_06.jpg);
	width: 404px;
	height: 185px;
}
.sub-bg-subpage-contact {
	background-image: url(images/subpage_08.jpg);
	width: 413px;
	height: 213px;
	padding: 35 0 0 0;
}

