@charset "utf-8";
/* CSS Document */
/* Created by Stuart Russell  www.stuartdavidrussell.co.uk */
/* Resetting the borders, margins and padding on all items, then setting up font sizes ***********************/

* { margin: 0; padding: 0; text-decoration: none; font-size: 100%; outline: none; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex { font: inherit; font-size: 1em; font-family:inherit; }
body, div, h1, h2, h3, h4, p, dl, dt, dd, img, form, fieldset, blockquote { margin: 0px; padding: 0px; border: 0px; }


/* Page Layout */
#wrapper 		{margin-right:auto; margin-left:auto; width:960px; padding:0px;}
#logo 			{width:960px; padding-bottom:0px; height:272px;}
.seperator 		{height:2px; background-color:#FFFFFF; width: 960px;}
#main-content 	{background-color:#CCCCCC; padding:20px;}
#bottom			{background-image:url(../images/cycle-square.gif); height:120px;}
.grey-seperator	{background-color:#cccccc; height:10px;}
#footer			{background-color:#cccccc; text-align:center; font-size:0.8em;}
#map			{text-align:center;}
#postcode		{text-align:center; }
#center-contact-form	{margin:auto; width:457px; }
#leftnav		{width:20%;}
#fullwidth		{width:100%}

/* Navigation */
#topnav 	{background-color:#CCCCCC; padding-top:10px; padding-bottom:10px; padding-left:25px; text-align:center;}
#topnav li  {text-decoration: none; display: inline; padding-right:40px;}


/* Formatting */

p			{ padding-bottom:20px; }
body		{ font-family:Arial, Helvetica, sans-serif; font-size:1em; }
h1			{ font-size:1.4em; padding-bottom:20px; }
.clear		{clear:both;}
object 		{border:3px;}
#topnav a:link		{color:#000000;}
#topnav a:visited	{color:#000000;}
#topnav a:hover		{color:#FFFF00;}
#topnav .activenav		{color:#FFFF00; font-weight:bold;}
#topnav .center		{text-align:center;}
.center		{text-align:center;}
#opening-hours li		{text-decoration: none; list-style-type: none; padding-bottom:5px;}
#price-header		{font-weight:bold;}
td			{padding:10px;}
#price-list	{margin:auto; }
.job-spec ul li	{text-decoration:none; list-style:none; padding-bottom:5px;}
.star		{font-weight:bold; font-size:0.8em;}
.red		{color:#FF0000;}
.back		{font-size:0.8em; text-align:right;}
.small-text	{font-size:0.8em;}
.td-job		{width:276px;}
.td-price	{width:100px;}
.workshop-image { padding-right:10px; float:left; }
#centre		{ margin:auto; width:800px; }
.error		{color:#F00;}
#float-right	{float:right; width=80%}
.imagepadding	{padding-left:27px;}
.thumnailimage 	{width:150px; height:auto; float:left; padding-top:10px; padding-right:20px; padding-bottom:10px;}
.admin-images	{padding-top: 20px;}

/* Lightbox Start *******************************/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover {
	background-image: url(../images/prevlabel.gif);
	background-repeat: no-repeat;
	background-position: left 15%;
}
#nextLink:hover, #nextLink:visited:hover {
	background-image: url(../images/nextlabel.gif);
	background-repeat: no-repeat;
	background-position: right 15%;
}

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

.thumbimage img {
	padding-right: 5px;
	padding-bottom: 5px;
}

.thumbimagepark img {
	padding-right: 1px;
	padding-bottom: 5px;
}

.topofpage {
	font-size: 9px;
	text-align: right;
	float: right;
}
.gallerycontent a {
	text-decoration: underline;
}
.date {
	font-size: 10px;
	float: right;
	color: #000000;
	font-weight: normal;
	padding-right: 20px;
	padding-bottom: 10px;
}
/* Lightbox End *******************************/