/* Main CSS for EDI Web Marketing */

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

body
{
	background-color: #F9F0E2;
	color: inherit;
}

#enclosure
{
	display: block;
	background: transparent;
	background-color: #D8D8D8;
	background-image: url('../images/content_bg.jpg');
	background-repeat: repeat-y;
	color: inherit;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -385px;
	width: 770px;
	overflow: hidden;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#header
{
	background: none;
	background-image: url('../images/header.gif');
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 5;
	width: 770px;
	height: 65px;
}

#header #header_links
{

	position: relative;
	top: 0px;
	left: 5px;
	z-index: 5;
	background: transparent;


}

#header #tagline{

	width:auto;
	display:block;
	position: relative;
	top: 10px;
	left: 200px;
	z-index: 5;
	background: transparent;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;

}

#header #logo
{
	background: none;
	display:block;
	background-image:  url('../images/logo.gif');
	background-position:top;
	background-repeat:no-repeat;
	position: absolute;
	top: 2px;
	left: 110px;
	width: 335px;
	height: 61px;
	text-decoration: none;
}

#footer
{
	display: block;
	background-image: url('../images/footer_bg.gif');
	background-repeat: repeat-x;
	background-position: top;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 25;
	width: 770px;
	height: 15px;
}

#footer a.footer_contact
{
	display: block;
	background-image: url('../images/contact_us_up.gif');
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	left: 20px;
	width: 125px;
	height: 23px;
	text-decoration: none;
}

#footer a.footer_contact:hover
{
	display: block;
	background-image: url('../images/contact_us_over.gif');
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	left: 20px;
	width: 125px;
	height: 23px;
	text-decoration: none;
}

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

#footer .powered a
{
	color: #000000;
	height: 20px;
	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: #000000;
	position: absolute;
	top: -20px;
	left: 10px;
	width: 295px;
	height: 30px;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

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

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

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