/* set for HTML5 to make 'unknown' tags block level */

header,
nav,
section,
article,
footer {
	display: block;
}


/* // */

body {
	margin:0;
	padding:0;
	background: #666 url("../img/bg.png");
	font: small/1.2 "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color: #000;
}
a,
a:link,
a:visited {
	color: #333;
	text-decoration: none;
}
a:focus,
a:hover,
a:active {
	color: #fff;
	text-decoration: none;
}

/* h1 image replacement */
.howard-kingsnorth {
	width: 319px;
	height: 30px;
	background: transparent url("../img/howard-kingsnorth.gif") no-repeat 0 0;
	text-indent: -9999em;
	margin-bottom: 150px;	
}
.home .howard-kingsnorth {
	margin-bottom: 100px;	
}
/* */

.breadcrumb h1 {
	font-size: 18px; 
	font-weight: bold;
}

h1.accordion, h1.faux {
	font-size: 16px; 
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.4em;
	background: transparent url("../img/arrow.png") no-repeat 0 3px;
	padding-left: 15px;
	outline: none;
	cursor: pointer;
}
h1.accordion.selected {
	background-position: 0 -94px;
}

#content {
	width:80%;
	margin: 40px auto 0;	
}
.home #content {
	width: 704px;
}


.emboss {
	background: transparent url("../img/blue10.png") repeat 0 0;
	border: 1px solid #b2b2b2;
	border-top-color: #6f6f6f;
	border-left-color: #6f6f6f;
	padding: 10px;
	margin-bottom: 15px;
	}

/* Horizontal scroller */	
#viewport {
	width: 100%;
	padding-left: 10px;
	height: 167px;
	border: 1px solid #cacaca;
	background: #fff;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	margin-bottom: 60px;
}

#viewport img {
	display: inline-block;
	margin: 15px 10px 0;
	border: 1px solid #cacaca;
}

#viewport a {
	border: none;
}

#blurbport {
	width:500px;
	margin-bottom: 20px;
}

body.info #blurbport ul,
body.info #blurbport li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Categories */

.breadcrumb {
	font-size: 12px;
	margin: 1em 0;
	color: #333;
	width: 100%;
}
.breadcrumb a.selected {
	border-bottom: 2px solid #333;
}
.breadcrumb strong {
	font-size: 14px;
	font-weight: bold;
}

.home .breadcrumb {

	width: 681px;
}

/* Nav */

nav, #nav {
	width: 90px;
	height: 90px;
	position: absolute;
	top:10px;
	right: 10px;
}
nav ul,
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: transparent url("../img/gearbox.png") no-repeat 0 2px;
}
nav li, 
#nav li {
	margin: 0;
	padding: 0;
}
nav li a, 
#nav li a {
	display: block;
	height: 20px;
	width: 80px;
	background: transparent url("../img/nav.png") no-repeat 0 0;
	text-indent: -9999em;
}
nav li.nav-home a, 
#nav li.nav-home a {
	background-position: 18px -100px;
}
body.home nav li.nav-home a, 
body.home #nav li.nav-home a {
	background-position: -382px -100px;
}
nav li.nav-contact a, 
#nav li.nav-contact a {
	background-position: 18px -200px;
}
nav li.nav-info a,
#nav li.nav-info a {
	background-position: 18px -300px;
}
nav li.nav-home a:hover,
#nav li.nav-home a:hover {
	background-position: -182px -100px;
}
nav li.nav-contact a:hover, 
#nav li.nav-contact a:hover {
	background-position: -182px -200px;
}
nav li.nav-info a:hover, 
#nav li.nav-info a:hover {
	background-position: -182px -300px;
}


/* homepage frame - uses jQuery JS slideshow */
#slideshow {
    position:relative;
	width: 704px;
	height: 424px;
	margin: 0 0 60px;
/*	background: transparent url("../img/frame.gif") no-repeat 0 0; */
	z-index: 1;
}

	#slideshow img {
    position:absolute;
    top:2px;
    left:2px;
    z-index:8;
    opacity:0.0;
	}
	
	#slideshow img.active {
	    z-index:10;
	    opacity:1.0;
	}
	
	#slideshow img.last-active {
	    z-index:9;
	}

.slideshow-wrap {
	position: relative;
}
.slideshow-start {
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	height: 33px;
	width: 33px;
	background: transparent url("../img/tl.png") no-repeat 0 0;	
	z-index: 2;
}
.slideshow-end {
	display: block;
	position: absolute;
	bottom: 2px;
	right: 2px;
	height: 33px;
	width: 33px;
	background: transparent url("../img/br.png") no-repeat 0 0;	
	z-index: 2;
}

/* footage frame  */

#footage {
    position:relative;
	width: 640px;
	height: 360px;
	margin: 0 auto 60px;
	z-index: 1;
}


/* Print Sales */


.printsales #blurbport p {
	margin: 1em 1em 0 3em;

	}

.printsales #blurbport table {
	width: 50%;
	border: 1px solid #ccc;
	border-right:none;
	border-bottom:none;
	margin: 1em 1em 0 3em;
	border-collapse:collapse;
	
	}

.printsales #blurbport table td {
	border: 1px solid #ccc;
	border-left:none;
	border-top:none;
	padding: 4px;
	}







