HTML {   
	/* following line forces firefox to always display a scrollbar so that the 
	page does not jump around when switching betwwen pages that require a scrollbar
	and those that don't. Sadly can't find a way to disable the scrollbar you just can't use it */
	overflow: -moz-scrollbars-vertical;
}

html,body{
margin:0;
padding:0;

}

body{
	font: 76% arial,sans-serif;
	background-color: #DDDDDD;
}

p,li {
	line-height:1.6em;
	font-size:1em;
}


h1 {
	margin-top:0;
	color:#27718c;
	font-size:1.5em;
	font-weight:normal;
}

h2 {
	color:#27718c;
	font-size:1.2em;
	line-height:1.4em;
	font-style:italic;
}

a, 
a:link, 
a:visited {
	color:#27718c;
}

a:hover, 
a:active {
	color:#76c5e2;
}

/***** Site Structure *****/
div#sitecontainer {
	width:778px;
	margin:0 auto;
	background-color:#333333;
	height:1%;
}
div#tagline{
	padding-left:3px;
	height:20px;
	background-color:#000000;
}
div#header{
	width:778px;
	height:103px;
	background-image: url(/img/backgrounds/siteheader.jpg);
	background-color: #000000;
}

div#navigation {
	display:inline;
	width:146px;
	float:left;
	
}

div#wrapper {
	width:616px;
	float:right;
	background-image:url(/img/backgrounds/steel100.jpg); 
	background-repeat: repeat-y;
	padding:0px 8px 25px 8px;
	margin:8px 0 1px 0;
	background-position: 5px 5px;
}

div#footer{
	clear:both;
	font-size:10px;
	background-color:#000000;
	border-top:ridge 3px ;
}

/***** header link *****/

div#tagline span.divider {
	display:block;
	float:left;
	color:#ffffff;
	margin:1px 0 0 0;
}

div#tagline a,
div#tagline a:link,
div#tagline a:visited {
	display:block;
	float:left;
	margin:3px 5px 0 5px;
	color:#ffffff;
	text-decoration:none;
	font-size:10px;
}
div#tagline a:hover,
div#tagline a:active {
	color:#76c5e2;
	text-decoration:none;
}
div#tagline span.divider {
	color:#ffffff;
}

div#tagline marquee {
	height:18px;
	color:#ffffff;
	font-size: 11px;
	padding-top:2px;
}

div#tagline marquee a, 
div#tagline marquee a:link, 
div#tagline marquee a:visited {
	display:inline;
	color:#ffffff;
	float:none;
	width:auto;
	font-size: 11px;
}
div#tagline marquee a:active,
div#tagline marquee a:hover {
	color:#27718c;
	text-decoration:underline;
}

div#flags {
	float:left;
	margin: 60px 0 0 9px;
}
div#flags a, 
div#flags a:link, 
div#flags a:visited {
	display:block;
	float:left;
	margin:0 10px 0 0;
}
div#flags a:hover, 
div#flags a:active {

}
div#flags a img {
	border:none;
	margin:0 0 0 0;
}

a#linkholder {
	display:block;
	float:right;
	width:205px;
	height:101px;
	text-decoration:none;
}

/***** navigation content*****/
div#navigation ul {
	list-style:none;
	margin:8px 0 0 0;
	padding:0;
}

div#navigation ul li {
	margin-bottom:8px;
	border-bottom:solid 1px #ffffff;
	
}

div#navigation ul li a, 
div#navigation ul li a:link, 
div#navigation ul li a:visited { 
	display:block;
	width:138px;
	height:12px;
	padding:2px 0 6px 6px;
	color:#ffffff;
	font-size: 8pt;
	font-weight:bold;
	text-decoration:none;
	background-image:none;
	overflow:hidden;
	
}
div#navigation ul li a:hover,
div#navigation ul li a:active, 
div#navigation ul li a.selected {
	background-image: url(/img/backgrounds/navselect.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}  

/***** footer content *****/
div#footer p {
	margin:0;
	text-align:center;
}
div#footer p.line1 {
	color:#76c5e2;
}
div#footer p.line1 a,
div#footer p.line1 a:link,
div#footer p.line1 a:visited
{
	color:#76c5e2;
	text-decoration:none;
}
div#footer p.line1 a:hover,
div#footer p.line1 a:active
{
	color:#ffffff;
	text-decoration: underline;
}
div#footer p.line2 {
	color:#999999;
}

div.sitemap a, 
div.sitemap a:link, 
div.sitemap a:visited {
	color:#ffffff;
}

div.sitemap a:hover, 
div.sitemap a:active {
	color:#76c5e2;
}

/***** Text holders *****/
h1.home {
	width:600px;
	text-align:center;
	color:#a3c5e2;
	font-size:24px;
	font-weight:bold;
	padding-top: 5px;
}
h2.home {
	width:600px;
	color:#a3c5e2;
	font-size: 14px;
	font-weight:normal;
	margin-left:8px;
}
div.fulltext {
	width:600px;
	color:#ffffff;
	padding: 0 8px 0 8px;
	margin:10px 0 10px 0;
	
	
}
div#sectionlinks {
	margin:0 0 0 0;
	text-align:center;
}

div#sectionlinks a {
	background-color:black;
}

div#sectionlinks a img,
div#sectionlinks a:link img,
div#sectionlinks a:visited img {
	filter:alpha(opacity=100);
	opacity:1;
	
}

div#sectionlinks a:hover img, 
div#sectionlinks a:active img {
	filter:alpha(opacity=75);
	opacity:.75;
	
}

div#sectionlinks a img {
	border:0;
	margin:0 auto;
}


div.widetext {
	width:393px;
	background-color:#ffffff;
	padding:8px;
	margin:0;
	
	float:left;
}

div.slimtext {
	width:182px;
	background-color:#ffffff;
	padding:8px;
	margin:0;
	float:left;
}

div#slimimageholder {
	float:left;
	margin-left:8px;
}

div#slimimageholder img {
	display:block;
	margin-bottom:8px;
}

div#wideimageholder {
	display:inline;
	float:left;
	width:414px;
	margin-left:4px;
	padding:0;
	
	
}

div#wideimageholder img {
	display:block;
	display:inline;
	float:left;
	margin-bottom:8px;
	margin-right:8px;
}


/********************CONTACT FORM*********************/
form#contact {
	padding:5px 5px 20px 5px;
	margin-bottom:20px;
	height:1%;
	width:605px;
	float:left;
	background-color:#ffffff;
}

form#contact h1 {
	margin-left:5px;
}

form#contact div.introtext {
	margin-left:5px;
}

form#contact div.leftfields {
	float:left;
	margin: 10px 0 0 0;
}	
form#contact div.leftfields label {
	display:block;
	float:left;
	width:100px;
	color:#27718c;
	font-weight:bold;
	margin:5px 0 0 5px;
}
form#contact div.leftfields input, form#contact div.leftfields select {
	margin-top:5px;
}

form#contact div.rightfields {
	display:inline;
	float:left;
	width:310px;
	margin: 0 0 0 20px;
	padding:0;
}

form#contact div.rightfields label {
	color:#27718c;
	font-weight:bold;
	margin:5px 0 0 5px;
}

form#contact textarea {
	width:300px;
	height:200px;
	margin-bottom:5px;
}

form#contact select {
	width:150px;
}



input.submitbutton{
	border-width: 2px;
	border-style: solid;
	border-color: #87c1dc #003 #003 #3d3da6;
	color: white;
	background-color: #27718c;
	font-weight: bold;
	font-size: x-small;
	margin-top:30px;
}

/***** End of contact form *****/

/********************Get a quote FORM*********************/
form#getaquote {
	padding:5px 5px 20px 5px;
	margin-bottom:20px;
	height:1%;
	width:605px;
	float:left;
	background-color:#ffffff;
}

form#getaquote h1 {
	margin-left:5px;
}

form#getaquote div.introtext {
	margin-left:5px;
}

form#getaquote div.leftfields {
	float:left;
	margin: 10px 0 0 0;
}	
form#getaquote div.leftfields label,
form#getaquote div.centerfields label,
form#getaquote div.rightfields label {
	display:block;
	float:left;
	width:110px;
	color:#27718c;
	font-weight:bold;
	margin:5px 0 0 5px;
}
form#getaquote div.leftfields input, form#getaquote div.leftfields select {
	margin-top:5px;
}

form#getaquote div.rightfields {
	display:inline;
	float:left;
	width:310px;
	margin: 5px 0 0 20px;
	padding:0;
}

form#getaquote input.submitbutton{
	border-width: 2px;
	border-style: solid;
	border-color: #87c1dc #003 #003 #3d3da6;
	color: white;
	background-color: #27718c;
	font-weight: bold;
	font-size: x-small;
	margin:30px 0 0 250px;
}
form#getaquote div.centerfields {
	display:inline;
	clear:left;
	float:left;
	margin: 5px 0 0 10px;
	padding:0;
}
form#getaquote textarea{
	width:500px;
	height:50px;
} 

/***** End of get a quote form *****/


/***** Start of catalogue *****/
div#catalogue {
	width:615px;
	margin:0;
}
div#catalogue h1 {
	width:600px;
	text-align:center;
	color:#a3c5e2;
	font-size:24px;
	font-weight:bold;
	padding-top: 5px;
}

div#catalogue div#introtext, 
div#catalogue div#outrotext {
	clear:both;
	color:#ffffff;
	margin:0 0 10px 7px;
}

/* catalogue category list */
div.catholder {
	display:inline;
	float:left;
	margin:0 7px 10px 7px;
}

p.price {
	color: red;
	font-weight: bold;
}

div.catholder a, 
div.catholder a:link, 
div.catholder a:visited {
	display:inline;
	float:left;
	font-size: 11px;
	text-decoration:none;
	text-align:center;
	margin:0;
	padding:4px 4px 4px 4px;
	width:100px;
	height:165px;
	overflow:hidden;
	color:#ffffff;
}

div.catholder a:hover, 
div.catholder a:active {
	background-color: #000000;
}

div.catholder a img {
	display:inline;
	margin:0;
	padding:0;
	float:left;
	
}
div.catholder a p {
	clear:left;
	margin:0;
	padding:0;
	display:inline;
	
}

/* catalogue product list */
div.prodholder {
	display:inline;
	float:left;
	clear:left;
	margin:0 7px 7px 7px;
	padding:0px;
	width:590px;
	
	text-align:left;
	
}

div.prodholder h3 {
	display:inline;
	float:left;
	margin:0 0 0 10px;
	width:450px;
	font-size:12px;
	cursor:pointer;
}

div.prodholder a p {
	display:inline;
	float:left;
	margin:0;
	padding:0;
	margin:0 0 0 10px;
	cursor:pointer;
}

div.prodholder a, 
div.prodholder a:link, 
div.prodholder a:visited {
	display:inline;
	float:left;
	font-size: 13px;
	text-decoration:none;
	width:590px;
	margin:0;
	padding:3px;
	
	color:#ffffff;
}

div.prodholder a:hover, 
div.prodholder a:active {
	background-color:#000000;	
}

div.prodholder a img {
	margin:0;
	padding:0;
	float:left;
	width:100px;
	border:solid 1px black;
}

div.prodholder a:hover img, 
div.prodholder a:hover img {
	border:solid 1px white;
}




/* basket stuff */
div.basket {
	margin:10px 0 0 7px;
	padding:0;
	
}
div.basket h1 {
	color:#ffffff;
}
div.basket form {
	margin:0;
	padding:0;
}

div.basket table.basketdisplay {
	margin:0;
	padding:0;
	width:600px;
	border-collapse:collapse;
}

div.basket table.basketdisplay thead tr th {
	margin:0;
	padding:3px;
	background-color:#666666;
	text-align:left;
	border:solid 1px black;
	color:#ffffff;
}
div.basket table.basketdisplay thead tr th.hdrmid {
	text-align:center;
}
div.basket table.basketdisplay thead tr th.hdrright {
	text-align:right;
}
div.basket table.basketdisplay tbody tr td {
	margin:0;
	padding:5px 3px 5px 3px;
	color:#ffffff;
}

div.basket table.basketdisplay tbody tr td a, 
div.basket table.basketdisplay tbody tr td a:link, 
div.basket table.basketdisplay tbody tr td a:visited {
	color:#ffffff;
	text-decoration:none;
}
div.basket table.basketdisplay tbody tr td a:hover,
div.basket table.basketdisplay tbody tr td a:active {
	color:#ffffff;
	text-decoration:underline;
}

div.basket table.basketdisplay tbody tr td.conmid {
	text-align:center;
}
div.basket table.basketdisplay tbody tr td.conright {
	text-align:right;
}

div.basket table.basketdisplay tfoot tr td.totaltext {
	font-weight:bold;
	color:#ffffff;
	text-align:right;
}
div.basket table.basketdisplay tfoot tr td.total {
	font-weight:bold;
	color:#ffffff;
	text-align:right;
}

div.basket table.basketdisplay tbody tr td p {
	color:#ffffff;
}

div.basket table.basketdisplay tbody tr td.noitems {
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	font-size:16px;
	padding:10px 0 10px 0;
	
}

div.basket table.basketdisplay td.controls, 
div.controls {
	padding-top:20px;
}

input.button {
	border-width: 2px;
	border-style: solid;
	border-color: #87c1dc #003 #003 #3d3da6;
	color: white;
	background-color: #27718c;
	font-weight: bold;
	font-size: x-small;
	cursor:pointer;
}

input.savebutton{
	border-width: 2px;
	border-style: solid;
	border-color: #9c9 #030 #030 #409f40;
	color: white;
	background-color: #393;
	font-weight: bold;
	font-size: x-small;
	cursor:pointer;
}

table.basketdisplay tbody td div#qtyholder {
	margin:0 auto;
	
	width:80px;
	float:left;
		
}
table.basketdisplay tbody td div#qtyholder a, 
table.basketdisplay tbody td div#qtyholder a:link, 
table.basketdisplay tbody td div#qtyholder a:visited {
	display:block;
	width:12px;
	float:left;
	color:#ffffff;
	background-color:#000000;
	border:solid 1px #ffffff;
	padding:3px 5px;
	margin:1px;
	text-decoration:none;
}
table.basketdisplay tbody td div#qtyholder a:active,
table.basketdisplay tbody td div#qtyholder a:hover {
	background-color:#ffffff;
	border:solid 1px #cc0033;
	color:#000000;

}
table.basketdisplay tbody td div#qtyholder span {
	display:block;
	float:left;
	border:solid 1px #cccccc;
	padding:3px 5px;
	margin:1px;
}

div#messages {
	color:#ffffff;
}

div#fields {
	margin-left:100px;
	color:#ffffff;
}

div#fields label {
	display:block;
	width:200px;
	float:left;
	
	font-weight:bold; 
}

div#fields div.controls {
	margin-left:200px;
}



div#imageblock {
	width:310px;
	float:left;
}
div#imageblock a {
	display:block;
	margin:0;
	padding:0;
	float:left;
	filter:alpha(opacity=100);
	opacity:1;
	height:150px;
	overflow:hidden;
}
div#imageblock a:hover {
	filter:alpha(opacity=50);
	opacity:.50;
}
div#imageblock img {
	border:solid 1px black;
	margin:0;
	float:left;
}

div#imageblock div#mainimageholder {
	width:300px;
	height:320px;
	
	text-align:center;
	overflow:hidden;
}
div#imageblock div#mainimageholder img {
	margin:auto;
	display:block;
	float:none;
}

div#textblock {
	color:#ffffff;
}

div#textblock table.lines {
	width:300px;
	border-collapse:collapse;
}
div#textblock table.lines th {
	text-align:left;
	border:solid 1px white;
	padding:2px;
	
}
div#textblock table.lines td {
	padding:2px 0 2px 0;
}
div#textblock table.lines td.qty, 
div#textblock table.lines th.qty {
	text-align:right;
	width:45px;
}
div#textblock table.lines th.code {
	width:65px;
}
div#textblock table.lines td.price, 
div#textblock table.lines th.price {
	text-align:right;
	width:50px;
	padding:0;
	
}

div#textblock table.lines td.row1 {
	font-size:11px;
	
}
div#textblock table.lines td.row2 {
	border-bottom:solid 1px white;
	
}

div#textblock input.qty {
	display:inline;
	text-align:right;
	width:30px;
	margin:0;
	
}

div#textblock input.addtobasket {
	
	border-width: 2px;
	border-style: solid;
	border-color: #87c1dc #003 #003 #3d3da6;
	color: white;
	background-color: #27718c;
	font-weight: normal;
	font-size: x-small;
	margin:10px 10px 0 0;
	float:right;
}


/***** End of catalogue *****/


div.confirmation {
	display:inline;
	float:left;
	margin:25px;
	color:#ffffff;
}

div.confirmation h1 {
	color:#ffffff;
	
}
div.confirmation div.introtext {
	float:left;
	
	margin:0;
}

div.orderdetails {
	height:1%;
	clear:left;
}


div.orderdetails label {
	display:block;
	width:100px;
	font-weight:bold;
	float:left;
	margin:0;
}
div.orderdetails p {
	margin:0 0 5px 0;
}
div.orderdetails h2 {
	margin:0 0 10px 0;
	color:#ffffff;
	font-size:1.2em;
}

div.orderheader {
	display:inline;
	float:left;
	padding:10px;
	margin:10px;
	height:1%;
}

div.ordercustomer {
	display:inline;
	
	float:left;
	padding:10px 10px 10px 30px;
	margin:10px 10px 10px 30px;
	border-left:solid 1px white;
	height:1%;
	
}
div.ordercustomer label {
	width:80px;
}
div.ordercustomer p {
	width:150px;
}

div.ordercustomer div {
	float:left;
}

div.orderlines {
	
	clear:left;
	float:left;
	margin:0;
}

div.orderlines table {
	width:500px;
	border:none;
	border-collapse:collapse;
	
	margin:0 0 0 30px;
	
}
div.orderlines table td {
	padding:5px;
	border:solid 1px #ffffff;
}
div.orderlines table thead th{
	background-color:#999999;
	border:solid 1px #ffffff;

}
div.orderlines table thead th.qty, div.orderlines table td.qty{
	text-align:center;
}
div.orderlines table thead th.total, div.orderlines table td.total{
	text-align:right;
}
div.orderlines table tfoot td{
	text-align:right;
	border:solid 1px #ffffff;
}

div#useditemlg {
	
}

div#useditemlg h1 {
	
	float:left;
	width:375px;
	
}

div#useditemlg div#description {
	
	
	background-color:#ffffff;
	float:left;
	width:380px;
	margin:10px 0 0 0;
	padding:10px;
}

div#useditemlg div.imageholder {
	
	margin:5px 0 0 3px;
	float:left;
	width:210px;
}

div#useditemlg div.imageholder img {
	margin:0 0 0 0;
	width:auto;
	width:auto;
	
}

div#useditemlg div.imageholder div.imagebanner, 
div.useditem div.imagebanner {
	position:absolute;
	left:1px;
	top:10px;
	background-color:#990000;
	color:white;
	text-decoration:none;
	font-size:2em;
	text-align:center;
	filter:alpha(opacity=65);
	opacity:.65;
}

div.useditem {
	position:relative;
	padding-left:4px;
	clear:left;
	float:left;
	margin-bottom:7px;
	
	width:610px;
}
div.useditem a {
	text-decoration:none;
}
div.useditem p {
	line-height:1.2em;
}
div.useditem div.imagebanner {
	left:5px;
}
div.useditem img {
	border:solid 1px black;
	float:left;
	margin-right:6px;
}
div.useditem div.imageplaceholder {
	display:block;
	width:199px;
	height:150px;
	float:left;
	background-color:#666666;
	border:solid 1px black;
	margin-right:6px;
	
}
div.useditem div.imageplaceholder div.imagebanner {
	background-color:#999999;
	text-decoration:none;
	width:199px;
	
}

div.useditem div.description {
	background-color:white;
	border:solid 1px white;
	float:left;
	padding:10px;
	width:380px;
	
}
div.useditem div.description h2 {
	margin:0 0 0 0;
}

span.breadcrumb {
	display:block;
	color:#ffffff;
	padding:5px 5px 10px 10px;
}
span.breadcrumb a, 
span.breadcrumb a:link, 
span.breadcrumb a:visited {
	color:#ffffff;
	text-decoration:underline;
	margin: 0 5px 0 5px;
}
span.breadcrumb a:hover,
span.breadcrumb a:active {
	color:#000000;
}
span.breadcrumb p {
	margin-left:5px;
	display:inline;
}

div.verification {
	clear:both;
	margin:0 0 0 190px;
}

div.verification a {
	border:solid 1px black;
	padding:5px;
	background-color:#ffffff;
	float:left;
	margin:10px 0 0 10px;
}

/***** Useful Stuff *****/
.clearer { clear:both; }
.right { float:right; }
.left { float:left; }

.rightmargin10 {margin-right:10px;}

.leftmargin10 {margin-left:10px;}

.w50 {width:50px;}
.w100 {width:100px;}
.w150 {width:150px;}
.w200 {width:200px;}

.white {color:#ffffff;}