<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Styling for main HTML elements */

* {
	margin: 0 auto;
	padding: 0;
}

html {
  margin: 0 auto;
	padding: 0;
	min-height: 100%; /* forces scroll bar in Firefox */
	margin-bottom: 1px; /* forces scroll bar in Firefox */
}

body {
	margin: 0 auto;
	text-align: left;
	background-color: #cccccc;
	}

/* Styling for containers &amp; DIV's */

#wrapper {
  background:#cccccc url(images/grey_bg.jpg) left top repeat-x;
  width: 1000px;
  overflow: auto;
  padding-left: 20px;
  padding-top: 12px;
	}

#banner {
	width: 930px;
	height: 150px;
	margin-left: 0px;
	margin-top: 10px;
	background:  url(images/banner.jpg);
}

#nav_wrap {
	width: 930px;
	height: 30px;
	margin-left: 0px;
	margin-top: 5px;
	background:  url(images/nav_bg.jpg);
}

#content {
	width: 930px;
	overflow: auto;
	margin-top: 5px;
	margin-left: 0px;
	background-color: #ffffff;
}

#home_left {
	width: 543px;
	overflow: auto;
	float: left;
	padding-left: 10px;
	margin-top: 5px;
	background-color: #ffffff;
}

#home_right {
	width: 377px;
  overflow: auto;
	float: left;
	margin-top: 35px;
	background-color: #ffffff;
}

#swish {
  width: 930px;
  height: 100px;
  float: left;
  background:  #ffffff url(images/swish.jpg) left bottom no-repeat;
  }

#home_base_wrap {
	width: 930px;
  overflow: auto;
	background-color: #ffffff;
	padding-top: 10px;
}

#home_base_left {
	width: 332px;
  overflow: auto;
	float: left;
	margin: 0px 35px 20px 20px;
	background-color: #ffffff;
	border: 1px solid #666;
}

#test_wrap {
	width: 870px;
  overflow: auto;
	margin: 20px 30px 20px 30px;
	background-color: #ffffff;
	border: 1px solid #666;
}

#test_left {
	width: 430px;
  overflow: auto;
  float: left;
	background-color: #ffffff;
}

#test_right {
	width: 430px;
  overflow: auto;
  float: right;
	background-color: #ffffff;
}

.column_left {
	width: 300px;
  overflow: auto;
  padding-left: 70px;
  padding-top: 20px;
  float: left;
	background-color: #ffffff;
}

.column_right {
	width: 500px;
  overflow: auto;
  float: left;
  padding-top: 10px;
	background-color: #ffffff;
}

#portfolio_wrap {
  overflow: auto;
	margin: 20px 30px 20px 30px;
	background-color: #ffffff;
	border: 1px solid #666;
	padding-left: 24px;
}

.port_thumb {

width: 260px;
height: 200px;
background:  url(images/port_thumb_bg.jpg) no-repeat;
float: left;
padding-left: 18px;
padding-top: 16px;
}

.port_thumb_red {

width: 260px;
height: 200px;
background:  url(images/port_thumb_red_bg.jpg) no-repeat;
float: left;
padding-left: 18px;
padding-top: 16px;
}

#contact_left {
	width: 435px;
  overflow: auto;
  float: left;
	background-color: #ffffff;
}

#contact_right {
	width: 435px;
  overflow: auto;
  float: right;
	background-color: #ffffff;
}

.testimonial_text {
  width: 332px;
  overflow: auto;
  margin: 0 auto;
  }

.testimonial_para {
  width: 405px;
  float: left;
  padding-left: 20px;
  overflow: auto;
  margin: 0 auto;
  }
  
#contact_wrap {
	width: 840px;
	padding-left: 30px;
  overflow: auto;
	margin: 20px 30px 20px 30px;
	background-color: #ffffff;
	border: 1px solid #666;
}

#contact_left {
	width: 420px;
	float: left;
  overflow: auto;
	background-color: #ffffff;
}

#contact_right {
	width: 420px;
	float: right;
  overflow: auto;
	background-color: #ffffff;
}

#footer {
  width: 930px;
  height: 30px;
  float: left;
  background-color: #ffffff;
  background-image: url(images/footer_bg.jpg);
  background-repeat: repeat-x;
  margin-top: 5px;
}

#footerleft{
	text-align: left;
	float: left;
	width: 225px;
		}

#footercenter {
float: left;
margin: 0 auto;
width: 480px;
}

#footerright{
	text-align: left;
	float: right;
	width: 225px;
		} 

p.home_grey {
	font-family: "Tahoma";
	font-size: 14px;
	color: #666666;
	padding: 10px 20px 10px 10px;
	line-height: 18px;
	text-align: justify;
		}

p.testimonial {
	font-family: "Tahoma";
	font-size: 14px;
	color: #666666;
	padding: 10px 20px 5px 10px;
	line-height: 18px;
	text-align: justify;
		}

p.footer {
	font-family: "Tahoma";
	font-size: 12px;
	color: #ffffff;
	padding: 7px;
	text-align: left;
		}

p.form{
	font-family: "Tahoma";
	font-size: 12px;
	color: #666666;
	padding: 5px;
	text-align: left;
	margin-left: 10px;
	line-height: 20px;
	}

h1 {
	font-family: "Tahoma";
	font-size: 16px;
	color: #666666;
	padding: 10px;
		}

h2 {
	font-family: "Tahoma";
	font-size: 14px;
	color: #666666;
	padding: 10px;
		}


/* Styling for links */

a:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
		}

a:visited {
  color: #ffffff;
	font-weight: bold;
	text-decoration: none;
		}

a:active {
	text-decoration: none
		}

a:hover {
	color: #cccccc;
	text-decoration: none;
		}

a.more:link {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
		}

a.more:visited {
  color: #666666;
	font-weight: bold;
	text-decoration: none;
		}

a.more:active {
	text-decoration: none
		}

a.more:hover {
	color: #cccccc;
	text-decoration: none;
		}

a.hidden{display:none;}

		
/* Styling for form layout */

#estimator label, #estimator input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

textarea {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}


label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	}

br {
	clear: left;
}

/* End of styling for form layout */



fieldset {
border: 0;
}

ul#navbar {
  padding-top:5px;
  list-style-type:none;
  height:30px;
  }

ul#navbar li {
  display: inline;
  color:#ffffff;
  padding-top: 3px;
  }
  
ul#navbar li a {
  display:inline;
  padding:5px 14px 5px;
  font: 14px "Tahoma";
  font-weight: bold;
  text-decoration:none;
  color:#ffffff;
  letter-spacing: 0.0em;
  }

ul#navbar li a:hover {
  background-image: url(images/transparentnav.png);
  background-repeat: repeat-x;
  }

#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&gt;#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/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; 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; }



</pre></body></html>