@charset "UTF-8";

body{
	width: 1008px;
	margin: 50px 24px 36px 24px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: rgb(135, 125, 120);
}

#nav1{
	position: fixed;
	float: left;
	width: 118px;
	padding: 0 6px;
	line-height: 1.8em;
}

#nav1 a{
	color: rgb(35, 30, 25);
	text-decoration: none;
	text-transform: uppercase;
}

#nav1 a:hover{
	color: rgb(135, 125, 120);
}

#nav1 .current a{
	color: rgb(135, 125, 120);
	text-decoration: none;
	text-transform: uppercase;
}

#nav2{
	float: left;
	width: 264px;
	padding: 0 6px;
	line-height: 1.8em;
}
	#home_small{margin-left: 51px; height: 320px; width: 213px;}

#nav2 a{
	color: rgb(135, 125, 120);
	text-decoration: none;
	text-transform: uppercase;
}

#nav2 a:hover{
	color: rgb(35, 30, 25);
}



#content{
	float: right;
	width: 828px;
}

.left2{
	float: left;
	width: 540px;
	padding: 0 6px;
}

.left1{
	float: left;
	width: 264px;
	padding: 0 6px;
}

.right2{
	float: right;
	width: 540px;
	padding: 0 6px;
}

.right1{
	float: right;
	width: 264px;
	padding: 0 6px;
}

.centre{
	margin: 0 276px 0 276px;
	width: 264px;
	padding: 0 6px;
}

.full{
	width: 804px;
	margin: 0 6px;
}

#glossary{
	padding-top: 46px;
	padding-bottom: 50px;
}

#glossary-1{
	width: 396px;
}

#glossary-2{
	width: 192px;
}

#footer{
	width: 100%;
	position: fixed;
	bottom: 0px;
	background: rgb(255, 255, 255);
	margin-left: -24px;
	padding: 6px 6px 0 30px;
	font-size: .8em;
	color: rgb(200, 195, 190);
}

#footer a{
	color: rgb(200, 195, 190);
	text-decoration: none;
}

#footer a:hover{
	color: rgb(35, 30, 25);
}

#footer:hover{
	color: rgb(135, 125, 120);
}

#footer:hover a{
	color: rgb(135, 125, 120);
}

#footer:hover a:hover{
	color: rgb(35, 30, 25);
}

.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear: both;
}

.line{
	width: 100%;
	border-bottom: rgb(200, 195, 190) solid 1px;
	margin: .6em 0 1.2em 0;
}

.shortline{
	width: 80%;
	border-bottom: rgb(200, 195, 190) solid 1px;
	margin: .6em 0 1.2em 0;
}

.logo{
	position: fixed;
	bottom: 50px;
	left: 30px;
}

/*-----------------------------------*/

#image{
	width: 540px;
	height: 320px;
	margin-bottom: 1.4em;
}

#info{
	float: left;
	width: 174px;
}

#description{
	float: right;
	width: 354px;
}

#img-nav{
	width: 174px;
	margin: 15px 0;
}

#prev{
	margin-right: 5px;
	cursor: pointer;
}

#next{
	margin-left: 5px;
	cursor: pointer;
}

/*-----------------------------------*/

h1{
	color: rgb(35, 30, 25);
	text-transform: uppercase;
	padding-bottom: .8em;
}

h1 a{
	color: rgb(35, 30, 25);
	text-transform: uppercase;
	padding-bottom: .8em;
	text-decoration: none;
}

h1 a:hover{
	color: rgb(135, 125, 120);
	text-transform: uppercase;
	padding-bottom: .8em;
	text-decoration: none;
}


h2{
	color: rgb(35, 30, 25);
	margin-top: -1.1em;
	padding-bottom: .8em;
	font-size: .9em;
	font-style: italic;
}

h3{
	color: rgb(35, 30, 25);
	text-transform: uppercase;
	padding-top: .2em;
}

p, ul{
	padding-bottom: .8em;
}

p a{
	color: rgb(35, 30, 25);
	text-decoration: none;
}

p a:hover{
	border-bottom: solid 1px;
	text-decoration: none;
}

#info p{
	border-bottom: rgb(200, 195, 190) solid 1px;
	padding-bottom: .4em;
	margin-bottom: .4em;
}

strong{
	color: rgb(35, 30, 25);
	font-weight: normal;
}

strong a{
	color: rgb(35, 30, 25);
	text-decoration: none;
}

#info strong{
	text-transform: uppercase;
}

.dark{
	color: rgb(35, 30, 25);
}

form{
	display: inline;
}

input, textarea{
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

#fname, #sname{
	width: 123px;
	border: none;
	background: rgb(220, 215, 210);
	padding: 5px 3px 2px 3px;
	margin: 3px 0;
}

#fname{
	margin-right: 6px;
}

#email{
	width: 258px;
	border: none;
	background: rgb(220, 215, 210);
	padding: 5px 3px 2px 3px;
	margin: 3px 0;
}

#submit{
	padding: 3px 6px;
	background: rgb(135, 125, 120);
	margin: .3em 0  .8em 0;
	border: none;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

#field{
	width: 260px;
	border: none;
	background: rgb(220, 215, 210);
	padding: 5px 2px;
	margin: 2px 0 4px 0;
}

#message{
	width: 260px;
	height: 104px;
	border: none;
	background: rgb(220, 215, 210);
	padding: 5px 2px;
	margin: 2px 0 4px 0;
}

#info #field{
	width: 170px;
}

#description #message{
	width: 350px;
}

/*----------------------------------*/

#commissioning-front{
	height: 1300px;
	z-index: 0;
}
	#commissioning-front #one{
		position: absolute;
		width: 220px;
		top: 230px;
		text-align: right;
	}
	
	#commissioning-front #two{
		position: absolute;
		width: 500px;
		margin-left: 238px;
		top: 560px;
	}
	
	#commissioning-front #three{
		position: absolute;
		width: 220px;
		top: 750px;
		margin-left: 490px;
	}
	
	#commissioning-front #four{
		position: absolute;
		width: 220px;
		top: 1010px;
		margin-left: 65px;
		text-align: right;
	}

#timber-front{
	height: 1500px;
	z-index: 0;
}
	#timber-front #one{
		position: absolute;
		width: 220px;
		top: 300px;
		margin-left: 512px;
	}
	
	#timber-front #two{
		position: absolute;
		width: 400px;
		margin-left: 330px;
		top: 540px;
	}
	
	#timber-front #three{
		position: absolute;
		width: 220px;
		top: 1040px;
		margin-left: 504px;
	}
	
	#timber-front #four{
		position: absolute;
		width: 300px;
		top: 1380px;
		margin-left: 124px;
		text-align: right;
	}
	
#lipping-front{
	height: 1500px;
	z-index: 0;
}
	#lipping-front #one{
		position: absolute;
		width: 300px;
		top: 300px;
		margin-left: 446px;
	}
	
	#lipping-front #two{
		position: absolute;
		width: 250px;
		margin-left: 40px;
		top: 560px;
		text-align: right;
	}
	
	#lipping-front #three{
		position: absolute;
		width: 180px;
		top: 1040px;
		margin-left: 446px;
	}
	
	#lipping-front #four{
		position: absolute;
		width: 290px;
		top: 1380px;
		margin-left: 55px;
		text-align: right;
	}

#dovetail-front{
	height: 1300px;
	z-index: 0;
}
	#dovetail-front #one{
		position: absolute;
		width: 220px;
		top: 230px;
		margin-left: 20px;
		text-align: right;
	}
	
	#dovetail-front #two{
		position: absolute;
		width: 250px;
		margin-left: 430px;
		top: 620px;
	}
	
	#dovetail-front #three{
		position: absolute;
		width: 244px;
		top: 850px;
		margin-left: 100px;
		text-align: right;
	}

#back{
	height: 1560px;
	z-index: -10;
	position: absolute;
}

#glossary{
	padding-top: 1em;
	border-top: rgb(35, 30, 25) solid 1px;
}

/*----------------------------------*/

#confirm{
	padding: 3px 6px;
	background: rgb(10, 220, 110);
	margin: .6em 0  .8em 0;
	border: none;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

#delete{
	padding: 3px 6px;
	background: rgb(230, 10, 40);
	margin: .6em 0  .8em 0;
	border: none;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    float: right;
}

#short-field{
	width: 15px;
	border: none;
	background: rgb(220, 215, 210);
	padding: 5px 2px;
	margin: 2px 4px 2px 0;
}

.workshop{
	height: 100%;
	position: fixed;
	overflow: hidden;
	background-position-x: 10px;
	background-position-y: 50px;
	background-repeat: no-repeat;
	background-image: url(../image/workshop.jpg);
}

#nav2.workshop{
	width: 804px;
	text-transform: none;
}

#nav2.workshop a{
	text-transform: none;
}

li.info{position:relative;}

li.info span{display: none}

li.info:hover span{ /*the span will display just on :hover state*/
    display:inline;
    position:absolute;
    color: rgb(35, 30, 25);
    font-style: italic;
}

#nav2 li.info:hover a{
	color: rgb(35, 30, 25);
}


