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

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

@font-face {
    font-family: 'destroyregular';
    src: url('DESTROY_-webfont.eot');
    src: url('DESTROY_-webfont.eot?#iefix') format('embedded-opentype'),
         url('DESTROY_-webfont.woff') format('woff'),
         url('DESTROY_-webfont.ttf') format('truetype'),
         url('DESTROY_-webfont.svg#destroyregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

img { border: 0px; }


/* TEXT */

.titles-grunge{
	color: #FFF;
	font-family: 'destroyregular';
	font-size: 45px;
	text-transform: uppercase;
	line-height: 1.1;
}
.text-white-large{
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;

	font-size: 25px;
	font-weight: 700;
	line-height: 1.5;
}
.text-white-med{
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;

	font-size: 20px;
	line-height: 1.5;
}
.text-white-small{
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
	line-height: 1.5;
}
.text-red-large{
	color: #D81D0E;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.5;
}
.text-red-med{
	color: #D81D0E;
	font-family: 'Roboto Condensed', sans-serif;

	font-size: 20px;
	line-height: 1.2;
}
.text-red-newalert{
	color: #D81D0E;
	font-family: 'destroyregular';
	font-size: 14px;
}
.text-red-small{
	color: #D81D0E;
	font-family: 'Roboto Condensed', sans-serif;

	font-size: 17px;
	line-height: 1.5;
}
.updates-redbold{
	color: #C51608;
	font-family: 'Roboto Condensed', sans-serif;

	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
}
.updates-black{
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;

	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
}
.zcontact{
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
	font-size: 14px;
	line-height: 1.3;
}


/* LINKS AND BORDER */

a {
	color: #FFF;
}
a.gray {
	color: #ADACAA;
}
a.black {
	color: #000;
}

.border {
	border: 3px solid #D81D0E;
}
.pageborder {
	box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.65); }



/* BACKGROUNDS */

.sub-bg {
	background-color: #FFF;
	padding: 0 35 0 35;
}
.sub-bg-index {
	background-color: #ADACAA;
	background-image: url(images/index2_13.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10 25 10 25;
}
.sub-bg-subpage-bottom {
	background-color: #ADACAA;
	background-image: url(images/subpage2_15.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.sub-bg {
	background-image: url(images/subpage2_13.jpg);
	padding: 0 40 0 40;
}
.sub-bg-subpage-headers {
	background-image: url(images/subpage2_12.jpg);
	width: 950px;
	height: 102px;
}

/* ND */
.znd{
	color: #ADACAA;
	font-family: 'Roboto Condensed', sans-serif;

	font-size: 13px;
	line-height: 1.2;
}
#ndpadding {
	padding: 0 0 10 0; 
	}
#orderingpadding {
	padding: 0 15 0 15;}