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

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

img { border: 0px; }


.zpagetitles-darkgray{
	color: #404040;
	font-family: 'Oswald', sans-serif;
	font-size: 110px;
	text-transform: uppercase;
	font-weight: 300;
}
.text-darkgray-large{
	color: #404040;
	font-family: 'Oswald', sans-serif;
	font-size: 19px;
}
.text-darkgray-med{
	color: #404040;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: 300;
}
.text2{
	color: #404040;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: 300;
}
.text-darkgray-small{
	color: #404040;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	font-weight: 300;
}


.text-gray-xxlarge{
	color: #b5b5b5;
	font-family: 'Oswald', sans-serif;
	font-size: 45px;
	font-weight: 700;
}

.text-gray-large{
	color: #b5b5b5;
	font-family: 'Oswald', sans-serif;
	font-size: 19px;
}
.text-gray-med{
	color: #b5b5b5;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	font-weight: 300;
}
.text-gray-small{
	color: #b5b5b5;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	font-weight: 300;
}

.text-orange-xxlarge{
	color: #f1592a;
	font-family: 'Oswald', sans-serif;
	font-size: 45px;
	font-weight: 700;
}

.text{
	color: #f1592a;
	font-family: 'Oswald', sans-serif;
	font-size: 19px;
}
.text-orange-large{
	color: #f1592a;
	font-family: 'Oswald', sans-serif;
	font-size: 19px;
}
.text-orange-med{
	color: #f1592a;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	font-weight: 300;
}
.text-orange-small{
	color: #f1592a;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	font-weight: 300;
}

.textz-contact-darkgray{
	color: #404040;
	font-family: 'Oswald', sans-serif;
	font-size: 19px;
	font-weight: 300;
}
.textz-contact-darkgray2{
	color: #404040;
	font-family: 'Oswald', sans-serif;
	font-size: 21px;
	font-weight: 700;
}

.textz-contact-lightgray{
	color: #b5b5b5;
	font-family: 'Oswald', sans-serif;
	font-size: 19px;
	font-weight: 300;
}
.textz-nd-white{
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	font-weight: 300;
}

.menutext{
	color: #343b43;
	font-family: 'Oswald', sans-serif;
	font-size: 29px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}


a {
	color: #404040;
	text-decoration: none;
}
a:hover {
	
	text-decoration: underline;
}
a.white {
	color: #fff;
	text-decoration: none;
}
a.white:hover {
	
	text-decoration: underline;
}
a.menulink {
	color: #FFFFFF;
	text-decoration: none;
}

a.menulink:hover {
	color: #b5b4b4;
	text-decoration: none;
}

.border {
	border: 3px solid #353C44;
}

.sub-bg {
	background-color: #FFF;
	padding: 0 25 0 25;
}


.sub-bg-menu {
	background-color: #F1592A;
	width: 900px;
	height: 62px;
}

