@charset "utf-8";
/* CSS Document */

/******************************/
/*     Content Containers     */
/******************************/
#layer-1 {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	overflow: hidden;
	background-image: url(../images/bg-canvas.jpg);
	background-repeat: repeat;	/*background-color: #C8C0B7;*/
	visibility: hidden;
}
#container {
	display: block;
	height: 630px;
	width: 733px;
	background-color: #FFF;
	background-image: url(../images/ck-bg.gif);
	background-repeat: no-repeat;
	border: 1px solid #604b32;
	position: relative;
	overflow: hidden;
}
#container-main {
	display: inline;
	height: 422px;
	width: 658px;
	margin: 15px 40px 0px 35px;
	float: left;
	overflow: hidden;
}
#container-links {
	display: block;
	width: 691px;
	margin: 140px 40px 0px 0px;
	float: left;
}
#container-thumbs {
	width: 186px;
	display: inline;
	margin: 0px 35px 0px 0px;
	float: left;
}
#container-pagenav {
	width: 186px;
	display: inline;
	margin: 0px 35px 0px 0px;
	float: left;
}
#container-largeimage {
	width: 435px;
	height: 415px;
	display: block;
	margin: 5px 0px 0px 0px;
	border: 1px solid #604b32;
	float: right;
}
#container-footer {
	margin: 8px 8px 8px 8px;
	display: block;
	text-align: right;
}

/*******************************/
/*    Thumbnail class items    */
/*******************************/
.thumbnail {
	width: 50px;
	margin: 5px;
	float: left;
	display: inline;
	height: 50px;
	border: 1px solid #33281c;
	cursor: pointer;
}

/**********************************/
/*    Contact page class items    */
/**********************************/
.contact {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #604b32;
	text-align: left;
	margin: 40px 0px 0px 33px;
}
.contact h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 3px;
}
.contact h2 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
}
.contact p {
	margin-top: 24px;
}
.contact a {
	color: #604b32;
	text-decoration: none;
}
.contact a:visited {
}
.contact a:active {
	color: #97ab74;
}
.contact a:hover {
	color: #97ab74;
}

/*************************************/
/*    Page Navigation class items    */
/*************************************/
.pagenav {
	margin: 16px 5px 0px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #604b32;
	display: inline;
}
.pagenav a {
	color: #604B32;
	text-decoration: none;
}
.pagenav a:visited {
}
.pagenav a:active {
	color: #97ab74;
}
.pagenav a:hover {
	color: #97ab74;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}

/****************************/
/*    Footer class items    */
/****************************/
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #604B32;
}
.footer a {
	color: #604B32;
	text-decoration: none;
}
.footer a:visited {
}
.footer a:active {
	text-decoration: underline;
}
.footer a:hover {
	text-decoration: underline;
}

/**************************/
/*    Link class items    */
/**************************/
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #604B32;
	margin-left: 44px;
	display: inline;
	float: right;
}
.link a {
	color: #604B32;
	text-decoration: none;
}
.link a:visited {
}
.link a:active {
	color: #97ab74;
}
.link a:hover {
	color: #97ab74;
}

/*********************************/
/*    Active Link class items    */
/*********************************/
.link-active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #97ab74;
	margin-left: 44px;
	display: inline;
	float: right;
}
.link-active a {
	color: #97ab74;
	text-decoration: none;
}
.link-active a:visited {
}
.link-active a:active {
	color: #97ab74;
}
.link-active a:hover {
	color: #97ab74;
}

/*************************************/
/*    General image link tag item    */
/*************************************/
a img {
	border: none;
}
body {
	visibility: hidden;
}