/*
-----------------------------------------------
Main styles (layout)
----------------------------------------------- */

/* Wrapper
----------------------------------------------- */
#wrapper {
	width: 1000px;
	margin: 0;
	text-align: left;
	padding: 0;
}


/* Header
----------------------------------------------- */

#header {
	position: relative;
	float: left;
	display: block;
	clear: both;
	width: 1000px;
	margin: 0 0 0 0;
	padding: 20px 0 12px 0;
	z-index: 0;
	text-align: right;
}


/* Structural
----------------------------------------------- */

#main {
	width: 1000px;
	padding: 0;
	margin: 0;
	}

#leftcol {
	width: 237px;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	}

#banner {
	display: inline;
	float: left;
	clear: right;
	width: 733px;
	height: 33px; 
	padding: 140px 0 0 30px;
	margin: 0 0 1.2em 0;
	color: #fff;
	}
	body#home #banner {
		background: url(../images/headers/spools.jpg) top left no-repeat;
	}
	
#rightcol {
	position: relative;
	display: inline;
	float: left;
	clear: right;
	width: 751px;
	}	
	#rightcol #content {
		width: 735px;
		padding: 15px 0 26px 26px;
		margin: 0 0 0 0;
		background: #FCFCFC;
		border: 1px solid #e4e4e4;
		border-bottom: 6px solid #004423;
	}

#footer {
	clear: both;
	padding: 14px 0 0 0;
	width: 100%;
	height: 160px;
	margin: 3.0em 0 0 0;
	background: #f6f6f6;
	color: #888;
	}
	


/* Headings
----------------------------------------------- */

h1 {
	display: block;
	clear: both;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 1.07em 0;
	padding: 0;	
	}
	
h2 {
	color: #777;
	font-size: 125%;
	font-weight: normal;
	margin: 1.2em 0pt 0.3em 0;
	padding: 0;
	line-height: 1.4em;
		}
		h2 a {
			text-decoration: underline;
		}

h3 {
	color: #00502F;
	font-size: 110%;
	font-weight: normal;
	margin: 0pt 0pt 0px 0;
	padding: 0;	
	}
	h3 a, h3 a:active, h3 a:link, h3 a:visited {
		text-decoration: none;
		}
		h3 a:hover {
			text-decoration: underline;
		}	

h4 {
	color: #777;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0.4em 0 0.4em 0;
	padding: 0;
	}


/* Other text
----------------------------------------------- */

p {
	margin: 0 0 0.4em 0;
	line-height: 160%;
	}
	#leftcol p {
		margin-bottom: 1.4em !important;
	}

p.right_align {
	text-align: right;
}

p.smaller {
	font-size: 0.9em;
}

p.smaller a {
	font-weight: normal;
}

p.large {
	font-size: 1.3em;
	color: #888;
}

p.align-left {
	margin-left: -2.5em !important;
}

ol li {
	margin: 4px 0;
}

		

/* Header
----------------------------------------------- */

#header, #header a {
	color: #888;
}

#header ul li {
	list-style: none;
	background: none;
	display: inline;
	float: left;
}

	
ul#top-nav {
	display: inline;
	float: right;
	width: 180px;
}
	
ul#top-nav li {
	padding: 0 5px 0 0;
	font-size: 90%;
}
	
	
/*** Search form ***/

	form#search {
		display: inline;
		float: right;
		width: 140px;
	}
	
	form#search input.searchtext {
		width: 108px;
		height: 16px;
		padding: 3px 0 1px 3px;
		border: 0;
		color: #aaa;
		font-size: 80%;
		font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
		border: 1px solid #eee;
	}
	form#search input.submit {
		font-size: 80%;
		font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
		padding: 3px;
		background: #f4f4f4;
		margin-left: -0.4em;
	}

/* Safari fix */ 
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	form#search input.searchtext { 
		padding: 0px 0 0px 21px;
	}
} 
	

p.logo {
	margin: 0 0 1.5em;
	width: 237px;
}



/* Footer
----------------------------------------------- */

.footer p {
	font-size: 85%;
	margin: 0;
}


.footer #navigation {
	margin: -1.2em 0 0 19.6em;
	display: block;
	text-align: left;
	}
	.footer #navigation h3 {
		font-size: 1.2em;
		margin-bottom: 0.8em;
	}
	
.footer #navigation ul {
	display: inline;
	float: left;
	width: 180px;
	}
	.footer #navigation ul li {
		list-style: none;
		margin: 0 0 0 0 !important;
		padding: 6px 0 6px 0 !important;
		position: relative;
		display: inline;
		text-align: left;
		}
		
		.footer #navigation li a {
			display: block;
			font-size: 0.9em;
			text-decoration: none;
			height: 20px;
		}
		.footer #navigation li span {
			display: block;
			text-decoration: none;
			height: 20px;
			}
			.footer #navigation li span a {
				display: inline;
				clear: right;
			}		
		.footer #navigation ul li a:hover {
			text-decoration: underline;
		}
		
		.footer ul#products {
			width: 160px;
		}			
		.footer ul#company {
			width: 140px;
		}
		.footer ul#info {
			width: 190px;
		}			

		
.footer .copyright {
	display: block;
	clear: left;
	margin-left: 2.5em;
	margin-top: 0.4em;
}
	


/* Navigation
----------------------------------------------- */


ul#mainnav {
	margin: 0 0 0 2.0em;
	padding: 0;
	}
	ul#mainnav li {
		list-style: none;
		margin: 1.0em 0 0 1.4em !important;
		padding: 7px 0 0 0;
		display: block;
		background: none;
		}
		ul#mainnav li ul li {
			background: url(../images/structural/bullet_news.gif) center left no-repeat;
			padding-left: 10px;
			margin-top: 0 !important;
		}
		
		ul#mainnav li a {
			display: block;
			color: #00502F;
			font-size: 1.2em;
			text-decoration: none;
			text-transform: uppercase;
		}
		ul#mainnav li ul li a {
			display: block;
			color: #777;
			font-size: 1.0em;
			text-decoration: none;
			text-transform: none;
		}		
		ul#mainnav li a:hover {
			text-decoration: underline;
			color: #00502F;
		}
		
		/*#home ul#mainnav #nav-home a, #about ul#mainnav #nav-about a, #product ul#mainnav #nav-products a, #design ul#mainnav #nav-design a,
		#portfolio ul#mainnav #nav-portfolio a, #environmental ul#mainnav #nav-environmental a, #contact ul#mainnav #nav-contact a {
			background: url(../images/structural/nav_on.gif) center left no-repeat;
			padding-left: 11px;
			margin-left: -0.7em !important;
		}*/



/* Right column */

#rightcol p {
	padding: 5px 0 0 0px;
	line-height: 165%;
}



#rightcol .left {
	display: inline;
	float: left;
	width: 220px;
	line-height: 165%;
	}
	#rightcol .right {
		display: inline;
		float: left;
		width: 380px;
		font-size: 0.9em;
		line-height: 1.4em;
		}
	


/* Homepage */

body#home #rightcol h2 {
	width: 704px;
}

body#home #rightcol .column {
	margin-top: 1.2em;
}

.column {
	display: inline;
	float: left;
	width: 198px;
	height: 270px;
	margin-right: 1.8em;
	padding: 8px 10px 5px;
	background: #f4f4f4;
	border: 1px solid #eee;
	}
	.column p {
		font-size: 90%;
		line-height: 1.4em !important;
	}
	.column ul {
		margin-top: 0.8em !important;
		font-size: 90%;
		line-height: 1.3em !important;
	}	
	
	.column img.column-image {
		margin: 0.8em 0 0.3em -0.8em;
		}
		#featured.column img.column-image {
			margin-left: -0.9em;
		}

.more {
	margin-top: 0.6em;
}			



/*** Product categories ***/

ul#productlist h3 {
	background: #3F52A3;
	color: #fff;
	padding: 2px 2px 2px 5px;
	}
	ul#productlist h3 a {
		color: #fff;
	}

ul#productlist p.description {
	padding: 0px;
	height: 122px;
}

ul#productlist span.description {
	display: inline;
	float: left;
	width: 400px;
	padding: 5px;
}

ul#productlist p.description img {
	display: inline;
	float: right;
	width: 200px;
	border: 1px solid #3F52A3;
}

ul#productlist span.price {
	display: inline;
	float: left;
	clear: left;
	font-weight: bold;
	font-family: georgia, times new roman, serif;
	font-size: 1.5em;
	width: 100px;
	padding-left: 5px;
	color: #3F52A3;
}

ul#productlist span.link {
	display: block;
	clear: left;
	width: 300px;
	padding-left: 5px;
	}
	ul#productlist span.link a {
		font-weight: bold;
	}

ul#productlist .basket {
	position: absolute;
	margin-top: 8.8em;
	margin-left: -10.6em;
	/*display: inline;
	float: right;*/
	width: 122px;
	height: 28px;
	background: url(../images/structural/button_cart.gif) top left no-repeat;
	}
	ul#productlist .basket a {
		color: #fff;
		padding: 8px 0 0px 25px;
		line-height: 2.5em;
	}

	
/* Terms */

ul#terms li {
	list-type: none;
	background: none;
	padding-left: 0;
}

ul#terms li span {
	display: block;
	margin: 0.8em 0;
}
ul#terms li strong {
	display: block;
	margin: 1.8em 0 0.8em 0;
}


/* Contact us */

div#map {
	border: 1px solid #6164C6;
}

#contact #rightcol h1 {
	display: inline;
	float: left;
	width: 200px;
}

#contact #rightcol .enquirybutton {
	display: inline;
	float: left;
	width: 200px;
	margin-left: 4.5em;
}


	
form#enquiry {
	width: 400px;
	padding: 0;
	margin-top: 1.5em;
}




/* ADMIN */

/*** Basket ***/

.remove  {
	color: #cc0000;
	background:transparent url(../images/structural/delete.png) no-repeat scroll left top;
	padding-left: 14px;
	padding-bottom: 7px;
}

table.basket td {
	padding: 4px;
}

thead td {
	background: #f0f0f0;
	border: 1px solid #ddd;
	font-weight: bold;
	}
	thead td.blank {
		background: none;
		border: 0;
	}

tbody td {
	background: #fff;
	border: 1px solid #f0f0f0;
}

#totals {
	display: block;
	float: right;
	clear: right;
	width: 219px;
	margin-right: 6.3em;
	background: #f0f0f0;
	border: 1px solid #ddd;
	font-weight: normal;
	padding: 5px 0 0 0;
	}
	#totals p {
		padding: 6px 0 0 10px;
		}
		#totals p span {
			font-family: georgia, times new roman, serif;
			font-size: 1.2em;
		}
		#totals p.total {
			background: #6164C6;
			color: #fff;
			font-weight: bold;
			padding-bottom: 8px;
			margin: 1.0em 0 0 0 !important;
		}	


.continue {
	display: inline;
	float: left;
	clear: left;
	margin-top: 0.5em;
}

.checkout {
	display: inline;
	float: right;
	clear: right;
	background: url(../images/structural/tick.gif) top left no-repeat;
	margin-top: 1.5em;
	margin-right: 6.3em;
	}
	.checkout a {
		padding-left: 18px;
		line-height: 0.9em;
	}
	
input#button-login:hover {
	background: #014423 none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
}

input#button-login {
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #DDDDDD !important;
	color: #014423;
	cursor: pointer;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	padding: 5px;
}
