@charset "utf-8";
/* General */
body {
	margin:0;
	padding:0;
	background:#960 url(../images/bgShadowStatic.png) repeat-y center;
}
#container {
	padding:15px 25px;
	width:910px;
	font-family:Verdana, Geneva, sans-serif, serif;
	font-size:13px;
}
.clearfix { clear:both; }
blockquote { margin:0; padding:0; }
/* Nav Elements */
.nav {
	list-style:none;
	background-color:#000;
	padding:0 2px 0 0;
	margin:15px 0 0 0;
	width:910px;
	height:35px;
	position:relative;
	left:-1px;
}
.nav li {
	float:left;
	padding:0 10px;
}
.nav li a {
	font:bold 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	display:block;
	line-height:35px;
	color:#FFF;
	text-decoration:none;
	padding:0 10px;
}
.nav li a:hover {
	color:#000;
	background-color:#999;
}
#content {
	padding:0 20px;
}
#content .staff, #content .themenu, #findMatlock, #findWirksworth {
	margin-left:10px;
}
#footer {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align:center;
	width:960px;
	padding:10px 0 5px 0;
	clear:both;
}
h2, #SuppliersAccordian a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	margin-bottom:8px;
	font-weight:bold;
}
/* Staff Page + Gallery */
.polaroid, .galleryPhoto {
	width:266px;
	height:282px;
	background-image:url(../images/staff/polaroid.png);
	padding-right:10px;
	float:left;
}
.polaroid img, .galleryPhoto img {
	width:235px;
	height:191px;
	margin:20px 0 0 13px;
}
.polaroid h3, .galleryPhoto h3 {
	font-size:25px;
	font-weight:bolder;
	font-family:"Courier New", Courier, monospace;
	text-align:center;
	margin-top:12px;
}
.bio, .galleryLabel {
	height:282px;
	width:580px;
	float:right;
}
.control_contain1, .control_contain2 { display:none; }
/* Suppliers Page */
/* Gallery Page */
/* Find Us */
#findMatlock p, #findWirksworth p {
	float:right;
	width:340px;
}
/* Menu Page */
.themenu {
	width:500px;
	font:17px Verdana, Geneva, sans-serif;
}
.themenuchild {
	clear:both;
	margin:0 0 10px 0;
	padding:0;
	height:17px;
	background: #fff url(../images/menu_dots.png) repeat-x bottom;}
.themenu .strong {
	background:#fff;
	padding:0 5px 0 0;
	font-weight:normal;
	position:absolute;
}
.themenu .em {
	float:right;
	background:#fff;
	padding:0 0 0 5px;
	margin-top:1px;
	font:20px "Lucida Console", Monaco, monospace;
}
.themenu .sup {
	font-size:60%;
	background-color:#FFF;
	color:#666;
	padding:0 0 8px 4px;
	float:right;
	
}