/*-- epiphanyWare stylesheet v1 --*/
html, body
{
  background: #2C2964;
  color: #000;
  font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
  font-size: 12px;
  text-align: center;
}

*
{
  text-align: left;
}

a { color: #2c2964; }
h1 { color: #2C2964; font-size: 16px; }
h3 { border-bottom: 2px solid #000; color: #2c2964; font-size: 14px; width: 100%; }
img { border: 0; }

div#header
{
  background: url('/images/eWbackground.jpg') repeat-x;
  height: 95px;
  width: 100%;
}

div#epiphanyWare
{
  margin: 0 auto;
  width: 800px;
}

div#left
{
  background: url('/images/vertdivider.jpg') no-repeat top right;
  float: left;
  padding-right: 20px;
  width: 504px;
}

div#right
{
  float: left;
  padding-left: 20px;
  width: 230px;
}

.clear { clear: both; }
  
div#main
{
  background: #fff;
  border: 2px solid #000;
  border-top: 0px;
  padding: 10px;
  width: 776px;
}

p.readmore { text-align: right; width: 100%; }
p.readmore a { color: #2C2964; text-decoration: none; }
p.readmore a:hover { text-decoration: underline; }

p.divider { background: url('/images/horizdivider.jpg') no-repeat; height: 10px; width: 100%; }

div.products
{
  width: 230px;
}

div.products p
{
  text-align: center;
  width: 100%;
}

div#navigation
{
  width: 230px;
}

div#navigation ul { list-style: none; padding: 0; margin: 0; }
div#navigation ul li { margin-top: 5px; }
div#navigation a { color: red; font-size: 14px; font-weight: bold; text-decoration: none; }
div#navigation a:hover { text-decoration: underline; }

p.bar { border-bottom: 2px solid #ccc; width: 100%; height: 3px; }

div#footer
{
  color: #fff;
  font-style: italic;
  margin-top: 4px;
  width: 100%;
}

div#footer p { margin-left: 10px; }
