/* Copyright 2007 - 2008 Nicholson carpentry and joinery ltd */

/* basic elements  */
body { 
 font: 11px/18px verdana,arial,helvetica,sans-serif; 
 color: #000; 
 background: #6F441A url(images/bodyBg.gif) center top repeat-y;
 margin: 0;
 padding: 0;
 text-align: center;	 
}

/* layout  */
#container {
	width: 790px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-image: url(images/mainBg2.png);
	background-repeat: repeat-y;
	height: 2000px;
}
#bottomfooter {
	width: 790px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-image: url(images/mainFt2.png);
	background-repeat: no-repeat;
	height: 40px;
}
#pageHeader {
	width: 790px;
	height: 290px;
	background-image: url(images/headerBg.png);
	background-repeat: no-repeat;
}
#preamble {
	text-align: justify;
	width: 500px;
	margin-left: 25px;
	margin-top: 25px;
}
#preamble p {
 margin: 0 0 12px 0;
}


#linkList {
	position: absolute;
	top: 305;
	margin-left: 550px;
	color: #2B0101;
	width: 200px;
	visibility: inherit;
}
#footer {
	display: block;
	padding: 5px 0 0 0;
	margin: 50px 0 0 120px;
	text-align: center;
	height: 40px;
	width: 297px;
	background: url(images/headingblank.png) center top;
}
.p1,.p2,.p3,.p4,.p5 { padding-left: 8px; }
/*  headers */
#preamble h3 { 
 height: 60px; 
 text-indent: -8000px;
 margin: 0;
 padding: 0;
}
#lnav1 h3, #lnav2 h3, #lnav3 h3 {
 height: 30px;
 margin: 0;
 padding: 0;
 text-indent: -9000px; 
}
#preamble h3 { background: url(images/welcome.png) no-repeat center;}
#gallery h3 { background: url(images/gallery.png) no-repeat center;}
#contact h3 { background: url(images/contact.png) no-repeat center;}
#orangeries h3 { background: url(images/orangeries.png) no-repeat center;}
#services h3 { background: url(images/services.png) no-repeat center;}
#bespokejoinery h3 { background: url(images/bespokejoinery.png) no-repeat center;}
#conservatories h3 { background: url(images/conservatories.png) no-repeat center;}
#completeprojects h3 { background: url(images/completeprojects.png) no-repeat center;}
#completeprojectstiddingtonrd h3 { background: url(images/tiddingtonrd.png) no-repeat center;}
#completeprojectsgranbrookfarm h3 { background: url(images/granbrookfarm.png) no-repeat center;}
#completeprojectsoldberrowhall h3 { background: url(images/oldberrowhall.png) no-repeat center;}
#currentprojects h3 { background: url(images/currentprojects.png) no-repeat center;}
#kitchens h3 { background: url(images/kitchens.png) no-repeat center;}
#staircases h3 { background: url(images/staircases.png) no-repeat center;}
#twdoors h3 { background: url(images/timberwindowsdoors.png) no-repeat center;}
#about h3 { background: url(images/aboutus.png) no-repeat center;}
#thankyou h3 { background: url(images/thankyou.png) no-repeat center;}
#errorpage h3 { background: url(images/thankyou.png) no-repeat center;}

#lnav2 h3 { margin-top: 15px;}
#lnav3 h3 { margin-top: 15px;}

/*  links  */
a {
	text-decoration: none;
	color: #000;

}
a:hover,a:active { 


}

li a.c {
 font-size: 9px;
 font-weight: normal;
 display: inline;
 padding: 0;
 background: none;
}
#lnav2 li a, #lnav3 li a {
 display: inline;
 font-weight: normal;
 font-size: 13px;
 margin: 0;
 text-transform: uppercase;
}
#lnav2 li a { background: none; }
li a:hover, li a:hover.c { color: #5E1919; border-bottom: 0; }
li a:hover.c { background: none; }

#footer a {
 text-decoration: none;
 border: none;
 font: 10px georgia,times,serif;
 padding: 1px;
 text-transform: uppercase;
}
#footer a:hover {
 background: none;
 border-top: 1px solid #683A33;
 border-bottom: 1px solid #683A33;
}
/* no display */
#pageHeader h1,h2 { display : none; }

/*  lists  */
ul,li {
 list-style: none;
 padding: 0;
 margin: 0;
 line-height: 15px; 
}
#lnav1, #lnav2, #lnav3 {
 padding-bottom: 6px;
 background: url(images/liBttmBgs1.png) center bottom no-repeat;
}
li {
 padding: 5px 5px 12px 5px;
 background: url(images/liBg.gif) center bottom no-repeat;
 text-transform: uppercase; 
 font-size: 9px; 
 /*border-bottom: 1px solid #A68858;*/
}



/* lightbox */
#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: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#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; }
#footing1 {
	font-family: Verdana, Geneva, sans-serif;
}
#footing1 {
	color: #FFEBB0;
	font-size: 9px;
}
a:link {

}
.internallinks {
	color: #FFEBB0;
}
#preamble2 .p1 a strong {
	color: #000;
}
#ncj #footing1 p a {
	color: #FFEBB0;
}
#footing1 p {
	color: #FFEBB0;
}
#ncj #footing1 {
	color: #FFEBB0;
	width: auto;
	text-align: center;
}
#services {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	list-style-type: upper-alpha;
	list-style-image: url(images/aboutus1.png);
	list-style-position: inside;
}

