/* CSS Document */

	
html,body, img, div, ul, li, p{ 
  padding: 0; 
  margin: 0;
  font-family:Arial;
  font-weight:normal;
}

a{
color:#666666;
text-decoration:none;
font-weight:bold;
}
a:visited {
text-decoration:none;
font-weight:bold;
}

p.centre_img {
text-align:center;
}

.error {
font-size:1em;
color: #f00;
}

.success {
font-size:1em;
color: #c7e199;
}

body {
  text-align: center;
  background: #efefef;
  background-image:url(images/bg.jpg);
  background-position: top center;
  background-repeat:no-repeat;
  

} 

ul#breadcrumb {
list-style-type:none;
margin-left:0!important;
padding-left:0!important;
}
ul#breadcrumb li {
display:inline;
}

#wrapper { 
  width: 760px;
  margin: 0 auto 0px auto;
  text-align: left;
  background: #FFFFFF;
} 

#content { 
  width: 760px;
  margin: 0;
  text-align: left;
  background: #FFFFFF;
  float:left;
} 



#topbanner {
  height: 103px;
  width:760px;
  background: #FFFFFF;
  background-image:url(images/banner.jpg);
  background-position: top left;
  background-repeat:no-repeat;
  /*border:1px solid #F00;*/
}
#topbanner a {
border:0 !important;
margin:0 !important;
}
#topbanner a img{
border:0 !important;
margin:0 !important;
}


div#menudiv {
  margin: 0; padding: 0;
  width:760px;
  height:11px;
  background-image:url(images/coloured_bar.png);
  background-position: top left;
  background-repeat:no-repeat;
  border: 0px solid #0f0;
  /* to fix IE6/7 */
  margin-bottom:-6px;
}
html>body div#menudiv {
  margin: 0;
  margin-bottom:1px;
}


div#column_left {
  width:259px;
  /* IE 6 */
		margin: 0 0 0 5px; 
		padding: 0;
  float:left;
  /*clear:right;*/
  border: 0px solid #00f;
}
html>body div#column_left {
		margin: 0 0 0 9px; 
}


div#column_left_grey {
  width:259px;
  float:left;
	 background-image:url(images/bg_left.jpg);
  background-position: top left;
  background-repeat:no-repeat;
  background-color:#ebebeb;

}

div#column_left_inner {
  width:224px;
	 /*height:100%;*/
		margin:15px 0 0 20px;
  /*border: 1px solid #ff0;*/
}
html>body div#column_left_inner {
		margin:15px 0 0 22px;
}

div#left_column_bottom {
  width:259px;
  height:16px;
		margin: 0 0 0 0; 
  float:left;

  background-image:url(images/bg_bottom.png);
  background-position: top left;
  background-repeat:no-repeat;
  /*border: 1px solid #00f;*/


}


div#column_right {
  width:471px;
		
		float:left;
		/*float:right;
  clear:left;*/
  margin: 0 0 0 10px; 
  padding: 0 0 0 0px; 
  border: 0px solid #f00;
  
  background-image:url(images/bg_right.jpg);
  background-position: top left;
  background-repeat:no-repeat;
  
}
/* min height inc. ie */
div#column_right {
height: 227px;
}
html>body div#column_right {
min-height:227px; 
height:auto;
}

div#main_content {
  width:400px;
  /* IE 6 */
		margin: 45px 0 0 15px; 
		padding: 0;
  float:left;
  border: 0px solid #0f0;
}
  /* OTHER BROWSERS */
html>body div#main_content {
		margin: 35px 0 0 32px; 
}

div#main_content h1{
  color:#666666;
		font-size:1em;
}

div#main_content h2{
  color:#666666;
		font-size:0.9em;
}

div#main_content p {
  color:#666666;
		font-size:0.8em;
		/*font-weight:bold;*/
		line-height:1.3em;
		margin: 1.3em 0 0 0; 
}

div#main_content a {
  color:#002277;
}
div#main_content a:visited {
  color:#002266;
}

div#main_content ul {
  color:#666666;
		margin: 1em 0 0 15px;
}
div#main_content li {
  color:#666666;
		font-size:0.7em;
		font-weight:bold;
}
div#main_content li.nested1 {
		list-style-type:none;
}
div#main_content li.nested2 {
		list-style-type:none;
}
div#main_content li ul {
		margin-bottom:7px;
}

div#main_content li ul li{
  color:#666666;
		font-size:1em;
		font-weight:bold;
}

div#search {
  color:#666666;
		font-size:1.2em;
		font-weight:bold;
		border-top: 1px  solid #000;
		float:left;
		width:461px;
		margin: 15px 0 0 0;
}
div#search_inner {
		float:right;
		width:265px;
		border: 0px  solid #f00;
}
html>body div#search_inner {
		width:255px;
}

div#search_inner p{
		float:right;
		margin-right:5px;
		margin-top:3px;
		border: 0px  solid #0f0;
}
div#search_inner img{
		float:left;
		border: 0px  solid #0f0;
}
div#search img {
  /*margin: 15px 0 0 0;*/
  border:0px solid #f00;
}
div#search p {
  color:#000;
}


div.grey {
  color:#666666;
		font-weight:bold;
		border-top: 1px  solid #000;
		background:#e5e5e5;
		float:left;
		width:460px;
}
div.bottom_border {

		border-bottom: 1px  solid #000;

}

p.p1 {
  color:#000;
  font-size:0.7em;
  font-weight:bold;
		margin: 20px 0 0 25px;

}
.p2 {
  color:#666666;
		margin: 20px 0 0 5px;

}
.search_input {
  color:#666666;
		margin: 15px 0 0 0px;
		padding:0;
		width:140px;
		height:22px;
		float:left;
		border:0px solid #f00;
}
.search_submit {
  color:#666666;
		margin: 15px 3px 0 0;
		width:27px;
		height:22px;
		padding:0;
		border:0;
		float:left;
}


.selection {
		margin: 8px 1px 0 0;
  border:0;
}


div#model {
  width:465px;
  height:110px;
  background-image:url(images/model.png);
  background-position: top left;
  background-repeat:no-repeat;
  float:left;
  margin: 10px 0 0 0;
}

div#model p {
  font-size:0.8em;
  font-weight:bold;
  width:250px;
  float:left;
  color:#FFFFFF;
  margin: 18px 0 0 15px; 
}
html>body div#model p {
  margin: 18px 0 0 25px; 
}

div#model a {

  color:#FF0000;
  text-decoration:none;
}

div#news_and_press {
		border-top: 1px  solid #000;
		float:left;
		width:461px;
		margin: 15px 0 0 0; 
}
div#news_and_press p {
  color:#000;
		font-size:0.9em;
		font-weight:bold;
		/* IE 6 */
		margin: 5px 0 5px 5px; 
}
/* OTHERS */
html>body #news_and_press p{
		margin-left: 10px; 
}


div.grey_tall {
		border-bottom: 1px  solid #000;
		background:#e5e5e5;
		float:left;
		padding: 5px 0 10px 10px;
		margin: 5px 0 0 0px; 
}

div.left {
		background:#e5e5e5;
		width:220px;
		/*height:140px;*/
		float:left;

}
div.left p{

}

div.right {
		background:#e5e5e5;
		width:220px;
		/*height:140px;*/
		float:right;
}
div.right p{

}

.grey_tall h1, .heavy
{
  color:#000;
		font-size:0.8em;
		font-weight:bold;
}
.grey_tall p, .heavy_p
{
		font-size:0.7em;
		font-weight:bold;
}
.grey_tall a, .red_link
{
  color:#f00;
		font-size:0.7em;
		font-weight:bold;
		font-weight:bold;
		text-decoration:none;
}



div#footer_links {
  margin-left:140px;
  width:460px;
  float:left;
  border:0px solid #f00;
}
html>body div#footer_links {
  margin-left:277px;
}

div#footer_links ul {
  background: #FFFFFF;
	 list-style-type: none;
		list-style-image: none;
		padding:5px 0 0 0;
}
div#footer_links li {
  color:#6a6a6a;
  margin: 0px;
  margin-right: 5px;
		padding: 0px;
  display:block;
  float:left;
  font-size:0.6em;
  font-weight:bold;
}

div#footer {
  background-color:#000 !important;
  width:760px;
  height:10px;
  float: left;
  margin-top:10px;
}

div#gap {
  width:760px;
  height:50px;
  float: left;
}


div.tables {
  margin-top:10px;
  margin-bottom:10px;
  float:left;
}


td {
  color:#666666;
		font-size:0.7em;
		font-weight:bold;
		margin: 1.5em 0 0 0; 
}
/*table.download {
		border:1px solid #000;
  width:425px;
  margin-left:20px;
}
table.download a{
color:#666666 !important;
}*/

table.technicalinfo td {
  padding:2px 0 2px 0;

}

table.magshields {
  
}

table.magshields tr.sthead {
  background:#666 !important;;
  color:#FFF !important;
}
table.magshields tr.sthead td {
  color:#FFF!important;
}

table.magshields td.sthead {
  background:#666 !important;;
  color:#FFF !important;
}

table.magshields td{
  width:100px;
  text-align:center;
  padding:0 0 3px 0;
}
table.magshields td.stdark{
		background:#F5F5F5;
}
table.magshields td.stlight{
		background:#FFF;
}


table.cables {
  border:1px solid #000;
}
table.cables td.light{
		background:#FFF;
}
table.cables td.dark{
		background:#F5F5F5;
}

table.electronic {
  border:1px solid #000;
}
table.electronic td.odd, table.electronic tr.odd {
		background:#FFF;
}
table.electronic td.even, table.electronic tr.even {
		background:#F5F5F5;
}

/* general table */
table.table1 {
  border:1px solid #000;
}
table.table1 td{
  padding:3px;
}

tr.odd, td.light{
		background:#FFF;
}
tr.even, td.dark{
		background:#F5F5F5;
}

p.vsmall {
  font-size:0.6em !important;
}



td.dloadSection, td.dloadSection2, td.dloadSection3 {
		background:#FFF;
}
td.dloadSectioneven, td.dloadSection2even, td.dloadSection3even {
		background:#F5F5F5;
}


div.clear {
clear:both !important;
width:800px;
height:20px;
float:left;
}

table.search_input  {
  font-size:0.6em !important;
  /*width:415px;*/
  float:left;
  clear:both !important;
  margin-right:70px;
}
table.search_input select{
  font-size:1.4em !important;
}


table.search_results {
  /*border-left:1px solid #A5A9AB !important;*/
  border-right:1px solid #A5A9AB !important;
}

table.search_results th {
  font-size:0.6em !important;
  border-left:1px solid #A5A9AB !important;
  background:#C7E199;
  color:#002277;
}
table.search_results th.sorted {
  background:#D7F1A9;
}


table.search_results tr.odd {
  background:#EDF3D0;
}

table.search_results tr.even {
  background:#fff;
  border-bottom:10px solid #A5A9AB;
}

table.search_results td {
  padding: 0 2px 0 2px;
  border-left:1px solid #A5A9AB !important;
}



table.admin  {
 border-right:1px solid #A5A9AB !important;
}

table.admin th {
  font-size:0.6em !important;
  border-left:1px solid #A5A9AB !important;
  background:#C7E199;
  color:#002277;
}

table.admin th a { color:#002277; }

table.admin th.sorted {
  background:#D7F1A9;
}

table.admin td {
  font-size:0.6em !important;
  border-left:1px solid #A5A9AB !important;
}

table.admin tr.odd {
  background:#EDF3D0;
}


table.admin tr.even {
  background:#fff;
  border-bottom:10px solid #A5A9AB;
}

div#main_content .l {
width:200px;
float:left;
border:0px solid #f00;
}
div#main_content .r {
width:200px;
float:left;
margin-left:0px;
border:0px solid #0f0;
}

div#main_content .l a , div#main_content .r a {
  font-size:0.7em;
} 

div#main_content .row {
float:left;
width:410px;
clear:both;
}




div.clear {
clear:both;
}



.map_img {
margin-left:-100px;
z-index:100;
}

.border_img {
padding:10px;
border:1px solid #000;
float:right;
}







div.box_top {
		margin: 15px 0 0 0; 
  width:224px;
  height:35px;
  float:left;
}

div.box_top h1 {
		margin: 0.5em 0 0 1em; 
		padding: 0;
		color: #FFFFFF;
		font-size:1em;
}

div.red {
  background-image:url(images/red_box_top.png);
  background-position: top left;
  background-repeat:no-repeat;
}
div.purple {
  background-image:url(images/purple_box_top.png);
  background-position: top left;
  background-repeat:no-repeat;
}
div.lilac {
  background-image:url(images/box_top_lilac.png);
  background-position: top left;
  background-repeat:no-repeat;
}
div.blue {
  background-image:url(images/box_top_blue.png);
  background-position: top left;
  background-repeat:no-repeat;
}
div.green {
  background-image:url(images/box_top_green.png);
  background-position: top left;
  background-repeat:no-repeat;
}
.redarrow{
		list-style-image: url(images/arrow_red.png);
}
.purplearrow {
		list-style-image: url(images/arrow_purple.png);
}
.lilacarrow{
		list-style-image: url(images/arrow_lilac.png);
}
.bluearrow{
		list-style-image: url(images/arrow_blue.png);
}
.greenarrow{
		list-style-image: url(images/arrow_green.png);
}

div.box_middle {
  width:224px;
  float:left;
  background: #FFFFFF;
}

div.box_middle ul{
		margin: 3px 0 3px 32px; 
		padding: 0;
}

div.box_middle li {
  color:#666666;
  font-size:0.7em;
  font-weight:bold;
  line-height:1.3em;
}

ul.purplearrow li ul {
  font-size:1.3em;
  line-height:1.3em;

  margin-top: 0; 
  margin-bottom: 0; 
}


div.box_bottom {
  width:224px;
  height:15px;
		padding: 0 0 0 0;
  float:left;

  background-image:url(images/box_bottom.png);
  background-position: top left;
  background-repeat:no-repeat;
  
  margin:0 0 0px 0;
  /*border:1px solid #F00;*/
}



div#contact {
  width:247px;
  height:54px;
		float:right;
  margin:15px 0 15px 0;

  background-image:url(images/contact.png);
  background-position: top left;
  background-repeat:no-repeat;
  
  /*border:1px solid #F00;*/
}
div#contact a{
  color:#666666;
		font-size:0.7em;
		font-weight:bold;
		float:left;
  margin:7px 0 3px 45px;
  /*width:200px;*/
  /*border:1px solid #F00;*/
}

form.contact_form {
  color:#666666;
		font-size:0.8em;
		/*font-weight:bold;*/
		line-height:1.3em;
}

form.contact_form label {
float:left;
clear:both;
}
form.contact_form input , form.contact_form select , form.contact_form textarea {
float:left;
clear:both;
}
form.contact_form .clearnone {
clear:none;
}
form.contact_form .clearl {
clear:left;
}


form.survey_form {
  color:#666666;
		font-size:0.8em;
		/*font-weight:bold;*/
		line-height:1.3em;
		margin-bottom:10px;
}

form.survey_form p {
		font-size:1em !important;
		margin-bottom:10px !important;;
}

form.survey_form label {
float:left;
}
form.survey_form input , form.survey_form select , form.survey_form textarea {
float:left;
}
form.survey_form .clearnone {
clear:none;
}
form.survey_form .clearl {
clear:left;
}
form.survey_form .clearr {
clear:left;
}
form.survey_form .clearb {
clear:both;
}


img, div { behavior: url(/iepngfix.htc); }


