/*---- global styles ----*/
body {
	margin:0px;
	width:777px;
	margin-right:auto;
	margin-left:auto;
	background-color:#2062aa;
	font-size:0.69em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
img {
	border:none;
	}
a {
	text-decoration:underline;
	color:#004899;
	}
a:hover {
	color:#db1e22;
	}
h1 {
	font-size:1.64em;
	padding:0px;
	margin:0px 0px 10px 0px;
	color:#000000;
	}
h2 {
	font-size:1.27em;
	}
h2,p {
	padding:0px;
	margin:0px;
	}
hr {
    display: block;
	height:1px;
	color:#000000;
	background-color:#000000;
	border:0px;
	padding:0px;
	margin:0px;
	}
table {
	border-collapse:collapse;
	width:100%;
	}
th,td {
	vertical-align:top;
	}
span.note,div.note,
span.error,div.error {
	margin:12px 0px;
	color:#db1e22;
	}
span.error,div.error {
	font-weight:bold;
	}
div.note {
	margin:12px 0px;
	}

/*---- header ----*/
div#header1 {
	clear:both;
	background-image:url(images/header1_bg.gif);
	background-repeat:no-repeat;
	height:28px;
	}
div#header2 {
	clear:both;
	background-image:url(images/header2_bg.gif);
	background-repeat:repeat-y;
	padding:0px 9px 0px 9px;
	height:84px;
	}
img#logo {
	float:left;
	}
div#searchholder {
	margin-top:37px;
	background-color:#dfdfdf;
	float:right;
	}
form {
	padding:0px;
	margin:0px;
	}
form#searchform input,form#searchform label,form#searchform img {
	vertical-align:middle;
	}
form#searchform label {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.27em;
	}
form#searchform input.text {
	margin:0px 12px;
	}

/*---- site menu ----*/
div#site_menu_holder {
	float:left;
	background-image:url(images/site_menu_bg.gif);
	background-repeat:repeat-y;
	padding:0px 9px 0px 9px;
	}
div#site_menu {
	border-top:1px solid #8c8c8c;
	border-bottom:1px solid #8c8c8c;
	padding:5px 22px;
	float:left;
	width:715px;
	}
div#site_menu ul {
	float:left;
	padding:0px;
	margin:0px;
	list-style:none;
	}
div#site_menu ul li {
/*	float:left;*/
	padding:0px 1px 0px 10px;
	margin:0px;
	background-image:url(images/site_menu_bullet.gif);
	background-repeat:no-repeat;
	background-position:center left;
	display:inline;
	font-weight:bold;
	}
div#site_menu ul li.first {
	background:none;
	padding:0px 1px 0px 0px;
	}
div#site_menu ul li a {
	color:#000000;
	text-decoration:none;
	}
div#site_menu ul li a:hover {
	color:#2062aa;
	}
div#site_menu ul li.current a {
	color:#2062aa;
	}
div#site_menu ul li.current a:hover {
	color:#000000;
	}
div#site_menu div {
	float:right;
	}
/*---- banner image ----*/
div#banner {
	clear:both;
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
	padding:0px 9px 0px 9px;
	}
div#banner2 {
	clear:both;
	background-image:url(images/banner2_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:16px; /* IE6 won't render the div as small as this */
	}

/*---- holder for products & cart & contact menu and main content area ----*/
div#contentholder {
	clear:both;
	}

/*---- products & cart & contact menu ----*/
div#menu {
	float:left;
	width:161px;
	padding:0px 32px 15px 32px;
	background-image:url(images/menu_bg.gif);
	background-repeat:repeat-y;
	background-color:#eef2fa;
	border-right:1px solid #afc3ea;
	color:#555555;
	}
div#menu h2 {
	font-size:1em;
	padding:0px;
	margin:15px 0px 10px 0px;
	color:#000000;
	}
div#menu ul {
	padding:0px;
	margin:0px 0px 10px 0px;
	list-style:none;
	}
div#menu ul li {
	padding:2px 0px 2px 10px;
	margin:0px;
	background-image:url(images/li_bg.gif);
	background-repeat:no-repeat;
	background-position:top left;
	}
div#menu ul li a {
	color:#004899;
	font-weight:bold;
	text-decoration:none;
	}
div#menu ul li a:hover {
	color:#db1e22;
	}
div#menu ul li.current a {
	color:#db1e22;
	}
div#menu ul li.current a:hover {
	color:#004899;
	}

	/* second-level menu items */
	div#menu ul li ul {
		margin:0px;
		}
	div#menu ul li ul li {
		padding:3px 0px 0px 10px;
		background:none;
		}
	div#menu ul li ul li a {
		font-weight:normal;
		}
	div#menu ul li.current ul li a {
		color:#004899;
		}
	div#menu ul li.current ul li a:hover {
		color:#db1e22;
		}
	div#menu ul li.current ul li.current a {
		color:#db1e22;
		}
	div#menu ul li.current ul li.current a:hover {
		color:#004899;
		}

div#menu p {
	margin-bottom:10px;
	}
div#menu hr {
    display:block;
	height:2px; /* FF, IE6 and IE7 consider this to include the border, Opera an Konqueoror (more correctly, IMO) consider it to *exclude* the border */
	color:#ffffff;
	background-color:#ffffff;
	border:0px;
	border-top:1px solid #cccccc;
	}
div#menu div.highlight,div#menu a.viewcart {
	display:block;
	color:#2062aa;
	text-decoration:underline;
	margin-bottom:10px;
	}
div#menu a.viewcart:hover {
	text-decoration:none;
	color:#db1e22;
	}
div#menu div.subtotal {
	color:#db1e22;
	font-weight:bold;
	margin:10px 0px;
	}

/*---- main content area ----*/
div#content {
	float:right;
	width:486px;
	padding:22px 41px 22px 24px;
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
	background-position:right;
	}

/*---- product lists ----*/
ul.products {
	float:left;
	padding:0px;
	margin:20px 0px 0px 0px;
	list-style:none;
	}
ul.products li {
	float:left;
	padding:6px 0px 7px 0px;
	margin:0px;
	background-image:url(images/product_li_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	}
ul.products li.final {
	background:none;
	}
ul.products img.product {
	float:left;
	border:1px solid #b2b2b2;
	width:124px;
	height:86px;
	}
ul.products div.details {
	float:left;
	margin:2px 18px;
	width:225px;
	}
ul.products div.details h2 {
	font-size:1.18em;
	font-weight:bold;
	color:#004899;
	}
ul.products div.details h2 a {
	font-size:inherit;
	}
ul.products div.details h2 span.colours {
	font-style:italic;
	}
ul.products div.details p {
	margin:5px 0px;
	}
ul.products div.details a {
	font-size:0.9em;
	color:#004899;
	text-decoration:none;
	}
ul.products div.details a:hover span {
	text-decoration:underline;
	}
ul.products div.more {
	float:right;
	margin:3px 0px;
	width:87px; /* 99px */
	height:70px; /* 82px */
	padding:6px;
	background-color:#ffe8ea;
	color:#ff0012;
	text-align:center;
	font-size:1.09em;
	font-weight:bold;
	}
ul.products div.more div.price {
	font-size:1.66em
	}
ul.products div.more img {
	padding-top:5px;
	}

/*---- standard products page ----*/
div#product_specification {
	float:left;
	width:281px;
	}
div#product_specification p {
	line-height:1.3em;
	margin-bottom:16px;
	}
div#product_specification img {
	margin-bottom:16px;
	}
div#product_specification h2 {
	font-size:1.27em;
	margin-bottom:10px;
	}
div#product_details {
	float:right;
	width:185px;
	}
div#product_details div.price {
	background-color:#ffe8ea;
	color:#ff0012;
	text-align:center;
	font-size:1.09em;
	font-weight:bold;
	padding:7px 5px 6px 5px;
	margin-bottom:14px;
	}
div#product_details div.price span.price {
	font-size:2em;
	margin-left:4px;
	}
div#product_details p {
	line-height:1.35em;
	margin-bottom:20px;
	}

	/*---- products area on cable ties page, goldcrews page, and standard products page ----*/
	form#addform td.submit {
		padding-top:12px;
		text-align:right;
		}
	form#addform h2 {
		margin:15px 0px;
		}

	/*---- products area on cable ties page ----*/
	table#productlist td {
		vertical-align:middle;
		padding:3px 0px;
		white-space:nowrap;
		}
	table#productlist tr.odd td {
		background-color:#eef2fa;
		}
	table#productlist tr.even td {
		background-color:#ffffff;
		}
	table#productlist td.product_name {
		color:#004899;
		padding-right:5px;
		white-space:normal;
		width:250px; /* combined with the white-space on this and other cells, should ensure that this cell is as wide as possible but without forcing any others to wrap */
		}
	table#productlist td img {
		margin:0px 12px 0px 9px;
		}
	table#productlist input.text {
		width:50px;
		}
	table#productlist td.packsize {
		padding-left:5px;
		}
	table#productlist td.product_price {
		color:#db1e22;
		padding:0px 3px 0px 5px;
		}
	table#productlist tr.final td {
		border-bottom:1px solid #eef2fa;
		}

	/*---- products area on standard products page ----*/
	table#addtable input.text {
		width:50px;
		}
	table#addtable label {
		font-weight:bold;
		padding-right:5px;
		}
	table#addtable td.price {
		background-color:#ffe8ea;
		color:#ff0012;
		text-align:right;
		padding:1px 4px 2px 5px;
		}
	table#addtable span#pricevalue {
		font-size:1.27em;
		font-weight:bold;
		}
	table#addtable td.price {
		text-align:right;
		}
	table#addtable th {
		font-weight:bold;
		font-size:1.09em;
		padding:10px 0px 5px 0px;
		}
	table#addtable th {
		vertical-align:bottom;
		}
	table#addtable td {
		vertical-align:middle;
		}

/*---- special products pages (cable ties, goldscrews) ----*/
div#product_description,div#product_options {
	margin-bottom:20px;
	}
div#product_description {
	float:left;
	width:281px;
	}
div#product_description p {
	font-size:1.1em;
	line-height:1.5em;
	}
div#product_description img {
	margin-bottom:12px;
	}
div#product_options {
	float:right;
	width:185px;
	}
div#product_options p {
	line-height:1.35em;
	margin-bottom:20px;
	color:#004899;
	}
div#product_options label,div#product_options select {
	display:block;
	float:left;
	}
div#product_options label {
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:5px;
	}
div#product_options select {
	margin-bottom:14px;
	width:100%;
	}
div#product_options input.image {
	float:right;
	}

/*---- cart (and chekout) ----*/
table.checkout {
	width:486px;
	}

table.cart,
table.checkout,
div#prices_note {
	margin-top:31px;
	}
table.previous {
	margin-top:5px;
	margin-bottom:31px;
	}
table.cart th,table.cart td {
	text-align:left;
	padding-right:12px;
	white-space:nowrap;
	}
table.checkout th,table.checkout td {
	text-align:left;
	vertical-align:middle;
	padding-right:0px;
	}
table.cart th,
/*table.checkout th,*/table.checkout td.heading {
	background-color:#2062aa;
	color:#ffffff;
	font-weight:bold;
	border-bottom:8px solid #ffffff;
	padding-top:15px;
	padding-bottom:7px;
	vertical-align:top;
	}
table.checkout td.heading {
	padding-left:12px;
	}
table.checkout td.heading h2 {
	font-size:1em;
	}
table.checkout td.heading h2 a {
	color:#ffffff;
	text-decoration:none;
	}
table.cart th.description,table.cart td.description,
table.checkout th.description,table.checkout td.description {
	text-align:left;
	white-space:normal;
	width:300px; /* combined with the white-space on this and other cells, should ensure that this cell is as wide as possible but without forcing any others to wrap */
	padding-left:12px;
	}
table.cart th.subtotal,table.cart td.subtotal {
	text-align:right;
	}
div.related {
	background-color:#2062aa;
	color:#ffffff;
	font-weight:bold;
	border-bottom:8px solid #ffffff;
	padding-top:15px;
	padding-bottom:7px;
	padding-left:12px;
	margin-top:31px;
	}
ul.related {
	background-color:#eef2fa;
	padding:0px 0px 12px 0px;
	margin:0px;
	list-style:none;
	}
ul.related li {
	padding-top:12px;
	padding-left:12px;
	}


table.cart th span,
table.checkout th span {
	font-weight:normal;
	}
table.cart td,
table.checkout td,table.checkout th {
	background-color:#eef2fa;
	padding-top:12px;
	}
table.checkout th {
	text-align:right;
	padding-right:5px;
	white-space:nowrap;
	font-weight:normal;
	}
table.cart tr.final td,
table.checkout tr.final td {
	padding-bottom:12px;
	}
table.cart tr.final table td,
table.checkout tr.final table td {
	padding-bottom:0px; /* don't want all cells in nested tables to have this padding */
	}
table.cart tr.buttons td,
table.checkout tr.buttons td {
	padding-top:17px;
	padding-bottom:15px;
	padding-left:12px;
	}
table.cart tr.delivery td,table.cart tr.vat td,
table.checkout tr.delivery td,table.checkout tr.vat td {
	border-bottom:1px solid #ffffff;
	padding-bottom:12px;
	}
table.cart tr.delivery td,
table.checkout tr.delivery td {
	border-top:1px solid #ffffff;
	}
table.cart tr.buttons td.continue,
table.checkout tr.buttons td.continue {
	padding-right:12px;
	}
table.cart input.text,
table.checkout input.text {
	width:50px;
	margin-right:2px;
	}
table.checkout tr.blank td {
	height:31px;
	background-color:#ffffff;
	}
div.cartfooter,div#checkoutfooter {
	margin-top:1px;
	color:#000000;
	background-color:#d7dff1;
	font-size:1.27em;
	font-weight:bold;
	text-align:right;
	padding:16px 12px 18px 15px;
	}
div.cartfooter span.price {
	margin:0px 10px;
	}

/*---- footer ----*/
div#footer0 {
	clear:both;
	background-image:url(images/footer_bg.gif);
	background-repeat:no-repeat;
	height:26px;
	}
div#footer {
	clear:both;
	padding:0px 9px 48px 9px; /* IE7 doubles the top part of this, hence putting the footer0 div above it rather than padding on this one */
	color:#8dbff0;
	text-align:center;
	line-height:1.7em;
	}
div#footer a,div#footer span {
	color:#8dbff0;
	text-decoration:none;
	margin:0px 4px;
	}
div#footer a:hover {
	text-decoration:underline;
	}
