/*
	MasterObjects Style Sheet
	Copyright (c) 2010 MasterObjects, Inc.
	
	THIS STYLE SHEET DETERMINES THE MAIN LAYOUT OF THE WEBSITE
	
	Version 1 (January 20, 2010)
*/


@import url(mo-common.css?version=27);

.mo .topheader {
	position:relative;
	width:541px;
	height:32px;
	background:url(/styles/mo/top-header-small.gif) bottom right no-repeat;
}

.mo #headerMenu {
	position: absolute;
	width: 522px;
	bottom: 12px;
	left: 3px;
	font-size: 10px;
	overflow: hidden;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mo #sideheader {
	position:relative;
}

.mo .returnbox {
	position: absolute;
	top: -27px;
	left: 5px;
	width: 18px;
	height: 18px;
	background:url(/styles/mo/back-arrow.png) center center no-repeat;;
}

.mo .middlecenter {
	margin: 0 auto;
}

.mo .footer {
	margin-left: 10px;
	text-align:left !important;
}

/*
	End of mo-site-wide.css
*/
