/* CSS Document */

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	background-color: #3d3e3f;
	background-image: url(/images/bgs/dorset_plasterers_bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	}


/* div list styles */

ul {
   list-style-type: none;
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
}

div#building li {
     padding: 0px 0px 0px 0px;
     margin: 10px 0px 0px 0px;
     list-style-type: none;
     font-size: 13px;
     letter-spacing: 1px;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
     color: #15b1c4;
     background: transparent;
     font-weight: bold
}


/* text styles */

h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #ffffff;
	background: transparent;
	font-weight: bold;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #ffffff;
	background: transparent;
	font-weight: normal;
}

.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #ffffff;
	background: transparent;
	font-weight: normal;
}

.bodyTextAddress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #ffffff;
	background: transparent;
	font-weight: normal;
}


.bodyTextBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #f2d950;
	background: transparent;
	font-weight: bold;
}


.headingWhiteText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
    letter-spacing: 1px;
	color: #ffffff;
	background: transparent;
	font-weight: bold;
	padding: 0px;
}


.tdText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #ffffff;
	background: transparent;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}



.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #ffffff;
	background: transparent;
	font-weight: normal;
}

.yellowCopyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #d2b92e;
	background: transparent;
	font-weight: normal;
}



/* background images */

.footer {
background-image: url(/images/straps/footer_strap.gif);
background-repeat: repeat;
}

.invisible {
background-image: url(/images/bgs/trans.gif);
background-repeat: repeat;
}



/* image link stlyes */

.imgColour a:link img, a:visited img, a:active img {
          border-color: #f2d950;
}

.imgColour a:hover img, a:focus img {
          border-color: #ef711d;
} 



/* nav link stlyes */

a:link {
	text-decoration: none;
	font-size: 11px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #f2d950;
	background: transparent;
}

a:visited {
	text-decoration: none;
	font-size: 11px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #f2d950;
	background: transparent;
}

a:hover {
	text-decoration: none;
	font-size: 11px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #ef711d;
	background: transparent;
}

a:focus {
	text-decoration: none;
	font-size: 11px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #ef711d;
	background: transparent;
}

a:active {
	text-decoration: none;
	font-size: 11px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #f2d950;
	background: transparent;
}

/* content link stlyes */

.pageLink a:link {
	text-decoration: none;
	font-size: 12px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #f2d950;
	background: transparent;
}

.pageLink a:visited {
	text-decoration: none;
	font-size: 12px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #f2d950;
	background: transparent;
}

.pageLink a:hover {
	text-decoration: none;
	font-size: 12px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #ef711d;
	background: transparent;
}

.pageLink a:focus {
	text-decoration: none;
	font-size: 12px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #ef711d;
	background: transparent;
}

.pageLink a:active {
	text-decoration: none;
	font-size: 12px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #f2d950;
	background: transparent;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
width: 650px;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid #000000; /*right divider between tabs*/
color: #000000;
background: #f1d125; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: #000000;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #ef711d; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color: #ffffff;}


/* lightbox styles */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

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


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

#imageData{
	padding:0 10px;
	}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
