﻿/* CSS Document */
html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #241F1F;
	font-size: 16px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #3d3d3d;
}
a {
	outline: none;
	text-decoration: underline;
	color: #3d3d3d;
}
a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 100px;
	min-height: 100%;
}
#header {
	position: relative;
	width: 975px;
	margin: 0 auto;
	background: url(/img/bg-header.jpg) top center;
	height: 168px;
	margin-top: 10px;
}

/*** Start Header Nav ***/

#nav {
	list-style: none;
	font-weight: normal;
	margin-bottom: 2px;
	margin-top: 124px;
	font-size: 16px;
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	margin: 0px;
	position: relative;
	padding-left: 0px;
}

#nav a {
	display: block;
	padding-top: 13px;
	padding-bottom: 12px;
	padding-left: 36px;
	padding-right: 36px;
	color: #f3f3f3;
	/*** background: #333; ***/
	text-decoration: none;
}

#nav a:hover {
	color: #fff;
	background: #241F1F;
	/*** text-decoration: underline; ***/
}

#nav ul {
	/*** background: #fff; ***/
	/*** background:rgba(255,255,255,0); ***/
	list-style: none;
	position: absolute;
	left: -9999px;
	padding-top: 0px;
	border-top-width: 1px;
	border-top-color: #333;
	border-top-style: solid;
	z-index: 2;
}

#nav ul li {
	padding-top: 0px;
	float: none;
	border-bottom-width: 1px;
	border-bottom-color: #333;
	border-bottom-style: solid;
	z-index: 2;
}

#nav ul a {
	white-space: nowrap;
	z-index: 2;
}

#nav li:hover ul {
	left: 0;
	z-index: 2;
}

#nav li:hover a {
	background: #241F1F;
	z-index: 2;
	/*** text-decoration: underline; ***/
}

#nav li:hover ul a {
	text-decoration: none;
	z-index: 2;
}

#nav li:hover ul li a:hover {
	background: #333;
	z-index: 2;
}

/*** End Header Nav ***/

#header-inner {
	width: 960px;
	margin: 0 auto;
}
#logo a {
	width: 203px;
	height: 128px;
	display: block;
	float: left;
}
#contentbg {
	clear: both;
	min-height: 400px;
	background: #fff;
	width: 975px;
	margin: 0 auto;
	padding-bottom: 50px;
	background: url(/img/bg-texture.jpg);
}
#content-inner {
	width: 960px;
	margin: 0 auto;
}


#bodycontent {
	margin-left: 20px;
	margin-right: 50%;
	padding-top: 15px;
	text-align: justify;
}

#welcomeimg {
	margin: 0 auto;
	width: 975px;
	height: 300px;
	background: url(/img/welcomeimg.jpg);
}
 

h2 {
	font-size: 26px;
	margin: 0 0 20px 0;
}
#gallery {
	margin-left: 30px;
	margin-right: 40px;
	padding-top: 40px;
	text-align: justify;
}

#gallery a img {
	margin: 8px;
	border: #333 2px solid;
}
#slideshow {
	position: relative;
	float: right;
	width: 356px;
	margin: 30px 30px 10px 10px;
	z-index: 1;
}
#fadeshow1 {
	border: solid #525252 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#fadeshow1toggler {
	width: 180px;
	margin: 10px auto 0 auto;
}
/*** contact form  ****/
#contact-area {
	width: 500px;
	margin-top: 40px;
}
#contact-area input, #contact-area textarea {
	padding: 4px;
	width: 373px;
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px 0px 6px 0px;
	border: 2px solid #ccc;
}
#contact-area textarea {
	height: 120px;
}
#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}
#contact-area input.submit-button {
	width: 100px;
	float: right;
}
label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 18px;
}
/******  End Form  ***/
#footer {
	width: 975px;
	background: url(/img/footer.jpg);
	height: 77px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

