/***************************************/
/****** Basics ******/
/***************************************/

body {
	background: #bdc07d url(../img/bg.png) repeat top;
	color: #2f231c;
	font-family: Helvetica, arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}

p {
	line-height: 1.75em;
	margin-bottom: 15px;
}

p.bigger {
	font-family: Georgia;
	font-size: 1.3em;
}

a {
	color: #2f231c;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	color: #883939;
	font-family: Georgia;
	font-weight: bold;
	padding: 20px 0;
}

h1 { font-size: 2.5em; }

h2 { font-size: 2em; }

h3 { font-size: 1.5em; }

/***************************************/
/****** Header ******/
/***************************************/

#wood {
	background: #bdc07d url(../img/header.png) repeat-x top;
	height: 316px;
}

#header {
	margin: 0 auto;
	width: 856px;
}

#header h1 {
	background: url(../img/sprite.png) no-repeat 0 -889px;
	height: 93px;
	margin-left: -8px;
	text-indent: -4444px;
	width: 254px;
}

#header h1 a {
	display: block;
	height: 93px;
}

/***************************************/
/****** Leaf ******/
/***************************************/

#leaf {
	background: url(../img/sprite.png) no-repeat 0 -645px;	
	height: 206px;
	margin: -115px 0 0 680px;
	position: absolute;
	width: 253px;
}

/***************************************/
/****** Portfolio ******/
/***************************************/

#portfolio-wrapper {
	background: url(../img/sprite.png) no-repeat 0 -1264px;
	height: 501px;
	margin: -210px auto 0;
	padding: 35px 0 0 58px;
	position: relative;
	width: 899px;
	z-index: 100;
}

/***************************************/
/****** Slideshow ******/
/***************************************/

#portfolio {
	background: url(../img/loader.gif) no-repeat center center;
	height: 455px;
	margin-left: -10px;
	padding-left: 10px;
	width: 851px;
}

#portfolio a:hover {
	text-decoration: none;
}

#portfolio #slideshow img {
	z-index: 200;
}

.image-wrapper {
	padding: 0;
	margin: 0;
	position: absolute;
}

.advance-link {
	cursor: default;
}

/***************************************/
/****** Thumbnail ******/
/***************************************/

.thumbs {
	background: transparent url(../img/trans.png) repeat;
	color: #fff;
	display: none;
	height: 455px;
	margin-left: 590px;
	position: absolute;
	width: 250px;
	z-index: 300;
}

.thumbs h3 {
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	margin: 0 auto;
	padding-bottom: 15px;
	text-align: center;
	width: 220px;
}

.thumbs h4 {
	font-family: Helvetica, Arial, sans-serif;
	margin-left: 12px;
}


.thumbs li img {
	float: left;
	height: 65px;
	margin: 11px 0 11px 24px;
	opacity: 0.8;
	position: relative !important;
	width: 90px;
}

.no-link {
	visibility: hidden !important;
}

.thumbs li img:hover {
	opacity: 1.0;
}

#thumbs a {
	color: #fff;
	position: relative !important;
}

.pagination {
	font-size: 1.2em;
	margin: 430px 0 0;
	position: absolute;
	z-index: 1000;
	text-align: center;
	width: 836px;
}

.pagination a {
	color: #fff;
	margin-right: 5px;
	padding: 0 5px;
}

.pagination .current {
	background: #883939;
	color: #fff;
	margin-right: 5px;
	padding: 0 5px;
}

.pagination a#btn-left {
	background: url(../img/sprite.png) no-repeat 0 -10px;
	display: block;
	height: 105px;
	margin: -242px 0 0 -61px;
	position: absolute;
	text-indent: -4444px;
	visibility: visible !important;
	width: 55px;
}

.pagination a#btn-right {
	background: url(../img/sprite.png) no-repeat 0 -288px;
	display: block;
	height: 105px;
	margin: -265px 0 0 851px;
	position: absolute;
	text-indent: -4444px;
	width: 55px;
	visibility: visible !important;
	z-index: 1000;
}

.pagination a#btn-right:hover {
	background: url(../img/sprite.png) no-repeat 0 -397px;
}

.pagination a#btn-left:hover {
	background: url(../img/sprite.png) no-repeat 0 -119px;
}

/***************************************/
/****** Container ******/
/***************************************/

#container {
	margin: 0 auto;
	padding: 0 0 25px;
	width: 856px;
}

/***************************************/
/****** Content ******/
/***************************************/

#content {
	float: left;
	width: 580px;
}

#content p {
	text-align: justify;
}

/***************************************/
/****** Tabs ******/
/***************************************/

#nav {
  	background: url(../img/sprite.png) no-repeat left -1129px;
	height: 90px;
	margin: 30px 0 0 -22px;
	width: 624px;
}

#nav li {
	float: left;
	height: 90px;
	margin: 4px 0 0 0;
	width: 190px;
}

#nav li#design {
	margin-left: 22px;
}

#nav li#design a.selected {
	background: url(../img/sprite.png) no-repeat -22px -1043px;
}

#nav li#construction {
	width: 200px;
}

#nav li#construction a.selected {
	background: url(../img/sprite.png) no-repeat -212px -1043px;
}

#nav li#maintenance a.selected {
	background: url(../img/sprite.png) no-repeat -412px -1043px;
}

#nav li a {
	display: block;
	height: 90px;
	text-indent: -4444px;
}

hr.shadow {
	background: url(../img/sprite.png) no-repeat 0 -1847px;
	border: none;
	height: 27px;
	margin: 20px 0 0 -15px;
	width: 615px;
}

#maintenance ul {
	margin-bottom: 15px;
}

#maintenance img {
	margin-top: -8px;
}

/***************************************/
/****** Sidebar ******/
/***************************************/

#aside {
	float: right;
	font-size: 0.9em;
	width: 240px;
}

#aside h3 {
	padding-top: 28px;
}


/***************************************/
/****** Testimonials ******/
/***************************************/

#aside blockquote {
	display: block;
	font-family: Georgia;
	font-size: 0.99em;
	font-style: italic;
}

cite {
	display: block;
	margin: 3px 0 25px;
}

cite::before {
	content: '- '
}

/***************************************/
/****** Footer ******/
/***************************************/

#footer {
	background: url(../img/footer.png) repeat-x;
	height: 319px;
	overflow-y: hidden;
}

#contact {
	background: url(../img/contact.png) no-repeat 655px 30px;
	font-size: 0.85em;
	height: 319px;
	margin: 0 auto;
	padding: 0 48px;
	width: 856px;
}

/***************************************/
/****** Contact Form ******/
/***************************************/

#send-message {
	color: #bfc37f;
	font-family: Georgia;
	font-size: 1.4em;
	height: 245px;
	padding: 35px 0 0;
	width: 	563px;
}

#send-message #left {
	float: left;
	width: 280px;
}

#send-message #right {
	float: right;
	width: 280px;
}

input, label {
	width: 278px;
}

input, textarea {
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 11px 10px 9px;
}

input {
	background: url(../img/sprite.png) no-repeat 0 -556px;
	border: 0;
	margin: 5px 0 18px;
	width: 258px;
}

label[for="message"] { margin-left: 21px; }

textarea {
	background: url(../img/sprite.png) no-repeat 0 -1924px;
	border: 0;
	height: 131px;
	margin: 5px 0 15px 21px;
	overflow-y: hidden;
	padding: 10px;
	width: 259px;
}

button {
	background: url(../img/sprite.png) no-repeat -1010px 0;
	border: 0;
	color: #bfc37f;
	cursor: pointer;
	font-family: Georgia;
	font-size: 18px;
	height: 48px;
	letter-spacing: 1px;
	margin: -13px 0 0 17px;
	padding-top: 4px;
	width: 195px;
}

button:hover {
	color: #e1e4b7;
}

.screenReader {
	background: none;
	left: -4444px;
	position: absolute;
	top: -4444px;
}

#thanks {
	color: #bfc37f;
	font-family: Georgia;
	font-size: 1.4em;
	height: 245px;
	padding: 35px 0 0;
	width: 	563px;
}

/***************************************/
/****** Contact Details	 ******/
/***************************************/

#contact #details {
	margin: 40px 0 0 632px;
	position: absolute;
	width: 200px;
}

#contact #details a {
	display: block;
	margin-bottom: 10px;
}

/***************************************/
/****** Copyright ******/
/***************************************/

#copyright {
	color: #7d6557;
	margin-top: 13px;
}

#copyright a {
	color: #bdc07d;
	font-weight: normal;
}

#copyright a:hover {
	color: #e1e4b7;
}

/***************************************/
/****** Miscellaneous ******/
/***************************************/

img.right {
	padding: 0 0 0 20px;
}

img.left {
	padding: 0 20px 0 0;
}