/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #ccc; color: #fff; text-shadow: none; }
::selection { background: #ccc; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin:0; padding: 0 0 0 0px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

h1,h2,h3 {
	margin:0 0 6px 0;
	padding:0;
	text-size:1em;
	line-height: 1.4em;        
}

p {
	margin:0;
	padding:0;
}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/* ===== Primary Styles ========================================================
   Author: Ben Harvey - gomakodesign.co.uk
   ========================================================================== */

/* Force a scrollbar */

html {
   overflow-y: scroll;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

html, body {
background: #bcb0a1;
padding:0;
height:100%;
margin: 0;
}

#container {
	width:960px;
	margin:0px auto;
	background:#f7f5f0;
	font-family: 'Open Sans', sans-serif;
    -webkit-box-shadow:  1px 0px 5px 5px rgba(0, 0, 0, 0.1);    
    box-shadow:  1px 0px 5px 5px rgba(0, 0, 0, 0.1);
        
}

/** Header Stuff **/

#header {
	padding:0px 0;
	margin:0;
	height:230px;
}

.header-contact {
	font-family: 'Open Sans', sans-serif;
	background:#333;
	color:#fff;
	padding:6px 10px;
	font-size: 12px;
	border-bottom:1px dotted #fff;
	height:19px;
}

.header-contact a:link,.header-contact a:visited,.header-contact a:hover,.header-contact a:active {
	text-decoration: none;
	color:#fff;

}


.header-contact a:hover {
	color:#fff;
	border-bottom:1px dotted #f00;
}

#header h1, #header h2 {
	display:none;
	
}

.strapline {
	font-style:italic;
	position:relative;
	left:190px;
	top:-55px;

}

/** /Header Stuff **/


/** Navigation **/

nav {
	position:relative;
	height:0;
}

#navigation a:link,#navigation a:visited,#navigation a:hover,#navigation a:active {
	color:#000;
	text-decoration: none;
	border:none;
}

#navigation {
	font-size:13px;
	position:relative;
	top:-128px;
	left:180px;
	height:42px;
	background:url('img/nav_bg.gif') #ccc;
	width:604px;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	padding:0;
	margin:0;
	overflow:hidden;
}

#navigation li:hover{
	background:url('img/nav_bg.gif') 0px 48px #000;
	border-right:1px solid #333;
}

#navigation li{
	display:block;
	padding:12px 12px;
	height:41px;
	float:left;
	border-right:1px solid #333;
}

#navigation li a:link{
/*	padding:12px 12px;*/
}

/** /Navigation **/

#main {
	padding:0;
	margin:4px 0px 10px;
	
}


#main-content {
	float:left;
	width:940px;
	padding:0px;
	margin:20px 12px 10px;
	background:rgba(255,255,255,0.9);
	font-size:14px;
}

#main-content h3 {
	font-size:24px;
	margin:20px 20px 1px;
	border-bottom:1px dotted #000;
	padding: 0 0 8px;
}

#main-content p {
margin:20px;
}

#main-content ul {
	margin:0 20px 20px;
}

#main-content li {
	margin-left:20px;
}

#sub-nav {
	margin:0 10px 10px;
}

#sub-nav h3 {
	margin:10px 0;
	font-size: 18px;
	padding:4px 0;
	text-align: center;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	
}

#sub-nav p {
	font-size: 0.9em;
	padding:10px 0 0px;
}

#sub-nav a:link,#sub-nav a:visited,#sub-nav a:hover,#sub-nav a:active {
	text-decoration: none;
	color:#000;
	border-bottom:1px dotted #444;
}


#sub-nav a:hover {
	color:#444;
	border-bottom:1px dotted #f00;
}

.col-3 {
	font-size:14px;
	width:300px;
	margin-right:20px;
	float:left;
}

#sub-nav .col-3 p{
	padding:10px;
	background:#fff;
}

.col-3:last-child {
	width:300px;
	margin-right:0px;
	float:left;
	
}

/** Contact Form **/

div.page {
	margin-left:20px;
}

.quick-contact {
	
}

.quick-contact label{
float: left;
width: 80px;
}

.quick-contact input, .quick-contact textarea {
width:210px;
margin-bottom: 5px;
}

.quick-contact textarea {
height:100px;
}

.quick-contact-button{
margin-left: 80px;
margin-top: 5px;
width: 210px;
padding:5px;
}

/** /Contact Form **/

/** Spares **/

#part {
	background:#fff;
	padding:20px;
	margin-bottom:20px;
}

#part img{
	float:right;
	margin-left: 10px;
}

#part .price {
	margin-top:20px;
	padding-top: 10px;
	border-top:1px solid #000;
}

#part p {
	margin-top: 10px;
}


.search_box {
	float:right;
	margin-top:4px;
}

.search_box h1 {
display:none;
}

/** /Spares **/


/** Gallery **/

.gallery ul{
}

.gallery li{
	background: #fff;
	padding:5px;
	list-style: none;
	float:left;
	margin-top:10px;
	margin-right:4px;
}

/** /Gallery **/

/** Other Styles **/

.intro-left {
	width:520px;
	float:left;
	font-size: 1.2em;
	line-height: 1.7em;
}

.intro-right {
	width:400px;
	float:left;
	margin-bottom: 20px;
	margin-top: 20px;
}


#content {

	margin:30px 40px 12px;

}

.article {
	margin-top:10px;
	padding:0 20px 20px;
	overflow:hidden;
	background:#fff;
}

.article img{
	margin:10px 0;
}

.article ul{
	font-size:14px;
	margin:10px 20px;
}



.article h2,.article h1 {
	font-size:18px;
	margin:10px 0px;
	padding-bottom:10px;
	border-bottom: 1px dotted #ccc;
}

.article p.date {
	float:right;
	font-size:12px;
	margin:16px 10px;
}

.article p {
	font-size:14px;
}


#footer {
	font-family: "Garamond",serif;	
	background:#444;
	color:#fff;
	padding:20px 10px;
	margin:0px;
	font-size: 0.8em;
}

#footer a:link, #footer a:active, #footer a:visited,#footer a:hover {
	color:#fff;
	text-decoration: none;
	border-bottom:1px dotted #fff;
}

#footer a:hover {
	color:#fff;
	text-decoration: none;
	border-bottom:1px dotted #f00;
}

.footer-address {
	margin:0 126px;
}

.sitemap ul {
	margin:0px;
	padding:0;
}

.sitemap li{
	margin:0;
	padding:0;
	list-style: none;
}

.copyright {
	float:right;
	margin-right:20px;
}








/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}
/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
