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

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

img { border: 0px; }

.text-white-xl{
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
}
.text-white-large{
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 21px;
	font-weight: 300;
}
.text-white-med{
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
	font-weight: 300;
}
.text-white-small{
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	font-weight: 300;
}
.text-yellow-xl{
	color: #FFDF02;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
}
.text-yellow-large{
	color: #FFDF02;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 21px;
	font-weight: 300;
}
.text-yellow-med{
	color: #FFDF02;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
	font-weight: 300;
}
.text-yellow-small{
	color: #FFDF02;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	font-weight: 300;
}


.zcontact-white{
	color: #FFF;
	font-size: 15px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}
.zcontact-gray{
	color: #CCC;
	font-size: 12px;
	font-family: 'Roboto Condensed', sans-serif;
}
.zcontact-yellow{
	color: #FFDF02;
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}
.zupdates-black{
	color: #000;
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}
.zupdates-black2{
	color: #000;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}


a {
	color: #FFF;
}
a.black {
	color: #000;
}
a.white {
	color: #FFF;
}
a.yellow {
	color: #FFDF02;
}
a.gray {
	color: #CCC;
}


.border {
	border: 3px solid #FFDF02;
}

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

.sub-bg-index-news {
	background-image: url(images/index_11.jpg);
	width: 325px;
	height: 147px;
	padding: 20 10 10 10;
	
}
.sub-bg-index-contact {
	background-image: url(images/index_13.jpg);
	width: 596px;
	height: 147px;	
	
}
.sub-bg-subpage-contact {
	background-image: url(images/subpage_11.jpg);
	width: 950px;
	height: 173px;	
	padding: 25 0 0 0;
}

