/*  
Site Name: Pinewood
Version: 1.0
Author: Andy Pearson
Author URI: http://www.binamic.co.uk
Date: 16.04.07
*/

* { margin:0; padding:0; }
html { height: 100%; }

body {
	font:62.5%/1.5 Verdana, Arial, Helvetica, sans-serif;
	background:#508B6D url(../images/backie.gif) repeat-x top center;
	height: 100%;
}

h1 {
	text-indent: -9000px;
	overflow: hidden;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	color: #004521;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	background: url(../images/split.gif) bottom left no-repeat;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #004521;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	background: url(../images/split.gif) bottom left no-repeat;
}

h4 {
	font-size: 1.1em;
	color: #004521;
	padding: 0 0 15px 0;
}

p {
	font-size: 1.1em;
	line-height: 1.8em;
	margin: 0;
	padding: 0 0 15px 0;
}

a {
	color: #056734;
	text-decoration: none;
	border-bottom: 1px solid #B4D2B4;
}

hr { display: none; }

#wrapper {
	background: url(../images/trees.jpg) bottom center repeat-x;
	min-height: 100%;
	position: relative;
}

* html #wrapper {
	height: 100%;
}

#container {
	width: 760px;
	background:#ffffff url(../images/content-backie2.gif) repeat-y top left;
	margin: 0 auto;
}

#header {
	width: 760px;
	height: 180px;
	background: #3E7A5B url(../images/header2.jpg) no-repeat bottom left;
	padding: 10px 0 0 0;
}

#main-content {
	width: 560px;
	float: right;
	padding: 14px 20px 80px 20px;
}

#sub-content {
	width: 160px;
	float: left;
	padding: 14px 0 80px 0;
}
	#sub-content #navi, #sub-content #navi2 {
		list-style: none;
		padding: 0 0 30px 2px;
	}
		#sub-content #navi li, #sub-content #navi2 li {
			overflow: hidden;
		}
			#sub-content #navi li a, #sub-content #navi2 li a {
				display: block;
				width: 139px;
				padding: 6px 5px 6px 14px;
				font-size: 1.1em;
			}
		#sub-content #navi li.current {
			background: url(../images/navi-on-under.gif) top left no-repeat;
		}
			#sub-content #navi li.current a {
				background: url(../images/navi-on.gif) bottom left no-repeat;
			}
		#sub-content #navi a, #sub-content #navi2 a {
			color: #000000;
			text-decoration: none;
			border-bottom: none;
		}

#footer {
	width: 732px;
	height: 47px;
	background: #AD8758 url(../images/footer2.gif) no-repeat top left;
	padding: 10px 14px;
	clear: both;
}
	#footer p {
		padding: 0;
	}
	
/*
---- Form
*/

form.base {

}
	form.base fieldset {
		border: none;
	}
	form.base div {
		margin: 0;
		padding: 0 0 5px 0;
		clear: both;
	}
	form.base label {
		display: block;
		width: 120px;
		float: left;
		margin: 0;
		padding: 0;
		font-size: 1.1em;
	}
	form.base input, form.base textarea, form.base select {
		margin: 0;
		font-size: 1.0em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		padding: 1px;
	}
	form.base textarea {
		padding: 1px 3px;
	}
	form.base div.extraspace {
		padding: 0 0 20px 0;
	}
	form.base div.twolines label {
		width: auto;
		float: none;
		padding: 0 0 2px 0;
	}
	form.base div.nolabel input {
		margin: 0 0 0 100px;
	}
	* html form.base div.nolabel input {
		margin: 0 0 0 103px;
	}
	form.base input.button {
		padding: 2px 1px;
	}
	form.base img {
		border: 1px solid #DEEEDE;
	}
	form.base table {
		margin: 0 0 10px 0;
	}
	form.base td {
		font-size: 1.1em;
	}
	
	form.base table.brandtable td {
		padding: 0 10px 5px 0;
	}
	form.base table.brandtable td.brandname {
		width: 260px;
	}
	
	form.base p.prodImage img {
		float:left; 
		margin:0 10px 15px 0;
	}
	
	form.base p.catImage {
		display: block;
		width: 180px;
		float: left;
		padding: 0;
		margin-right: 10px;
	}
	
	form.base p.galleryImage {
		padding: 0;
	}
	
	form.base h3 {
		clear: both;
		background: none;
		padding-bottom: 0;
	}

p.success {
	color: #006600;
	font-weight: bold;	
}

p.error {
	color: #660000;
	font-weight: bold;
}
	
/*
---- Home Page
*/

#homefooter {
	background: url(../images/split.gif) top left no-repeat;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}
	#homefooter h3, #main-content #signup h3 {
		background: none;
		padding: 0 0 5px 0;
		margin: 0;
	}
	#homefooter li {
		list-style: none;
		font-size: 1.1em;
		padding: 0 0 5px 0;
	}
	#homefooter form, #main-content #signup {
		float: right;
		width: 160px;
		text-align: right;
		background-color: #DEEEDE;
		padding: 10px;
	}
	#homefooter form input, #main-content #signup input {
		font-size: 1.1em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		padding: 1px;
		margin: 0 0 5px 0;
		width: 150px;
	}
	#homefooter form input.button, #main-content #signup input.button {
		padding: 2px 1px;
		width: auto;
	}
	#homefooter form p, #main-content #signup p {
		padding: 0;
	}
/*
---- Catagories
*/
	
#catagorylist {
	list-style: none;
	padding: 0 0 15px 0;
}
	#catagorylist li {
		font-size: 1.1em;
		float: left;
		background-color: #DEEEDE;
		width: 170px;
		padding: 5px 7px;
		margin: 0 1px 1px 0;
		text-align: center;
	}
	#catagorylist li.full {
		width: 540px;
	}
	
/*
---- Admin Products
*/

#adminproductlist {
	list-style: none;
}
	#adminproductlist li {
		font-size: 1.1em;
		padding: 0 0 15px 0;
	}
		#adminproductlist li span {
			display: block;
			background-color: #DBEBDB;
			padding: 2px 4px 3px 4px;
		}
		#adminproductlist li ul {
			list-style: none;
			padding-top: 5px;
		}
			#adminproductlist li ul li {
				font-weight: normal;
				padding: 0 0 0 20px;
				font-size: 1.0em;
				clear: both;
			}
				#adminproductlist a {
					display: block;
					float: right;
					padding: 0;
				}
				#adminproductlist a.rightpad {
					margin: 0 20px 0 0;
				}

/*
---- Products
*/

#productlist {
	list-style: none;
	width: 560px;
	clear: both;
}
	#productlist li {
		float: left;
		width: 100%;
		font-size: 1.1em;
		border-bottom: 5px solid #ffffff;
	}
		#productlist li a {
			display: block;
			background: #E9F4E9 url(../images/listup.gif) top left no-repeat;
			color: #000000;
			padding: 4px 30px;
			text-decoration: none;
			float: left;
			width: 500px;
			border-bottom: none;
		}
			#productlist li a span {
				font-size: 1.2em;
				font-weight: bold;
			}
		#productlist li a:hover {
			background: #A8CDA8 url(../images/listup2.gif) top left no-repeat;
		}
		#productlist li a.ulopen {
			background: #E9F4E9 url(../images/listdown.gif) top left no-repeat;
		}
		#productlist li a.ulopen:hover {
			background: #A8CDA8 url(../images/listdown2.gif) top left no-repeat;
		}
		#productlist li ul {
			list-style: none;
			clear: both;
			display: none;
		}
			#productlist li ul li {
				display: block;
				font-size: 1.1em;
				font-weight: normal;
				line-height: 1.8em;
				padding: 10px 0;
				background: url(../images/split.gif) bottom left no-repeat;
				border-bottom: none;
			}
				#productlist li ul li img {
					margin: 0 0 0 10px;
					float: right;
					width: 80px;
					height: 60px;
					border: 1px solid #000;
				}
				
				#productlist li ul li a {
					font-size: 1.0em;
					font-weight: normal;
					display: inline;
					background: none;
					color: #056734;
					border-bottom: 1px solid #B4D2B4;
					padding: 0;
					text-decoration: none;
					float: none;
					width: auto;
				}
				#productlist li ul li a:hover {
					background: none;
				}
		
#productsheader {
	padding-bottom: 20px;
}		
	#productsheader div {
		display: block;
		float: left;
		width: 182px;
		margin-right: 7px;
	}
		#productsheader div.nomargin {
			margin-right: 0;
		}
		#productsheader div img {
			border: 1px solid #000;
		}
	
/*
---- Suppliers
*/
	
#supplierlist {
	list-style: none;
}
	#supplierlist li {
		float: left;
		width: 275px;
		padding: 0 5px 5px 0;
	}
	#supplierlist li.right {
		float: right;
		text-align: right;
	}
		#supplierlist li img {
			border: 1px solid #DEEEDE;
		}
		
#landscapegallery, #landscapegallery2 {
	list-style: none;
	margin-bottom: 15px;
}
	#landscapegallery li {
		float: left;
		padding: 0 0 5px 5px;
	}
	#landscapegallery2 li {
		float: left;
		padding: 0 0 20px 5px;
	}
		#landscapegallery li img, #landscapegallery2 li img {
			display: block;
			border: 1px solid #333;
		}
		
		
/*
---- Clear All and the Clearfix
*/
.clear-all {
	margin:0px;
	padding:0px;
	clear:both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */