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

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

img { border: 0px; }

.menu{
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 2px;
	padding: 9 0 9 0;
}

.titles-teal{
	color: #43B6BC;
	font-family: 'Roboto', sans-serif;
	font-size: 95px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 2px;
	
}

.titles-teal2{
	color: #43B6BC;
	font-family: 'Roboto', sans-serif;
	font-size: 75px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 2px;
	
}
.titles-teal3{
	color: #43B6BC;
	font-family: 'Roboto', sans-serif;
	font-size: 55px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 2px;
	
}


.text-black-xxlarge{
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
}

.text-black-xl{
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	font-weight: 700;
}
.text-black-large{
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
}
.text-black-med{
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
}
.text-black-small{
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}


.text-teal-xl{
	color: #43B6BC;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	font-weight: 700;
}
.text-teal-large{
	color: #43B6BC;
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
}
.text-teal-med{
	color: #43B6BC;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
}
.text-teal-small{
	color: #43B6BC;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}

.text-gray-xl{
	color: #747474;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	font-weight: 700;
}
.text-gray-large{
	color: #747474;
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
}
.text-gray-med{
	color: #747474;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
}
.text-gray-small{
	color: #747474;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}


.zcontact-teal{
	color: #6CD3DA;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	text-shadow: 2px 2px #000;
	text-transform: uppercase;
}
.zcontact-white{
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	text-shadow: 2px 2px #000;
	text-transform: uppercase;
}
.zwhitetext{
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	
}
a {
	color: #000;
}
a.white {
	color: #FFF;
	text-decoration: none;
}
a.gray {
	color: #747474;
}
a.menu{
	color: #FFF;
	text-decoration: none;
}
a:hover.menu{
	color: #43B6BC;
	text-decoration: none;
}
.border {
	border: 3px solid #43B6BC;
}

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

.sub-bg-blackbars {
	background-color: #000;
	width: 950px;
	height: 25px;
	
}


.sub-bg-index-contact {
	background-image: url(images/index_05.jpg);
	width: 950px;
	height: 97px;
	padding: 25 10 0 10;
}
.sub-bg-index-news {
	background-image: url(images/index_03.jpg);
	width: 950px;
	height: 383px;
	padding: 20 40 0 40;
}
.sub-bg-subpage-contact {
	background-image: url(images/subpage_05.jpg);
	width: 950px;
	height: 97px;
	padding: 0 10 0 10;
}

