/* Main CSS for EDI Web Marketing */

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

body
{
	background-color: #1a3450;
	color: inherit;
}

#enclosure
{
	display: block;
	background-color: #1a3450;
	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;
	border: none;
}

#header
{
	background-color: #1a3450;
	background-image: url('../images/header_bg.gif');
	background-position: right;
	background-repeat: repeat-y;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 5;
	width: 750px;
	height: 80px;
}

#header #logo
{
	background: none;
	position: absolute;
	top: 15px;
	left: 25px;
	width: 230px;
	height: 50px;
	text-decoration: none;
}

#header #action
{
	background: none;
	position: absolute;
	top: 15px;
	left: 275px;
	width: 350px;
	height: 50px;
	line-height: 22px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #FFFFFF;
}

#footer
{
	display: block;
	background: none;
	background-image: url('../images/footer_bg.gif');
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 25;
	width: 750px;
	height: 25px;
	line-height: 25px;
	text-align: right;
	padding-right: 10px;
	font-weight: normal;
}

#footer a
{
	background: none;
	color: #1a3450;
	height: 25px;
	line-height: 25px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover
{
	text-decoration: underline;
}

#footer .powered
{
	display: block;
	background: none;
	color: #FFFFFF;
	position: absolute;
	top: -17px;
	right: 10px;
	width: 150px;
	height: 15px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	font-weight: normal;
}

#footer .powered a
{
	background: none;
	color: #FFFFFF;
	height: 15px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
}

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

#footer .copyright a
{
	background: none;
	color: #ffbd00;
	height: 15px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: none;
	font-weight: normal;
}
