@charset "UTF-8";
/* CSS Document */

body * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: none;
	border: none;
	font: 11px "Trebuchet MS", "Gill Sans", Geneva, Arial, Helvetica, sans-serif;
}
a:link {color: #996633; }
a:visited {color: #CC9966;}
a:hover {color: #CC6600;}
a:active {color: #CC6600;}

#gestalt {
	position: relative;
	width: 667px; /* (125 x 5 = 625) + border (2 x 5 = 10) + margin (5 x 6 = 30) + border (2) */
	margin: 25px auto;
}
#logo {
	width: 285px;
	height: 15px;
	padding: 5px 0;
}
/*
==============================
TOP NAV
==============================
*/
#nav {
	position: absolute;
	right: 0;
	top: 6px;
	height: 15px;
	color: #999;
}
#nav a, #footer a {
	font: 11px "Gill Sans", Geneva, Arial, Helvetica, sans-serif;
}

/*
==============================
MAINCONTENT
==============================
*/
#maincontent {
	border: 1px solid #DACFA5;
	position: relative;
	padding-bottom: 5px;
}
h1 {
	display: block;
	height: 25px;
	margin: 5px 5px 0 5px;
	background-color: #DACFA5;
	text-align: right;
}
h2 {
	background-color: #fff;
	text-transform: uppercase;
	color: #474451;
	vertical-align: bottom;
}
h2 span {
	display: block;
	width: 125px;
	text-align: center;
	position: absolute;
	top: 100px;
	left: 0;
	font-weight: bold;
	color: #fff;
}
#thumbs {
	overflow: hidden;
}
#thumbs p, #thumbs h2 {
	position: relative;
	width: 125px;
	height: 125px;
	margin: 5px 0 0 5px;
	border: 1px solid #DACFA5;
	text-align: center;
	float: left;
}
#thumbs p.wide {
	width: 257px;
}
#thumbs p img {
	margin: 0 auto;
	height: 100px;
}
.fini {
	background-color: #dddbcc;
}
/*
==============================
BOTTOM
==============================
*/
#footer {
	position: relative;
	margin-top: 5px;
	font: 9px/14px "Gill Sans", Geneva, Arial, Helvetica, sans-serif;
	color: #999;
}
#copyright {
	width: 40%;
}
#nav2 {
	position: absolute;
	right: 0;
	top: 0;
}

/*
==============================
FINISES
==============================
*/
#finishesBlurb {
	padding: 20px 50px;
	font: 12px/16px "Trebuchet MS", "Gill Sans", Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
}
#finishesBlurb p {
	margin: 1em 0;
}
#finishes h2 span {
	top: 90px;
	color: #666;
}
#finishes #thumbs p, #finishes #thumbs h2 {
	height: 105px;
	padding-top: 5px;
}
#finishes #thumbs p img {
	display: block;
	margin: 5px auto;
	height: 75px;
	
}
#bigSample {
	overflow: auto;
	padding-bottom: 10px;
}
#bigSample div {
	margin: 5px 0 0 5px;
	width: 325px;
	float: left;
}

/*
==============================
ABOUT
==============================
*/
.about {
	position: relative;
	margin: 5px;
	padding-left: 267px;
	padding-top: 60px;
	padding-right: 20px;
	height: 242px;
	color: #666666;
}
#partners {
	position: absolute;
	left: 5px;
	top: 35px;
	border: 1px solid #DACFA5;
}
.about * {
	font: 12px/16px "Trebuchet MS", "Gill Sans", Geneva, Arial, Helvetica, sans-serif;
}
.about p {
	margin-bottom: 1em;
}

/*
==============================
VIGNETTES
==============================
*/
#vignettes {
	margin: 5px 5px 0 5px;
	height: 520px;
}
#vignettes img {
	width: 655px;
	height: 520px;
}
#vignettes div {
	position: absolute;
	z-index: 0;
}
#vignettes div.previous {
	z-index: 1;
}
#vignettes div.current {
	z-index: 2;
}



