/* #######################

SWCAR Style Sheet
Wide content for data sheet
Version: 1.0
Date: 5-3-07

How it modifies the main.css:
1. Hides menu
2. Full width banner text in banner
3. Logo panel and photos combined in content
4. Remove menu bg in container

Update 2009-10-28 Made container wider

########################## */

body#pageWide { /* use if required */
}

div#container {
	background:none;
	background:#FFFFFF;
	max-width:880px;
	}
	
div#banner {
	margin: 2px 0px 2px 0px;
	background-image:url(../i/banner_text_data.gif);
	background-repeat:no-repeat;
	background-position:top left;
	}

div#content {
	padding: 126px 10px 0px 12px;
	margin: 0px 0px 10px 0px;
	background-image:url(../i/banner_data.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	}

/* Correct margin for compliant browsers; -5px above is for IE */
html>body div#content {
	margin-left: 0px;
	}

div#menu {
	display: none;
	}
