/* Main CSS for EDI Web Marketing */

*
{

	color: inherit;
	margin: 0px;
	padding: 0px;
}

img
{
	border: none;
}

body
{
	background-color: #d6edfe;
	color: inherit;
	background-image:url(../images/logo_side.gif);

	
}

#enclosure
{
	display: block;
	background-color: #F2E9D1;
	color: inherit;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -375px;
	width: 775px;
	overflow: hidden;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#header
{
	background-color: transparent;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 5;
	width: 775px;
	height: 221px;
	background-image:url(../images/header_banner.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	margin:0px;
	padding:0px;
	border:solid black 1px;
	
}

#header #left #logo
{
	background: none;
	position: absolute;
	top: 20px;
	left: 10px;
	width: auto;
	height: 100px;
	text-decoration: none;
}

#header #right
{

	position:absolute;
	right:30px;
	top:10px;
	background-image:none;
	background-color:transparent;
	text-align:center;
}
/*
#header #right .row{



}

#header #right .row .head_button ,#header #right .row .head_label{

	display:table-cell;
	width:67px;
	text-align:center;
	color:#FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	


}*/

#header #right .button{

	float:left;
	display:block;
	text-align:center;
	width:auto;
	width:67px;


}

#header #right .button img { display:block;text-align:center; }

#header #right .button .head_label{

	text-align:center;
	color:#FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	display:block;


}


#footer
{
	display: block;
	background-color: #003366;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 25;
	width: 775px;
	height: 53px;
	background-image:url(../images/footer_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	border-bottom:solid black 1px;
}

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

#footer .powered a
{
	color: #057499;
	height: 25px;
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	background-image:none;
}

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

#footer .copyright a
{
	color: #057499;
	height: 25px;
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	background-image:none;
}