body {
	margin: 0;
	padding: 0;
	color: #808080;
	font: 90%/1.5em Arial, Helvetica, sans-serif;
	background: url(images/background.jpg) repeat left top;
}

h1 {
	font-size: 1.4em;
	background: url(images/h1.png) no-repeat;
	height: 35px;
	padding-top: 9px;
	padding-left: 10px;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
}

h2 {
	font-size: 1.4em;
	background: url(images/h2.png) no-repeat;
	height: 37px;
	padding-top: 8px;
	padding-left: 10px;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

a:focus {
	outline: none;
}

a {
	color: #4E4E4E;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #8B6D12;
}

img {
	border: none;
}
.dark-line-heading {
	color: #4E4E4E;
	font-style: italic;
	font-weight: bold;
}
.main-thumb {
	background-color: #FFF;
	padding: 6px;
	border: 1px solid #CCC;
}
.gallery-thumb {
	background-color: #FFF;
	padding: 6px;
	border: 1px solid #CCC;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 6px;
}

#header-wrapper {
	height: 116px;
	background: url(images/top-header-wrapper.png) repeat-x;
}

#header {
	width: 980px;
	height: 116px;
	margin: 0px auto;
	background: url(images/top-header.png) no-repeat;
}

#header2-wrapper {
	height: 268px;
	background: url(images/header2-wrapper.png) repeat-x;
}

#header2 {
	margin: 0px auto;
	height: 268px;
	width: 980px;
	background: url(images/header2.png) no-repeat;
}

#header2 .slides {
	height: 250px;
	width: 468px;
	background: #CCC;
	margin-top: 4px;
	float: right;
}

/* Menu */

#menu {
	height: 40px;
	margin: 0px auto;
	width: 980px;
}

#menu ul {
	margin: 0px;
	padding: 84px 0px 0px;
	list-style: none;
	float: right;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 26px;
	text-decoration: none;
	font-size: 1em;
	color: #FFF;
	padding: 6px 0px 0px;
	width: 116px;
	text-align: center;
	margin-right: 1px;
	background: url(images/menu-a.png) no-repeat;
}

#menu a:hover {
	background: url(images/menu-hover.png) no-repeat;
}

#menu .active a {
	background: url(images/menu-hover.png) no-repeat;
}

/* Page */

#page-top {
	margin: 30px auto 0px;
	height: 20px;
	width: 980px;
	background: url(images/page-top.png) no-repeat;
}

#page {
	width: 940px;
	margin: 0px auto;
	padding: 30px 20px 10px;
	background: url(images/page-background.png) repeat-y;
}

#page-bottom {
	background: url(images/page-bottom.png) no-repeat;
	margin: 0px auto;
	height: 20px;
	width: 980px;
}

/* Content */

#contentwide {
	float: left;
	width: 940px;
}

#content-left {
	float: left;
	width: 420px;
}

#content-right {
	float: right;
	width: 420px;
}

.post {
	text-align: justify;
}

.post .entry {
	padding: 10px;
}

/* Footer */

#footer {
	height: 120px;
	width: 980px;
	margin: 20px auto;
	background: url(images/footer.png) no-repeat;
}

#footer p {
	text-align: center;
	color: #818181;
	font-size: small;
	padding-top: 25px;
}

#footer a {
	color: #818181;
	text-decoration: none;
	padding: 4px 6px;
}
#footer a:hover {
	background: #000;
	color: #CCC;
}

/* Slideshow */

ul.slideshow {
	list-style:none;
	width:468px;
	height:250px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}

/* Form Area */

#contact p, label, legend {
	font-size: 1em;
}

#contact hr { 
	color: inherit;
	height: 0; 
	margin: 6px 0 6px 0; 
	padding: 0; 
	border: 1px solid #d9d9d9; 
	border-style: none none solid; 
}

#contact {
	display: block;
	width: 900px;
	padding-left: 20px;
	padding-right: 20px;
}

/* Form style */

#contact label {
	display: block;
	font-size: 1em;
}

#contact input, textarea, select {
	width: 340px;
	padding: 4px;
	color: #454645;
	background: #f5f5f5;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: 12px;
	margin-left: 8px;
}

#contact input:focus, textarea:focus, select:focus {
	border: 1px solid #999;
	background-color: #fff;
	color:#454645;
}

#contact .submit {
	width: 110px;
	cursor: pointer;
	color:#fff;
	height: 28px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	background-color: transparent;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}

#contact fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#contact span.required { 
	font-size: 13px; color: #ff0000;
} /* Select the colour of the * if the field is required. */

#message { 
	margin: 10px 0;
	padding: 0; 
}

.error_message { 
	display: block; 
	height: 22px; 
	line-height: 22px; 
	background: #FBE3E4 url(images/error.gif) no-repeat 10px center; 
	padding: 3px 10px 3px 35px; 
	color:#8a1f11;
	border: 1px solid #FBC2C4; 
}

.loader { 
	padding: 0 10px; 
}

#contact #success_page h1 {
	background: url(images/success.gif) left no-repeat;
	font-size: 1.2em;
	color: #282828;
	padding-left: 20px;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
