html
{
    background: #000;
    font-size: 10px;
    font-family: arial, verdana, sans-serif;
    color: #FFF;
}

a
{
    color: #FF0000;
    text-decoration: none;
}

a:hover
{
    color: #000000;
    text-decoration: none;
}

/*
 wrapper, push to center
*/
#super_wrapper
{
    width: 810px;
    margin: 0 auto;
}

div.hr
{
  clear: both;
  height: 1px;
  border: 0;
  line-height: 1px;
  margin: 0;
  padding: 0;
}
div.hr hr
{
  display: none;
}
/*
 header, spanning top
*/
#header
{
    width: 810px;
    background: url('../images/header-background.gif') 0 0 no-repeat;
    height: 190px;
}

/*
 site logo, top left
*/
#logo
{
    margin: 10px 0 0 24px;
    width: 150px;
    height: 150px;
    background:  url('../images/header-logo.png') 0 0 no-repeat;
    float: left; /* float so others can share the same x space */
}

#logo a
{
    display: block;
    height: 150px;
    height: 150px;
    border: 0;
    text-decoration: none;
}

#logo a span
{
    display: none;
}

/*
 site wide navigation, top left
*/
#site_navigation
{
    float: left; /* float so others can share the same x space */
    margin-left: 35px;
    margin-top: 15px;
}

#site_navigation li a
{
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
}

#site_navigation li a:hover
{
    color: #F00;
}

/*
 shopping basket, top right
*/
#shopping_basket
{
    margin-top: 15px;
    float: right;
    font-size: 11px;
    max-width: 150px;
}

#shopping_basket a
{
    color: #FFF;
    text-decoration: none;
}

#shopping_basket a:hover
{
    color: #F00;
    text-decoration: none;
}

#shopping_basket_title, #shopping_basket_items, #shopping_basket_total
{
    display: block;
    text-align: right;
}

#shopping_basket_items, #shopping_basket_total
{
    font-weight: bold;
}

/*
 site contact info
*/
#store_contact_info
{
    float: right;
    clear: right;
    margin-top: 40px;
    visibility: hidden;
}

#store_contact_info span
{
    display: block;
    text-align: right;
}

/*
 retail therapy text, intended for css-less users
*/
#retail_therapy
{
    display: none;
}

/*
 body, spanning width
*/
#body
{
}

/*
 left navigation column
*/
#store_nav
{
    width: 200px;
    margin-right: 10px;
    float: left;
}

#rotations a img, #stock_navigation, #category_navigation, #newsletter
{
    margin: 0;
    width: 180px;
    display: block;
    background: #000;
    margin-bottom: 10px;
    border: 10px solid #FFF;
}


#stock_navigation, #category_navigation, #newsletter
{
    width: 160px; /* box model, 160 + 10 padding + 10 border */
    padding: 10px;
}
#stock_navigation_title
{
    height: 42px;
    background: #000 url('../images/we-stock.png') 0 0 no-repeat;
    text-indent: -15456px;
}

#category_navigation_title
{
    height: 42px;
    background: #000 url('../images/categories.png') 0 0 no-repeat;
    text-indent: -15456px;
}

#stock_navigation li a, #category_navigation li a
{
    font-size: 11px;
    color: #FFF;
    text-decoration: none;
}

#stock_navigation li a:hover, #category_navigation li a:hover
{
    font-size: 11px;
    color: #F00;
    text-decoration: none;
}

#newsletter_title
{
    height: 21px;
    background: #000 url('../images/newsletter.png') 0 0 no-repeat;
    text-indent: -15456px;
}
#newsletter label
{
    display: none;
}
#newsletter input
{
    border: 3px solid #FFF;
    margin: 0;
    width: 150px;
    padding: 1px;
    display: block;
    clear: both;
}

#newsletter .not_selected
{
    border: 3px solid #000;
}

#newsletter #submit
{
    width: 60px;
    font-weight: bold;
    padding: 0;
    border: 0;
    background: #000;
    color: #FFF;
    float: right;
}

/*
 content area
*/
#store_content
{
    float: left;
    width: 600px;
    background: #FFF url('../images/content-background.gif') 0 0 repeat-y;
    padding-bottom: 10px;
}

#store_content #page_title
{
    margin: 10px 0 15px 40px;
}
#store_content #page_title span
{
    display: none;
}

#store_content #indented
{
    width: 480px;
    margin-left: 100px;
    color: #F00;
    font-size: 11px;
    line-height: 12px;
}

#store_content #indented h2
{
    color: #09F;
    font-size: 18px;
    margin-bottom: 10px;
    line-height:18px;
}

#store_content #indented p
{
    /* these settings used firefox's get-computed-style */
    margin: 4px 0 16px 0;
    position: static;
    display: block;
    visibility: visible;
    z-index: auto;
    overflow: visible;
}

#store_content #indented .font-up-a
{
    font-size: 150%;
    line-height: 125%;
    font-weight: bold;
}

/*
 content area, 3 column grid,
 generated based on blueprint's css lib
*/
#store_content .columns-x-3
{
    width: 480px;
    max-width: 480px;
}

#store_content .columns-x-3 .column
{
  float: left;
  margin-right: 10px;
  text-align: center;
}

#store_content .columns-x-3 .span-1  { width: 153px }
#store_content .columns-x-3 .span-2  { width: 316px }
#store_content .columns-x-3 .span-3  { width: 479px; margin: 0 }

#store_content .columns-x-3 .last     { margin-right: 0; }

/* Add these to a column to append empty cols. */
#store_content .columns-x-3 .append-1  { padding-right: 163px }
#store_content .columns-x-3 .append-2  { padding-right: 326px }


/* Add these to a column to prepend empty cols. */
#store_content .columns-x-3 .prepend-1  { padding-left: 163px }
#store_content .columns-x-3 .prepend-2  { padding-left: 326px }

#store_content .columns-x-3 .column img
{
    background: url('../images/image-placeholder.gif') 0 50% no-repeat;
    max-width: 150px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

#store_content .columns-x-3 .product_link
{
    color: #F00;
    text-decoration: none;
}

#store_content .columns-x-3 .product_link:hover
{
    color: #000;
}

#store_content .columns-x-3 .product_price
{
    color: #09F;
}

#store_content .columns-x-3 div.hr
{
  height: 25px;
}
/*
 footer
*/
#footer
{
    /**
     clear: both;
    /**/
    display: block;
    float: right;
    width: 580px;
    background: #FFF;
    color: #000;
    padding: 10px;
    text-align: center;
    height: 14px;
    line-height: 14px;
    margin: 20px 0 40px 0;
}

#footer a
{
    color: #000;
    text-decoration: none;
}

#footer a:hover
{
    color: #09F;
}

#footer #copyright
{
    float: left;
}

#footer #design
{
    float: right;
    width: 120px;
}

#footer #netcase
{
    display: none;
}
/*
#footer #design span
{
    float: left;
}

#footer #design a
{
    background: url('../images/solid-block.gif') 0 0 no-repeat;
    width: 71px;
    height: 12px;
    float: right;
    clear: none;
}

#footer #design a span
{
    display: none;
}
*/
/* see stickfooteralt */
