@charset "utf-8";

body {
	font: 13px Candara, Verdana, Arial, Helvetica, sans-serif;
	background: #E2E2E2 url(images/bg.jpg) repeat-x;
	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: #333;
	line-height: 22px;
}
.oneColFixCtrHdr #container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 127px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #footer {
	height: 240px;
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #fff;
	background-color: #333;
	clear:both;
}

.oneColFixCtrHdr #innerfooter {
		width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
	

#contactdetails {
	float:right;
	background-color: #83181C;
	border: 1px dashed #333333;
	color: #fff;
	width: 264px;
	font-size: 12px;
	padding: 5px;
	text-align:center;
}

#contactdetails a:link {
	color: #fff;
	text-decoration: none;
	}

#contactdetails a:visited {
	color: #fff;
	text-decoration: none;
	}

#contactdetails a:hover {
	color: #fff;
	text-decoration: underline;
	}

#contactdetails a:active {
	color: #fff;
	text-decoration: none;
	}

.logo {
padding: 20px 0 0 0;
width: 338px;
float:left;
}

#header ul {
padding: 25px 0 0 0;
margin: 0;
color: #fff;
float:right;
font-size: 15px;
text-transform:uppercase;
}

#header li {
	display: inline;
	}

.home {
	background: url(images/topnavdivider.jpg) right center no-repeat;
	padding-right: 30px;
	}

.services {
	background: url(images/topnavdivider.jpg) right center no-repeat;
	padding-right: 30px;
	}

.portfolio {
	background: url(images/topnavdivider.jpg) right center no-repeat;
	padding-right: 30px;
	}

.testimonials {
	background: url(images/topnavdivider.jpg) right center no-repeat;
	padding-right: 30px;
	}

#header li a:link {
	color: #fff;
	text-decoration:none;
	}

#header li a:visited {
	color: #fff;
	text-decoration:none;
	}

#header li a:hover {
	color: #fff;
	text-decoration:underline;
	}

#header li a:active {
	color: #fff;
	text-decoration:none;
	}

h1 {
	padding: 12px 0 12px 20px;
	margin: 20px 0 0 0;
	font-size: 26px;
	text-transform:uppercase;
	color: #fff;
	background: #39020D url(images/h1bg.jpg) repeat-x;
	}

h2 {
	padding-top: 20px;
	font-size: 26px;
	text-transform:uppercase;
	color: #333333;
}

h3 {
	font-size: 20px;
	text-transform:uppercase;
	color: #666;
}

.red {
	color: #9E191F;}

.textlarge {
	font-size: 24px;
	color: #333333;
		line-height: 30px;
	}

.screens {
	float:left;
	margin: 20px;
	clear:left;
	}

.homeintro {
	float:right;
	width: 470px;}

.contentbottom {
	clear: both;}

.listheading {
	color: #9E191F;
	text-transform:uppercase;
	font-size: 16px;
	font-weight:bold;}

#whyuseus {
	padding: 0 0 10px 0;
	}

#whyuseus li {
	list-style-type: none;
	padding-bottom: 10px;
}

#footerform {
	width: 650px;
}

#footercontact {
	float:right;
	width: 250px;
	text-align:right;
	font-size: 16px;
}

#innerfooter a:link{
	color: #fff;}

#innerfooter a:visited{
	color: #fff;}

#innerfooter a:hover{
	color: #fff;
	text-decoration:none;}

#innerfooter a:active{
	color: #fff;}

#footercontact li{
		list-style-type:none;
		padding-right: 40px;
		padding-bottom: 10px;
	}

.email {
	background: url(images/email.png) right top no-repeat;}
	
.address {
	background: url(images/address.png) right top no-repeat;}
	
.tel {
	background: url(images/tel.png) right top no-repeat;}
	
.footerh3 {
	text-transform: uppercase;
	font-size: 26px;
	padding: 10px 0 0 0;}
	
	
	

#portfolio {
padding:0;
margin:0;
}

#portfolio li {
	float:left;
	list-style-type:none;
	margin-right: 20px;
	height: 250px;}

#portfolio img {
	padding: 5px;
	border: 1px solid #ccc;}


.projecttitle {
	font-size: 14px;
	color: #9E191F;
	font-weight: bold;}


/* ----------------------------Form--------------------------------------------------------------------------------- */


fieldset {
border: 1px solid #fff;
width: 400px;
}

legend {
font-weight: bold;
color: #990000;
}

textarea {
width: 400px;
height: 100px;
background-color: #E8E8E8;
border: 1px solid #ccc;
}

form p label {
float:left;
width: 30%;
text-transform:uppercase;
}

form input {
width: 400px;
height: 25px;
background-color: #E8E8E8;
border: 1px solid #ccc;
}

form p {
clear:left;
margin: 0;
padding: 0;
padding-top: 5px;
}


#contactinformation {
	float: right;
	width: 350px;
	height: 200px;
	padding:0;
	margin:0;
	}

#contactinformation ul{
	padding: 0;
	margin: 0;}
	
#contactinformation li{
	list-style-type:none;}


.divider {
	background: url('images/divider2.png') repeat-x;
	height: 39px;
	margin: 1.5em 0;
}

.landline {
	background: url(images/landline.jpg) no-repeat;
		font-size: 24px;
	color: #333333;
	padding-left: 90px;
	line-height: 70px;}

.mobile {
	background: url(images/mobile.jpg) no-repeat;
		font-size: 24px;
	color: #333333;
	padding-left: 90px;
	line-height: 70px;}

.email2 {
	background: url(images/email.jpg) no-repeat;
		font-size: 24px;
	color: #333333;
	padding-left: 90px;
	line-height: 70px;}

a:link {
	color: #9E191F;}

a:visited {
	color: #9E191F; }

a:hover {
	color: #000;
	text-decoration:none;}

a:active {
	color: #9E191F; }

.largeprojectimage {
	float:right;
	margin: 0 0 20px 20px;
	padding:5px;
	border: 1px solid #ccc;}



.viewsite a:link {
		display:block;
	text-align:center;
	background: url(images/h1bg.jpg) repeat-x;
	width: 400px;
	height: 34px;
		font-size: 26px;
	text-transform:uppercase;
	text-transform:bold;
	padding-top:5px;
	color: #fff;
	}

.viewsite a:visited {
		display:block;
	text-align:center;
	background: url(images/h1bg.jpg) repeat-x;
	width: 400px;
	height: 34px;
		font-size: 26px;
	text-transform:uppercase;
	text-transform:bold;
	padding-top:5px;
	color: #fff;
	}

.viewsite a:hover {
	background-image:none;
		display:block;
	text-align:center;
	background-color:#000;
	width: 400px;
	height: 34px;
		font-size: 26px;
	text-transform:uppercase;
	text-transform:bold;
	padding-top:5px;
	color: #fff;
	}

.viewsite a:active {
		display:block;
	text-align:center;
	background: url(images/h1bg.jpg) repeat-x;
	width: 400px;
	height: 34px;
		font-size: 26px;
	text-transform:uppercase;
	text-transform:bold;
	padding-top:5px;
	color: #fff;
	}

.button a:link{
	background: url(images/h1bg.jpg) repeat-x;
	padding: 10px;
	color: #fff;
	float:right;
	height: 34px;
		font-size: 18px;
	text-transform:uppercase;
	text-decoration:none;}

.button a:visited{
	background: url(images/h1bg.jpg) repeat-x;
	padding: 10px;
	color: #fff;
		float:right;
			height: 34px;
		font-size: 18px;
	text-transform:uppercase;
		text-decoration:none;}

.button a:hover{
	background: url(images/h1bg.jpg) repeat-x;
	padding: 10px;
	color: #fff;
		float:right;
			height: 34px;
		font-size: 18x;
	text-transform:uppercase;
		text-decoration:none;}

.button a:active{
	background: url(images/h1bg.jpg) repeat-x;
	padding: 10px;
	color: #fff;
		float:right;
			height: 34px;
		font-size: 18px;
	text-transform:uppercase;
		text-decoration:none;}


.clear {
	clear:both;}
		
		





/* ----------------------------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; }
