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

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


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

#header {
	position: absolute;
	width: 395px;
	margin: 1.0em 0 0 48.0em;
	padding: 7px;
	background: transparent url(../../images/structural/trans-green.png) top left repeat;
	z-index: 10;
}


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

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

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

#banner {
	width: 764px;
	height: 172px; 
	padding: 0;
	margin: 0 !important;
	color: #fff;
	background: #014425;
	}
	#banner li {
		margin: 0 !important;
		padding: 0 !important;
		position: absolute;
		list-style: none;
		background: 0;
	}
	#banner h1,#banner li img {
		position: absolute;
		}
		#banner h1 {
			z-index: 10;
			width: 400px;
			margin: 7.7em 0 0 1.0em;
		}
	
#rightcol {
	position: relative;
	display: inline;
	float: left;
	clear: right;
	width: 751px;
	}	
	#rightcol #content {
		width: 725px;
		padding: 15px 10px 26px 26px;
		margin: 0 0 0 0;
		background: #FCFCFC;
		border: 1px solid #e4e4e4;
		border-bottom: 6px solid #004423;
		min-height:400px;
		height:auto !important;
		height:400px;
	}

#footer {
	clear: both;
	padding: 14px 0 0 0;
	width: 100%;
	height: 80px;
	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.0em 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: 1.0em 0 0 0;
	padding: 0;	
	}
	h3 a, h3 a:active, h3 a:link, h3 a:visited {
		text-decoration: none;
		}
		h3 a:hover {
			text-decoration: underline;
		}
	.column h3 {
		margin-top: 0;
	}
		

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;
}

p.text-left {
	display: inline;
	float: left;
}

p.image-left {
	display: inline;
	float: right;
}

		

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

#header, #header a {
	color: #fff;

}

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

	
ul#top-nav {
	display: inline;
	float: right;
	width: 255px;
}
	
ul#top-nav li {
	margin: 0.3em 0 0 0.4em !important;
	padding: 0 5px 0 0;
	font-size: 90%;
}
	
	
/*** Search form ***/

	form#search {
		width: 160px;
	}
	
	form#search input.searchtext {
		width: 128px;
		height: 16px;
		padding: 2px 0 2px 3px;
		border: 0;
		color: #777;
		font-size: 0.9em;
		font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
		border: 1px solid #777;
	}
	form#search input.submit {
		font-size: 80%;
		font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
		padding: 3px;
		background: #004423;
		margin-left: -0.4em;
		color: #fff;
	}

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

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



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

.footer p {
	font-size: 0.9em;
	margin: 0;
}

.footer #footer-left {
	display: inline;
	float: left;
	width: 212px;
	margin: 0.5em 0 0 2.5em
}


.footer #navigation {
	margin: 0.5em 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: 580px;
	}
	.footer #navigation ul li {
		list-style: none;
		margin: 0 0.4em 0 0 !important;
		padding: 2px 8px 2px 0 !important;
		position: relative;
		display: inline;
		text-align: left;
		background: none;
		border-right: 1px dashed #ccc;
		}
		
		.footer #navigation li a {
			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: inline;
	float: left;
	clear: left;
	margin: 1.6em 0;
	font-size: 0.9em;
}
	


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


ul#mainnav {
	margin: 5.9em 0 0 1.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 {
			display: none;
		}
		ul#mainnav li.open ul {
			display: block;
		}
		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 #nav-basket a {
			background: #004423 !important;
			color: #fff !important;
			}*/
			ul#mainnav #nav-basket a:hover {
				background: #fff !important;
				color: #004423 !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: none;
			background: #eee;
		}
		
		/*#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;
		}*/

		ul#mainnav li .minus {
			display: none;
		}
		ul#mainnav li.open .minus {
			display: inline;
			font-size: 0.7em;
			margin-left: -1.3em;
		}
		
		ul#mainnav li .plus {
			display: inline;
			font-size: 0.7em;
			margin-left: -1.3em;
		}
		ul#mainnav li.open .plus {
			display: none;
		}
		


/* Right column */

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



#rightcol .text-left {
	display: inline;
	float: left;
	width: 400px;
	}
	#rightcol .image-right {
		display: inline;
		float: right;
		width: 220px;
		}
		
#rightcol .text-right {
	display: inline;
	float: right;
	width: 508px;
	padding-right: 10px;
	}
	#rightcol .image-left {
		display: inline;
		float: left;
		width: 210px;
		margin-top: 0.3em;
		}
		#rightcol .image-right img, #rightcol .image-left img, #rightcol img.image-right, #rightcol img.image-left {
			border: 1px solid #aaa;
		}


/* Homepage */

body#home #rightcol h2 {
	width: 704px;
	margin-top: 0;
}

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

.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.0em;
}			


/*** News ***/

#news-item {
	background: #fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: 0.5em 0 1.0em 0;
	padding-left: 10px;
	padding-bottom: 8px;
	}
	#news-item p {
		line-height: 1.3em;
	}
	#news-item h3 {
		font-size: 115%;
		text-transform: uppercase;
	}


/*** Product pages ***/

#product {
	background: #fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: 0.5em 0 1.0em 0;
	padding-left: 10px;
	padding-bottom: 8px;
	}
	#product p {
		line-height: 1.3em;
	}
	#product h3 {
		font-size: 115%;
		text-transform: uppercase;
	}

#product .product-description	{
	margin-bottom: 2.0em;
}


#product div.text-left {
	width: 489px !important;
}
	
#product select.browse-sizes {
	display: inline;
	float: left;
	margin-right: 0.6em;
}

#product #price {
	display: inline;
	float: left;
	margin-top: -0.4em;
	font-family: "georgia", times new roman, serif;
	font-size: 1.6em;
	color: #014423;
}

#product #addtocart {
	display: inline;
	float: right;
	padding: 5px;
	background: #fff;
	color: #014423;
	border: 1px solid #ddd !important;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	cursor: pointer;
	}
	#product #addtocart:hover {
		background: #014423;
		color: #fff;
		border: 0;
	}

	
/* 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#map1 {
	border: 1px solid #004423;
	height: 300px;
	width: 385px;
	margin: 0.3em 0 0 0;
}

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

#rightcol .enquiry-button {
	display: inline;
	float: right;
	width: 200px;
	margin-right: 0.5em;
	margin-top: -2.5em;
	margin-bottom: -4.5em;
}


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

/* Markets */

#markets-list {
	margin: 0;
	padding: 0;
	}
	#markets-list li {
		display: inline;
		float: left;
		list-style: none;
		background: none;
		margin: 1.0em 1.5em 0 0 !important;
		padding: 0;
		text-align: center;
		}
		#markets-list li h3 {	
			margin: 0 0 0.3em 0 !important;
			font-size: 1.3em;
		}
		#markets-list li img {
			border: 5px solid #eee;
		}


/* Group */

.logo-left {
	display: inline;
	float: left;
	height: 50px;
	margin-right: 1.5em;
	margin-bottom: 1.0em;
}


/* Woven */

#fabrics-list {
	margin-left: 12.5em !important;
}


/* Military products */

#dma-logo {
	float: right;
	margin-top: -13.0em;
	}
	#dma-logo img {
		height: 70px;
	}
	


/* 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 {
	background: none !important;
	padding-top: 10px;
	width: 700px;
}

table.basket th {
	background: none !important;
	padding-bottom: 3px;
	font-size: 1.0em;
}

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: 210px;
	margin-right: 9.2em;
	background: #fff;
	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: #014423;
			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: 9.2em;
	}
	.checkout a {
		padding-left: 18px;
		line-height: 0.9em;
	}
	
#rightcol .left {
	display: inline;
	float: left;
	width: 220px;
	line-height: 165%;
	}
	
p.right img {
	border: 1px solid #004423;
}

#breadcrumb p {
	padding: 0;
	margin: 0;
	line-height: 1.2em;
}

.pay-online {
	padding:20px;
}
