/* CSS Document */
/* top navigation menu */
#navtop {
	width:100%;
	min-width:750px;
	z-index:1;
	height: 59px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	white-space: nowrap;
	}	
#navmenu {
	clear: both;
	width:100%;
	background-color:#003300;
	height: 20px;
	margin: 0;
	padding: 2px 10px 2px 2px;
	z-index:1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #FFFFFF;
	white-space: nowrap;
	text-align: right;
	}
#navmenu a:link, #navmenu a:visited {
	text-decoration:none;
	color: #FFFFFF;
	}
#navmenu a:hover {
	text-decoration:none;
	color: #66CC99;
	}
/* end top navigation menu */

#nawhitebar {
	width:100%;
	background-color:#FFFFFF;
	height:5px;
	z-index:1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
#main {
	position:relative;
	width:100%;
	padding:0px;
	z-index:1;
	clear: both;
	}
body {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
h1 {
	font-size: 12px;
	font-weight: bold;
}
.content {
	position:relative; /* Position is declared 'relative' to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:10px 190px 2px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
#navLeft {
	position:absolute;
	width:175px;
	top:10px;
	left:0px;
	padding:0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	z-index:2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	print
	}
#navRight {
	position:absolute;
	width:175px;
	top:10px;
	right:0px;
	padding:0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	z-index:1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#pageDisplay {
	position:absolute;
	top:10px;
	left:185px;
	right:185px;
}


/* side lists navigation */
ul#mainnav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #D6D6D6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
ul#mainnav li {
	display: block;
	border-top: 1px solid #A5B5C6;
	background-color: #003300;
	color: #FFFFFF;
	}
ul#mainnav ul.subnav {
	margin: 0px;
	list-style: none;
	padding: 0px;
	border: 0px solid pink;
	}
ul#mainnav ul.subnav li {
	border-top: 0 none;
	padding-left: 8px;
	background-color: #D6D6D6;
	}
ul#mainnav ul.subnav li a {
	padding: 1%;
	margin: 0px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #5C6F90;
	text-decoration: none;
	}
ul#mainnav ul.subnav li a:hover {
	color: #43616B;
	text-decoration: underline;
	}
ul#rightNav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #D6D6D6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
ul#rightNav li {
	display: block;
	border-top: 1px solid #A5B5C6;
	background-color: #003300;
	color: #FFFFFF;
	}	
ul#rightNav ul.subnav {
	margin: 0px;
	list-style: none;
	padding: 0px;
	}
ul#rightNav ul.subnav li {
	padding: 1%;
	border-top: 0 none;
	background-color: #FFFFFF;
	color: #666666;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	}
ul#rightNav ul.subnav li a {
	margin: 0px;
	color: #5C6F90;
	text-decoration: none;
	}
ul#rightNav ul.subnav li a:hover {
	color: #43616B;
	text-decoration: underline;
	}
/* end side lists navigation */

.error {
	font-weight: bold;
	color: #990000;
}

input, select{
	font-size: 11px;
	}
.section {
	background-color: #003300;
	color: #FFFFFF;
	}
.address {
	font-size: 11px;
	padding: 2px;
	width: 100%;
	}
.pageNos {
	float: left;
}
.prodPageNav {
	float: right;
}

/* basket */
table#basket {
	font-size: 11px;
	margin: 0px;
	width: 100%;
	}
#basket tr td {
	padding: 2px;
	margin: 0px;
	}
#basket tr.head {
	color: #5C6F90;
	background-color: #D6D6D6;
	font-weight: bold;
	}
#basket input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
#basket .productLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	}
#basket .buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #5C6F90;
	background-color: #D6D6D6;
	}
/* end basket */

/* customer details and contact forms */
table#confirm, table#contact {
	font-size: 11px;
	margin: 0px;
	width: 100%;
	}
#confirm tr td, #contact tr td {
	padding: 2px;
	margin: 0px;
	}
#confirm tr.section {
	color: #5C6F90;
	background-color: #D6D6D6;
	font-weight: bold;
	}
#confirm input, #contact input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 200px;
	}
#confirm textarea, #contact textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100px;
	width: 250px;
	}
#confirm .email, #contact .email {
	width: 250px;
	}
#confirm .postcode {
	width: 100px;
	}
#confirm .buttons, #contact .buttons{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #5C6F90;
	background-color: #D6D6D6;
	}
/* end customer details */
/* product display */
table#productList, table#productList2 {
	font-size: 11px;
	width: 100%;
	clear: both;
	}
#productList tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 100px;
	}
#productList2 tr td {
	padding: 2px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
#productList img {
	float: left;
	width: 100px;
	margin-right: 20px;
	}	
table#featured {
	font-size: 11px;
	width: 100%;
	margin-top: 20px;
	}
#featured tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 150px;
	}
#featured img {
	float: left;
	width: 250px;
	margin-right: 20px;
	}
#productList .prodTitle, #featured .prodTitle, #product .prodTitle {
	font-weight: bold;	
	}
#productList .prodPrice, #featured .prodPrice, .terms {
	font-weight: bold;
	font-size: 14px;
	color: #990000;
	}
.strikePrice {
	text-decoration: line-through;
	}
/* end product display */
