/*


	Author			:	Prodo Ltd [www.prodo.com]
	Developer		:	Christopher Robinson
	Modified		:	Friday, 24th August 2007
	Website		:	The Fish People [www.thefishpeople.co.uk]


*/


/**************************************************
						Body
**************************************************/
body {
	background:#19171c url('image/background_body.jpg') repeat-x;
	background-position:repeat-x top;
	color:#fff;
	font:.75em/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/**************************************************
						General
**************************************************/
* {
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
}
img {
	border:0;
}

	/**************************************************
							Class
	**************************************************/
	.red {
		color:#f00;
	}

	/**************************************************
							Slimbox
	**************************************************/
	#lbOverlay {
		background:#000;
		cursor:pointer;
		left:0;
		position:absolute;
		width:100%;
	}
	#lbCenter, #lbBottomContainer {
		background:#fff;
		left:50%;
		overflow:hidden;
		position:absolute;
	}
	.lbLoading {
		background:#fff url('image/slimbox/loading.gif') no-repeat;
		background-position:center center;
	}
	#lbImage {
		background:no-repeat;
		border:10px solid #fff;
		left:0;
		position:absolute;
		top:0;
	}
	#lbPrevLink, #lbNextLink {
		display:block;
		outline:none;
		position:absolute;
		top:0;
		width:50%;
	}
	#lbPrevLink {
		left:0;
	}
	#lbPrevLink:hover {
		background:transparent url('image/slimbox/prevlabel.gif') no-repeat;
		background-position:0 15%;
	}
	#lbNextLink {
		right:0;
	}
	#lbNextLink:hover {
		background:transparent url('image/slimbox/nextlabel.gif') no-repeat;
		background-position:100% 15%;
	}
	#lbBottom {
		font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
		font-size:10px;
		color:#666;
		line-height:1.4em;
		text-align:left;
		border:10px solid #fff;
		border-top-style:none;
	}
	#lbCloseLink {
		display:block;
		float:right;
		width:66px;
		height:22px;
		background:transparent url('image/slimbox/closelabel.gif') no-repeat;
		background-position:center center;
		margin:5px 0;
	}
	#lbCaption, #lbNumber {
		margin-right:71px;
	}
	#lbCaption {
		font-weight:bold;
	}

/**************************************************
						Container
**************************************************/
#container {
	background:url('image/background_container.jpg');
	background-position:repeat-y;
	margin:0 auto;
	width:886px;
}
#container:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}

	/**************************************************
							Header
	**************************************************/
	#header {
		background:url('image/background_header.jpg') no-repeat;
		height:143px;
		width:886px;
	}
	#header:after {
		clear:both;
		content:'.';
		display:block;
		height:0;
		visibility:hidden;
	}
	#header h1 a {
		display:block;
		height:26px;
		padding:40px 0 0;
		margin:0 0 0 129px;
		text-indent:-9999px;
		width:757px;
	}
	#header h2 {
		text-indent:-9999px;
	}

	/**************************************************
						Content
	**************************************************/
	#content {
		background:url('image/background_content.jpg');
		background-position:repeat-y;
		float:right;
		height:436px;
		padding:15px 0 12px 15px;
		position:relative;
		width:745px;
	}
	#content:after {
		clear:both;
		content:'.';
		display:block;
		height:0;
		visibility:hidden;
	}
	#content img#main {
		margin:0 0 12px;
	}
		p#inner {
			background:#e1e2e4;
			border:1px solid #271e19;
			color:#252628;
			left:35px;
			max-height:236px;
			_height:236px;
			overflow:auto;
			padding:10px;
			position:absolute;
			top:78px;
			width:322px;
		}
		p#inner strong {
			font-size:1.1em;
		}
		ul#products {
			color:#555;
			left:35px;
			list-style:none;
			padding:0;
			position:absolute;
			top:83px;
			width:730px;
		}
		ul#products li {
			float:left;
			font-size:.8em;
			height:86px;
			line-height:12px;
			margin:25px 25px 0 0;
			text-align:center;
			width:94px;
		}
		ul#products p {
			font-size:1.3em;
			height:30px;
			line-height:30px;
			text-align:center;
			width:730px;
		}

	/**************************************************
							Navigation
	**************************************************/
	ul#navigation {
		list-style:none;
		margin:0 0 15px;
		width:745px;
	}
	ul#navigation:after {
		clear:both;
		content:'.';
		display:block;
		height:0;
		visibility:hidden;
	}
	ul#navigation li {
		border:1px #c5c5c5;
		float:left;
		margin:0 2px 0 0;
	}	
	ul#navigation li a {
		background:#19171c;
		color:#fff;
		display:block;
		font:small-caps 11px/28px Arial, Helvetica, sans-serif;
		height:28px;
		text-align:center;
		width:120px;
	}
	ul#navigation li a:hover {
		background:#e2e3e5;
		color:#131415;
	}
	ul#navigation li a.active {
		background:#868789;
	}
	ul#navigation li a.double {
		line-height:14px;
	}

	/**************************************************
							Sidebar
	**************************************************/
	#sidebar {
		float:left;
		width:126px;
	}
	#sidebar ul {
		list-style:none;
		margin:52px 0 0;
	}
	#sidebar ul li {
		font:small-caps .9em/25px Arial, Helvetica, sans-serif;
		margin:0 6px 0 0;
		text-align:right;
	}
	#sidebar ul li a {
		color:#a9a7aa;
	}
	#sidebar ul li a.active {
		color:#fff;
	}

/**************************************************
						Footer
**************************************************/
#footer {
	height:23px;
	margin:-1px 0 0;
	width:100%;
}
#footer ul {
	list-style:none;
	margin:0 auto;
	width:886px;
}
#footer ul li {
	float:right;
	font-variant:small-caps;
	line-height:23px;
	margin:0 15px 0 0;
}
#footer ul li.sitemap {
	float:left;
	margin:0 0 0 142px;
	_margin:0 0 0 72px;
}
#footer ul li a {
	color:#525252;
}