@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background-color:#000000;
	color:#FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper{
	width:859px;
	margin:0 auto 0 auto;
}

#header{
	height:55px;
	margin:0 0 10px 0;
}
#header li{
	list-style:none;
	float:left;
	padding:30px 20px 0 0px;
}
#header ul{
	margin:0;
	padding:0;
}

#main{
	height:475px;
}

#footer{
	height:25px;
	border-top:2px solid white;
	padding:5px 0 0 0;
	font-size:10px;
	color:#fff;
}
#footer a{
	font-size:10px;
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	font-size:10px;
	color:#fff;
	text-decoration:underline;
}
#copyright{
	width:300px;
	float:left;
}
#incito{
	width:300px;
	float:right;
	text-align:right;
}

#homepage{
	margin-top:17px;
	border:2px solid white;
	height:417px;
}

#homepage3{
	margin-top:17px;
	border:2px solid white;
	height:330px;
}

#homepage img{
}

#bespoke #mainImage{
	border:2px solid white;
	height:305px;
}

#bespoke #mainImage2{
	border:2px solid white;
	height:350px;
}

#bespoke #thumbnails{
	height:60px;
	margin:20px 0 0 0;
}

#workshopText{
	width:400px;
	float:left;
}
#workshopImage{
	width:400px;
	float:right;
	height:455px;
}

.test {
	outline: none;
}

.test img {
	border: 2px solid #000000;
	margin-right: 5px;
}

a:hover.test img {
	border: 2px solid #ccc;
}

.outline {
	border: 2px solid #009CFF;
	position: absolute;
	z-index: 0;
	height: 56px!important;
	width: 56px!important;
}
#slideNav{
	text-align:center;
	margin:-97px 0 0 0;
	z-index:999;
	position:relative;
}
#contactForm{
	padding-top:16px;
	padding-left:20px;
	width:360px;
	float:left;
	height:300px;
}
#contactMap{
	width:450px;
	height:300px;
	float:right;
	padding:20px 15px 0 0;
	margin-top:0px;
}
.name{
	font-size:14px;
}
.address{
	padding:10px 0 0 0;
	width:220px;
	float:left;
}
.details{
	padding:25px 0 0 0;
	width:180px;
	float:right;
}
#contactFormContainer{
	height:350px;
	border:2px solid white;
}
