@charset "UTF-8";
/* 
Created for: High Powered Floor Restoration
Author: Crockford Carlisle
*/
body  {
	font: 85% Arial, Helvetica, sans-serif;
	background: #EAEAEA; /*url(images/bg_gradient.png) repeat-x left top; */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
a:link {
	color: #333;
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:active {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #36939B;
	text-decoration: underline;
}
#container {
	width: 900px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: white url(images/container_bg.gif) repeat-y left;
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 5px solid white;
	border-right: 5px solid white;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	background: #DDDDDD;
	padding: 0;
	margin: 0 0 30px 0;
	width: 650px;
	height: 270px;
} 
#colourbar {
	height: 5px;
	background: #36939B;
	font-size: 1px;
}
	
/* NAV */
#nav {
	float: left;
	width: 240px;
	padding: 15px 0 15px 0; 
	margin: 0;
}
#nav h1 {
	margin-left: 20px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 6px;
}
#nav h2, p {
	margin-left: 25px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 6px;
}
#nav h1 {
	font: 140% Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #003366; 
	}
#nav a {
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#nav a#active {
	text-decoration: underline;
	color: #36939b;
}
#nav ul {
	margin-left: 30px;
	padding-left: 10px;
	list-style-image: url(images/bullet.png);
	list-style-position: outside;
	margin-top: 5px;
	}
#nav li {
	margin-bottom: 8px;
	line-height: 115%;
	margin-right: 10px;
}
.logo {
	border: 0px;
}
.logo a {
	text-decoration: none;
}
.navbar {
	height: 1px; 
	width: 210px;
	background: #666;
	margin-left: 20px;
	font-size: 1px;
}
/* MAIN CONTENT */
#maincontent {
	/*	margin: 30px 15px 0 280px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	margin: 0;
	float: right;
	padding: 0px;
	text-align: left;
	width: 650px;
}
#main {
	padding: 0 30px 0 30px;
}
#maincontent p, ul, li {
	margin-left: 0px;
	line-height: 1.4;
	}
	
#maincontent h1 {
	color: #36939B; 
	font-size:28px; font-weight:bold; border-bottom:#f5f5f5 solid 1px; padding-bottom:10px;
	}
	
#maincontent h2 {
	font: 130% Arial, Helvetica, sans-serif;
	font-style: normal;
	padding-top: 5px;
	color: #003366; 
	line-height: 1.2;
	}
	
#maincontent h3 {
	font: 115% Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #36939B; 
	}
	
#maincontent ul {
	margin-left: 5px;
	padding-left: 10px;
	margin-top: 5px;
	}
#maincontent li {
	margin-bottom: 8px;
	margin-right: 10px;
}
#contentpromo {
	float: right;
	width: 190px;
	margin: 0px 0px 10px 20px;
	background: #EAEAEA;
	line-height: 1.3;
}
#contentpromo h2 { 
	font: 105% Helvetica, Arial, sans-serif;
	margin: 0 0 0 0;
	padding: 10px 8px 10px 12px;
	color: #FFF;
	background: #36939B; 
	line-height: 1.3;
}
#contentpromo p {
	padding: 0px 8px 0px 10px;
	line-height: 1.4;
	font-size: 95%;
}
#contentpromo ul { 
	margin-left: 10px;
	padding-left: 10px;
}
#contentpromo li { 
	margin-left: 10px;
	padding-left: 4px;
	margin-bottom: 4px;
}
.totop {
	font-size: 75%;
	}
	
.totop a {
	color: #003366;	
	}
	
#shaded {
	background: #EAEAEA;
	padding: 5px 15px;
}
.boxes {
	float: left;
	width: 190px;
	margin: 10px 5px 10px 0px;
	background: #EAEAEA;
}
.boxes h2 { 
	font: 120% Helvetica, Arial, sans-serif;
	margin: 0 0 0 0;
	padding: 0.5em;
	color: #FFF;
	background: #36939B; 
}
.boxes h2 a:link { 
	color: #FFF; 
	text-decoration: none;
}
.boxes h2 a:visited { 
	color: #FFF;
	text-decoration: none;
}
.boxes h2 a:hover { 
	color: #FFF;
	text-decoration: underline;
}
.boxes h2 a:active { 
	color: #FFF;
	text-decoration: none;
}
.boxes h2 a img{
	float:right;
	height:20px;
	width:20px;	
}
.boxes h2 a span.bText{
	float:left;
}
.boxes img {  border: 0px solid #fff; text-align: center; width: 190px; height: 75px;}
/* FOOTER */
#footer { 
	height: 130px;
	padding: 30px 40px 30px 25px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	color: #999;
} 

.footer-links {margin:20px 0 0 0; padding:0; text-align:center; font-size:11px; line-height:16px; font-family:85% Arial,Helvetica,sans-serif}
#footer p {
	font: 85% Arial, Helvetica, sans-serif;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footercolourbar {
	height: 5px; 
	width: 900px;
	background: #36939B;
	font-size: 1px;
}
#footercontact {
	float: right; 
	width: 550px; 
}
#footercontact p {
	font: 100% Arial, Helvetica, sans-serif;
	text-align: right; 
	color: #003366;
	margin-top: 0px;
}
#footercontact h1 {
	font: 140% Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: right; 
	color: #003366;
	margin: 0px;
}
/* Misc */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* FORM */
#contactform {
	color: #333;
	margin: 0px 0px 15px 0px;
	width: 350px;
	line-height: 1.5;
}
#contactform .textbox {
	background: #EAEAEA;
	border: 0px solid #666;
	font-size: 13px;
	color: #333;
	height: 18px;
}
#contactform .popup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
.error-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 350px;
	margin: 0 auto 20px auto;
	padding: 7px;
	background-color: #EAEAEA;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	color: red;
	font-weight: bold;
	text-align: left;
}
.error-box h4 {
	display: block;
	margin: 0;
	font-size: 16px;
	color: #333333;
}
/* GALLERY */
#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, #prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink, #nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{ font: 12px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.6em; overflow: auto; width: 100%	; }
#imageData{	padding:0 10px; color: #003366; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-size: 14px;	}
#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; }
.clearer {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
}

