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

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

img { border: 0px; }

.text-black-xl{
	color: #000;
	font-family: 'Playfair Display', serif;
	font-size: 35px;
	text-transform: uppercase;
}
.text-black-large{
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
}
.text-black-med{
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
}
.text-black-small{
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}

.text-black-xsmall{
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight:400
	
}
.text-red-xl{
	color: #D40624;
	font-family: 'Playfair Display', serif;
	font-size: 35px;
	text-transform: uppercase;
}
.text-red-large{
	color: #D40624;
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
}
.text-red-med{
	color: #D40624;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
}
.text-red-small{
	color: #D40624;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	
}
.text-gray-xl{
	color: #8B8B8B;
	font-family: 'Playfair Display', serif;
	font-size: 35px;
	text-transform: uppercase;
}
.text-gray-large{
	color: #8B8B8B;
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
}
.text-gray-med{
	color: #8B8B8B;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
}
.text-gray-small{
	color: #8B8B8B;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}


.zcontact-white-large{
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 23px;
	font-weight: 700;
}
.zcontact-white{
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
.zcontact-gray{
	color: #C1C1C1;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.1;
}


a {
	color: #000;
}
a.zcontact-gray {
	color: #C1C1C1;
	text-decoration: none;
}

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

.sub-bg {
	background-color: #FFF;
	width: 950px;
	padding: 0 35 0 35;
}

.sub-bg-index-footer1 {
	background-image: url(images/index_07.jpg);
	width: 950px;
	height: 74px;
}
.sub-bg-index-footer2 {
	background-image: url(images/index_09.jpg);
	width: 726px;
	height: 75px;
	padding: 5 0 0 0;
}
.sub-bg-subpage-footer1 {
	background-image: url(images/subpage_12.jpg);
	width: 950px;
	height: 74px;
}
.sub-bg-subpage-footer2 {
	background-image: url(images/subpage_14.jpg);
	width: 726px;
	height: 71px;
	padding: 5 0 0 0;
}
