@charset "utf-8";

body {
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #000000;
}
#indexPage #navigation .home a {
	background: url(../images/navigation.gif) no-repeat 0 -15px;
	color: #FFFFFF;
}
#interiorSignsPage #navigation .interior a {
	background: url(../images/navigation.gif) no-repeat -40px -15px;
	color: #FFFFFF;
}
#exteriorSignsPage #navigation .exterior a {
	background: url(../images/navigation.gif) no-repeat -124px -15px;
	color: #FFFFFF;
}
#digitalPrintPage #navigation .digital a {
	background: url(../images/navigation.gif) no-repeat -210px -15px;
	color: #FFFFFF;
}
#vehicleGraphicsPage #navigation .vehicle a {
	background: url(../images/navigation.gif) no-repeat -283px -15px;
	color: #FFFFFF;
}
#profilePage #navigation .profile a {
	background: url(../images/navigation.gif) no-repeat -385px -15px;
	color: #FFFFFF;
}
#clientsPage #navigation .clients a {
	background: url(../images/navigation.gif) no-repeat -430px -15px;
	color: #FFFFFF;
}
#contactPage #navigation .contact a {
	background: url(../images/navigation.gif) no-repeat -476px -15px;
	color: #FFFFFF;
}
#wrapper {
	height: 538px;
	width: 938px;
	border: 1px solid #f7941d;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/wrapper.gif);
	background-repeat: no-repeat;
}
#lightbox{
	position: absolute;
	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/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/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;
	}

#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

#top {
	float: left;
	height: 80px;
	width: 926px;
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	background-color: #EAEAEA;
	margin-top: 6px;
	margin-left: 6px;
	display: inline;
}
#navigation {
	float: right;
	height: 16px;
	width: 525px;
	margin-right: 1px;
	margin-top: 62px;
}

/** www.webdesignerforum.co.uk CSS Rollover Tutorial by Ben Scott **/

#navigation ul {
	width: 525px;
	height: 16px;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	background-image: url(../images/navigation.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#navigation li {
	display: inline;
}
#navigation li a:link, #navigation li a:visited {
	border: none;
	height: 15px; /** height of the button in active state **/
	display: block;
	position: absolute;
	top: 0;
	outline: none;
	font-weight: bold;
	color: #707070;
}
#navigation li.home a:link, #navigation li.home a:visited {
	width: 40px;
	left: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-top: 1px;
}
#navigation li.interior a:link, #navigation li.interior a:visited {
	width: 84px;
	left: 40px  /** how many px left of the first button i.e blue **/;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	padding-top: 1px;
}
#navigation li.exterior a:link, #navigation li.exterior a:visited {
	width: 86px;
	left: 124px  /** how many px left of the first button i.e blue **/;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	padding-top: 1px;
}
#navigation li.digital a:link, #navigation li.digital a:visited {
	width: 73px;
	left: 210px  /** how many px left of the first button i.e blue **/;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	padding-top: 1px;
}
#navigation li.vehicle a:link, #navigation li.vehicle a:visited {
	width: 102px;
	left: 283px  /** how many px left of the first button i.e blue **/;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	padding-top: 1px;
}
#navigation li.profile a:link, #navigation li.profile a:visited {
	width: 45px;
	left: 385px  /** how many px left of the first button i.e blue **/;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	padding-top: 1px;
}
#navigation li.clients a:link, #navigation li.clients a:visited {
	width: 46px;
	left: 430px  /** how many px left of the first button i.e blue **/;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	padding-top: 1px;
}
#navigation li.contact a:link, #navigation li.contact a:visited {
	width: 49px;
	left: 476px  /** how many px left of the first button i.e blue **/;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	padding-top: 1px;
}
#navigation li.home a:hover {
	background: url(../images/navigation.gif) no-repeat 0 -15px;
	color: #FFFFFF;
}
#navigation li.interior a:hover {
	background: url(../images/navigation.gif) no-repeat -40px -15px; /** moves image up 30px and right 80px showing the rollover states **/
	color: #FFFFFF;
}
#navigation li.exterior a:hover {
	background: url(../images/navigation.gif) no-repeat -124px -15px;
	color: #FFFFFF;
}
#navigation li.digital a:hover {
	background: url(../images/navigation.gif) no-repeat -210px -15px;
	color: #FFFFFF;
}
#navigation li.vehicle a:hover {
	background: url(../images/navigation.gif) no-repeat -283px -15px;
	color: #FFFFFF;
}
#navigation li.profile a:hover {
	background: url(../images/navigation.gif) no-repeat -385px -15px;
	color: #FFFFFF;
}
#navigation li.clients a:hover {
	background: url(../images/navigation.gif) no-repeat -430px -15px;
	color: #FFFFFF;
}
#navigation li.contact a:hover {
	background: url(../images/navigation.gif) no-repeat -476px -15px;
	color: #FFFFFF;
}
#content {
	float: left;
	height: 393px;
	width: 916px;
	margin-left: 6px;
	background-color: #FFFFFF;
	margin-top: 0px;
	background-image: url(../images/contenthome.gif);
	background-repeat: no-repeat;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 10px;
}
#content  h1 {
	font-size: 16px;
	margin-top: 10px;
}
#content p {
	margin: 0;
	margin-bottom: 10px;
}
#content a {
	font-weight: bold;
	text-decoration: none;
	color: #676767;
}
#content a:hover {
	color: #F7941D;
}
#contentInterior {
	float: left;
	height: 393px;
	width: 916px;
	margin-left: 6px;
	background-color: #FFFFFF;
	margin-top: 0px;
	background-image: url(../images/contentinterior.gif);
	background-repeat: no-repeat;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 10px;
}
#contentInterior h1 {
	font-size: 16px;
	margin-top: 10px;
}
#contentInterior p {
	margin: 0;
	margin-bottom: 10px;
}
#contentInterior a {
	font-weight: bold;
	text-decoration: none;
	color: #676767;
}
#contentInterior a:hover {
	color: #F7941D;
}
#contentExterior {
	float: left;
	height: 393px;
	width: 916px;
	margin-left: 6px;
	background-color: #FFFFFF;
	margin-top: 0px;
	background-image: url(../images/content.gif);
	background-repeat: no-repeat;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 10px;
}
#contentExterior h1 {
	font-size: 16px;
	margin-top: 10px;
}
#contentExterior p {
	margin: 0;
	margin-bottom: 10px;
}
#contentExterior a {
	font-weight: bold;
	text-decoration: none;
	color: #676767;
}
#contentExterior a:hover {
	color: #F7941D;
}
#contentDigital {
	float: left;
	height: 393px;
	width: 916px;
	margin-left: 6px;
	background-color: #FFFFFF;
	margin-top: 0px;
	background-image: url(../images/contentdigital.gif);
	background-repeat: no-repeat;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 10px;
}
#contentDigital h1 {
	font-size: 16px;
	margin-top: 10px;
}
#contentDigital p {
	margin: 0;
	margin-bottom: 10px;
}
#contentDigital a {
	font-weight: bold;
	text-decoration: none;
	color: #CF7507;
}
#contentDigital a:hover {
	color: #F7941D;
}
#contentVehicle {
	float: left;
	height: 393px;
	width: 916px;
	margin-left: 6px;
	background-color: #FFFFFF;
	margin-top: 0px;
	background-image: url(../images/contentvehicle.gif);
	background-repeat: no-repeat;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 10px;
}
#contentVehicle h1 {
	font-size: 16px;
	margin-top: 10px;
}
#contentVehicle p {
	margin: 0;
	margin-bottom: 10px;
}
#contentVehicle a {
	font-weight: bold;
	text-decoration: none;
	color: #CF7507;
}
#contentVehicle a:hover {
	color: #F7941D;
}
#contentProfile {
	float: left;
	height: 393px;
	width: 916px;
	margin-left: 6px;
	background-color: #FFFFFF;
	margin-top: 0px;
	background-image: url(../images/contentclient.gif);
	background-repeat: no-repeat;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 10px;
}
#contentProfile h1 {
	font-size: 16px;
	margin-top: 10px;
}
#contentProfile p {
	margin: 0;
	margin-bottom: 10px;
}
#contentProfile a {
	font-weight: bold;
	text-decoration: none;
	color: #CF7507;
}
#contentProfile a:hover {
	color: #F7941D;
}
#contentScrollable {
	overflow: auto;
	height: 336px;
}
#insets {
	float: left;
	height: 150px;
	width: 512px;
	margin-top: 5px;
}
#insets img {
	margin-right: 18px;
}



#footer {
	float: left;
	height: 52px;
	width: 926px;
	margin-left: 6px;
	margin-top: 1px;
	background-color: #999999;
	display: inline;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
}
#phone {
	float: left;
	height: 34px;
	width: 176px;
	margin-top: 2px;
	margin-left: 10px;
	background-image: url(../images/phone.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #676767;
	padding-top: 5px;
	padding-left: 50px;
	display: inline;
}
#email {
	float: left;
	height: 35px;
	width: 245px;
	margin-top: 2px;
	margin-left: 0px;
	background-image: url(../images/email.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #676767;
	padding-top: 4px;
	padding-left: 50px;
	display: inline;
}
#email a {
	color: #676767;
	font-weight: bold;
	text-decoration: none;
}
#email a:hover {
	color: #F7941D;
}
#contentClients {
	float: left;
	height: 393px;
	width: 916px;
	margin-left: 6px;
	background-color: #FFFFFF;
	margin-top: 0px;
	background-image: url(../images/contentclient.gif);
	background-repeat: no-repeat;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 10px;
}
#contentClients h1 {
	font-size: 16px;
	margin-top: 10px;
}
#contentClients p {
	margin: 0;
	margin-bottom: 10px;
}
#contentClients a {
	font-weight: bold;
	text-decoration: none;
	color: #CF7507;
}
#contentClients a:hover {
	color: #F7941D;
}
.clientsCap {
	width: 645px;
	height: 92px;
	background-color: #00CC66;
}
.clientsImage {
	border: 1px solid #ffb400;
	margin: 0px;
}
.contactHr {
	margin-bottom: 15px;
	margin-top: 0px;
	_margin-bottom: 0px !important;
}
.contactSmallTitle {
	float: left;
	width: 100px;
	padding-left: 10px;
}
.contactTextArea {
	float: left;
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}
.contactTextAreaBig {
	float: left;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}
