/* Main CSS for EDI Web Marketing */

*
{
	background: inherit;
	color: inherit;
	border: none;
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #FFFFFF;
	background-image:url(../images/background.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: inherit;
}

#enclosure
{
	display: block;
	background-color: #FFFFFF;
	background-image:none;
	color: inherit;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -389px;
	width: 778px;
	overflow: hidden;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#header
{

	position: relative;
	top: 0px;
	left: 0px;
	z-index: 5;
	width: 778px;
	height: 75px;
}

#header #left #logo
{
	background: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: auto;
	height: 75px;
	text-decoration: none;
	
}

#header #left #headerlogo{
	background: none;
	position: absolute;
	top: 0px;
	left: 185px;
	width: 593px;
	height: 75px;
	text-decoration: none;


}
#footer
{
	display: block;
	background-image:url(../images/footer-back.gif);
	background-position:right;
	background-repeat:repeat-x;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 25;
	width: 778px;
	height: 46px;
	float:left;

}

#footer .powered
{
	display: block;
	background: transparent;
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	right: 10px;
	width: 150px;
	height: 25px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}

#footer .powered a
{
	color: #FFFFFF;
	height: 25px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

#footer .copyright
{
	display: block;
	background: none;
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: -50px;
	width: 295px;
	height: 25px;
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

#footer .copyright a
{
	color: #FFFFFF;
	height: 25px;
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}
