 @charset "utf-8";

/*REFERENCE COLOUR CODES - ORANGE:#EA7500 (234, 117, 0); PURPLE:#EF4F91 (239, 79, 145)*/

/* RESET CSS - NO TOUCHY! */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
	-moz-outline-style: none;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*END OF RESET - YOU CAN TOUCH NOW, BUT ONLY GENTLY ;-)*/
body {
	min-height: 100%;
	position:relative;
	color: #4B4B4B;
	background: url(../images/bg_gradient.jpg) 0 0 repeat;
	background-attachment:fixed;
}

table {border-collapse:separate; border-spacing:10pt;}


h1 {font-size:26px; color:#EA7500; line-height:28px; margin-bottom:10px; margin-top:10px;}
h2 {font-size:18px; color:#EF4F91; line-height:28px; margin-bottom:10px;}
h3 {font-size:16px; color:#FFFFFF; line-height:20px; text-align:right; margin-top:28px; margin-right:8px;}
h3:hover{color:#ea7500; font-size:16px; line-height:20px; text-decoration:none;}
h4 {font-size:16px; color:#EF4F91; line-height:28px; margin-bottom:10px;}
h5{	color:#ef4f91; font-size:14px; line-height:20px; text-decoration:none;}
h5:hover{color:#ea7500; font-size:14px; line-height:20px; text-decoration:none;}
h6 {font-family:Arial, Helvetica, sans-serif;font-size:18px; color:#EA7500; line-height:28px; margin-bottom:10px;}
h7 {font-size:14px; color:#EF4F91; line-height:28px; margin-bottom:10px;}
p {font-family:Arial, Helvetica, sans-serif; color:#333333; line-height:18px; font-size:14px; margin-bottom:10px;}
.footertext {font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; line-height:15px; font-size:13px; margin-top:10px; float:left;}
.tabletext {font-family:Arial, Helvetica, sans-serif; color:#333333; line-height:15px; font-size:12px; margin-top:17px;}

.tabletexts {font-family:Arial, Helvetica, sans-serif; color:#333333; line-height:15px; font-size:12px; float:left; margin-left:160px; }

.lhstitle {font-size:18px; color:#EF4F91; line-height:28px; margin-bottom:10px; margin-top:15px;}
.spexpacktaken {font-family:Arial, Helvetica, sans-serif; font-style:italic; color:#999; line-height:18px; font-size:14px; margin-bottom:10px;}


#mainmav{
	width:410px;
	height:105px;
	float:left;
	clear:left;
	margin-left:50px;
	margin-top:15px;
}

#mainmav li{
	list-style:none;
	float:left;
	display:block;
	width:205px;
	height:20px;
}

.textbottom {vertical-align:text-bottom;} 

#headers {
  background: #0f0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 800px;
  height: 100px;
}
#leftcols {
  background: #f00;
position: absolute;

  width: 400px;
  height: 200px;
  margin-right: 400px;

}
#contents {
  background: #fff;
 position: absolute;
  width: 400px;
  height: 200px;
  margin-left: 100px;

}
#footers {
  background: #0f0;
  top: 500px;
  left: 0px;
  width: 800px;
  height: 100px;
  
}


#list{
	list-style-type:circle;
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333; 
	line-height:18px; 
	font-size:14px;
	margin-bottom:10px;
	margin-left:10px;
}



#left_col {
	width:521px;
	height:100%;
	float:left;
	margin-top:10px;
	margin-left:18px;
}

#right_col {
	width:290px;
	float:right;
	margin-top:10px;
	padding-right:18px;
}

#footer {
	background-color:#253a3d;
	clear:both;
	width:100%;
	height:200px;
	margin-left:0;
	margin-top:60px;
	position:relative;
	z-index:200;
}

#topbarpone{
	background:url(../images/topbar_part1.png) repeat-x;
	width:30%;
	height:221px;
	position:absolute;
	top:90px;
	left:0px;
	z-index:1;
}

#wrapper{
	width:950px;
	margin:0 auto;
	position:relative;
	z-index:100;
}

#topbarptwo{
	background:url(../images/topbar_part2.png) no-repeat;
	width:854px;
	height:221px;
	margin-top:90px;
	float:left;
	display:inline;
}

#maincontent{
	background-color:#FFFFFF;
	width:880px;
	float:left;
}

#changebox{
	background:url(../images/changebox_bg.png) 0 0 no-repeat;
	width:950px;
	height:247px;
	margin-left:-35px;
	margin-top:10px;
	position:relative;
	z-index:99;
}

#bookonline {
	background:url(../images/bookonline_topbutton.gif) 0 0 no-repeat;
	width:153px;
	height:26px;
	overflow:hidden;
	float:left;
	margin-left:50px;
	margin-top:15px;
	margin-right:15px;
}
#bookonline:hover{
	background:url(../images/bookonline_topbutton.gif) 0 -26px no-repeat;
}
#posters {
	background:url(../images/121pe_topbutton.gif) 0 0 no-repeat;
	width:153px;
	height:26px;
	overflow:hidden;
	float:left;
	margin-top:15px;
	margin-right:15px;
}
#posters:hover{ 
	background:url(../images/121pe_topbutton.gif) 0 -26px no-repeat;
}
#121pe {
	background:url(../images/121pe_topbutton.gif) 0 0 no-repeat;
	width:153px;
	height:26px;
	overflow:hidden;
	float:left;
	margin-top:15px;
	margin-right:15px;
}
#121pe:hover{
	background:url(../images/121pe_topbutton.gif) 0 -26px no-repeat;
}

#logo{
	background:url(../images/logo.png) 0 0 no-repeat;
	width:334px;
	height:143px;
	float:right;
	position:absolute;
	top:115px;
	left:450px;
}


/*CHANGE BOX - NO TOUCHY TOUCHY!!!*/

#cbnav {
	list-style: none;
	padding: 0;
	display: block;
	overflow: hidden;
	width:372px;
	}
#cbnav li {
	display: block;
	float:left;
	margin-left:51px;
}
#cbnav li a {
	display: block;
	text-decoration: none;
	height:37px;
}
#cbnav li a img{ 
	width:598px;
	height:222px;
	position:absolute;
	top:7px;
	left:345px;
	visibility:hidden;
}
#cbnav li a:hover img{ 
	visibility:visible;
}
#cbnav li a span{
	visibility:hidden;
}
#cbnav li a:hover span{
	display:block; 
	color:#FFFFFF; 
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	line-height:20px;
	position:absolute; 
	top:158px; 
	left:353px; 
	z-index:100; 
	width:568px;
	visibility:visible;
}
#cbnav li a:hover span b {
	font-size:17px;
	margin-bottom:3px;
	font-weight:bold;
}
#cb_plen_text{
	background:url(../images/plen_text_changebox.jpg) 0 0 no-repeat;
	width:294px;
	margin-top:7px;
	margin-bottom:-7px;
}
#cb_plen_text:hover{
	background:url(../images/plen_text_changebox.jpg) 0 -37px no-repeat;
}
#cb_pe_text{
	background:url(../images/pe_text_changebox.jpg) 0 0 no-repeat;
	width:294px;
	margin-top:7px;
}
#cb_pe_text:hover{
	background:url(../images/pe_text_changebox.jpg) 0 -37px no-repeat;
}
#cb_ws_text{
	background:url(../images/ws_text_change.jpg) 0 0 no-repeat;
	width:294px;
}
#cb_ws_text:hover{
	background:url(../images/ws_text_change.jpg) 0 -37px no-repeat;
}
#cb_comp_text{
	background:url(../images/comp_text_changebox.jpg) 0 0 no-repeat;
	width:294px;
}
#cb_comp_text:hover{
	background:url(../images/comp_text_changebox.jpg) 0 -37px no-repeat;
}
#cb_bio_text{
	background:url(../images/bio_text_changebox.jpg) 0 0 no-repeat;
	width:294px;
}
#cb_bio_text:hover{
	background:url(../images/bio_text_changebox.jpg) 0 -37px no-repeat;
}
#cb_coat_text{
	background:url(../images/coat_text_changebox.jpg) 0 0 no-repeat;
	width:294px;
}
#cb_coat_text:hover{
	background:url(../images/coat_text_changebox.jpg) 0 -37px no-repeat;
}
#cb_clean_text{
	background:url(../images/clean_text_changebox.jpg) 0 0 no-repeat;
	width:294px;
}
#cb_clean_text:hover{
	background:url(../images/clean_text_changebox.jpg) 0 -37px no-repeat;
}
#cb_ehs_text{
	background:url(../images/hse_text_changebox.jpg) 0 0 no-repeat;
	width:294px;
}
#cb_ehs_text:hover{
	background:url(../images/hse_text_changebox.jpg) 0 -37px no-repeat;
}

#nanocentral_logo{
	background:url(../images/nanocentral.jpg) 0 0 no-repeat;
	width:288px;
	height:166px;
	margin-top:10px;
	margin-bottom:10px;
}

/*programme rhs symposia panels*/

#clean_panel {
	background: url(../images/clean_symposia_panels.jpg) 0 0 no-repeat;
	width:272px;
	height:70px;
	margin-top:15px;
	margin-right:0px;
	margin-bottom:10px;
	float:right;
}
#pe_panel {
	background: url(../images/pe_symposia_panels.jpg) 0 0 no-repeat;
	width:272px;
	height:70px;
	margin-top:15px;
	margin-right:0px;
	float:right;
}
#cip_panel {
	background: url(../images/cip_symposia_panels.jpg) 0 0 no-repeat;
	width:272px;
	height:70px;
	margin-top:15px;
	margin-right:0px;
	float:right;
}
#bio_panel {
	background: url(../images/ehs_symposia_panels.jpg) 0 0 no-repeat;
	width:272px;
	height:70px;
	margin-top:15px;
	margin-right:0px;
	float:right;
}
#comp_panel {
	background: url(../images/comp_symposia_panels.jpg) 0 0 no-repeat;
	width:272px;
	height:70px;
	margin-top:15px;
	margin-right:0px;
	float:right;
}
#ehs_panel {
	background: url(../images/ehs_symposia_panels.jpg) 0 0 no-repeat;
	width:272px;
	height:70px;
	margin-top:15px;
	margin-right:0px;
	float:right;
	margin-bottom:15px;
}
#logoexample {
	background:url(../images/logoexample.jpg);
	width:290px;
	height:200px;
}
#fb_icon {
	background:url(../images/twittericon.png) 0 0 no-repeat;
	width:60px;
	height:80px;
	float:left;
	margin:18px 18px 18px 45px;
}
#in_icon {
	background:url(../images/linkedinicon.png) 0 0 no-repeat;
	width:60px;
	height:80px;
	float:left;
	margin:18px;
}
#fr_icon {
	background:url(../images/flickricon.png) 0 0 no-repeat;
	width:60px;
	height:80px;
	float:left;
	margin:18px;
}
#footer_divider {
	background:url(../images/footer_divider.gif) 0 0 no-repeat;
	width:1px;
	height:86px;
	margin: 15px 30px 15px 30px;
	float:left;
}
#hbar {
	background:url(../images/hbar.gif) 0 0 no-repeat;
	width:508px;
	height:56px;
	float:left;
}
#hbarshort {
	background:url(../images/hbar_short.gif) 0 0 no-repeat;
	width:285px;
	height:56px;
	float:left;
}
#sidefooter {
	background-color:#b5ae83;
	width:100%;
	height:136px;
	position:absolute;
	bottom:0;
	left:0;
}
#footertape {
	background:url(../images/foooter_tape.gif) 0 0 no-repeat;
	width:880px;
	height:60px;
	margin:0;
}
#designedby {
	background:url(../images/kink_small.gif) 0 0 no-repeat;
	width:60px;
	height:27px;
	position:absolute;
	top:75px;
	right:45px;
}
#thomasswan_logo {
	background:url(../images/thomas_swan.gif) 0 0 no-repeat;
	width:288px;
	height:68px;
}
#dels09 {
	background:url(../images/nm09breakdownchart.jpg) 0 0 no-repeat;
	width:288px;
	height:226px;
}
#papuholderimg {
	background:url(../images/papuholder.gif) 0 0 no-repeat;
	width:288px;
	height:114px;
}
#towerbridge {
	background:url(../images/LondonTower_bridge.jpg) 0 0 no-repeat;
	width:224px;
	height:141px;
	position:relative;
	margin:10px;
	float:right;
	clear:right;
}
#parliment {
	background:url(../images/london_2009.jpg) 0 0 no-repeat;
	width:224px;
	height:185px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}
#insidehotel {
	background:url(../images/hotelrussell2.jpg) 0 0 no-repeat;
	width:224px;
	height:168px;
	position:relative;
	margin:10px;
	float:right;
	clear:right;
}
#nanotechnology {
	background:url(../partners/nanotechnology.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}	
#photonicsmedia {
	background:url(../partners/Photonicsmedia.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}
#nanomagazine {
	background:url(../partners/nanomagazine.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}
#nanoproducts {
	background:url(../partners/nanoproducts.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}
#nanotechweb {
	background:url(../partners/nanotechweb.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}
#ppcj {
	background:url(../partners/PPCJ_HR.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}
#ktn {
	background:url(../partners/KTN_Materials.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}
#ktnnano {
	background:url(../partners/KTN_Nanotecnology.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}
#nanotimesp {
	background:url(../partners/nanotimes.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}
#BS {
	background:url(../partners/BSP.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}
#currentnanos {
	background:url(../partners/CNano.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}
#institutenano {
	background:url(../partners/instituteofnanotech.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}
#mm {
	background:url(../partners/MMM_logo.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}
#electronicsweekly {
	background:url(../partners/electronicsweekly.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}
#specialchem {
	background:url(../partners/specialchem.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}
#leatherhead {
	background:url(../partners/leatherhead.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}
#pra {
	background:url(../partners/pra.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}
#azonano {
	background:url(../partners/azonano.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}
#pe {
	background:url(../partners/+pe.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}
#st {
	background:url(../partners/ST.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}
#nanowerk {
	background:url(../partners/nanowerk.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}
#nanoforum {
	background:url(../partners/nanoforum.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}

#cleanroom {
	background:url(../partners/cleanroom.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}
#innovnano {
	background:url(../media/innovnano.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}
#hiden {
	background:url(../media/hiden.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}
#nanogap {
	background:url(../media/nanogap.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}
#intertek {
	background:url(../media/intertekmsg.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}
#metrc {
	background:url(../media/metrc.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}
#hokawa {
	background:url(../media/Hokawa.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}
#uniglasgow {
	background:url(../media/uniglasgow.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}
#bhr {
	background:url(../media/BHR.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}
#can {
	background:url(../media/can.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}
#plasmachem {
	background:url(../media/plasmachen.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}

#netzsch {
	background:url(../media/netzsch.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}

#powderpro {
	background:url(../media/powderpro.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}
#safenano {
	background:url(../media/safenano.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}
#unisurrey {
	background:url(../media/unisurrey.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}

#perkinelmer {
	background:url(../media/perkinelmer.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}
#nanofactory {
	background:url(../media/nanofactory.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}
#horiba {
	background:url(../media/horiba.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}
#malvern {
	background:url(../media/malvern.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}
#lambda {
	background:url(../media/lambda.jpg) 0 0 no-repeat;
	width:500px;
	height:42px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}
#alphasense {
	background:url(../speakers/AlphaSense.jpg) 0 0 no-repeat;
	width:120px;
	height:65px;
	position:absolute;
	margin:5px 10px 10px 10px;
	float:left;
}
#hexcel {
	background:url(../speakers/Hexcel.jpg) 0 0 no-repeat;
	width:120px;
	height:65px;
	position:absolute;
	margin:5px 10px 10px 10px;
	float:left;
}
#teercoatings {
	background:url(../speakers/teercoatings.jpg) 0 0 no-repeat;
	width:120px;
	height:65px;
	position:absolute;
	margin:5px 10px 10px 10px;
	float:left;
}
#ucl {
	background:url(../speakers/UCL.jpg) 0 0 no-repeat;
	width:120px;
	height:65px;
	position:absolute;
	margin:5px 10px 10px 10px;
	float:left;
}
#ethzurich {
	background:url(../speakers/ETHZurich.jpg) 0 0 no-repeat;
	width:120px;
	height:65px;
	position:absolute;
	margin:5px 10px 10px 10px;
	float:left;
}
#productandimage {
	background:url(../speakers/productandimage.jpg) 0 0 no-repeat;
	width:120px;
	height:65px;
	position:absolute;
	margin:5px 10px 10px 10px;
	float:left;
}
#comingsoon {
	background:url(../speakers/comingsoon.jpg) 0 0 no-repeat;
	width:120px;
	height:60px;
	position:absolute;
	margin:5px 10px 10px 10px;
	float:left;
}
#hotel {
	background:url(../images/hotelrussell.jpg) 0 0 no-repeat;
	width:224px;
	height:168px;
	position:relative;
	margin:5px 10px 10px 10px;
	float:right;
}
#russellpark {
	background:url(../images/Russell_Square.jpg) 0 0 no-repeat;
	width:224px;
	height:150px;
	position:relative;
	margin:10px;
	float:right;
}
#hoteldirections {
	background:url(../images/map_direction.gif) 0 0 no-repeat;
	width:288px;
	height:155px;
	margin-top:20px;
	margin-bottom:20px;
	
}
#hoteldirections:hover {
	background:url(../images/map_direction.gif) 0 -155px no-repeat;
}
#partevent {
	background:url(../images/121evnt.gif) 0 0 no-repeat;
	width:288px;
	height:155px;
	margin-top:20px;
	margin-bottom:20px;
	
}
#partevent:hover {
	background:url(../images/121evnt.gif) 0 -155px no-repeat;
}

#companylist {
	background:url(../images/pastcompanies.gif) 0 0 no-repeat;
	width:288px;
	height:155px;
	margin-top:20px;
	margin-bottom:20px;
	
}
#companylist:hover {
	background:url(../images/pastcompanies.gif) 0 -155px no-repeat;
}

#showguide {
	background:url(../images/showguide2010.gif) 0 0 no-repeat;
	width:288px;
	height:155px;
	margin-top:20px;
	margin-bottom:20px;
	
}
#showguide:hover {
	background:url(../images/showguide2010.gif) 0 -155px no-repeat;
}

#tube {
	background:url(../images/tubemap.gif) 0 0 no-repeat;
	width:288px;
	height:155px;
	margin-bottom:20px;
}
#tube:hover {
	background:url(../images/tubemap.gif) 0 -155px no-repeat;
}
#attractions{
	background:url(../images/attractions.gif) 0 0 no-repeat;
	width:288px;
	height:155px;
	margin-bottom:20px;
}
#attractions:hover{
	background:url(../images/attractions.gif) 0 -155px no-repeat;
}
#jobchart {
	background:url(../images/09_jobtitles_data.jpg) 0 0 no-repeat;
	width:288px;
	height:275px;
	margin:15px 0 10px 0;
}
#geogchart {
	background:url(../images/09_geog_data.jpg) 0 0 no-repeat;
	width:288px;
	height:270px;
	margin:5px 0 5px 0;
}
#exhibphoto {
	background:url(../images/exhibphoto.jpg) 0 0 no-repeat;
	width:200px;
	height:134px;
	float:right;
	margin:5px 0 10px 10px;
}
#testimonials_box {
	width:521px;
	height:auto;
	background-color:#deeb94;
	padding:10px;
}
#pastspeakers {
	background: url(../images/pastspeakers_ani.gif) 0 0 no-repeat;
	width:288px;
	height:375px;
	margin-bottom:10px;
}
#piralogo {
	background:url(../images/IPlogo.gif) 0 0 no-repeat;
	width:288px;
	height:108px;
}
#spexdownload {
	background:url(../images/spexdownload.gif) 0 0 no-repeat;
	width:288px;
	height:134px;
}
#spexdownload:hover {
	background:url(../images/spexdownload.gif) 0 -134px no-repeat;
}
#spex_ani {
	background:url(../images/spex_ani.gif) 0 0 no-repeat;
	width:288px;
	height:420px;
}
.programawhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	color: #FFF;
	text-align: center;
}
.programagrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
}
.programaname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}
.programatitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F061A2;
}
.programatitleo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EA7500;
}

