/*page*/
body{
	background: url("../images/page-bg.gif") repeat-x top;
}

#footer {
	background: #dcdcdc;
	border-top: solid 1px #adadad;
}

#house.loading{
	background: url("../images/loader.gif") no-repeat 240px 150px;
}

#header{
	background: url("../images/header-bg.gif") no-repeat 0 140px;
}

#header-sidebar{
	background: url("../images/featured-bg.jpg") no-repeat;
}

/*Text Colour*/
p, h1, h2, h3, h4, li{
	color: #1a1818;
}

/*Link Colour*/
p a, li a {
	color: #4b77b4;
	text-decoration: none;
}

p a:hover, #press-releases li a:hover  {
	border-bottom: 1px dotted ;
	color: #838383;
}

#press-releases li a {
	color: #f00;
}

#content-area h3 {
	border-bottom: solid 1px #c7c7c7;
}

/*Press Releases*/

ul#press-releases li{
	background: url(../images/pdf-hover.gif) no-repeat left top;
}

/* BIR */
/* Add new event IDs to this list */
#logo,
a#csi-shortlist,
a#connections-amsterdam,
#footer-axar,
div#header-sidebar a,
dl#features,
#strapline,
#product-title,
#main-content-title,
#about,
#events,
#press-release-title
 {
	text-indent: -1000em;
	overflow: hidden;
	text-align: left;
	display: block;
}

#logo{
	background: url("../images/logo.gif");
	width: 123px;
	height: 93px;
}

/*Add event logos here:*/

a#csi-shortlist{
	background: url("../images/csi-shortlist-2009-sm.gif");
	width: 170px;
	height: 170px;
}

a#connections-amsterdam{
	background: url("../images/conneu-09-amsterdam-sm.gif");
	width: 170px;
	height: 170px;
}
/*That's enough editing!*/


#footer-axar{
	background: url("../images/footer-axar.gif");
	width: 74px;
	height: 65px;
}

div#header-sidebar a{
	background: url("../images/button.gif") no-repeat 0 0;
	width: 195px;
	height: 27px;
}

div#header-sidebar a:hover{
	background-position: 0 -27px;
}

dl#features {
	background: url("../images/features.jpg") no-repeat;
	width: 186px;
	height: 158px;
}

#strapline {
	background: url("../images/strapline.gif") no-repeat;
	width: 273px;
	height: 15px;
}

#product-title {
	background: url("../images/product-title.gif") no-repeat;
	width: 295px;
	height: 26px;
}

#main-content-title {
	background: url("../images/axar-1000.gif") no-repeat;
	height: 22px;
}

#about {
	background: url("../images/about.gif") no-repeat;
	height: 17px;
}

#events {
	background: url("../images/events.gif") no-repeat;
	height: 18px;
}

#press-release-title{
	background: url("../images/press-releases-title.gif") no-repeat;
	height: 18px;
}
