* {
	font-family: "Segoe UI", Verdana, Arial;
	font-size: 11px;
	color: #5b4b3b;
	position: relative;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #131210;
}

a {
	color: #d26900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p, h1, h3, h5 {
	margin: 0;
	padding: 0;
}

h3, p {
	margin-bottom: 10px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
}

h5 {
	font-size: 12px;
	font-weight: bold;
}

div.inner {
	width: 950px;
	margin: 0 auto;
	height: 100%;
}

#content {
	width: 100%;	
}

#home-content {
	width: 100%;
	height: 400px;
	background-repeat: repeat-x;
	background-position: center center;
}

#header {
	border-top: 5px solid #5b4b3b;
	border-bottom: 5px solid #5b4b3b;
	height: 114px;
}

#logo {
	display: block;
	width: 130px;
	height: 66px;
	background-image: url("/images/logo.png");
	background-repeat: no-repeat;
	position: absolute;
	left: 22px;
	top: 22px;
}

#menu {	
	position: absolute;
	right: 6px;
	bottom: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	height: 35px;
}

#menu li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px solid #ad9c89;
	color: #ad9c89;
}

#menu li.selected {
	background-image: url("/images/menu-selected.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
}

#menu li.selected a, #menu li a:hover {
	color: #ffffff;
}

#menu li.last a {
	border: none;
	padding-right: 0;
}

#footer {
	border-top: 5px solid #5b4b3b;
}

#footer-left, #footer-right {
	margin-top: 16px;
}

#footer-left {
	float: left;
	margin-left: 22px;
}

#footer-right {
	float: right;
	color: #f0debd;
	font-size: 16px;
}

#title {
	height: 160px;
}

#title h1 {
	font-size: 20px;
	text-transform: uppercase;
	position: absolute;
	left: 450px;
	bottom: 10px;
}

#title div.inner {
	background-repeat: no-repeat;
	background-position: right 54px;
}

#main {
	height: 240px;
}

#main div.inner {
	background-repeat: no-repeat;
	background-position: right top;
}

#default-content {
	margin-left: 450px;
	padding-top: 20px;
	margin-right: 120px;
	z-index: 1;
}

#default-content, #default-content p {
	font-size: 12px;
}

#default-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#default-content li {
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 18px;
	background: url("/images/bullet.gif") left center no-repeat;
	padding-left: 10px;
}

#background {
	width: 100%;
	height: 400px;	
	position: absolute;
	left: 0;
	top: 0;
	background-image: url("/images/default-bg.gif");
	background-repeat: repeat-x;
	background-color: #f0debd;
}

#image {
	width: 9999px;
	height: 400px;
	background-repeat: repeat-x;
	background-position: right top;
	position: absolute;
	right: 556px;
	top: 0;
}

#gallery {
	width: 468px;
	height: 204px;
	position: absolute;
	left: 0;
	top: 20px;
}

#gallery ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 424px;
	height: 100%;
}

#gallery ul li {
	float: left;
	background: none;
	padding-left: 0;
}

#gallery ul li.last {
	margin: 0;
}

#gallery li.gallery-image a {
	display: block;
	width: 96px;
	height: 96px;
	border: 1px solid #645443;
	margin-right: 8px;
	margin-bottom: 8px;
}

#gallery li.gallery-image a.bottom-image {
	margin-bottom: 0;
}

#gallery a.prevPage, #gallery a.nextPage {
	display: block;
	width: 12px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left center;
	position: absolute;
	top: 0;
	cursor: pointer;
}

#gallery a.prevPage {
	background-image: url("/images/left-arrow.gif");
}

#gallery a.nextPage  {
	background-image: url("/images/right-arrow.gif");
	left: 454px;
}

#gallery div.scrollable {
	/* required settings */ 
	position:absolute;
	overflow:hidden;
	width: 424px;
	height: 250px;
	top: 0;
	left: 26px;
}

#gallery div.scrollable ul.items {
	/* this cannot be too large */ 
	width:20000em;
	position:absolute;
	list-style: none;
}

#gallery div.scrollable ul.items li {
	float:left;
}

.cl { clear: both; }









/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
