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

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

img { border: 0px; }

.text-white-large{
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-size: 19px;
}

.text-white-xlarge{
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
}

.text-white-med{
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
}
.text-white-small{
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
}
.text-gray-large{
	color: #bababa;
	font-family: 'Oswald', sans-serif;
	font-size: 19px;
}
.text-gray-med{
	color: #bababa;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
}
.text-gray-med{
	color: #bababa;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
}
.text-red-large{
	color: #EC1C23;
	font-family: 'Oswald', sans-serif;
	font-size: 19px;
	
	
	}
.text-red-xlarge{
	color: #EC1C23;
	font-family: 'Oswald', sans-serif;
	font-size: 35px;
}
.text-red-med{
	color: #EC1C23;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;

}
.text-red-med-lgt{
	color: #fc1e26;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
}
.text-red-small{
	color: #EC1C23;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
}
.text-black-large-bold{
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-size: 19px;
	font-weight: 700;
}

.pageheaders{
	color: #EC1C23;
	font-family: 'Oswald', sans-serif;
	font-size: 65px;
	letter-spacing: 25px;
	text-transform: uppercase;
}

.sub-bg-index-news {
	background-image: url(images/index_11.jpg);
	width: 522px;
	height: 108px;
}
.sub-bg-index-contact {
	background-image: url(images/index_12.jpg);
	width: 522px;
	height: 78px;
}

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

.pageborder {
	box-shadow: 7px 7px 14px 0px rgba(0,0,0,0.75);
	border: 2px solid #000;
}

a {
	color: #FFF;
}

a.gray {
	color: #bababa;
}

.border {
	border: 3px solid #6F6F6F;
}
	