/* Main CSS for EDI Web Marketing */

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

img
{
	border: none;
}

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

#enclosure
{
	display: block;
	background: none;
	color: inherit;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -375px;
	width: 750px;
	height: auto;
	overflow: hidden;
}

#header
{
	display: block;
	width: 750px;
	height: 147px;
	background: none;
	background-image: url('../images/header.jpg');
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
}

#header #logo
{
	display: block;
	background: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 280px;
	height: 147px;
	text-decoration: none;
}

#header #banner_ad_block
{
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: auto;
	height: auto;
	background: none;
}


#middle_menu{

	display: block;
	background: none;
	position: relative;
	width: 750px;
	height: auto;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	


}

#middle_menu a{
text-decoration:none;
color:#FFFFFF;
}

#middle_menu a:hover{

	text-decoration:underline;


}

#footer
{
	display: block;
	background: none;
	position: relative;
	top: 0px;
	left: 0px;
	width: 750px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 25px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: right;
}

#footer a
{
	display: inline;
	background: none;
	position: relative;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 20px;
}

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