* {
	margin: 0;
}
html, body {
	height: 100%;
	background-color:#FFFFFF;
	font-family: "Futura","trebuchet ms",arial,verdana,sans-serif;
}

.slogan {
	font-size:56px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
    word-spacing: 0;
    color: #900;
}


.slogan {
	font-size:30px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
    word-spacing: 0;
    color: #900;
}


.smallslogan {
	font-size:24px;
	font-weight: 300;
	text-align: left;
	text-transform: uppercase;
    word-spacing: 0;
    color: #900;
}

.detail {
	font-family: arial,verdana,sans-serif;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 40px;
}

.lighter {
	color: #333;
}

.wrapper {
	
	height: auto !important;
	width:955px;

}
.footer, .push {
	height: 63px; /* .push must be the same height as .footer */
	background: transparent;
}
.push {
	height: 63px; /* .push must be the same height as .footer */
}
.footerInnerPages, .push {
	height: 63px; /* .push must be the same height as .footer */
	background: transparent;
}
table.imageholder td {
	width:70px !important;
}
#expo {
	height:520px;
}



header {
	background: none repeat scroll 0 0 #DEDFDF;
    border-bottom: 1px solid #CBCBCB;
    padding: 17px 0 0;
    font-size: 16px;
}

footer {
	background: none repeat scroll 0 0 #DEDFDF;
    border-top: 1px solid #CBCBCB;
    padding: 17px 0 0;
    font-size: 16px;
    position: fixed;
    z-index: 9999;
    bottom: 0px;
    left: 0px;
    
}


header, #main, footer {
    display: block;
    width: 100%;
    font-family: 'Futura', 'Trebuchet MS', 'Tahoma', 'Arial';
    color: #333; 
}

#banner,
#banner a {
	font-family: 'Futura', 'Trebuchet MS', 'Tahoma', 'Arial';
    color: #333; 
	font-size: 16px;
}

#banner a:link {
	color: #555;
	text-decoration: none;
}
#banner a:visited {
	color: #555;
	text-decoration: none;
}
#banner a:hover {
	color: #333;
	text-decoration: underline;
}
#banner a:active {
	color: #333;
	text-decoration: none;
}

