body{
	margin: 0;
	padding: 0;
	background-color: #666;
	color: white;
	font-family: arial, sans-serif;
	font-size: 9pt;
}

#page{
	background: #fff;
}
#head{
	background: url("update-bg.gif") 25% 0% black;
	color: white;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 150px;
}
#logo{
	position: absolute;
	top: 0px;
	left: 30px;
	width: auto;
	height: 150px;
	background: url("logo-bg.gif") 0% 100% no-repeat transparent;
	z-index: 10;
}
#logo a{
	display: block;
	height: 100px;
	width: 170px;
}
#logo img{
	width: 1px;
	height: 1px;
	position: absolute;
	top: -500px;
	left: -10000px;
}
#site{
	position: absolute;
	top: 25px;
	right: 0px;
	background: url("stripe2_40.gif") 100% 20px no-repeat transparent;
	height: 90px;
	width: 586px;
	text-align: right;
	padding: 0 10px 0 0;
	font-size: 10px;
	font-weight: normal;
	color: white;
}
#site.us{
  background-image: url("stripe_us_40.gif");
}
#content{
	margin: 0;
	width: auto;
	padding: 180px 60px 80px 230px;
	color: black;
	/*border-right: 1px solid #ccc;*/
	text-align: left;
	margin-right: 175px;
	/*min-height: 25em;*/
	max-width: 45em;
	min-width: 15em;
	background: url("content-bg.gif") 30px 0% repeat-y #fff;
	/* To make IE6 display the content(!) */
  height: 100%;
/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
}

#content ® {vertical-align: super; }


html>body #content{ 
	width: auto;
/* ie5win fudge ends */
}
#related{
	position: absolute;
	top: 180px;
	right: 30px;
	width: 175px;
	font-size: .9em;
}
#related h2{
	background: url("related-top-bg2.gif") no-repeat #f90;
	color: black;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	/*letter-spacing: .2em;*/
	padding: .4em 10px .4em 20px;
	text-align: center;
	margin: 0;
}
#related h3{
	background-color: #333;
	color: white;
	font-size: .85em;
	font-weight: bold;
	text-transform: uppercase;
	padding: .4em 10px .4em .8em;
	text-align: left;
	margin: 0;
}
#related ul + h3{
	margin-top: -20px;
}
#related ul,
#related ol,
#related p{
	padding: 10px;
	background-color: #eee;
	margin: 0;
}
#related ul{
  border-top: 1px solid #ccc;
	margin-bottom: 20px;
	background: url("related-bottom-bg2.gif") no-repeat left bottom #eee;
}
#related ul p,
#related ol p{
	padding: 0px;
}
#related ul li{
	background-image: url("bullet-white-grey.gif");
	background-position: 0% 3px;
	margin-bottom: .2em;
}

#related ul li.rss{
	background: url("rss.gif") no-repeat 0 10px;
	padding:7px 20px;
}
#related ul li.new{
	background-image: url("bullet-white-grey-arrow.gif");
	background-position: 0px 1px;
}
#related ul li.external{
	background-image: url("bullet_external.gif");
	background-position: 0px 1px;
}


/*#related ul li a{
	font-weight: bold;
}*/
#foot{
	/*background: url("update-bg.gif") 75% 100% black;*/
	background-color: black;
	color: #ccc;
	width: auto;
	height: 50px;
	text-align: right;
	padding: 5px 10px;
	font-size: .9em;
	clear: both;
}
#foot a{
	color: #ccc;
}
#quicklinks{
	position: absolute;
	top: 123px;
	right: 10px;
	z-index: 50;
}
#quicklinks h2{
	display: none;
}
#quicklinks ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#quicklinks li{
	padding: 0;
	margin: 0;
	background-image: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	margin-left: 10px;
}
#quicklinks a{
	display: block;
	width: 20px;
	height: 19px;
	font-size: 1px;
	color: #999;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
}
#quicklinks a:hover{
	color: #f90;
	text-decoration: none;
}
#quicklinks li.qprint{ background-image: url("button-print-over.gif"); }
#quicklinks li.qcontact{ background-image: url("button-contact-over.gif"); }
#quicklinks li.qsearch{ background-image: url("button-search-over.gif"); }
#quicklinks li.qsitemap{ background-image: url("button-sitemap-over.gif"); }

#quicklinks li.qprint a{ background-image: url("button-print.gif"); }
#quicklinks li.qcontact a{ background-image: url("button-contact.gif"); }
#quicklinks li.qsearch a{ background-image: url("button-search.gif"); }
#quicklinks li.qsitemap a{ background-image: url("button-sitemap.gif"); }

#quicklinks li.qprint a:hover{ background-image: none; }
#quicklinks li.qcontact a:hover{ background-image: none; }
#quicklinks li.qsearch a:hover{ background-image: none; }
#quicklinks li.qsitemap a:hover{ background-image: none; }

#menu{
	position: absolute;
	top: 120px;
	left: 33px;
	width: 144px;
	background: url("menu-bg.gif") 50% 100% no-repeat transparent;
	font-size: .95em;
	z-index: 20;
	padding: 0 10px 20px 10px;
}
#menu h2{
	margin: 0 0 2.2em 0;
	padding: 0;
	text-align: center;
	color: white;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 1em;
}
#menu dl,
#menu dt,
#menu dd,
#menu ul,
#menu li{
	margin: 0;
	padding: 0;
}
#menu dt{
	padding-left: 14px;
	background: url("bullet-white.gif") 0% .3em no-repeat transparent;
	margin: 1.2em 0 0 0;
}
#menu ul{
	margin-top: .4em;
}
#menu li{
	background-image: none;
	margin: 0;
	padding: 2px 0 2px 11px;
	border-bottom: 1px solid #bbb;
}
#menu a{
	color: #555;
}
#menu ul a{
	color: black;
}
#menu a:hover{
	text-decoration: none;
	color: #000;
}
#menu ul a:hover{
	color: #c30;
}
#menu a.active{
	color: #000;
}
#menu ul a.active{
	color: #c30;
}

/* SPM websites "dropdown" menu */
#othersites{
	position: absolute;
	top: 0px;
	right: 10px;
	width: 200px;
	z-index: 99;
	font-size: 11px;
	/*background: url("dropdown.gif") top center no-repeat transparent;*/
}
#othersites h2{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	color: #999;
	text-align: center;
	cursor: default;
	background: url("dropdown_bottom.gif") bottom left no-repeat transparent;
	padding: 3px 10px;
}
#othersites ul{
	display: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: -3px;
}
#othersites li{
	margin: 0;
	padding: 0;
	background-image: none;
}
#othersites li.firstitem{
	border-top: 2px solid #000;
}
#othersites li.lastitem{
	padding-bottom: 5px;
	background: url("dropdown_bottom.gif") bottom left no-repeat transparent;
}
#othersites li a{
	display: block;
	padding: 2px 5px;
	color: #fff;
	text-decoration: none;
	background-color: #666;
	border-top: 1px solid #333;
}
#othersites li.productsite a{
	background-color: #676;
	color: #fff;
}
#othersites li.main a{
	background-color: #777;
	color: #fff;
}

/* Fix IE. Hide from IE Mac \*/
* html #othersites ul li { float: left; height: 1%; }
* html #othersites ul li a { height: 1%; }
/* End */

#othersites a:hover{
	background-color: #777;
	color: white;
}
#othersites li.productsite a:hover{
	background-color: #787;
	color: white;
}
#othersites li.main a:hover{
	background-color: #888;
	color: white;
}
#othersites li.flag a{
	padding-left: 25px;
	background-position: 5px .4em;
	background-repeat: no-repeat;
}
#othersites li.nl a{ background-image: url("flags/nl.gif"); }
#othersites li.uk a{ background-image: url("flags/uk.gif"); }
#othersites li.us a{ background-image: url("flags/us.gif"); }
#othersites li.it a{ background-image: url("flags/it.gif"); }
#othersites li.se a{ background-image: url("flags/se.gif"); }
#othersites li.be a{ background-image: url("flags/be.gif"); }
#othersites li.fi a{ background-image: url("flags/fi.gif"); }
#othersites li.at a{ background-image: url("flags/at.gif"); }
#othersites li.kr a{ background-image: url("flags/kr.gif"); }
#othersites li.ru a{ background-image: url("flags/ru.gif"); }
#othersites li.no a{ background-image: url("flags/no.gif"); }
#othersites li.fr a{ background-image: url("flags/fr.gif"); }
#othersites li.com a{ background-image: url("flags/com.png"); }
#othersites li.hd a{ background-image: url("flags/hd.gif"); }

#othersites:hover ul,
#othersites.over ul{
	display: block;
}
#othersites:hover h2,
#othersites.over h2{
	color: #fff;
}


/* Image Gallery */
div.gallery div.thumbnails{
	float: left;
	margin-bottom: 1em;
}
div.gallery div.thumbnails a{
	display: block;
	float: left;
	width: 52px;
	background-color: #eee;
	padding: 5px 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #999 #999 #ccc;
	margin: 0px 10px 10px 0px;
}
div.gallery div.thumbnails a:hover{
	background-color: #ddd;
}
div.gallery div.thumbnails a img{
	padding: 0;
	margin: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #999 #ccc #ccc #999;
}
div.gallery div.preview{
	clear: both;
	margin-top: 2em;
}

h1{
	font-weight: normal;
	font-size: 20pt;
	letter-spacing: .1em;
	margin: 0 0 .8em 0;
}
h2{
	font-weight: bold;
	font-size: 10pt;
	color: #999;
	margin: 1em 0 .2em 0;
}
h3{
	font-weight: bold;
	font-size: 9pt;
	margin: 1em 0 0;

}
p{
	margin: .4em 0 1.4em 0;
	line-height: 1.4em;
}
img{
	border: none;
	margin: 1em 0;
}

h1 img{
  margin: 0;
}
a{
	color: #c30;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
ul{
	list-style-type: none;
	margin: 0 0 1.4em 0;
	padding: 0;
}
ul li{
	padding-left: 15px;
	background: url("bullet-grey.gif") 0% .3em no-repeat transparent;
}

dl{
	margin: 1em 0;
}
dt{
	font-weight: bold;
	margin: 2em 0 .2em 0;
}
dd{
	margin: .4em 0;
	padding: 0 .4em;
	border-left: 3px solid #ccc;
}

dd img{
	border: none;
	margin: 0;
}
acronym,
abbr{
  border-bottom: 1px dotted #f90;
	cursor: help;
}
address{
  font-size: .85em;
}

/* TABLES */
table{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	font-size: 1em;
	margin: 0 0 1em 0;
	clear: both;
	postion: relative;
	cursor: default;
}

 td .note{
	background-color: #FFC;
	border: 1px dotted #ccc;
	font-size: .85em;
}

table caption{
	font-size: 1em;
	font-weight: bold;
	color: #f90;
	background-color: black;
	padding: .4em .4em;
	margin-left: -1px;
}
th, td{
	text-align: left;
	padding: .2em .4em;
	color: black;
	background-color: white;
}
th{
	border: 1px solid #bbb;
	background-color: #eee;
	font-size: .9em;
}
th.empty{
	background-color: #ccc;
}
td{
	border: 1px dotted #bbb;
	white-space: nowrap;
}
tr.odd td{
  background-color: #def;
}
tr:hover td{
	background-color: #ffd;
}
table.softwarelist td.info{
  font-size: .8em;
	color: #666;
	white-space: normal;
}
table.features td{
  text-align: center;
}
table.easylaser td{
	white-space: normal;
}
table tr.platform th{
  background-color: #dec;
}
table tr.option th{
  background-color: #def;
}
table tr.housing th{
  background-color:#ffa;
}
/* FORMS */
form{
	margin: 0;
	padding: 1em 0;
	width: 100%;
}
fieldset{
	border: 1px solid #ccc;
	padding: 0em 1em 1em 1em;
	margin: 0;
	margin-bottom: 1em;	
}
form > fieldset{ padding: 1em; }
fieldset p{
	clear: both;
	text-align: right;
	margin: .4em 0;
}
p label{
	float: left;
	width: 25%;
	border-bottom: 1px dotted #ccc;
}
p input{
	width: 70%;
	font-size: 1em;
}
p input.inpyear,
p input.inpmonth,
p input.inpday{
	width: auto;
}
div.left{
	width:283px;
	text-align:right;
	
	}
div.left2{
	width:170px;
	text-align:right;
	
	}
p select{
	width: 70%;
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
legend{
	background-color: #000;
	color: #f90;
	font-size: 1em;
	font-weight: bold;
	padding: .2em .8em;
	margin-bottom: .4em;
	/*border: 1px solid black;*/
}
fieldset > legend{ margin: 0; }
fieldset textarea{
	width: 97%;
	height: 10em;
	padding: 1%;
	font-family: arial, sans-serif;
	font-size: 1em;
}

/* Classes */
.intro{
	font-size: 1.2em;
}
.notice{
	font-size: .8em;
	color: #999;
}
.required{
	color: #c30;
}
.error{
	background-color: #c30;
	color: white;
}
.note{
  background-color: #FFC;
	border: 1px solid #ccc;
	font-size: .85em;
	padding: .5em 1em;
}
div.error{
	font-size: .9em;
	padding: 1em;
	margin: 1em 0;
}

.image{
	background:#ddd;
	font-style:italic;
	color:#333;
	padding:10px 10px;
	margin:0 0 1em 0;
}
.image img{
	margin:0 0 5px;
	padding:0;
}
.image p{
	margin:0;
	padding:0;
}

.alignright{
	float: right;
	clear: right;
	margin: 0 0 10px 20px;
}
.alignleft{
	float: left;
	clear: left;
	margin: 10px 20px 10px 0;
}
.product{
	border-bottom: 2px solid #f90;
	float: left;
	width: 100%;
}
.company{
	border-top: 2px solid #f90;
	padding-top: 1em;
}
.clear{
  clear: both;
}
.newsletter{
	margin: 20px 0;
	clear: both;
}

.newsletter .thumbnail{
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid rgb(240,240,240);
}

/* COLUMNS */

/* 2 kolumner */

.cols2{
  clear: both;
	float: left;
	width: 100%;
}
.cols2 .col1,
.cols2 .col2{
  float: left;
	width: 45%;
}
.cols2 .col1{ margin-right: 10%; }

/* 3 kolumner */

.cols3{
  clear: both;
	float: left;
	width: 100%;
}
.cols3 ul li{
  background-image: none;
	padding: 0;
	margin-bottom: .5em;
}
.cols3 .col1,
.cols3 .col2,
.cols3 .col3{
  float: left;
	width: 30%;
	font-size: .95em;
}
.cols3 .col1,
.cols3 .col2{ margin-right: 5%; }

/* 4 kolumner */

.cols4{
  clear: both;
	float: left;
	width: 100%;
}
.cols4 ul li{
  background-image: none;
	padding: 0;
}
.cols4 .col1,
.cols4 .col2,
.cols4 .col3,
.cols4 .col4{
  float: left;
	width: 20%;
	font-size: .95em;
}
.cols4 .col1,
.cols4 .col2,
.cols4 .col3{ margin-right: 6%; }

.seminars{
  width: 12em;
	float: left;
	margin-right: 10px;
	border-right: 2px solid #eee;
}
.seminars h2{
  line-height: 1.2em;
}
.seminars dt{
  font-weight: bold;
}
.seminars dt.beginner{
  color: green;
}
.seminars dt.advanced{
  color: red;
}
.seminars dd{
  margin: 1em 0;
	padding: 0;
	border: none;
}
.seminars ul{
  margin: 5px 18px;
	padding: 0;
	font-size: 10px;
}

/* BODY CLASSES */
body.td #content{
	padding-bottom: 180px;
}
body.worldwide #content,
body.location #content,
body.contact #content,
body.offices #content,
body.representatives #content,
body.partners #content{
  margin-right: 0px;
	max-width: none;
	background-color: transparent;
}
body.worldwide #page{
  background: url("/data/images/world.jpg") 90% 180px no-repeat white;
}
body.worldwide #content p{
  margin-right: 200px;
}
body.location .locationmap{
  width: 150px;
	background-color: black;
	color: white;
	font-size: 0.85em;
	border: 1px solid #ccc;
	margin-top: 2em;
}
body.location .locationmap img{
  margin: 0;
}
body.location .locationmap p{
  padding: .5em 1em;
	margin: 0;
}

body.start #content{
	margin-right: 25px;
	padding-right: 0px;
	max-width: none;
	min-width:700px;
	height: auto;
}
body.start #leftcol{
	width: 60%;
	float: left;
	min-width:350px;
	}

body.start #rightcol{
  width: 35%;
  float: right;
  min-width:260px;
}

body.start #offer h2{
  background: url("conf_icon20.gif") no-repeat;
  padding-left: 25px;
  height: 20px;
  line-height: 20px;
}

body.start #offer h2 a{
  color:inherit;
  }
body.start #offer p{
  padding: 1em;
  background-color: #eee;
  border: 1px solid #ddd;
  margin-bottom: .5em;
  font-size: .95em;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-image: url("spotlight/vibchecker.png");
	padding-right: 130px;
	background-position: 95% 25%;
  }


body.start #career h2{
  background: url("career_icon20.gif") no-repeat;
  padding-left: 25px;
  height: 20px;
  line-height: 20px;
}

body.start #career h2 a{
  color:inherit;
  }
body.start #career p, body.start #career ul{
  padding:1em;
  font-size:.95em;
  background:#eee;
  border:1px solid #ddd;
  }
  
body.start #contact h2{
  background: url("career_icon20.gif") no-repeat;
  padding-left: 25px;
  height: 20px;
  line-height: 20px;
}

body.start #contact h2 a{
  color:inherit;
  }
body.start #contact p{
  padding:1em;
  font-size:.95em;
  background:#eee;
  border:1px solid #ddd;
  }

body.start #conf h2{
  background: url("conf_icon20.gif") no-repeat;
  padding-left: 25px;
  height: 20px;
  line-height: 20px;
}
body.start #conf p{
  font-size:.95em;
  }
  
body.start #training2 h2{
  background: url("conf_icon20.gif") no-repeat;
  padding-left: 25px;
  height: 20px;
  line-height: 20px;
}
body.start #training2 div{
  padding: 1em;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-bottom: .5em;
  font-size: .95em;
  }
  
body.start #training2 p, 
body.start #training2 h3{
	margin:0 0 .5em;
}
  
body.start #spotlight div.uh08{
	background-image: url("spotlight/exhibition_10.jpg");
	color:#FFF;
	background-position: top right;
	padding:1em 1em 4em;
	padding-right:110px;
	border:1px solid #89c;
	}	  

body.start #spotlight div.uh08 a{
	color:#FFF;
	}

body.start #spotlight{
	margin-bottom: 1em;
}
body.start #spotlight h2{
  background: url("spotlight_icon20.gif") no-repeat;
  padding-left: 25px;
  height: 20px;
  line-height: 20px;
}
body.start #spotlight #subscriptions{
  margin:-20px 0 -10px;
  text-align:right;
  }
body.start #spotlight #subscriptions ul li{
  display:inline;
  background-position: top right;
  padding:3px 20px 2px 0;
  margin-left:5px;
  font-size:.9em;
  }
#subscriptions ul li.rss{
  background-image:url(rss.gif)
  }
  #subscriptions ul li.add{
  background-image:url(add.gif)
  }

body.start #spotlight .slitem{
  padding: 1em;
  background-color: #eee;
  border: 1px solid #ddd;
  margin-bottom: .5em;
  font-size: .95em;
  background-position: bottom right;
  background-repeat: no-repeat;
}
body.start #spotlight .slitem{
  padding: 1em;
  background-color: #eee;
  border: 1px solid #ddd;
  margin-bottom: .5em;
  font-size: .95em;
  background-position: bottom right;
  background-repeat: no-repeat;
}
/* concept ad, windmill sweden */
body.start #spotlight .windmill{
  padding:0 0 0 1em;
  border: 1px solid #6e6f65;
  margin-bottom: .5em;
  color:#FFF;
  background-image:url("spotlight/wind_bg.gif");
  background-repeat:repeat;
  background-position:bottom right;
  display:block;
  height:209px;
}

body.start #spotlight .windmill h3{
	font-size:1.2em;
	}

body.start #spotlight .windmill a{
	color:#fff;
	text-decoration:underline;
	}
body.start #spotlight .windmill a:hover{
	color:#fafafa;
	}

body.start #spotlight .windmill p{
	font-size:.9em;
 }

body.start #spotlight .umea_energi{
	background-image:url("spotlight/umea_energi.jpg");
	background-color:#000e35;
	background-position:bottom right;
	color:#fff;
	background-repeat:no-repeat;
	padding-bottom:150px;
	padding-right:100px;
	padding-left:2em;
	padding-top:1.5em;
}

body.start #spotlight .umea_energi h3{
	}

body.start #spotlight .umea_energi a{
	color:#fff;
	text-decoration:underline;
	}
body.start #spotlight .umea_energi a:hover{
	color:#fafafa;
	}

body.start #spotlight .umea_energi p{
	font-size:.9em;
 }
 
body.start #spotlight .slattens-vind{
	background-image:url("spotlight/slattens-vind.gif");
	background-position: top right;
	padding-top:50px;
	color:#fff;
}

body.start #spotlight .slattens-vind a,
body.start #spotlight .slattens-vind h3{
	color:#fff;
}

 
 body.start #spotlight .smurfit-kappa{
	background-image:url("spotlight/smurfit-kappa.jpg");
	background-color:#000e35;
	background-position:top right;
	color:#fff;
	background-repeat:no-repeat;
	padding-bottom:150px;
	padding-right:100px;
	padding-left:2em;
	padding-top:1.5em;
}

body.start #spotlight .smurfit-kappa h3{
	}

body.start #spotlight .smurfit-kappa a{
	color:#fff;
	text-decoration:underline;
	}
body.start #spotlight .smurfit-kappa a:hover{
	color:#fafafa;
	}

body.start #spotlight .smurfit-kappa p{
	font-size:.9em;
 }
/* end of ad */
body.start #spotlight .slitem h3,
body.start #spotlight .slitem p{
  margin: 0;
}
body.start #spotlight .cmnovarel{
  background-image: url("spotlight/cmnovarel.gif");
	background-position: center right;
	padding-right: 70px;
	}
	
body.start #spotlight .slaget{
  background-image: url("spotlight/slaget.gif");
	background-position: center right;
	padding-right: 75px;

}
body.start #spotlight .infinityrel{
  background-image: url("spotlight/infinityrel.gif");
	padding-right: 80px;
	padding-bottom: 2em;
}
body.start #spotlight .ortviken{
  background-image: url("spotlight/ortviken.jpg");
  background-position:right center;
	padding-right: 90px;
	padding-bottom: 1em;
}
body.start #spotlight .signuprel{
  background-image: url("spotlight/signuprel.gif");
	padding-right: 110px;
	padding-bottom: .6em;
}

body.start #spotlight .sevab{
  background-image: url("spotlight/sevab.gif");
  background-repeat:no-repeat;
  background-position: right top;
	padding-right: 120px;
	padding-bottom: .6em;
}
body.start #spotlight .easylaser{
  background-image: url("spotlight/e418.gif");
  background-position:97% 20%;
	padding-right: 110px;
	padding-bottom: .6em;
}

body.start #spotlight .cpc_logo{
  background-image: url("spotlight/cpc.gif");
  background-position:top right;
	padding-right: 120px;
	padding-bottom: .6em;
}
body.start #spotlight .expo{
  background-image: url("spotlight/expo.gif");
  background-position: bottom right;
	padding-right: 90px;
	padding-bottom: .6em;
}

body.start #spotlight .xmas{
  background-image: url("spotlight/xmas.jpg");
	padding-right: 160px;
	padding-bottom: .6em;
}

body.start #spotlight .xmas2007{
  background-image: url("spotlight/xmas2007.jpg");
	padding-right: 160px;
	padding-bottom: .8em;
}

body.start #spotlight .xmas2008{
  background-image: url("spotlight/xmas2008.jpg");
  background-position:top right;
	padding-right: 200px;
	padding-bottom: .8em;
}

body.start #spotlight .bcrel{
  background-image: url("spotlight/bcrel.gif");
	padding-right: 70px;
	background-position: 92% 25%;
}

body.start #spotlight .intel_case{
  background:#eee url("spotlight/intelcase_2.png") no-repeat right 50%;
  padding-right: 100px;
}

body.start #spotlight .bcrel_ex{
  background-image: url("spotlight/bcrel_ex.png");
	padding-right: 115px;
	background-position: 105% 25%;}

body.start #spotlight .vcrel{
  background-image: url("spotlight/vibchecker.png");
	padding-right: 115px;
	background-position: 105% 25%;
}
body.start #spotlight .anv{
  background-image: url("spotlight/anv.jpg");
	padding-right: 110px;
	background-position: center right;
}
body.start #spotlight .nor{
	background-image: url("spotlight/nor.gif");
	background-position:92%;
	padding-right: 110px;
	padding-bottom: .6em;
	background-position: right;
}
body.start #spotlight .nor{
	background-image: url("spotlight/nor.gif");
	background-position:92%;
	padding-right: 110px;
	padding-bottom: .6em;
	background-position: right;
}

body.start #spotlight .hallsta2010{
	background-image: url("spotlight/hallsta2010.jpg");
	background-color:#eee;
	background-position:top right;
	background-repeat:no-repeat;
	padding-right: 150px;
	padding-bottom: .6em;
}

body.start #spotlight .hallsta2010 a{
	color:#403a34;
}

body.start #spotlight .shims{
	background-image: url("spotlight/shims.jpg");
	background-position: top right;
	background-repeat:no-repeat;
	padding:1em;
	padding-right:110px;
	}	  
	
body.start #spotlight .bc_a_offer{
	background-image: url("spotlight/bc_a_offer.jpg");
	background-position: top right;
	background-repeat:no-repeat;
	padding:1em;
	padding-right:165px;
	}	  

body.start #spotlight .uh08 a{
	color:#FFF;
	}

body.start #spotlight .intelli{
	background:#000 url("spotlight/intelli.jpg") no-repeat;
	color:#FFF;
	background-position: top right;
	padding:365px 1em 60px;
	}
	

body.start #spotlight .intelli a{
	color:#73b139;
	}

body.start #spotlight .spmhd, body.start .spmhd{
	background:#000 url("spotlight/spmhd.gif") no-repeat;
	color:#FFF;
	background-position: 10px 10px;
	padding:60px 1em 1em;
	}
	
body.start #spotlight .spmhd a, body.start .spmhd a{
	color:#DDD;
	}

body.start #spotlight .spmhd a:hover, body.start .spmhd a:hover{
	color:#fff;
	}
	
body.start #spotlight .marine{
	background:#000 url("spotlight/darkwater.jpg") no-repeat;
	color:#FFF;
	background-position: center right;
	padding:1em 1em;
	}
	
body.start #spotlight .marine a{
	color:#ccc;
	}

body.start #spotlight .marine a:hover{
	color:#fff;
	}
	
body.start #spotlight .intellinova{
	background:#eee url("spotlight/intelli_eee.gif") no-repeat;
	background-position: top right;
	}


body.start #spotlight .beijing{
	background:#eee url("spotlight/spm_beijing.jpg") no-repeat;
	color:#000;
	background-position: center right;
	padding:1em 1em;
	}
	
	
body.start #newslist{
  clear: both;
	border-top: 2px solid #f90;
}
body.news #newsdate{
  margin-bottom: 1em;
  color: #999;
  font-size: .9em;
  border-bottom: 1px solid #eee;
}

hr,
#themes,
form p br,
.navmarker{
	display: none;
}
.imgbox
{
	float: right;
	clear: right;
	margin: 0 0 1em 1em;
	width: 200px;
	height: 150px;
	overflow: hidden;
}
.style1 {
	color: #c30
}

.paper{
  	font-family:"Courier New", Courier, monospace;
  	background:url(bg_paper.jpg);
	padding:3.5em 2em 2em;
	margin-bottom:1em;
	width:450px;
	height:730px;
}


