@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	line-height:16px;
	color:#333;
}
#container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:url(images/bgrnd-l2top.jpg) no-repeat #c8d7e0 left top; 
}
#container-eastern { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:url(images/bgrnd-l2top-eastern.jpg) no-repeat #aac7ae left top; 
}
#leftbarContainer {
	float: left; /* since this element is floated, a width must be given */
	width: 340px;
	padding: 0;
	margin:0;
	position:relative;
}
#leftbarContainer .body {
	padding:20px;
}

#mainContent { 
	margin: 0 0 0 340px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#mainContent .body{ 
	padding: 0 20px 0 20px;
	width:580px;
	float:left;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a {
	color:#0066cc;
	text-decoration:none;
	}
a:hover {
	color:#0099FF;
	text-decoration:underline;
}


.l2logo {
	background:url(images/logo.gif) no-repeat;
	margin-top:22px;
	margin-left:49px;
	width:113px;
	height:158px;
	float:left;
}

#mainContent .contentimg {
	width:180px;
	padding:0 20px 0 0;
	float:left;
}

#mainContent .companySubcontent {
	padding-top:10px;
	width:340px;
	float:left;
}
#mainContent .Subcontent {
	padding-top:10px;
	width:420px;
	float:left;
}

/* ------------------------
	Content text definitions
--------------------------*/

h1 {
	font-size:16px;
	font-weight:bold;
	color:#000000;
}

h2 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:-8px;
	color:#333;
}
h3 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:-8px;
}
p {
	font-size:12px;
}

#mainContent ul {
	list-style:none;
}

#mainContent li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#333;
	list-style-image: url(images/bullet.gif);
}
#mainContent table {
	border:none;
	padding:1px;	
}
#mainContent th {
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	background:#7691a1;
	padding:4px 0 4px 0;
}
#mainContent td {
	font-size:11px;
	text-align:center;
	padding:2px 0 2px 0;
	background:#e4eaee;
}

#greenbgrnd th {
	font-size:11px;
	font-weight:bold;
	text-align:center;
	background:#aac7ae;
	padding:4px 0 4px 0;
	color:#000000;
}

#greenbgrnd td {
	background:#aac7ae;
	font-size:11px;
	text-align:center;
	padding:2px 0 2px 0;
}
#l3img {
	width:615px;
	height:110px;
	margin:0;
	float:left;
}
/* ------------------------
	Content Page Headers
--------------------------*/

#l2hdr {
	height:40px;
	width:178px;
	margin-top:33px;
	float:left;
}

#l2hdr .company {
	background:url(images/l2hdr-company.gif) no-repeat left;
	height:40px;
}
#l2hdr .prodserv {
	background:url(images/l2hdr-prodserv.gif) no-repeat left;
	height:40px;
}
#l2hdr .eastern {
	background:url(images/l2hdr-eastern.gif) no-repeat left;
	height:40px;
}
#l2hdr .warranty {
	background:url(images/l2hdr-warranty.gif) no-repeat left;
	height:40px;
}
#l2hdr .faq {
	background:url(images/l2hdr-faqs.gif) no-repeat left;
	height:40px;
}
#l2hdr .contact {
	background:url(images/l2hdr-contact.gif) no-repeat left;
	height:40px;
}

/* ------------------------
	Content Page Images
--------------------------*/

#l2img {
	width:615px;
	height:220px;
	margin:0;
	float:left;
}

#l2img .company {
	background:url(images/l2img-company.jpg) no-repeat left;
	width:615px;
	height:220px;
	border-left:5px #91a3ae solid;
	border-bottom:5px #91a3ae solid;
}
#l2img .prodserv {
	background:url(images/l2img-prodserv.jpg) no-repeat left;
	width:615px;
	height:220px;
	border-left:5px #91a3ae solid;
	border-bottom:5px #91a3ae solid;
}
#l3img .prodserv {
	background:url(images/l3img-prodserv.jpg) no-repeat left;
	width:615px;
	height:114px;
	border-left:5px #91a3ae solid;
	border-bottom:5px #91a3ae solid;
	margin-bottom:20px;
}
#l2img .eastern {
	background:url(images/l2img-eastern.jpg) no-repeat left;
	width:615px;
	height:220px;
	border-left:5px #7ba280 solid;
	border-bottom:5px #7ba280 solid;
}
#l3img .eastern {
	background:url(images/l3img-eastern.jpg) no-repeat left;
	width:615px;
	height:114px;
	border-left:5px #7ba280 solid;
	border-bottom:5px #7ba280 solid;
}
#l2img .warranty {
	background:url(images/l2img-warranty.jpg) no-repeat left;
	width:615px;
	height:220px;
	border-left:5px #91a3ae solid;
	border-bottom:5px #91a3ae solid;
}
#l2img .faq {
	background:url(images/l2img-faq.jpg) no-repeat left;
	width:615px;
	height:220px;
	border-left:5px #91a3ae solid;
	border-bottom:5px #91a3ae solid;
}
#l2img .contact {
	background:url(images/l2img-contact.jpg) no-repeat left;
	width:615px;
	height:220px;
	border-left:5px #91a3ae solid;
	border-bottom:5px #91a3ae solid;
}


/*------------------------------
        FOOTER
---------------------------------*/


#footercontainer {
	width:960px;
	height:60px;
	text-align:center;
	background:#fff;
	margin:0;
	padding:0;
}
#footercontainer .textbox p{
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	
}

#footercontainer-eastern {
	width:960px;
	background:#fff;
	height:47px;
	margin:0;
	padding:0;
}
#footercontainer-eastern .textbox p{
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	
}

/* ------------------------
	Level 3 navigation
--------------------------*/

#l3nav {
	width:178px;
	float:left;
	margin:0;
}
#l3nav ul li {
	list-style:none;
}

#l3nav ul.l3nav   {
	padding:5px;
	margin:0;
	list-style:none;

}
#l3nav li.l3nav  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	list-style:none;
	
}
#l3nav li.l3nav  a {
	color:#1e4e29;
	text-decoration:none;
	background: url(images/l3nav-bullet.gif) no-repeat center left;
	padding-left:14px;
}
#l3nav li.l3nav  a:hover {
	color:#009900;
	list-style:none;
	background: url(images/l3nav-bullet-on.gif) no-repeat center left;
}


#l3nav li.l3nav  a.selected {
	color:#4f3f22;
	font-weight:bold;
	list-style:none;
	background: url(images/l3nav-bullet-on.gif) no-repeat center left;
}




/*----------------------------
          Menu
------------------------------*/
#menucontainer {
	width:620px;
	height:71px;
	margin:0;
	background:#FFF;
	float:left;
}

#l2menu {
	width: 614px;
	height: 31px;
	margin:40px 0 0 6px;
	padding:0px;
}

#l2menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#l2menu li {
	display: inline;
	list-style: none;
}

#l2menu a {
	display: block;
	float: left;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
	font-weight:bold;
	background: url(images/navbar.gif) 0 bottom no-repeat;	
}

#l2menu #home a {
	width:81px;
	height:31px;
	display:block;
}
#l2menu #home a:hover {
	background-position: 0 -31px;
}

#l2menu #home a.selected {
	background-position: 0 1px;
}

#l2menu #company a {
	width:91px;
	height:31px;
	display:block;
	background-position:-81px -63px
}
#l2menu #company a:hover {
	background-position: -81px -31px;
}

#l2menu #company a.selected {
	background-position: -81px 1px;
}

#l2menu #products a {
	width:180px;
	height:31px;
	display:block;
	background-position: -172px -63px;
}
#l2menu #products a:hover {
	background-position: -172px -31px;
}

#l2menu #products a.selected {
	background-position: -172px 1px;
}

#l2menu #easternbrand a {
	width:140px;
	height:31px;
	display:block;
	background-position: -352px -63px;
}
#l2menu #easternbrand a:hover {
	background-position: -352px -31px;
}

#l2menu #easternbrand a.selected {
	background-position: -352px 1px;
}

#l2menu #contact a {
	width:122px;
	height:31px;
	display:block;
	background-position: -492px -63px;
}
#l2menu #contact a:hover {
	background-position: -492px -31px;
}

#l2menu #contact a.selected {
	background-position: -492px 1px;
}
