body
{
	background-image: url('http://www.acorn-furniture.co.uk/images/admin/oak.jpg');
	background-repeat: repeat;
	padding: 0;
	text-align: center;
	text-decoration: none;
	color: #030;
	font-size: small;
	font-family: Verdana, Calibri;
}

#wrapper
{
	width: 976px;
	margin: auto;
}

#header
{
	position: relative;
	margin: auto;
}

img
{
	text-align: center;
	margin: auto;
}

h2
{
	text-align: center;
}

/* Left Nav Bar Code */

#leftnavbar
{
	float: left;
	width: 150px;
	margin-top: 10px;
}

a.navmenu
{
	color: #030;
	text-decoration: none;
}

ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 2px solid #030;
	z-index:1000;
}

ul li 
{
	position: relative;
}

li ul 
{
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
}

ul li a.navmenu 
{
	display: block;
	text-decoration: none;
	color: #030;
	background: #FEFEB4;
	padding: 5px;
	border: 2px solid #030;
	border-bottom: 0;

}

a.navmenu
{
	width: 136px;
}

li:hover ul, li.over ul 
{ 
	display: block;
}

#nav
{
	z-index: 1000;
}


a.navmenu:hover
{
	color: #FEFEB4;
	background: #030;
}

#logos
{
	width: 146px;
	border: 2px solid #030;
	background: #FEFEB4;
	border-top: 0px;
	text-align: center;
	margin: auto;
}

.logoimg
{
	padding-top: 20px;
	width: 75px;
}

.bottom
{
	padding-bottom: 20px;
}

/* End of Left Nav Bar Code */

#main
{
	float: left;
	width: 732px;
	color: #030;
	text-align: justify;
	vertical-align: top;
	background: #FEFEB4;
	border: 2px solid #030;
	margin-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: 10px;
	padding-bottom: 35px;
	padding-top: 35px;
	z-index: -1;
}

maintext
{
	padding: 0;
	padding-bottom: 30px
}

/****** Gallery Styling *******/

.link
{
	width: 150px;
	float: left;
	text-align: center;
	padding-left: 40px;
	padding-top: 5px;
}

.gallery
{
	width: 150px;
	height: 112px;
	border: 2px solid #030;
}

a.gallerylink:hover
{
	background: none;
	text-decoration: none;
}

.start
{
	padding-left: 0px;
}

/* Two Column Pages */

.split
{
	float: left;
	width: 350px;
	border: none;
}

.splitimg
{
	width: 350px;
	height: 262px;
}

.right
{
	padding-left: 30px;
}
/* Footer Coding */


#footer
{
	position: relative;
	float: left;
	width: 972px;
	border: 2px solid #030;
	background: #FEFEB4;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

#footleft
{
	float: left;
	width: 700px;
	padding-bottom: 4px;
}

#footright
{
	float: right;
	width: 220px;
	padding-right: 4px;
	text-align: right;
	padding-bottom: 4px;
}

p.foot
{
	position: relative;
	text-align: left;
	text-indent: 4px;
	font-size: x-small;
	padding: 0px;
	padding-top: 4px;
	margin: 0px;
	text-overflow: wrap;
}

#footimgs
{
	position: relative;
	float: right;
	width: 400px;
	padding: 0;
	margin: 0;
}

.footimg
{
	padding: 5px;
	padding-right: 30px;
	height: 50px;
	margin: auto;
}

.underline
{
	text-decoration: underline;
}

ul.subhome, li.subhome
{
	width: 600px;
	border: 0;
	list-style: circle;
}

a.subhome
{
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration: underline;
	list-style: none;
	color: #030;
}

a.subhome:hover
{
	color: #FEFEB4;
	background-color: #030;
}

.center
{
	text-align: center;
}

/***** Full width lists *******/

.full
{
	width: 700px;
	list-style: disc;
	text-decoration: none;
	border: 0;
}

/***** JQuery Slideshow Formatting ******/

#slideshow #slidesContainer {
  margin:0 auto;
  width:560px;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}

#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:540px; /* reduce by 20 pixels to avoid horizontal scroll */
  height:263px;
}

/**
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(img/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(img/control_right.jpg) no-repeat 0 0;
}

.imgrow
{
	width: 340px;
	position: relative;
	float: left;
}

.contentul
{
	list-style: disc;
	border: 0;
	width: 100%;
	padding-left: 1em;
}
	
.contentli
{
	padding-bottom: 5px;
}

.portfolio
{
	width: 25%;
	position: relative;
	float: left;
	text-align: center;
}

.thumbnail
{
	text-align: center;
	width: 150px;
}

.notation
{
	text-align: center;
}

.hidden { visibility: hidden; }
.unhidden { visibility: visible; }
