* {
	margin: 0;
	padding: 0;	
}

br.clear {
	clear: both;
}

html, body {
	height: 100%;
}

body {
	background-color: #fff;
	color: #999;
	font-family: helvetica, arial, sans-serif;
	font-size: 66.7%;
	min-width:1000px;
}

div#container {
	position: relative;
	min-height: 100%;
	/* IE6: height: 100%; */
}

a {
	color: #666;	
	text-decoration: none;
}

a:hover {
	color: #333;	
}

div#top, div#bottom {
	padding-left: 25px;
	font-size: 1.2em;
}

div#top {
	padding-bottom: 50px;
	background: url(../images/top-gradient-bg.gif) repeat-x #eeeeef;
	color: #565656;
}

h1 {
	padding: 25px 0 62px 0;
}

div#top p {
	width: 233px;
	font-size: 85%;
	margin-bottom: 10px;
}

div#top a {
	color: #999;
}

div#top a:hover {
	color: #ccc;
}

div#bottom {
	padding: 25px 0 10px 25px;	
}

h3 {
	margin-top: 5px;
	font-size: 90%;
	color: #333;
	font-weight: bold;
}

h2 {
	font-size: 100%;
	color: #333;
	font-weight: normal;
	margin-bottom: 10px;
}

div#bottom div.intro, div#bottom li.column {
	float: left;
	margin-right: 20px;
	width: 224px;
	list-style: none;	
	z-index:100;
}

div#bottom ul#columns li:last {
	margin-right: 0;		
}

ul, ul li {
	margin: 0;
	padding: 0;
	list-style:none;
}

div#bottom div.intro {
	width: 430px;
	margin-right: 55px;
}

div#bottom div.intro p {
	margin-bottom: 1em;	
}

div#bottom li.column ul {
	margin-top: 1em;
}

div#footer {
	position: absolute; 
	bottom: 0;
	padding: 0 0 20px 25px;
	font-size: 1em;
	z-index:-1;
}

/** sIFR **/
.sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px !important;
  z-index: 0;
}

.sIFR-active div#top p {
	margin-bottom: 10px;	
}