/* CSS Document */

body {
	width:1003px;
	background-color:#392f2f;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	font-family: verdana;
	font-size: 11px;
}

a:link,a:active,a:visited{
color:#000;

}

a:hover{
text-decoration: none;


}

/*header*/
#header {
	width:100%;
	height:78px;
	float:left;
	position:relative;
}
#eacommlogo {
	width:221px;
	height:78px;
	background-image:url("../images/eacomm_logo.jpg");
	background-repeat:no-repeat;
	float:left;
	position:relative;
}

/*main menu*/
#menu {
	width:1003px;
	height:46px;
	float:left;
	position:relative;
}
#menu ul {
	height:46px;
	float:left;
	position:absolute;
	margin:0;
	padding-top:8px;
	padding-left:85px;	
}
#menu ul li {display:inline;}
#menu ul li a:link, #menu ul li a:visited, #menu ul li a:active {
	width:134px;
	height:22px;
	font-family:"Trajan Pro", "Times New Roman", Times, serif;
	font-size:11px;
	color:#fae1af;
	text-decoration:none;
	text-align:center;
	border-left:1px #635252 solid;
	border-right:1px #635252 solid;
	float:left;
	padding-top:8px;
}
#menu ul li a:hover {
	color:#faf0dc;
	background-image:url("../images/downstate_btn.jpg");
	background-repeat:repeat-x;
}

/*main content*/
#bodycont {height:600px;}
#flashcont {
	width:800px;
	height:600px;
	float:left;
	position:relative;
}
#leftpanel {
	width:92px;
	height:600px;
	float:left;
	position:relative;
}
#rightpanel {
	height:600px;
	float:right;
	position:relative;
}

/*street scene*/
#streetimage {
	width:800px;
	height:600px;
	background-image:url("../images/street_img.jpg");
	background-repeat:no-repeat;
	float:left;
	position:relative;
}

/*left body text format*/
#leftspacer {
	width:400px;
	height:600px;
	float:left;
	position:relative;
	margin:0;
	padding:14px 0px 10px 15px;
}
#leftspacer h1 {    
	font-family:Verdana, Arial, Helvetica, sans-serif;
  	font-size:13px;
  	font-weight:bold;
  	color:#000;
  	padding:0px 0px 10px 0px;
}
#leftspacer p {    
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#000;
}
#leftspacer p a:link, #leftspacer p a:visited, #leftspacer p a:active {
 	font-family:Verdana, Arial, Helvetica, sans-serif;
  	font-weight:bold;
  	font-size:11px;
  	text-align:left;
  	text-decoration:underline;
  	border:none;
  	color:#000;
}
#leftspacer p a:hover {text-decoration:none;}

/*leftspacer submenus*/
#leftspacer ul {
  list-style:none;
  list-style-image:url("../images/bullet_img.gif");
  margin:0;
  padding:10px 0px 15px 15px;
}
#leftspacer ul li {
  padding-bottom:2px;
  list-style-image:url("../images/bullet_img.gif");
}
#leftspacer ul li a:link, #leftspacer ul li a:visited, #leftspacer ul li a:active  {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:11px;
  color:#000;
  list-style-image:url("../images/bullet_img.gif");
}
#leftspacer ul li a:hover {text-decoration:none;}

/*contact us*/
#contactbg {
	width:800px;
	height:600px;
	background-image:url("../images/contactbg.jpg");
	background-repeat:no-repeat;
	position:relative;	
}
#contactflash {
	width:176px;
	height:600px;
	float:right;
	position:relative;
}

/*support*/
#supportbg {
	width:800px;
	height:600px;
	background-image:url("../images/supportbg.jpg");
	background-repeat:no-repeat;
	float:left;
	position:relative;
}
#supportflash {
	width:349px;
	height:281px;
	float:right;
	position:relative;
}
#supportspacer1 {
	width:349px;
	height:600px;
	float:right;
	position:relative;
}
#supportspacer2 {
	width:349px;
	height:251px;
	float:right;
	position:relative;
}

/*news and updates*/
#newsbg {
	width:800px;
	height:600px;
	background-image:url("../images/newsbg.jpg");
	background-repeat:no-repeat;
	float:left;
	position:relative;
}
#newsflash {
	width:252px;
	height:600px;
	float:right;
	position:relative;
}

/*footer*/
#footer {
	width:1003px;
	margin-left:auto;
	margin-right:auto;
	font-family:"Trajan Pro", "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
	text-align:center;
	float:left;
	position:relative;
	padding-top:30px;
	padding-bottom:20px;
}
#footer li {display:inline;}
#footer li a:link, #footer li a:visited, #footer li a:active {
	font-family:"Trajan Pro", "Times New Roman", Times, serif;
	font-size:11px;
	color:#000;
	padding:0px 5px 0px 5px;
	text-decoration:none;
	border-left:1px solid #000;
  	border-right:1px solid #000;
  	text-transform:uppercase;
  	font-weight:bold;
}
#footer li a:hover {
  font-family:"Trajan Pro", "Times New Roman", Times, serif;
  font-size:11px;
  color:#fff;
  text-decoration:underline;
}