/* Main CSS for EDI Web Marketing */

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

body
{
	background-color: #9e9f99;
	background-image: url('../images/body_bg.gif');
	color: inherit;
}

#enclosure
{
	display: block;
	background: transparent;
	background-color: #FFFFFF;
	background-image: url('../images/upper_bar_bg.gif');
	background-repeat: repeat-x;
	background-position: top;
	color: inherit;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -358px;
	width: 716px;
	overflow: hidden;
}

#header
{
	background-color: #FFFFFF;
	background-image: url('../images/menu_bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 5;
	width: 100%;
	height: 246px;
	margin-top: 10px;
}

#header #logo
{
	background: transparent;
	background-image: url('../images/header_logo.gif');
	position: absolute;
	top: 0px;
	left: 0px;
	width: 236px;
	height: 87px;
}

#header #picture
{
	background: transparent;
	background-image: url('../images/header_picture.jpg');
	position: absolute;
	top: 0px;
	right: 0px;
	width: 479px;
	height: 197px;
}

#header #slogan
{
	display: block;
	background: transparent;
	background-color: #606060;
	color: #FFFFFF;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 464px;
	height: 44px;
	line-height: 44px;
	padding-right: 15px;
	border-top: 4px solid #484848;
	text-align: right;
	vertical-align: top;
}

#header #slogan span
{
	display: inline;
	background: transparent;
	height: 44px;
	line-height: 44px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	vertical-align: middle;
}

#header #slogan img
{
	display: inline;
	background: transparent;
	background-color: #666060;
	height: 44px;
}

#footer
{
	display: block;
	background: none;
	background-color: #2f3e5e;
	background-image: url('../images/footer_logo.gif');
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 100%;
	height: 57px;
	border-top: 2px solid #232e46;
}

#copyright
{
	display: block;
	background: transparent;
	position: absolute;
	top: 8px;
	left: 0px;
	width: 453px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	text-align: center;
}

#copyright a
{
	background: transparent;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
}

#powered
{
	display: block;
	background: transparent;
	color: #2f3e5e;
	position: absolute;
	top: -22px;
	right: 15px;
	height: 20px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}

#powered a
{
	background: transparent;
	color: #2f3e5e;
	height: 20px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}