/*
 *
 *  British Bag Makers
 *
 *  By Systemagic
 *  http://www.systemagic.co.uk
 *
 */

* {
	padding: 0px;
	margin: 0px;
	border: none;
	outline: none;
	text-decoration: none;
}

a {
	color: #FFA;
}

em {
	font-style: normal;
	font-size: 9px;
}

#console {
	display: none;
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
	background: rgba(0,0,0,0.5);
	max-height: 100%;
	overflow: auto;
	font-family: "Courier New", Courier, monospace;
}

#console > div {
	padding: 10px;
}

html {
	background: url(images/background.png);
	height: 100%;
	width: 100%;
}

body {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	cursor: default;
	background: url(images/background-fade.png) repeat-x;
	font-size: 13px;
	height: 100%;
	width: 100%;
}

body > .content {
	width: 100%;
	height: 100%;
	background: url(images/background-light.jpg) no-repeat top center;
}

body > .content > div {
	width: 960px;
	height: 437px;
	background: url(images/background-content.png) no-repeat bottom;
	margin: 0px auto;
	padding-top: 90px;
	overflow: hidden;
	position: relative;
}

body > .content > div > div {
	width: 960px;
	/*overflow: hidden;*/
}

body > .content > ul {
	width: 960px;
	height: 132px;
	background: url(images/background-menu.png) no-repeat;
	margin: 0px auto;
	padding-top: 5px;
}

body > .content > ul > li {
	float: left;
	width: 159px;
	margin-left: 1px;
	height: 50px;
	position: relative;
	overflow: hidden;
	line-height: 50px;
	text-align: center;
	background: url(images/menu.png);
}

body > .content > ul > li > a {
	display: block;
	color: #FFF;
	z-index: 1;
	width: 159px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

body > .content > ul > li > img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
}

body > .content > ul > li:hover > img {
	opacity: 1;
}

.contact-us {

	padding-top: 175px;
	margin: 0 auto;
	width: 480px;
}

.contact-us h1 {
	color: #c2aca4;
	font-weight: normal;
}

address {
	float: left;
	font-style: normal;
	text-align: right;
	width: 225px;
}

.find-us {
	float: right;
	width: 225px;
}

ul, dl, ol { list-style: none; margin: 0px; padding: 0px; }

small {
	font-size: 13px;
	color: #c2aca4;
}

.left {
	float: left;
}

.right {
	float: right;
}

.logo {
	 position: absolute;
	 top: 70px;
	 left: 400px;
	 z-index: 1;
}

.showcase {
	height: 320px;
	width: 800px;
	overflow: auto;
}

.showcase a img {
	max-width: 220px;
	max-height: 200px;
	padding: 2px;
	border: 3px solid #57382e;
	display: inline-block;
	margin: 50px 10px;
}

.showcase a:hover img {
	border: 3px solid #432b23;
}

.showcase > * {
	margin: 10px 10px;
	display: inline-block;
}

.arrow {
	width: 80px;
	text-align: center;
	visibility: hidden;
	display: block;
	margin-top: 140px;
	margin-bottom: 150px;
	opacity: 0.5;
}

