@charset "utf-8";
/* CSS Document */
#mainBox {
	background: url(../images/Axel_BG-gradient-bottom.jpg) left bottom repeat-x;
}
#wrapper {
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 57px 0 0 0;
}
#border {
	border-left: 1px solid #597aa3;
	border-right: 1px solid #597aa3;
}
#bottomSpacer {
	height: 220px;
}
#header {
	height: 225px;
	clear: both;
	background: red;
}
#header.barHome {
	background: transparent url(../images/bar-home.jpg) right top no-repeat;
}
#header.barAbout {
	background: transparent url(../images/bar-directors.jpg) right top no-repeat;
}
#header.barProducts {
	background: transparent url(../images/bar-home.jpg) right top no-repeat;
}
#header.barInvestors {
	background: transparent url(../images/bar-invest.jpg) right top no-repeat;
}
#header.barCareers {
	background: transparent url(../images/bar-careers.jpg) right top no-repeat;
}
#header.barContact {
	background: transparent url(../images/bar-contact.jpg) right top no-repeat;
}
#header.barNews {
	background: transparent url(../images/bar-news.jpg) right top no-repeat;
}
#logo {
	width: 410px;
	height: 225px;
	float: left;
}
#content {
	background: #fff url(../images/icon-tag.gif) right bottom no-repeat;
	padding: 45px 80px 100px 60px;
}

/* Helper class */
.clear {
    clear: both;
    height: 0px;
    font-size: 1px;
    border: none;
    margin: 0;
    padding: 0;
    background: transparent;
    line-height:0em;
    display: block;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}