#/* --------------------------------------------------- */#
#/* Style Sheet                                         */#
#/* filename: awesome_orange_001_pa_styles.css          */#
#/* TEMPLATE: Page                                      */#
#/* THEME: Awesome Orange 001                           */#
#/* copyright 2005 ShopSite inc. Design by Stunk        */#
#/* --------------------------------------------------- */#

/* Universal Settings */
  body {
    margin: 10px;
    font-family: Tahoma;
    font-size: 12px;
    text-align:left;
    color: #000000;
    background-color: #765f96;
  }

  div {
  }
  
  /* Tables */
  table {
    border-collapse: collapse;
    font-family: Tahoma;
    font-size: 12px;
    text-align: left;
    color: #000000;
  }

  tr {
  }

  td {
  }

  /* Headers */
  h1 {
    font-size: [-- VAR.h1_size --];
  }
  
  h2 {
    font-size: [-- VAR.h2_size --];
  }
  
  h3 {
    font-size: [-- VAR.h3_size --];
  }
  
  h4 {
    font-size: [-- VAR.h4_size --];
  }
  
  /* Links */
  a {
    color: #000000;
    background-color: transparent;
  }
  
  a:hover, a:active {
    color: #400099;
    background-color: transparent;
  }
  

  a.link_name:hover, a.reglink:hover, a.tf_popup:hover, a.giftcertlink:hover {
    color: #000000;
    background-color: transparent;
  }
  
  
  /* Images */
  img {
    border: none;
  }
  
  img.link_image {
    border: 0px none;
  }  
  

/* Page Layout */
  /* Begin Page Header */
  div.header {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 800px;
    height: 800px;
    overflow-x: hidden;
    overflow-y: visible;
    overflow: visible;
    color: #755F95;
    background-color: transparent;
  }

  div.pageinfo {
    position: absolute;
    top: 180px;
    left: 10px;
    width: 480px;
    height: 800px;
    overflow-x: hidden;
    overflow-y: visible;
    overflow: visible;
    font-family: Tahoma;
    font-size: 14px;
    text-align:left;
    color: #000000;
    background-color: transparent;
  }

  
  div.quote {
    font-family: Tahoma;
    font-size: 13px;
    text-align:left;
	font-style: italic
    color: #000000;
    background-color: transparent;
  }  
  
  div.myportfolio {
    position: absolute;
    top: 180px;
    left: 10px;
    width: 800px;
    height: 800px;
    overflow-x: hidden;
    overflow-y: visible;
    overflow: visible;
    font-family: Tahoma;
    font-size: 12px;
    text-align:left;
    color: #000000;
    background-color: fbfbac;
  }
  
  div.photoinfo {
    position: absolute;
    top: 180px;
    left: 510px;
    width: 290px;
    height: 600px;
    overflow-x: hidden;
    overflow-y: visible;
    overflow: visible;
    font-family: Tahoma;
    font-size: 14px;
    text-align:center;
    color: #000000;
    background-color: #9ee5ff;
  }
  
div.menuheader {
    position: absolute;
    top: 140px;
    left: 10px;
    width: 800px;
    height: 40px;
    overflow-x: hidden;
    overflow-y: visible;
    overflow: visible;
    background-color: transparent;
}

div.menufooter {
     position: absolute;
    left:10px;
    width: 925px;
    overflow-x:visible;
    overflow-y: visible;
    overflow: visible;
    background-color: transparent;
}

div.adheader {
    position: absolute;
    top: 16px;
    left: 680px;
    width: 250px;
    height: 75px;
    overflow-x: hidden;
    overflow-y: visible;
    overflow: visible;
    background-color: transparent;
}



