/* Ettline Foods styles. */

* { margin: 0; body:0; padding: 0; }
.hide { display: none; }
br { clear: both; }

/* The containers. */
body {
	background-color: #9f9f9f;
	font-family: arial, "sans serif";
	font-size: 12px;
	color: #333;
}

div#outer {
	width: 1000px;
	margin: 0 auto 0 auto;
	/*
               Adios apple.
 
               background-repeat: no-repeat;
	       background-image: url(../images/EFC-apple.gif);
	       background-position: 100% 65%; 
        */
}

div#inner {
	width: 900px;
	margin: 0 auto 0 auto;
}

div.ettbox_wide {
	width: 900px;
	background: url(../images/ettbox_wide.gif) repeat-y;
	margin-bottom: 20px;
}

div#header, div#body, div#footer {
	width: 850px;
	margin: 0 auto 0 auto;
}

/* Physical content goes in here. */
div#body iframe {
	width: 850px;
	height: 400px;
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
}

div#subfooter {
	width: 900px;
	margin: 0 auto 0 auto;
}

div#subfoot_l, div#subfoot_r {
	height: 125px;
}

div#ettbox_left {
	width: 600px;
	background: url(../images/ettbox_left.gif) repeat-y;
	float: left;
}

div#ettbox_right {
	width: 300px;
	background: url(../images/ettbox_right.gif) repeat-y;
	float: right;
}

div#header, div#body, div#subfoot_l, div#subfoot_r  {
	background-color: #fff;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

div#header{
	padding-top: 20px;
}

div#body {
	height: 400px;
}

/*
	Now the page elements.
*/

/* Header */
#header h1 {
	width: 400px;
	height: 91px;
	background: url(../images/logo_r.gif) no-repeat;
	margin: 0 0 15px 15px;
}

#header h1 a {
	width: 400px;
	height: 91px;
	display: block;
	background: url(../images/logo.gif) no-repeat;
}

#header h1 a:hover {
	background: url(../images/logo_r.gif) no-repeat;
}

div#navigation {
	width: 850px;
	height: 30px;
	background: url(../images/navigation.gif) repeat-x;
	list-style:none;
}

div#navigation ul {
	width: 750px;
	margin-left: 75px;
}

div#navigation li {
	height: 30px;
	display: block;
	float: left;
}

div#navigation li a {
	display: block;
	height: 30px;
}

/* Body */

/* Left Sub Footer */
div#subfoot_l {
	width: 550px;
	margin: 0 auto 0 auto;
}

/* Right Sub Footer */
div#subfoot_r {
	width: 250px;
	margin: 0 auto 0 auto;
}

div#subfoot_r h3 {
	background-image: url(../images/elink.gif);
	background-repeat: no-repeat;
       display: block;
        height: 50px;
       width: 109px;
       margin-top: 23px;
       margin-left: 71px;
       float: left;
}

div#subfoot_r h3 a {
	background-image: url(../images/elink.gif);
	background-repeat: no-repeat;
       display: block;
        height: 50px;
       width: 109px;
}

div#subfoot_r h3 a:hover {
	background-image: url(../images/elink.gif);
}

div#subfoot_r form{
	margin-top: 20px;
	float: right;
	width: 130px;
}

div#subfoot_r form label {
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 5px;
}

div#subfoot_r form input {
	border: 1px solid #999;
	width: 110px;
	color: #333;
	font-size: 16px;
}

div#subfoot_r form input:focus {
	background-color: #ffdfdf;
}

a#lnkSubfoot, a#lnkSubfoot:visited { margin-top: 25px; text-decoration: none; color: #666; font-size: 11px; width: 240px; display: block; text-align:center; }
a#lnkSubfoot:hover { text-decoration: underline; }

/* Footer */
div#footer {
	clear: both;
	text-align: right;
	color: #fff;
}

div#footer cite {
	font-style: normal;
	font-weight: 300;
}