@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: 16px;
	border: 0px;
}

img { border: 0px; }

.text-white-med{
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
}
.text-white-large{
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
}
.text-white-small{
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
}
.text-white-xsmall{
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}
.text-black-xsmall{
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}
.text-red-med {
	color: #BE1E2D;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
}
.text-red-large {
	color: #BE1E2D;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
}
.text-red-small {
	color: #BE1E2D;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
}
.text-red-xsmall {
	color: #BE1E2D;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}
.contactred2 {
	color: #BE1E2D;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
}
.contactblack2 {
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
}
.text-black-contact {
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
.text-red-contact {
	color: #BE1E2D;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

.sub-bg-index-contact {
	background-image: url(images/index_11.jpg);
	width: 410px;
	height: 45px;
}

.sub-bg-index-nd {
	background-image: url(images/index_13.jpg);
	width: 950px;
	height: 33px;
}

.sub-bg-subpage-contacttop {
	background-image: url(images/subpage_11.jpg);
	width: 346px;
	height: 99px;
}

.sub-bg-subpage-contactbottom {
	background-image: url(images/subpage_16.jpg);
	width: 459px;
	height: 66px;
}

.sub-bg-subpage-nd {
	background-image: url(images/subpage_17.jpg);
	width: 950px;
	height: 34px;
}

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

.border {border: 2px solid #BE1E2D;}

a {
	color: #fff;
	text-decoration: underline;
}

a.red {
	color: #BE1E2D;
	text-decoration: none;
}
a.red:hover {
	color: #BE1E2D;
	text-decoration: underline;
}

a.black {
	color: #000;
	text-decoration: none;
}
a.black:hover {
	color: #000;
	text-decoration: underline;
}

#contact-index {
	padding: 0 15 0 15; }
	
#nd-padding {
	padding: 0 77 8 0; }
	
#body {
	padding: 5 15 5 15;}
	
#contact-subpage1 {
	padding: 0 25 0 0;}
#contact-subpage2 {
padding: 0 32 0 0;}
	