/*
		Name:	ecp.css
        Author:	Bob Meinhart (bob@eCommerce-Plus.com)
Description:	CSS file for eCommerce-Plus.com
      Created:	 08/21/2006
     Updated:	 08/21/2006
*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #A90000;
	font-size: 2em;
	font-style: normal;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #2D2D4A;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
}

#wrapper {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #2D2D4A;
	background-color: #FFFFFF;
	font-size: 62.5%;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#mainTable {
	height: 100%;
	width: 100%;
}
#headerTable {
	height: 100%;
	width: 100%;
	background-color: #000000;
}
#headerTable #headerBar1 {
	background-color: #000000;
	width: 800px;
}
#headerTable #headerBar2 {
	background-color: #000000;
	width: 800px;
}
#bodyTable {
	height: 100%;
	width: 100%;
}
#bodyTable #menuBar {
	background-image: url(images/menuBar.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#menuTable {
	height: 100%;
	width: 100%;
}
#menuShadow {
	background-image: url(images/menuShadow.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#headerShadow {
	background-image: url(images/headerShadow.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 1em;
	font-weight: bold;
}
#headerShadow a {
	font-size: 1em;
	font-weight: bold;
	color:#0000FF;
}
#headerShadow a:hover {
	color:#A90000;
}

#menuTable td {
	color:#FFFFFF;
	font-size: 0.75em;
	font-weight: bold;
}
#menuTable div {
	color:#FFFF66;
	font-weight: bold;
	font-size: 0.9em;
}
#menuTable a.ecp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#menuTable a.ecp:hover{
	color:#FFFF00;
}
#menuTable a.ecpContact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#menuTable a.ecpContact:hover{
	color:#FFFF00;
}

#footer {
	height: 28px;
	background-color: #000000;
	background-image: url(images/footerBar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-style: italic;
	font-weight: normal;
	font-size: 0.6em;
	color: #FFFFFF;
}
#footer span {
	font-weight: bold;
	color: #FFFF00;
}
#footer a {
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	font-size: 1em;
	color: #FFFF00;
}
