/*
    ///////                  //  //               //  // //
   //    //                 // //                    // //
  ///////     ///   /////  ////     //   //     //  // //
 //    \\   // // //      //  \\   // \ // \   //  // //
//      \\  ///   /////  //    \\ //   //   \ //  // //

Created by Rockmill Webspinners
www.rockmill.co.uk

(c) Matrix Multimedia 2009

Products Purple : #564d82
Learning Centre : #942f53
Support Green   : #136214
Buy Gray        : #585858

Product Buy Box Border: #cacadf
            Background: #e1e2ff
*/

* {
	margin:  0;
	padding: 0;
}

BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #404040;
	text-align: center;
	line-height: 150%;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 936px;
	text-align: left;
}

#TABproducts {
	width: 928px;
	height: 34px;
	display: block;
	background: url(../electronics/header_base_products.gif) no-repeat;
}
#TABproducts H1 {
	padding-left: 780px;
}
#TABproducts H1 A {
	color: white;
}
#TABproducts H1 A:hover {
	color: white;
	text-decoration: underline;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	width: 956px;
	height: 25px;
	padding-top: 30px;
	padding-left: 75px;
	background: url(../electronics/footer_background.gif) no-repeat bottom;
	text-align: left;
}
#footer A {
	color: #404040;
}
#footer A:hover {
	text-decoration: underline;
}

#subfooter {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom: 2em;
	padding-bottom: 4em;
	width: 956px;
	height: 25px;
	text-align: center;
}


#topbar {
	margin: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
}
#topbar A {
	margin-right: 20px;
	color: #404040;
}
#topbar A:hover {
	text-decoration: underline;
}
#topbar A.topnavproducts {
	color: #564d82;
	font-weight: bold;
}
#topbar A.topnavlc {
	color: #942f53;
	font-weight: bold;
}
#topbar A.topnavsupport {
	color: #136214;
	font-weight: bold;
}
A.livenav {
	border-bottom: 2px solid;
}

#bookmark {
	float: right;
}

#logobar {
	padding-top: 10px;
	margin-right: 5px;
}
#searchbox {
	float: right;
}
#searchinputbox {
	background: url(../electronics/search_box.gif) no-repeat;
	border: 0;
	padding: 5px;
	width: 153px;
	height: 22px;
}


#crumbtrail {
	margin-top: 15px;
	margin-bottom: 15px;
}


#pageBox {
	margin-left: 275px;
	width: 653px;
}


.breaker {
	clear: both;
}

.pageContents {
	border-left: 1px solid #d5d5d7;
	border-right: 1px solid #d5d5d7;
	border-bottom: 1px solid #d5d5d7;
	padding: 10px;
	margin-bottom: 1em;
}

.pageContents UL {
	margin-left: 3em;
	margin-bottom: 1em;
	list-style-type : circle;
}

H1 {
	font-size: 1.5em;
	padding-left: 9px;
	padding-top: 7px;
}
H2 {
	font-size: 1.2em;
}

A {
	color: #288fc6;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}

.products {
	color: #564d82;
	font-weight: bold;
}

P.padit {
	margin-left: 5px;
	margin-right: 5px;
}

.pageContents P {
	margin-bottom: 1em;
}

.reqd {
	color: red;
}

.code {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.5em;
}

#percentoff {
	color: #680000;
}