/* Main CSS for EDI Web Marketing */

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

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

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

#header
{
	display: block;
	background-color: #FFFFFF;
	background-image: url('../images/header_right.jpg');
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 5;
	width: 750px;
	height: 180px;
}

#header #left
{
	background: transparent;
	background-image: url('../images/header_left.jpg');
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 325px;
	height: 180px;
}

#header #left #logo
{
	background: none;
	position: absolute;
	top: 25px;
	left: 20px;
	width: 95px;
	height: 95px;
	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: 750px;
	height: 25px;
}

#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: -30px;
	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;
}