/*Main Layout*/
#page{
	margin: 0 auto;
	width: 940px;
	margin-bottom: 40px;

}

#header {
	position: relative;
	height: 553px;
	margin-bottom: 27px;
}

#header-sidebar{
	position: absolute;
	clear: both;
	width: 224px;
	height: 396px;
	right: -5px;
	top: 111px;
}

#main-content{
	width: 540px;
	float: left;
	margin-bottom: 40px;
}

#sidebar{
	width: 370px;
	float: left;
	margin: 0 0 40px 30px;
}

#footer{
		clear: both;
		padding: 0 0 20px 0;
}

#footer-content{
	margin: 10px auto 0 auto;
	width: 940px;
}

/*Header*/

#house{
	position: absolute;
	top: 98px;
	left: -14px;
	height: 428px;
	width: 697px;
}

#product{
	position: absolute;
	top: -70px;
	right: -21px;
}

#logo{
	position: absolute;
	top: 20px;
	left: 0;
}

p#strapline{
	position: absolute;
	left: 140px;
	top: 66px;
}

#header h2 {
	float: right;
	margin-right: 95px;
	margin-top: 58px;
}

dl#features{
	position: absolute;
	top: 174px;
	left: 20px;
}

div#header-sidebar a {
	position: absolute;
	top: 350px;
	left: 16px;
}


/*content-area*/
#content-area h3, #content-area h4 {
	margin: 10px 0 20px 0;
}

/*To add events, add ID tags to these two style entries:*/
a#csi-shortlist, a#connections-amsterdam {
	float: left;
	margin-bottom: 20px;
}

a#csi-shortlist, a#connections-amsterdam {
	margin-left: 45px;
}
/*That's enough! Don't change anything else!*/


p#date{
	clear: both;
	padding: 10px 0;
}

/*Press Releases*/

ul#press-releases li{
	padding: 0 0 0 30px;
	margin: 10px 0;
	display: block;
}

/*footer*/
div#contact-details, div#footer-logos{
	width: 470px;
}

div#contact-details{
	float: left;
}

div#footer-logos{
	float: right;
	text-align: right;
}

#footer-axar{
	float: left;
	margin-left: 20px;
}

#footer-axar{
	margin-left: 133px;
}

#footer-working{
	margin-top: 20px;
}



/* so:clearfix */

#footer:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both;
	visibility: hidden;
}

