* {
	margin: 0;
	padding: 0;	
}

ul {
	list-style: none;	
}

br.clear {
	clear: both;
}

html, body {
	height: 100%;
}

body {
	background-color: #000000;
	color: #999;
	font-family: helvetica, arial, sans-serif;
	font-size: 60%;
}

div#container {
	position: relative;
	min-height: 100%;
	/* IE6: height: 100%; */
}

a {
	color: #ffffff;	
	text-decoration: none;
}

a:hover {
	color: #333;	
}

div#top, div#bottom {
	padding-left: 25px;
	font-size: 1.2em;
}

div#top {
	min-height: 120px;
	/* IE6: height: 120px; */
	padding-bottom: 25px;
	background: repeat-x #000000;
	color: #565656;
}

h1 {
	padding: 25px 0 90px 0;
}

div#top p {
	width: 665px;
	font-weight: bold;
	margin-bottom: 0.8em;
	font-size: 1.9em;
	line-height: 1.05em;
	letter-spacing: -0.03em;
}

div#top a {
	color: #000000;
}

div#top a:hover {
	color: #ccc;
}

div#bottom {
	padding: 27px 0 75px 25px;
	width: 900px;	
}

h2 {
	font-size: 100%;
	color: #ffffff;
	font-weight: normal;
}

div#bottom div.intro, div#bottom li.office {
	float: left;
	margin-right: 50px;
	width: 210px;
}

div#bottom ul#offices li:last {
	margin-right: 0;	
}

div#bottom div.intro {
	width: 290px;
}

div#bottom div.intro p {
	margin-bottom: 1em;	
}

div#bottom li.office ul {
	margin-top: 1em;
}

div#footer {
	position: absolute; 
	bottom: 0;
	width: 750px;
	padding: 0 0 20px 25px;
	font-size: 0.8em;
}



/** sIFR **/
.sIFR-active div#top p {
	margin-bottom: 10px;	
}