@charset "utf-8";
/* CSS Document */

#SIDENAV, #HEADERNAV, #AccountSearch, .testimonial{
	display:none!IMPORTANT;
}
#WRAPPER {
	width: 98%;  /* this will create a container xx% of the browser width */
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
}

#HEADER {
	height: 60px!important;
	min-width:992px!important;
	background-image: none!important;
}
/* logo - hide the h1 text so we can have a graphic logo */
#MAST-LOGO h1, #MAST-LOGO h1 a {
	color:#D3114!important;
	font-size:1.4em!important;
}
#MAST-LOGO h1 a {
	float:left!important;
	width:992px!important;
	height:30px!important;
	overflow:visible!important;
	margin-left:0px!important;
	background-image:none!important;
	padding: 10px 0 10px 10px!important;
}
.mainContent {
	margin: 1em 1em 0em 1em!important;
} 