body {
  margin: 0;
  font-family: arial;
  font-size: 14px;
  color: #303b4a;
}

div,ul,li,form,fieldset,table,thead,tbody,tfoot,tr,th,td,img {
  margin: 0;
  padding: 0;
  border: 0;
}
ul {
  list-style-type: none;
}
h1,h2,h3,h4,h5,h6 {
  color: #39a8dd;
}
h1,h2,h3 {
  margin: 0 0 10px 0;
  padding: 0 0 3px 0;
  border-bottom: 1px #bbbbbb solid;
  font-size: 14px;
  color: #39a8dd;
}
a {
  color: #39a8dd;
  text-decoration: none;
}

.submit {
  height: 25px;
  border: 0;
  vertical-align: middle;
  background: #009900;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
	padding: 0px 8px 2px;
	margin-bottom: 2px;

}
.remove{
	height: 22px;
  border: 0;
  vertical-align: middle;
  background: #fefefe;
  font-weight: bold;
  color: #f00;
	border: 2px solid #f1f1f1;
  cursor: pointer;
	margin: 3px;
	border-right-color: #eaeaea;
	border-bottom-color: #eaeaea;
}

.submit, .remove {
	-webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.submit.update { background-color: #6AC96D ;}

.error {
  padding: 2px 5px 2px 5px;
  border: 1px #ff6666 solid;
  background: #ffcccc;
  color: #ff0000;
}
#Basket .error {
  padding: 2px 5px 2px 5px;
  border: 1px #ff6666 solid;
  background: #ffcccc;
  color: #ff0000;
  margin-bottom: 10px;
  display:block;
}
.clear {
  clear: both;
}
.small {
  font-size: 80%;
}

#Wrapper {
	background-color: #fff; 
}
#ContactBar {
  height: 14px;
  padding: 5px;
  background: #39a8dd;
  border-bottom: 2px #2a7ea3 solid;
  font-size: 90%;
  color: #ffffff;
}
#ContactBar div {
  margin: 0 auto 0 auto;
  width: 820px;
}
#ContactBar div ul {
  float: right;
}
#ContactBar div ul li {
  display: inline;
  margin: 0 0 0 10px;
}
#ContactBar div ul li a {
  color: #ffffff;
}
#Banner {
  height: 90px;
  background: #ffffff url('/_images/BannerBackground.png') repeat-x bottom;
  text-align: right;
}
#Banner div {
  margin: 0 auto 0 auto;
  width: 820px;
}
#Banner div img {
  float: left;
  vertical-align: top;
}
#Banner div p {
  margin: 10px 0 0 0;
  font-size: 75%;
}
#ImageBox {
  background: #1d6d78 url('/_images/ImageBoxBackground.jpg') repeat-x;
}
#ImageBoxInner {
  margin: 0 auto 0 auto;
  width: 840px;
  height: 110px;
  padding: 10px 0 0 0;
  background: #1d6d78 url('/_images/ImageBox.jpg') no-repeat;
}
#ImageBoxInner.Home {
  height: 143px;
  padding: 47px 0 0 0;
}
#ImageBoxLeft {
  float: left;
  margin: 0 0 0 10px;
  width: 413px;
  height: 76px;
  padding: 10px;
  background: transparent url('/_images/ImageBoxLeft.gif') no-repeat;
  text-align: right;
  color: #ffffff;
}
#ImageBoxLeft p {
  margin: 0 0 10px 0;
  text-align: left;
  font-style: italic;
  font-size: 24px;
}
#ImageBoxBasket {
  float: left;
  margin: 0 0 0 10px;
  width: 269px;
  height: 80px;
  padding: 8px 15px 8px 15px;
  background: transparent url('/_images/ImageBoxRight.gif') no-repeat;
}
#ImageBoxBasket h4 {
  margin: 0;
  font-size: 16px;
}
#ImageBoxBasket p {
  margin: 3px 0 5px 0;
  font-size: 12px;
}
#ImageBoxRight {
  float: right;
  margin: 0 10px 0 0;
  width: 269px;
  height: 80px;
  padding: 8px 15px 8px 15px;
  background: transparent url('/_images/ImageBoxRight.gif') no-repeat;
}
#ImageBoxRight h4 {
  margin: 0;
  font-size: 16px;
}
#ImageBoxRight p {
  margin: 3px 0 5px 0;
  font-size: 11px;
}
#ImageBoxRight input.text {
  margin: 0 5px 0 0;
  width: 185px;
  height: 18px;
  vertical-align: middle;
  border: 1px #333333 solid;
}
#Content {
  margin: 10px auto 0 auto;
  width: 820px;
}
#Categories {
  float: left;
  width: 205px;
  font-size: 12px;
}
#Categories ul {
  margin: 0 0 20px 0;
}
#Categories ul li {
  padding: 2px 5px 2px 5px;
}
#Categories ul li:hover {
  background: #39a8dd;
  cursor: pointer;
}
#Categories ul li a {
  color: #707b8a;
}
#Categories ul li:hover a {
  color: #ffffff;
}
#Main {
  float: right;
  width: 592px;
}
#Main p {
  line-height: 1.4em;
}

#FeaturedProducts li {
  float: left;
  margin: 10px 5px 0 5px;
  width: 120px;
  height: 120px;
  padding: 5px;
  border: 1px #dddddd solid;
  line-height: 120px;
}
#FeaturedProducts li:hover {
  background: #dddddd;
  cursor: pointer;
}

#SubCategories li {
  float: left;
  margin: 5px;
  width: 120px;
  height: 162px;
  padding: 10px 5px 0 5px;
  border: 1px #dddddd solid;
  text-align: center;
}
#SubCategories li:hover {
  background: #dddddd;
  cursor: pointer;
}
#SubCategories li div {
  height: 130px;
}
#Products {
  clear: both;
  margin: 10px 0 0 0;
  border-top: 1px #bbbbbb solid;
}
#Products li {
  padding: 10px;
  border-bottom: 1px #bbbbbb solid;
}
#Products li:hover {
  background: #dddddd;
  cursor: pointer;
}
#Products li div.img {
  float: right;
  width: 120px;
  padding: 0 0 0 10px;
  text-align: right;
}
#Products li h2 {
  margin: 0;
  border: 0;
}
#Products li p {
  margin: 5px 0 5px 0;
  border: 0;
  line-height: 1em;
}
#Products li form {
  clear: both;
  height: 30px;
  padding: 0 5px 0 5px;
  line-height: 30px;
  font-size: 13px;
  background: #cccccc;
}
#Products li form fieldset {
  float: right;
}
#Products li form div {
  float: right;
  margin: 0 10px 0 0;
}

#Product {
}
#Product div.imgs {
  float: right;
  margin: 0 0 10px 10px;
  text-align: center;
}
#Product div.imgs img.thumb {
  margin: 0 5px 0 5px;
  border: 1px #bbbbbb solid;
}
#Product form {
  margin: 0 0 10px 0;
}
#Product form fieldset {
  clear: both;
  height: 30px;
  padding: 0 5px 0 5px;
  line-height: 30px;
  font-size: 13px;
  background: #cccccc;
}
#Product form fieldset.param {
  padding: 0 120px 0 5px;
}
#Product form fieldset.param div {
  width: 140px;
  text-align: right;
}
#Product form fieldset.param div input {
  margin: 2px 0 2px 0;
}
#Product form fieldset.param div input.medium {
  width: 90px;
}
#Product form fieldset.param div input.large {
  width: 130px;
}
#Product form fieldset input {
  width: 40px;
  padding: 2px;
  border: 0;
  vertical-align: middle;
}
#Product form fieldset input.submit {
  width: 110px;
  height: 20px;
  padding: 0;
}
#Product form div {
  float: right;
  margin: 0 0 0 10px;
}
#Product form p {
  margin: 0;
  line-height: 30px;
}
#Product div.pdf {
  margin: 5px 0 10px 0;
}
#Product div.pdf img {
  margin: 0 10px 0 0;
  vertical-align: middle;
}
#Product div.pdf a {
  color: #000000;
  font-weight: bold;
}

#RelatedProducts li {
  float: left;
  margin: 5px;
  width: 134px;
  height: 190px;
  padding: 5px 0 0 0;
  border: 1px #dddddd solid;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
}
#RelatedProducts li:hover {
  background: #dddddd;
  cursor: pointer;
}
#RelatedProducts li div {
  height: 125px;
}
#RelatedProducts li a {
  color: #000000;
}

#Basket table {
  width: 590px;
  border-right: 0px #cccccc solid;
}
#Basket table thead {
  background: #39a8dd;
}
#Basket table thead th {
  padding: 3px 0 3px 0;
  color: #ffffff;
}

#Basket table .Price {
  width: 75px;
  padding: 0 5px 0 0;
  text-align: right;
}
#Basket table .Sign {
  width: 12px;
  text-align: center;
  font-weight: bold;
}
#Basket table .Qty {
  width: 50px;
  text-align: center;
}
#Basket table tbody th {
  padding: 3px 0 3px 5px;
  border-left: 0px #cccccc solid;
  border-bottom: 1px #cccccc solid;
  font-weight: normal;
  text-align: left;
}
#Basket table tbody th a {
  color: #303b4a;
  text-decoration: underline;
}
#Basket table tbody td {
  border-bottom: 1px #cccccc solid;
}
#Basket table tbody td.Qty input {
  width: 30px;
  padding: 0 3px 0 3px;
  border: 1px #303b4a solid;
  text-align: right;
}
#Basket table tfoot th {
  padding: 3px 10px 3px 0;
  text-align: right;
}
#Basket table tfoot th span { font-weight: normal; }

#Basket table tfoot td {
  height: 26px;
  border-bottom: 1px #cccccc solid;
  text-align: right;
}
#Basket table tfoot th input {
  margin: 3px 0 3px 0;
}
#Basket fieldset {
  float: right;
  margin: 20px 0 0 0;
  text-align: right;
}

#LoginHalf {
  float: left;
  margin: 0 32px 0 0;
  width: 280px;
}
#LoginHalf p {
  margin: 0 8px 10px 0;
}
#LoginHalf p.error {
  margin: 0 8px 5px 0;
}
#LoginHalf form fieldset label {
  display: block;
  float: left;
  margin: 5px 0 0 0;
  width: 140px;
  line-height: 26px;
}
#LoginHalf form fieldset input.text {
  margin: 5px 0 0 0;
  width: 124px;
  padding: 3px;
  border: 1px #333333 solid;
}
#LoginHalf form fieldset input.small {
  width: 30px;
}
#LoginHalf form fieldset input.submit {
  margin: 10px 8px 0 0;
  float: right;
}
#LoginHalf form fieldset br {
  clear: both;
}
#RegisterHalf {
  float: left;
  width: 280px;
}
#RegisterHalf p {
  margin: 0 8px 10px 0;
}
#RegisterHalf p.error {
  margin: 0 8px 5px 0;
}
#RegisterHalf form fieldset label {
  display: block;
  float: left;
	
  margin: 5px 0 0 0;
  width: 140px;
  line-height: 26px;
}
#RegisterHalf form fieldset input.text {
  margin: 5px 0 0 0;
  width: 124px;
  padding: 3px;
  border: 1px #333333 solid;
}
#RegisterHalf form fieldset input.small {
  width: 30px;
}
#RegisterHalf form fieldset input.submit {
  margin: 10px 8px 0 0;
  float: right;
}
#RegisterHalf form fieldset br {
  clear: both;
}

#PurchaseOrderHalf {
  clear: both;
  float: left;
  margin: 10px 32px 0 0;
  width: 280px;
}
#PayNowHalf {
  float: left;
  margin: 10px 0 0 0;
  width: 280px;
}

#LampSearch {
  float: right;
  width: 250px;
  background: #39a8dd;
  font-size: 12px;
  color: #ffffff;
}
#LampSearch img.L {
  float: left;
}
#LampSearch img.R {
  float: right;
}
#LampSearch form {
  clear: both;
  padding: 5px 0 10px 0;
}
#LampSearch form fieldset {
  padding: 5px 20px 5px 20px;
}
#LampSearch form fieldset legend {
  margin: 0 0 5px 0;
  position: relative;
  left: -8px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
#LampSearch form fieldset p {
  margin: 0 0 5px 0;
}
#LampSearch form fieldset input.text {
  margin: 0 5px 0 0;
  width: 130px;
  height: 18px;
  vertical-align: middle;
  border: 1px #333333 solid;
}

#Brochure {
  float: right;
  margin: 10px 0 10px 0;
  width: 300px;
  background: #39a8dd;
  font-size: 12px;
  color: #ffffff;
}
#Brochure img.L {
  float: left;
}
#Brochure img.R {
  float: right;
}
#Brochure form {
  clear: both;
}
#Brochure fieldset {
  padding: 5px 20px 5px 20px;
}
#Brochure fieldset legend {
  margin: 0 0 10px 0;
  position: relative;
  left: -8px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
#Brochure fieldset input.text {
  margin: 3px 0 8px 0;
  width: 250px;
  padding: 3px;
  border: 1px #333333 solid;
}
#Brochure fieldset textarea {
  margin: 3px 0 8px 0;
  width: 250px;
  height: 70px;
  padding: 3px;
  border: 1px #333333 solid;
  overflow: auto;
}
#Brochure fieldset input.submit {
  float: right;
  height: 26px;
}

#Sitemap {
}
#Sitemap li {
  padding: 3px;
}
#Sitemap ul {
  margin: 0 0 0 15px;
}

/* Footers */

#Footer {
  clear: both;
  margin: 20px auto 0 auto;
  width: 820px;
  padding: 5px 0 0 0;
  border-top: 1px #bbbbbb solid;
  font-size: 12px;
  text-align: right;
}
#Footer ul {
  float: left;
}
#Footer ul li {
  display: inline;
  margin: 0 8px 0 0;
}
#Footer ul li a {
  color: #707b8a;
}

#PostFooter {
  margin: 20px auto 0 auto;
  width: 820px;
  font-size: 80%;
}

#SubFooter {
  margin: 20px 0 0 0;
  padding: 6px 10px 6px 10px;
  height: 14px;
  background: #666666;
  text-align: right;
  font-family: sans-serif;
  font-size: 10px;
  color: #ffffff;
}
#SubFooter ul {
  float: left;
}
#SubFooter ul li {
  display: inline;
  margin: 0 10px 0 0;
}
#SubFooter a {
  color: #ffffff;
}

/*** Frontpage NHS Styles ***/
.nhs img { margin: 30px 0px 0px 5px; float: left; }
.nhs .nhsText { height: 111px; float: right; text-align: center; width: 300px; font-size: 1.6em; color: #39A8DD; margin-top: 50px; }
div.clear { width: 100%; clear: both; height: 1px; overflow: hidden; }
/** dynamic Banner Rotation Styles */
.rotate { position: relative; }
.rotate .rotContain { position: absolute; left: 15px; }
.rotate .hidebanner { opacity: 0; position:absolute; visibility:hidden; width: 400px; } /* hides all banners if JS is off */
#rotate0 { opacity:1; position:absolute; visibility:visible; } /* displays the first banner */
