body {
	background: #FFF;
	margin:0;
	padding:0;
	font:0.9em Arial,sans-serif;
	background: url('./images/bkg.png') no-repeat;
	background-position: top center;
	}
	
img {border:0;}
	
div#container, div#footer {
	width:845px;
	padding:0 50px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	margin-top:30px;
	}

div#footer {
	text-align: center;
	font-size:0.7em;
	padding-bottom:20px;
	clear:both;
	}
	
p, ul {
	color:#666;
	line-height:1.3em;
	clear:both;
	padding: 10px;
	}
	
div.hidden {display:none;}

iframe {
	float:left;
	padding-top:30px;
	}
	
p.banner {
	background-color: #97ab57;
	color:#F1F1F1;
	padding:21px;
	text-align: center;
	font-size:1.1em;
	border-bottom:2px solid #ccc;
	margin-bottom:0;
	}
	
p.banner a {
	color: #FFF;
	border-bottom:2px solid #F9F9F9;
	}
	
a {
	color:#444;
	border-bottom:2px solid #444;
	text-decoration:none;
	}
	
a:hover {
	border-bottom:2px solid #999;
	}
	
strong {
	text-transform: uppercase;
	}
	
ul {
	list-style: circle;
	}
	
h1 {
	border-bottom:3px dashed #eee;
	color:#97ab57;
	padding-left:10px;
	padding-top:20px;
	}

	
/*front images*/

div.logo {
	background: url('') no-repeat;
	width:300px;
	height: 267px;
	float:left;
	margin-left:60px;
	padding-bottom:40px;
	}

div.left {
	width:100%;
	float:left;
	height:auto;
	display:block;
	border-bottom:3px dashed #eee;
	padding-top:20px;
	}
	
div.left p, div.left ul {
	padding-left:330px;
	font-size:0.8em;
	color:#666;
	clear:none;
	}

div#chroma2, div#acrylic, div#molten, div#acrylic1 {
	background-image: url('');
	width:300px;
	height:119px;
	float:left;
	}
	
div#acrylic {
	background-image: url('');
	height:113px;
	}
	
div#molten {
	background-image: url('');
	height:105px;
	}
	
div#acrylic1 {
	background: url('') no-repeat;
	width:100%;
	height:336px;
	background-position: top center;}
	
div#chroma {
	background: url('') no-repeat;
	width:100%;
	height:277px;
	background-position: top center;
	}
	
	
/*columns*/

div#column {
	float:left;
	height:auto;
	width:48%;
	}
	
div#column h1 {
	font-size:0.9em;
	}
	
/*tables*/

table {
	float:right;
	width:300px;
	padding-right:25px;
	padding-top:50px;
	}
	
table tr td {
	border: 1px solid #97ab57;
	padding:5px 0 5px 5px;
	}
	
table tr td.contact {
	text-align:center;
	padding:10px 0;
	}
	
/*Seperators

div.seperator {
	width:100%;
	display:block;
	height:50px;
	background-color: #f6f6f6;
	float:left;
	margin:10px 0;
	}*/
	
/*gallerific*/
div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 845px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 277px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 845px;
	height: 277px; /* This should be set to be at least the height of the largest image in the slideshow */
}

div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 845px;
	height: 277px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: top;
}
div.download {
	float: right;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;

}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	padding-bottom:20px;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
a.thumb {
	padding:0;
	display: block;
	border: 0;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}


div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

