@charset "utf-8";
/* CSS Document */

body{
	background-image: url(../images/design/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#798e95;
	/*color:#688089;*/
	color:#4f6168;
	}


#logo{
	height:209px;
	width:590px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	background-image: url(../images/design/logo.png);
	background-repeat: no-repeat;
}
* html #logo{background-image: url(../images/design/logo.jpg);}
#logo h1{ text-indent:-9999px; margin:0;}
#logo h1 a{height:209px;
	width:590px; display:block; }
	
	#menu{ list-style:none;
			margin-left: 110px;
			font-weight:bold;
}
	#menu a{ text-decoration:none;
	color:#516c76;
	/*text-transform:uppercase;*/
		}
		.caps{ text-transform:uppercase; font-weight:bold;}
		#menu a:hover, #menu a.current, b, a{ color:#085997;}
		
		
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

.button{clear:both; padding-top:30px;}


.middle li{ margin-bottom:16px; text-decoration:none; }

#menu ul{ list-style:disc; list-style:inside;}

.bespoke_contact_pre{
	font-size:14px;
	font-weight:bold;
	margin-top:-300px;
	margin-left:90px;
}
.bespoke_contact{
	font-weight:bold;
	margin-left:90px;
	margin-bottom:205px;
}

#footer{
	margin-left:120px;
	width:510px;
	font-size:10px;
}

#footer_bespoke{
	margin-left:120px;
	width:510px;
	font-size:10px;

}

#credits a {
	text-decoration:none;
	color:#4f6168;
}

#credits a:hover{
	color:#085997;
}

