/* 
Boston Sausage - www.bostonsausage.co.uk
CSS Document - simplewebhosting.co.uk - web design 
*/

body
{color: #274D34;
margin: 0; 
padding: 0;
font: 14px Arial, Helvetica, sans-serif;
background: #006837;}

a,a:visited
{color: #274D34;
text-decoration: none;}

a:hover
{color: #288748;}

#container
{width: 1169px;
background: url(images/background.jpg) top center repeat-y #3A825B;
margin: 0px auto;}

#content
{width: 969px;
margin: 0 auto;}

#contentmain
{padding: 5px 50px;}

#header
{width: 969px;}

#logo
{float: left;}

#nav
{width: 650px;
float: right;
margin-top: 5px;}

#footer
{background: url(images/footer.jpg) top left no-repeat;
color: #94AD9E;
font: 10px  Verdana, Arial, Helvetica, sans-serif;
height: 10px;
padding-top: 75px;
text-align: center;}

#footer a
{color: #94AD9E;}

#footer a:visited
{color: #94AD9E;}

#footer a:hover
{color: #FFF;}

.clear
{clear: both;
height: 0;}

h1
{text-transform: uppercase;
letter-spacing: -1px;
font-weight: normal;
font-size: 24px;}

.imagepadding
{margin: 0 0 10px 20px;}

.icon
{padding: 0 10px 0 0;}

/* Accordian */

.accordion {
	width: 100%;
	border-bottom: solid 1px #c4c4c4;
}
.accordion h3 {
	background: #e9e7e7 url(images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover {
	background-color: #e3e2e2;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}

/*
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

#gallery
{padding: 10px;}
	
#gallery img
{border: 3px solid #295B3E;}

#gallery img:hover
{border: 3px solid #00AA47;}

.slideshow { height: 246px; width: 325px;}
.slideshow img {}