/*CSS*/

body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #40454b;
	}

/*  *********************************************  WRAPPER   *********************************************** */

div#ef-wrapper {
	margin: 0 auto;
	width: 908px;
	padding: 0 0 0 0;
	}
	

/******************************* STRUCTURE *************************/

div#ef-banner {
	float: left;
	width: 908px;
	height: 112px;
	margin: 0px;
	padding: 0px;
	background:url(../images/banner.jpg) no-repeat;
	overflow: hidden;
	}
div#ef-graphic {
	float:left;
	background: url(../images/graphic.jpg) no-repeat #AAA;
	width: 908px;
	height: 202px;
	margin:0;
	padding:0;
	overflow: hidden;
	}	
 

div#ef-topnav {
	float:left;
	background: url(../images/nav.jpg) no-repeat;
	width: 908px;
	height: 57px;
	margin:0;
	padding:0;
	}	
 
div#ef-content {
	float: left;
	width: 778px;
	margin:0;
	padding:20px 65px 10px 65px;
	background: url(../images/repeater.jpg) repeat-y;
	}

div#ef-repeat {
	float:left;
	background:  url(../images/rep_bottom.jpg) repeat-x;
	width: 100%;
	height: 22px;
	margin:0;
	padding:0;
	}	
 
div#ef-footer {
	width: 908px;
	height: 87px;
	background:url(../images/footer.jpg);
	clear:both;
	}
/******************************* HOME *************************/

div#ef-homewrapper {
	margin: 0 auto;
	width: 752px;
	padding: 0 0 0 0;
	height: 252px;
	clear:left;
	}
div#ef-order {
	width: 275px;
	padding: 0 0 0 0;
	height: 252px;
	float:left;
	}
div#ef-products {
	width: 440px;
	padding: 0 0 0 0;
	height: 252px;
	float:left;
	margin: 0px 0px 0px 15px;
	}
div#ef-spacer {
	width: 11px;
	padding: 0 0 0 0;
	height: 252px;
	float:left;
	background-image:url(../images/spacer.jpg);
	margin: 20px auto;
	}
#ef-wrapper #ef-content table tr td p {
	text-align: right;
}
#ef-wrapper #ef-content table tr td p {
	text-align: left;
}
