/*we're going to change the background color in each template as well*/
 body {
    background-color: #dcdac2;
    color: #666666;
 }

 a {
    color: #715e54;
 }

 a:link {
    color: #715e54;
 }

 a:visited {
    color: #715e54;
 }

 a:hover {
    color: #715e54;
 }

 .sf_main_header {
    color: #d49300;
    background-image: url(images/670_header_1.jpg);
 }

 .sf_header_wrapper {
    background-repeat: no-repeat;
 }

 .sf_navigation {
    background-repeat: repeat;
    background-position: top;
    color: #999999;
    z-index: 9999;
 }

 .sf_navigation ul li a {
    background-repeat: repeat;
    color: #999999;
 }

 .sf_navigation ul li a:visited {
    background-repeat: repeat;
    color: #999999;
 }

 * html .sf_navigation ul li a {
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",  this.src = "images/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")', ''),  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",  this.runtimeStyle.backgroundImage = "none")), this.pngSet=true));
 }

 .sf_navigation ul li a:hover {
    background-repeat: repeat;
    text-decoration: none;
    color: #715e54;
 }

 .sf_navigation ul li:hover a {
    background-repeat: repeat;
    text-decoration: none;
    color: #715e54;
 }

 .sf_category_menubar ul li:hover a {
    color: #715E54;
    background-color: #dcdac2;
    text-decoration: none;
 }

 .sf_category_menubar ul li a:hover {
    color: #715E54;
    background-color: #dcdac2;
    text-decoration: none;
 }

 .sf_navigation ul.subnav li {
    background-color: #dcdac2;
    color: #999999;
 }

 .sf_navigation ul.subnav li a {
    background-color: #dcdac2;
    color: #999999;
 }

 .sf_navigation ul.subnav li a:visited {
    background-color: #dcdac2;
    color: #999999;
 }

 .sf_navigation ul.subnav li a:hover {
    background-color: #dcdac2;
    color: #715E54;
 }

 .btn {
    background-color: #edede4;
    text-transform: uppercase;
    color: #887e78;
    border: 1px solid #d9d7d0;
    margin: 3px 3px 1px 0;
    font-size: 12px;
    cursor: pointer;
    letter-spacing: 0px;
    _letter-spacing: 0px;
    font-family: Arial,Helvetica,FreeSans,sans-serif;
 }

 .btn:hover {
    background-color: #b6b6af;
    color: #ffffff;
 }

 .sf_pagetitle {
    color: #715e54;
 }

 /* DB Now */
 .Data_Central_color1 {
    background-color: #a59480;
    color: #222222;
 }

 .Data_Central_color2 {
    background-color: #9F9F9F;
    color: #222222;
 }

 .Data_Central_color3 {
    background-color: #CFCFCF;
    color: #222222;
 }

 .Data_Central_color3 a {
    color: #222222;
    text-decoration: underline;
 }

 .Data_Central_color3 a:visited {
    color: #222222;
    text-decoration: underline;
 }

 .Data_Central_color3 a:hover {
    color: #222222;
    text-decoration: none;
 }

 .Data_Central_color4 {
    background-color: #ffffff;
    color: #222222;
 }

 .Data_Central_color5 {
    border-color: #EFEFEF;
 }

 .Data_Central_color6 {
    background-color: #EFEFEF;
    color: #222222;
 }

 .Data_Central_color7 {
    background-color: #999999;
    color: #ffffff;
 }

 
