/*
CSS Version:	1.0
Author:			Dan Davidson
Email:			dan (at) vitalwebdesign (do t) co (d ot) uk
Website:		http://www.vitalwebdesign.co.uk/
Reset Styles v1.0 (20080212) curtesy Eric 'The CSS God' Meyer @ http://meyerweb.com/ - Cheers Eric! */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, address, cite, em, img, ins, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}

/* remember to define focus styles! */
:focus {outline: 0;}
/* global */
* {margin:0;padding:0;}
html, body {height:100%;}
body {
	color: black;
	font-size: 14px;
	line-height:17px;
	font-family: "Helvetica Neue", helvetica, arial, verdana, sans-serif;
	letter-spacing:0.048em;
	text-align:center; /* horizontal centering for IE Win quirks */
	background: #777777;
}
#distance {width:1px;height:50%; margin-bottom:-339px; /* half of container's height */float:left;}

#container {
	margin:30px auto 0;
	position:relative; /* puts container in front of distance */
	text-align:left;
	width:600px;
	clear:left;
	background: transparent;
}

#header {
	position: relative;
	overflow: visible;
	height: 84px;
	padding: 10px 0 0;
	
}

#content {
	position: relative;
	width: 600px;
	height: 400px;
	background: #000;
}

h1 {
	position: absolute;
	bottom: -2px;
	left: 0;
	color: #fff;
	background: transparent url('/img/logo.png') no-repeat 0 0;
	text-indent: -5000em;
	width: 600px;
	height: 100px;
	z-index: 99;
}

#container .simpleSlide-slide div {
	height:400px;
	width:600px;
	overflow: hidden;
}

#footer {
	margin: 15px auto;
	width:600px;
/*	height: 20px;*/
	padding: 0 0 10px;
}
	#footer p {
		display: block;
		text-align: center;
		color: #fff;
		padding: 0 0 10px;
		font-size: 13px;
		line-height: 17px;
		text-shadow: #000 0 1px 0;
		font-weight: bold;
	}
	#footer p.contact {
		font-size: 18px;
		line-height: 22px;
	}
	#footer a {
		color: #fff;
		text-decoration: none;
	}
	#footer a:hover {
		text-decoration: underline;
	}

ul.nav {
	position: relative;
	width: 600px;
	height: 169px;
	margin: 0 0 0 0;
}
	li.nav-01 a {
		position: absolute;
		top: 0; left: 0;
		width: 187px;
		height: 86px;
		text-indent: -5000em;
		background: transparent url('/img/nav.jpg') no-repeat 0 0;
	}
	li.nav-01 a:hover { background-position: 0 -169px; }

	li.nav-02 a {
		position: absolute;
		top: 0; left: 187px;
		width: 163px;
		height: 86px;
		text-indent: -5000em;
		background: transparent url('/img/nav.jpg') no-repeat -187px 0;
	}
	li.nav-02 a:hover { background-position: -187px -169px; }
	
	li.nav-03 a {
		position: absolute;
		top: 0; left: 349px;
		width: 252px;
		height: 86px;
		text-indent: -5000em;
		background: transparent url('/img/nav.jpg') no-repeat -349px 0;
	}
	li.nav-03 a:hover { background-position: -349px -169px; }
	
	li.nav-04 a {
		position: absolute;
		top: 86px; left: 0;
		width: 179px;
		height: 84px;
		text-indent: -5000em;
		background: transparent url('/img/nav.jpg') no-repeat 0 -86px;
	}
	li.nav-04 a:hover { background-position: 0 -255px; }
	
	li.nav-05 a {
		position: absolute;
		top: 86px; left: 179px;
		width: 230px;
		height: 84px;
		text-indent: -5000em;
		background: transparent url('/img/nav.jpg') no-repeat -179px -84px;
	}
	li.nav-05 a:hover { background-position: -179px -253px; }
	
	li.nav-06 a {
		position: absolute;
		top: 86px; left: 408px;
		width: 193px;
		height: 84px;
		text-indent: -5000em;
		background: transparent url('/img/nav.jpg') no-repeat -408px -84px;
	}
	li.nav-06 a:hover { background-position: -408px -253px; }

div.promo-sheet {
	position: absolute;
	bottom: -40px;
	right: -150px;
}


div#slide-holder {
	z-index : 40;
	width : 600px;
	height : 400px;
	position : absolute;
}
div#slide-holder div#slide-runner {
	top : 0;
	left : 0;
	width : 600px;
	height : 400px;
	overflow : hidden;
	position : absolute;
}
div#slide-holder img {
	margin : 0;
	display : none;
	position : absolute;
}
div#slide-holder div#slide-controls {
	left : 0;
	bottom : 350px;
	width : 600px;
	height : 50px;
	display : none;
	position : absolute;
}
div#slide-holder div#slide-controls p.text {
	float : left;
	color : #fff;
	display : inline;
	font-size : 10px;
	line-height : 16px;
	margin : 15px 0 0 20px;
	text-transform : uppercase;
}
div#slide-holder div#slide-controls p#slide-nav {
	float : right;
	height : 24px;
	display : inline;
	margin : 11px 15px 0 0;
}
div#slide-holder div#slide-controls p#slide-nav a {
	float : left;
	width : 24px;
	height : 24px;
	display : inline;
	font-size : 11px;
	margin : 0 5px 0 0;
	line-height : 24px;
	font-weight : bold;
	text-align : center;
	text-decoration : none;
	background-position : 0 0;
	background-repeat : no-repeat;
	color: #fff;
}
div#slide-holder div#slide-controls p#slide-nav a.on {
	background-position : 0 -24px;
}
div#slide-holder div#slide-controls p#slide-nav a {
	background-image : url('/img/silde-nav.png');
}
