body {
	font-family: Georgia, serif,  "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #7a776b;
	background-color: #f2efe6;
	line-height: 200%;
}
#content hr {
	margin-top: 20px;
	margin-bottom: 20px;
}
#navigation {
	background-color: #e2dfd4;
	text-align: center;
	padding: 1px;
font-size: 12pt;
}

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 5px 10px; }

#navlist a:link, #navlist a:visited
{
	color: #7a776b;
	background-color: #e2dfd4;
	text-decoration: none;
}

#navlist a:hover
{
	color: #F4F2EB;
	background-color: #7a776b;
	text-decoration: none;
}
#headercontact {
	width: 350px;
	height: 50;
	position: absolute;
	right: 0px;
	bottom: 10px;
	text-align: right;
	font-size: medium;
	font-weight: lighter;
	color: #ADAA9E;
}
h1 {
	font-size: 24pt;
	font-weight: lighter;
	color: #959283;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2 {
	font-size: 20pt;
	font-weight: lighter;
	color: #959283;
	margin-bottom: 10px;
}
h3 {
	font-size: 14pt;
	font-weight: lighter;
	color: #959283;
}
#header {
	height: 114px;
	width: 900px;
	position: relative;
}
#content a:link {
	color: #85776B;
}
#content a:visited {
	color: #85776B;
}
#content a:hover {
	color: #F4F2EB;
	background-color: #85776B;
}
#content a:active {
	color: #85776B;
}
#mainimage {
	border: 10px solid #E7E5DD;
	clear: both;
	position: relative;
}
#headercontact a {
	color: #7E7B74;
	text-decoration: none;
}
#footer {
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 10pt;
	text-align: center;
}
#footer a {
	color: #AEAB9F;
	text-decoration: none;
}
#footer a:hover {
	color: #6A6959;
}
.smallprint {
	font-size: x-small;
}
hr {
	border: 0;
	color: #959283;
	background-color: #959283;
	height: 1px;
}




/* Class for the "fancy_parent" function 
 * It gives a thick 1px grey border around image
*/
.link img { 
	border: 1px solid #999; 
	outline:none;
	padding:5px;
	margin:5px;
}

.link img:hover {
	border:1px solid #ccc;
}

/* Class for single image listing (fancy function) 
 * It gives a grey 1px border around image
*/
.photo { 
	padding: 5px; 
	margin: 5px; 
	border: 1px solid #999; 
	display: block; 
	float: left; 
}
.mainimage {
	border: 20px solid #959283;
}

.subimage {
	border: 10px solid #959283;
}

.photo:hover	{ border-color: #ccc; }




/*
This section is for the top slide panel
*/
#panel {
	height: 200px;
	display: none;
	background-color: #BBB9AE;
}
.slide {
	margin: 0;
	padding: 0;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #706E67;
}
.btn-slide {
	text-align: center;
	width: 130px;
	height: 31px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 100%;
	font-weight: bold;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #ADAA9E;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	border: 4px solid #83817B;
}
.active {
	background-position: right 12px;
}
#share {
	clear: both;
	float: right;
	height: 83px;
	width: 467px;
	background-image: url(../../../sharebox/sharebg.png);
	position: relative;
}
#share #icons {
	position: absolute;
	bottom: 0px;
	height: 35px;
	right: 55px;
	width: 200px;
	text-align: right;
}
.gallerythumb {
	margin: 5px;
	height: 210px;
	width: 210px;
	background-color: #F00;
}

