@import url('fonts/stylesheet.css');
html, 
body {
	height: 100%;
}

#stretch {
	position: relative;
	min-height: 100%;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-image: url(../images/InteriorBkgrnd.jpg);
	background-attachment: fixed;
	background-color: #0C0C0C;
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}
body.home {
	background-image: url(../images/Bkgrnd.jpg);
}
#header {
	background-image: url(../images/NavBkgrnd.png);
	height: 111px;
	width: 1000px;
	position: relative;
	z-index: 999;
	margin: auto;
}
#header #logo {
	float: left;
	height: 111px;
	width: 233px;
}
#header #upperNav {
	float: right;
	height: 30px;
	width: 757px;
	text-align: right;
	padding-top: 10px;
	font-size: 12px;
	color: #E9E7E7;
}
#header #upperNav a:link, 
#header #upperNav a:visited,
#header #upperNav a:active {
	text-decoration: none;
	color: #E9E7E7;
}
#header #upperNav a:hover {
	text-decoration: underline;
	color: #FFF;
}
#header #upperNav table {
	margin-left: 60px;
}
#header #upperNav-row {
	padding-right: 5px;
	padding-bottom: 3px;
	*padding-bottom: 20px;
}
#header #upperNav table tr td {
	line-height: 20px;
}
#header #searchform {
	white-space: nowrap;
	margin-right: 5px;
}
#header #s {
	width: 142px;
	height: 15px;
}
#header #searchsubmit {
	font-family: 'ChunkFiveRegular';
	background: #EA4230;
	height: 20px;
	border: 0;
	margin-left: -3px;
	color: rgb(255, 255, 255);
	cursor: pointer;
}
#access {
	float: left;
	height: 48px;
	width: 757px;
	padding-right: 10px;
	font-family: "ChunkFiveRegular";
	font-size: 15px;
	text-align: right;
	padding-top: 10px;
}
.menu-header ul, 
#access .menu ul {
	list-style: none;
	padding-left: 10px;
}
.menu-header ul li,
#access .menu ul li {
	display: inline;
}
.menu-header ul li a,
#access .menu ul li a {
	margin: 0 22px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}
#slideshow {
	margin: auto;
	margin-top: 0;
	height: 563px;
	width: 1000px;
	position: relative;
	padding-right: 40px;
}
#featureBoxes {
	z-index:1;
	position: absolute;
	top: 420px;
	width: 925px;
	height: 315px;
	padding-left: 38px;
	padding-right: 37px;
	left: 20px;
}
#featureBoxes a:link, 
#featureBoxes a:visited, 
#featureBoxes a:hover,
#featureBoxes a:active {
	text-decoration: underline;
	color: #0E75C2;
}
#WelcomeBox {
	background-image: url(../images/Welcome.png);
	background-repeat: no-repeat;
	float: left;
	height: 235px;
	width: 240px;
	padding-top: 80px;
	text-align: left;
	padding-left: 23px;
	padding-right: 58px;
	line-height: 20px;
	font-size: 13px;
}
#NewProducts {
	background-image: url(../images/NewProducts.png);
	background-repeat: no-repeat;
	float: left;
	height: 235px;
	width: 240px;
	padding-top: 80px;
	text-align: left;
	padding-left: 23px;
	padding-right: 58px;
	line-height: 20px;
	font-size: 13px;
}
#DMKNews {
	background-image: url(../images/DMKNews.png);
	background-repeat: no-repeat;
	float: left;
	height: 235px;
	width: 240px;
	padding-top: 80px;
	text-align: left;
	padding-left: 23px;
	padding-right: 20px;
	line-height: 20px;
	font-size: 13px;
}
#Spacer {
	height: 180px;
	clear: both;
}

.home #Spacer {
	padding-top: 140px;
	height: 200px;
	clear: both;
}

#footer {
	position:absolute;
	bottom:0;
	left:0;
	width: 100%;	
	/*z-index: -1;*/
}

#inner-footer {
	font-size: 11px;
	background-image: url(../images/Rocks.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	height: 150px;
	width: 1225px;
	margin: auto;
	padding-top: 25px;
}
.home #footer {
	padding-top: 330px;
}
#footer a {
	color: #FFF;
}
#main {
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.86);
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border: 1px solid #454545;
}
.page-title, 
.entry-title {
	font-family: "ChunkFiveRegular";
	font-size: 22px;
/*	background: url(../images/name-plate-background.png) no-repeat;*/
	height: 47px;
	padding-top: 12px;
/*	margin-left: 20px;
	margin-top: 10px;*/
	text-align: left;
/*	text-indent: 10px;*/
	text-transform: uppercase;
}
#main p {
/*	text-align: left;*/
}
.pipe {
	padding: 0 5px;
}
.product {
	display: block;
	width: 180px;
	height: 220px;
	float: left;
	border: 1px solid #454545;
	border-radius: 5px 5px 5px 5px;
	margin-right: 30px;
	background: #000;
	text-align: center;
	padding-bottom: 10px;
	*margin-bottom: 30px;
}
.last {
	margin-right: 0px;
}
.product img {
	height: 150px;
	width: 150px;
	margin-top: 13px;
}
.product span {
	font-family: "ChunkFiveRegular";
	font-size: 15px;
}
.product .view-product {
	background: url('../images/button.png');
	display: block;
	height: 21px;
	width: 81px;
	margin: 0 auto;
}
.entry-summary a {
	display: block;
}
.home .entry-title {
	display: none;
}
.home #container {
	margin: 0;
	float: none;
	margin-left: -20px;
}
.home #content {
    margin-bottom: 0;
}
.home .hentry {
    padding-left: 0;
}
.home .allinone_bannerRotator {
	margin-left: 40px;
	*margin-left: -70px;
	top: -110px;
}
#access .menu-header {
	*margin-top: 25px;
}
/*
.nav-previous, 
.nav-next, 
#nav-below, 
#comments, 
.entry-meta, 
.search-results .entry-utility {
}
*/
.category-news .entry-utility .meta-sep, 
.category-news .comments-link, 
.page .entry-meta, 
.page #comments, 
.page .entry-utility, 
.home .entry-meta,
.home #comments {
	display: none;
}

#nav-above, 
#nav-below, 
.entry-utility, 
.entry-meta, 
.entry-meta a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
}

.archive .entry-title, 
.blog .entry-title {
	background: none;
    height: 24px;
    padding-top: 0;
    text-indent: 0;
}
.archive .hentry {
	padding-left: 15px;
}
