/****************************************************************************************************
  Customer website type 1 styles
 ****************************************************************************************************/
@charset "utf-8";

/****************************************************************************************************
  Base color definitions; these can be overriden through the interface (at least that's the plan)
 ****************************************************************************************************/

.pri-fg { color: #fff !important}
.pri-bg { background-color: #4c1717 !important}
.sec-fg { color: #000 !important}
.sec-bg { background-color: #e4dacb !important}
.side-fg { color: #000 !important}
.side-bg { background-color: #d6cabd !important}
.foot-fg { color: #000 !important}
.foot-bg { background-color: #ccbdb0 !important}

.pri-bg a, .pri-bg a:visited, .pri-bg a:active, .pri-bg a:link { color: #fff !important; background-color: transparent !important; }
.foot-bg a, .foot-bg a:visited, .foot-bg a:active, .foot-bg a:link { color: #000 !important; background-color: transparent !important; }
a { color: #000 !important; background-color: transparent !important; }
a:visited { color: #000 !important; background-color: transparent !important; }
.side-border  { border: 1px solid #ccbdb0; }
.divider { margin-top: 10px; margin-bottom: 10px; height: 1px; width: 100%; border-bottom: 1px solid #999999; }


