@charset "utf-8";
html {
	height:100%;
}
body {
	margin: 0px;
	padding: 0px;
	height:100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}
#border {
	border: none;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	background-color: #bbb;
}
#border #bg {z-index: 0;}
#wrapper {
	width: 100%;
	position: absolute;
	z-index: 9;
	min-width:980px;
}
#splash {
	text-align: right;
	width: 100%;
	position: absolute;
	z-index: 9;
	min-width:980px;
	background-image: url(../images/black75pc.png);
	background-repeat: repeat;
	height: 100%;
	overflow:hidden;
}
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	z-index: 999999;
	background-repeat: repeat;
	position: relative;
}
#sp_inner {
	width: 950px;
	margin-right: auto;
                     padding-right: 30px;
	margin-left: auto;
	z-index: 999999;
	background-repeat: repeat;
	position: relative;
	margin-top:250px;
}
#footer {
	width: 100%;
	position: fixed;
	z-index: 999;
	bottom: 0px;
	height: 60px;
	background-image: url(../images/black68pc.png);
	background-repeat: repeat;
	text-align: center;
	overflow:hidden;
}
#nav {
	position: fixed;
	width: 220px;
	bottom: 0px;
	min-height: 200px;
                     text-align: center;
}
.logo {
	height: 0px;
	width: 220px;
	position: fixed;
	top: 0px;
}
#footer-inner {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#footer-inner h6 {
	color: #E2E2E2;
	display: block;
	text-align: center;
	width: 220px;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	height: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: normal;
	float: left;
}
#nav ul {
	margin: 0px;
	list-style-type: none;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav ul li a {
	color: #E2E2E2;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/black68pc.png);
	background-repeat: repeat;
	padding-right: 30px;
	padding-left: 20px;
}
.padding80 {
	background-image: url(../images/black68pc.png);
	background-repeat: repeat;
	height:80px;
}
.padding20 {
	background-image: url(../images/black68pc.png);
	background-repeat: repeat;
	height:20px;
}
#nav ul li.selected a {
	background-image: url(../images/navhoverbg.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFF;
}
#content {
	position: fixed;
	width: 630px;
	bottom: 110px;
	margin-left: 350px;
}
#content-inner {
	background-image: url(../images/white80pc.png);
	background-repeat: repeat;
	max-height:82%;
	position: fixed;
	bottom: 110px;
	overflow: auto;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	width: 570px;
	font-size: 14px;
	color: #54483F;
	SCROLLBAR-FACE-COLOR: #CEC5BD;
	SCROLLBAR-HIGHLIGHT-COLOR: #fff;
	SCROLLBAR-SHADOW-COLOR: #fff;
	SCROLLBAR-3DLIGHT-COLOR: #fff;
	SCROLLBAR-ARROW-COLOR: #fff;
	SCROLLBAR-TRACK-COLOR: #fff;
	SCROLLBAR-DARKSHADOW-COLOR: #fff;
	line-height: 170%;
}

                    
#content-inner h1 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
}
.p10 {
	height: 10px;
}
#nav ul li a:hover {
	color: #FFF;
}
#content-nav {
	background-image: url(/images/white80pc.png);
	background-repeat: repeat;
	height: 40px;
	position: fixed;
	bottom: 60px;
	overflow: hidden;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: center;
	width: 630px;
	font-size: 14px;
	color: #000;
	margin-left: 0px;
	font-family: Tahoma, Geneva, sans-serif;
}
#content-nav img {
	float: right;
	margin:0;
}
#content-nav ul {
	list-style-type: none;
}
#content-nav ul li {
	float: left;
}
#content-nav ul li a {
	text-decoration: none;
	color: #000;
	display: block;
	margin-top: -5px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
#mid-footer {
	float: left;
	width: 0px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 17px;
}
#mid-footer p {
	font-size: 11px;
	color: #ccc;
	margin: 0px;
}
#right-footer {
	float: left;
	width: 700px;
	padding-right: 3px;
	padding-left: 15px;
	padding-top: 17px;
	text-align: right;
}
#right-footer p {
	font-size: 11px;
	color: #fff;
	margin: 0px;
}
#right-footer img {
	float: right;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	outline:none;
}
#content-nav ul li a:hover {
	color: #3E362E;
}
#content-inner p {
	margin-bottom: 20px;
	margin-top: 20px;
}
#content-inner img {
	float: right;
	margin-left: 12px;
	margin-bottom: 5px;
	margin-top: 6px;
}
#content-inner h2 {
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 16px;
}
#lower-menu {
	float: right;
	background-color: #FFF200;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-right: 5px;
	padding-left: 0px;
}
#lower-menu label {
	font-weight: bold;
}
#sp_inner h5 {
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	display: block;
}
#sp_inner form label {
	color: #CCC;
	font-size: 20px;
	font-style: italic;
}
#sp_inner form input {
}

#content-inner a.gall {
	margin-top: 32px;
	margin-left:17px;
	float:right;
	width:250px;
	color: #54483F;
	text-decoration: none;
	line-height:100%;
	font-weight: normal;
	font-size: 11px;
}
#content-inner .project img.awaiting {
	margin-top: -15px;
	margin-left:17px;
	float:right;
	width:250px;
}
#content-inner a.gall:hover {
	text-decoration:underline;
}
#form form label {
	display: block;
	width: 120px;
	float: left;
}
#form form input {
	width: 300px;
	margin-bottom: 10px;
	background-color: #ccc;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding:5px;
}
#form form textarea {
	width: 300px;
	margin-bottom: 10px;
	background-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding:5px;
	float: left;
}
#form form input.submit {
	margin-left: 30px;
	width: 80px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #474747;
	color: #FFF;
	margin-top: 85px;
}
#form form {
	margin-top: 30px;
}
span.error {
	color: #F00;
	display: block;
	text-align: right;
	font-size: 12px;
	margin-right: 60px;
	margin-top: -35px;
	margin-bottom: 10px;
}#map {
	margin-top: 30px;
}
#address {
	margin-bottom: 50px;
	margin-top: 20px;
}
#content-inner a {
	text-decoration: none;
	color: #B98B00;
}
#content-inner .project img {
	margin-top: -50px;
}.hidden {
	visibility: hidden;
}
#content-inner #single a.gall {
	margin-top: 0;
}
.clear {
	clear:both;
}.quote {
	font-size: 22px;
	line-height: 14px;
}
.testimonial h6 {
	font-size: 14px;
	margin-top: -17px;
}
#content-inner a.brochure {
	margin-top:0px;
	margin-bottom:-20px;
	display:block;
	width:280px;
	text-align:center;
}
#content-nav a.previous {
	background-color: #fff200;
	display: block;
	float: left;
	height: 52px;
	padding-left: 40px;
	padding-right: 20px;
	padding-top: 8px;
	background-image: url(../images/arrowL.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	width:80px;
}
#content-nav a.next {
	background-color: #fff200;
	display: block;
	float: right;
	height: 52px;
	padding-left: 20px;
	padding-right: 40px;
	padding-top: 8px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right top;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
}
#content-nav a.next {
	background-color: #fff200;
	display: block;
	float: right;
	height: 52px;
	padding-left: 20px;
	padding-right: 40px;
	padding-top: 8px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right top;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
}
#content-nav .pager {
	text-align: center;
	width: 630px;
	position: absolute;
	left: 350px;
}
#content-inner .project h2 {
	width:280px;
	text-align:center;
}
.project h2 em {
	font-weight: normal;
}
a {
outline: none;
text-decoration:none;
}