/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/






<!--[if gte IE 5.5000]>
<script language="JavaScript">
function correctPNG()
{
   for(var i=0; i<document.images.length; i++)
   {
      var img = document.images[i]
      var imgName = img.src.toUpperCase()

      if (imgName.substring(imgName.length-3, imgName.length) == "PNG")
      {
         var imgID = (img.id) ? "id='" + img.id + "' " : ""
         var imgClass = (img.className) ? "class='" + img.className + "' " : ""
         var imgTitle = (img.title) ? "title='" + img.title + "' " : "title='" + img.alt + "' "
         var imgStyle = "display:inline-block;" + img.style.cssText

         if (img.align == "left") imgStyle = "float:left;" + imgStyle
         if (img.align == "right") imgStyle = "float:right;" + imgStyle
         if (img.parentElement.href) imgStyle = "cursor:hand;" + imgStyle

         var strNewHTML = "<span " + imgID + imgClass + imgTitle
             + " style=\"" + "width:" + img.width + "px; height:" + img.height + "px;"
             + imgStyle + ";"      + "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader"
             + "(src=\'" + img.src + "\', sizingMethod='scale');\"></span>"

         img.outerHTML = strNewHTML
         i = i-1
      }
   }
}
window.attachEvent("onload", correctPNG);
</script>
<![endif]-->








.boxText { font-family: Verdana, Arial, sans-serif; font-size: 11px;  line-height: 1.5; color: #ffffff; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #ffffff; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
background-color: 000000;
background-image: url(http://ftmclothing.com/images/background_logo.jpg);
background-repeat: yes-repeat;
background-attachment: fixed;
background-position: center center; 
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  margin: 0px;
}

A {
  color: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-decoration: none;
}

A:hover {
  color: #999999;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-decoration: none;
}



.background_main {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/background_main.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.background_main[class] {
  background-image:url(images/background_main.png);
}






.front_page_text_box {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/menu_back.png');
 width:100%;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.front_page_text_box[class] {
  background-image:url(images/menu_back.png);
 width:100%;
}





.menu_back {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://store.ftmclothing.com/images/menu_back.png');
 width:162px;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.menu_back[class] {
  background-image:url(http://store.ftmclothing.com/images/menu_back.png);
 width:162px;
}




.content_back {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://store.ftmclothing.com/images/background_main.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.content_back[class] {
  background-image:url(http://store.ftmclothing.com/images/background_main.png);
}








.slideshow {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #000000;
}


