/*************************** START FIXED 2 COLUMN LEFT LAYOUT ********************************/

body {
	text-align:center;
	margin:0;
	padding:0;
	background-color:#fff; /* Edit or delete */
}

#outerContainer {
	background-color:#fff; /* Edit or delete */
}

#headerContainer {
	width:100%;
	background-color:#fff; /* Edit or delete */
}

#header {
	width:970px; /* Enter width of site - must be a maximum of 768px for 800 wide screens */
	height:100px;
	margin:0 auto;
	z-index:100; /* added to bring the navigation in front of the content in IE6 & IE7 */
	position:relative;
}

#contentContainer {
	position:relative;
	width:970px; /* Enter width of site - must be a maximum of 768px for 800 wide screens */
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#fff; /* Edit or delete */
}

#contentWrapper {
	float:right;
	margin-left:-314px; /* Width of left column PLUS gulley between left and centre colummns - Must be minus */
	width:970px; /* Enter width of site - must be a maximum of 768px for 800 wide screens */
	padding: 10px 0;	
}

#container-centre {
	margin-left:314px; /* Width of left column PLUS gulley between left and centre colummns */
	width: 626px;
	padding: 10px;
	min-height: 430px;
}

* html #container-centre {
	height: 430px;
	}

#container-left {
	float:left;
	width:284px; /* Enter width of left column */
	margin-left: 10px;
	margin-bottom: 10px;
}

* html #container-left {
	margin-left: 5px !important;
	}

#right {
	display:none;
}

#contentClear {
	clear:both; /* Do not remove */
}

#footerContainer {
	width:100%;
	background-color:#fff; /* Edit or delete */
}

#footer {
	width:960px; /* Enter width of site - must be a maximum of 768px for 800 wide screens */
	margin:0 auto;
	position:relative;
	padding: 10px 0 0 10px;
	margin-bottom: 10px;
	background-image: url(../images/footerbg.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#footer p {
    margin-top: 65px;
	}
	
#orders {
	position: absolute;
	left: 10px;
	top: 0px;
	width: 274px;
	height: 32px;
	padding: 16px 0 0 20px; 
	background: #dd6300;
	}

/********************** IMPORTANT - DO NOT REMOVE THE FOLLOWING STYLES *************************/

div.fullheightcontainer_admin_mode {
	margin-top:50px;
}


/*************************** END FIXED 2 COLUMN LEFT LAYOUT ********************************/