/* weavingspider.co.uk, all rights reserved */
html, body {
	height: 100%;
	margin:0px auto;
	padding: 0px;
	background-color:#353A3D;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}

/** PAGE */
#wrapper {
	width: 800px;
	height: 100%;
	float:left;
	margin: 0px auto;
}

#header {
	width: 800px;
	height: 75px;
	margin: 0px auto;
}

#splash {
	width: 800px;
	height: 267px;
	margin: 0px auto;
	
}
.two-splash {
}

.two-splash .splash-one {
	float: left;
	width: 200px;
	padding: 0px 0px 0px 0px;
}

.two-splash .splash-two {
	float: right;
	text-align:right;
	width: 600px;
	padding: 0px 0px 0px 0px;
}


#content {
	width: 800px;
	margin: 0px auto;
	float:left;
}

/** 2-COLUMN LAYOUT */
.two-columns {
}

.two-columns .column-one {
	float: left;
	width: 200px;
	padding: 0px 0px 0px 0px;
	background-color:#2A2A2A;
}

.two-columns .column-two {
	float: left;
	width: 540px;
	padding: 10px 30px 0px 30px;
	background-color:#353A3E;
}

.two-columns .two-home {
	float: left;
	width: 565px;
	padding: 10px 5px 0px 30px;
	background-color:#353A3E;
}

.two-columns .column-a {
	float: left;
	width: 400px;
	padding: 0px 30px 0px 0px;
	background-color:#353A3E;
}

/** 3-COLUMN LAYOUT */
.three-columns {
}

.three-columns .column-one {
	float: left;
	width: 200px;
}

.three-columns .column-two {
	float: left;
	width: 220px;
	padding: 20px 0px 0px 20px;
}

.three-columns .column-three {
	float: left;
	width: 345px;
	padding: 20px 0px 0px 15px;
}

/** FOOTER */

#footer {
	width: 800px;
	margin: 0px auto;
	padding: 20px 0px;
}

#copyright {
	text-align: left;
	color: #999999;
}

#copyright a {
	color: #999999;
	text-decoration:none;
}

/** gallery */
div.img {
	margin: 2px;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
}	
div.img img {
	display: inline;
	margin: 3px;
}
div.desc {
	text-align: center;
	font-weight: normal;
	width: 50px;
	margin: 2px;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{
position: absolute;
padding: 0px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{
visibility: visible;
top: -325px;
left: -400px;
}
