/* CSS Document */
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p { 
    padding: 0; 
    margin: 0; 
}
a:link {
	color: #4A3A2A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #725941;
}
a:hover {
	text-decoration: underline;
	color: #725941;
}
a:active {
	text-decoration: underline;
	color: #4A3A2A;
}
h1 {
    font-family: Verdana;
	font-size: 18px;
	color: #4A3A2A;
	font-weight: normal;
}
h2 {
    font-family: Verdana;
	font-size: 16px;
	color: #4A3A2A;
	font-weight: bold;
}
div.title {
	text-align: center;
	border-bottom: solid 2px #D7C6BF;
	padding: 5px;
}
div.map {
    font-family: Verdana;
	font-size: 10px;
	color: #4A3A2A;
	font-weight: normal;
	text-align: left;
}
div.mapcentred {
    font-family: Verdana;
	font-size: 10px;
	color: #4A3A2A;
	font-weight: normal;
	text-align: center;
}
div.credit {
    font-family: Verdana;
	font-size: 9px;
	color: #4A3A2A;
	font-weight: normal;
	text-align: right;
}
div.text {
    font-family: Verdana;
	font-size: 12px;
	color: #4A3A2A;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	border-left: solid 1px #D7C6BF;
	border-right: solid 1px #D7C6BF;
	min-height: 550px;
}
div.textsmall {
    font-family: Verdana;
	font-size: 14px;
	color: #4A3A2A;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	border-left: solid 1px #D7C6BF;
	border-right: solid 1px #D7C6BF;
	min-height: 183px;
}
div.textsmallborderless {
    font-family: Verdana;
	font-size: 14px;
	color: #4A3A2A;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	min-height: 183px;
}
div.textsmallcentred {
    font-family: Verdana;
	font-size: 14px;
	color: #4A3A2A;
	font-weight: normal;
	text-align: center;
	padding: 10px;
	border-left: solid 1px #D7C6BF;
	border-right: solid 1px #D7C6BF;
	min-height: 183px;
}
div.textcentreborderless {
    font-family: Verdana;
	font-size: 12px;
	color: #4A3A2A;
	font-weight: normal;
	text-align: center;
	padding: 10px;
	min-height: 550px;
}
div.centreborderless {
    font-family: Verdana;
	font-size: 12px;
	color: #4A3A2A;
	font-weight: normal;
	text-align: center;
	padding: 10px;
}
div.textleftborderless {
    font-family: Verdana;
	font-size: 12px;
	color: #4A3A2A;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	min-height: 550px;
}
div.texthalfborder {
    font-family: Verdana;
	font-size: 12px;
	color: #4A3A2A;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	border-left: solid 1px #D7C6BF;
	min-height: 550px;
}
div.front {
    font-family: Verdana;
	font-size: 14px;
	color: #4A3A2A;
	font-weight: normal;
	text-align: center;
	padding: 10px;
	border-left: solid 1px #D7C6BF;
	border-right: solid 1px #D7C6BF;
	min-height: 550px;
}
div.frontsmall {
    font-family: Verdana;
	font-size: 14px;
	color: #4A3A2A;
	font-weight: normal;
	text-align: center;
	padding: 10px;
	border-left: solid 1px #D7C6BF;
	border-right: solid 1px #D7C6BF;
	min-height: 250px;
}
div.product {
    border: solid 1px #D7C6BF;
	background-color: #F3EDED;
	padding: 5px;
	width: 270px;
}
div.productsmall {
    border: solid 1px #D7C6BF;
	background-color: #F3EDED;
	padding: 5px;
	width: 170px;
}
div.gallery {
    border: solid 1px #D7C6BF;
	font-size: 12px;
	padding: 5px;
	width: 170px;
}
table.product {
    width: 100%;
    text-align: center;
	vertical-align: top;
}
table.product td{
	padding: 5px;
	vertical-align: top;
	text-align: center;
}
table.wood td{
    border-bottom: solid 1px #D7C6BF;
}
.styleonpage {
    font-family: Verdana;
	font-size: 16px;
	color: #D7C6BF;
	font-weight: normal;
}
#menu {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	top: 120px;
	padding: 5px;
	font-family: Verdana;
	font-size: 16px;
	color: #4A3A2A;
	font-weight: normal;
}
div.credit {
	font-size: 9px;
	text-align: right;
}