	
	body {
		margin:0;
		padding:0;
		background: #565148;
		text-align: center;
		font-family: Trebuchet, Trebuchet MS, Arial, Helvetica, sans-serif;
		}
		
	h1 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 24px;
		color: #e77816;
		font-weight: lighter;
		}
	
	h2 {
		color: #268db7;
		font-size: 14px;
		text-transform: uppercase;
		padding-left: 20px;
		}
		
	
	h3 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		color: #ff973c;
		font-weight: lighter;
		}
	
	a {
		color: #d5611b;
		text-decoration: underline;
		}
	
	a:hover {
		color: #d5611b;
		text-decoration: none;
		}
	
	#bg-wrapper {
		background: #fff9ee url(images/tile-background.gif) 0% 0% repeat-x;
		margin:0;
		padding:0;
		}
	
	#wrapper {
		text-align: left;
		margin:0 auto 0 auto;
		width: 800px;
		}
	
	#content {
		padding: 10px 35px 15px 35px;
		font-size: 14px;
		line-height: 22px;
		color: #333;
		}
	
	#banner {
		text-align: center;
		padding-top: 15px;
		}
	
	#blurb {
		margin-left: -18px;
		}
	
	#footer {
		background: url(images/tile-footer.gif) 0% 0% repeat-x;
		margin:0;
		padding:5px 0 15px 0;
		}
		
	#footer-primary {
		color: #ff973c;
		}
	
	#footer-primary a {
		color: #ff973c;
		text-decoration: underline;
		}
	
	#footer-primary a:hover {
		text-decoration: none;
		}
	
	#footer-secondary {
		color: #ccc;
		font-size: 12px;
		}
	
	#footer-secondary a {
		color: #ccc;
		text-decoration: underline;
		}
	
	#footer-secondary a:hover {
		text-decoration: none;
		}
		
	.hr-footer {
		background: url(images/hr-footer.gif) 50% 0% no-repeat;
		height: 2px;
		width: 100%;
		margin-top: 5px;
		margin-bottom:5px;
		}
	
	*html .hr-footer {
		background: url(images/hr-footer.gif) 50% 0% no-repeat;
		height: 2px;
		width: 100%;
		margin-bottom:-15px;
		}
	
	.hr-contact {
		background: url(images/hr-contact.gif) 50% 0% no-repeat;
		height: 2px;
		width: 100%;
		margin-top: 5px;
		margin-bottom:5px;
		}
	
	*html .hr-contact {
		background: url(images/hr-contact.gif) 50% 0% no-repeat;
		height: 2px;
		width: 100%;
		margin-bottom:-15px;
		}
	
	#copy {
		font-size: 11px;
		color: #b9af9f;
		}
	
	#content ol li {
		margin-bottom: 10px;
		}
	
	#content ul li {
		list-style-image:url(images/bullet-ul.gif);
		margin-bottom: 10px;
		}
	
	#col-1 {
		width:60%;
		float: left;
		padding-right: 15px;
		}
		
	#col-2 {
		width:30%;
		float: left;
		}
	
	#gallery {
		margin-left: -15px;
		width: 720px;
		}
		
	/************************** TOP NAVIGATION ********************************/
		
	#nav {
		float: right;
		width: 800px;
		font-size: 12px;
		text-align: left;
		list-style: none none;
		margin:0;
		}
	
	#nav li {
		padding: 0;
		float: left; 
		position: relative;
		display: block;
		}
	
	#nav li a {
		display: block;
		background-position: 0 0;
		background-repeat: no-repeat;
		text-decoration: none;
		height: 31px;
		}
	
	#nav li a:hover {
		background-position: 0 -31px;
		}
	
	#btn-services a:hover {
		background-position: 0 0;
		}
	
	#nav li a span {
		display: none;
		}
	
	#nav li ul {
		position:absolute;
		left:-999em;
		top:31px;
		background-color:#843413;
		border: 5px solid #d16119;
		padding:5px 0 5px 0;
		margin: 0;
		font-size: 12px;
		list-style: none;
		}
		
	#nav li ul li {
		clear:both;
		width: 210px;
		padding:0;
		margin: 0;
		}
	
	#nav li:hover ul,
	#nav li.sfhover ul {
		left:auto;
		}
	
	*html #nav li:hover ul,
	*html #nav li.sfhover ul {
		left: 0px;
		}
		
	#nav ul li a {
		color: #fff;
		text-decoration: none;
		display:block;
		padding: 1px 0 1px 20px;
		height: 22px;
		line-height: 22px;
		}
	
	#nav ul li a:hover{
		color:#fb7828;
		text-decoration: none;
		background: url(images/bullet-nav.gif) 5px 50% no-repeat;
		}
		
	#btn-home { background-image: url(images/btn-home.gif); width: 67px;}
	#btn-services { background-image: url(images/btn-services.gif); width: 89px;}
	#btn-design { background-image: url(images/btn-design.gif); width: 123px;}
	#btn-TEST { background-image: url(images/btn-TEST.jpg); width: 116px;}
	#btn-newsletters { background-image: url(images/btn-newsletters.jpg); width: 127px;}
	#btn-contact { background-image: url(images/btn-contact.gif); width: 86px;}
	#btn-show { background-image: url(images/btn-show.gif); width: 156px;}
	
	/*************************** LIGHTBOX **************************/
	
	#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/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;
		}
	#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 */
		}	
	
	/*************************** OTHER CLASSES **************************/
	
	.spacer {
		clear:both;
		}
	.small {
		font-size: 11px;
		}

	.hr {
		height: 10px;
		width: 100%;
		background: url(images/hr.gif) 0% 50% no-repeat;
		clear: both;
		}
	
	.col {
		float: left;
		padding: 0 5px 5px 5px;
		}
