/*
Default Style Sheet for Activesoles.com
*/


BODY {
    margin-top :                    0;
    margin-bottom :                 0;
    margin-left :                   0;
    margin-right :                  0;
    background-color :              #DDDDDD;
    background-image :              none;
}

/*
The following two blocks setup the on or off base button image for the
level 1 navigation tabs.  The text on the tabs is a seperate image that
floats over these.
*/

TD.btn_lvl_01_off {
    background-image :              url(../img/gui/btn_lvl_01_off.png);
}

TD.btn_lvl_01_on {
    background-image :              url(../img/gui/btn_lvl_01_on.png);
}

TD.tiny_nav {
    font-family :                   Arial, Helvetica, Sans-Serif;
    font-size :                     10px;
    color :                         #FFFFFF;
}

TD.outline {
    background-color :              #D7D7D7;
}

TD.side_nav {
    font-family :                   Arial, Helvetica, Sans-Serif;
    font-size :                     10px;
    line-height :                   200%;
    color :                         #2A2B2E;
    background-color :              #E8E8E8;
    padding-top :                   5px;
    padding-left :                  5px;
    padding-right :                 5px;
    padding-bottom :                5px;
}

DIV.search_button {
    text-align :                    right;
    padding-top :                   5px;
}

TD.footer {
    font-family :                   Arial, Helvetica, Sans-Serif;
    font-size :                     12px;
    color :                         #2A2B2E;
    padding-top :                   5px;
    padding-left :                  5px;
    padding-right :                 5px;
    padding-bottom :                5px;
}

.tagline {
    font-family :                   Arial, Helvetica, Sans-Serif;
    font-size :                     11px;
    font-weight :                   bold;
    color :                         #2A2B2E;
}

.std_content {
    font-family :                   Arial, Helvetica, Sans-Serif;
    font-size :                     12px;
    color :                         #2A2B2E;
}

.heading {
    font-family :                   Arial, Helvetica, Sans-Serif;
    font-size :                     14px;
    font-weight :                   bold;
    color :                         #2A2B2E;
    letter-spacing :                0.15em;
}

.button_image_01 {
    padding-top :                   8px;
}

.alert {
    font-weight :                   bold;
    color :                         #FF0000;
}


/*
LINKS
*/

A.main:link    							        {color:#2A2B2E; text-decoration:underline;}
A.main:visited 							        {color:#2A2B2E; text-decoration:underline;}
A.main:active  							        {color:#2A2B2E; text-decoration:underline;}
A.main:hover   							        {color:#2A2B2E; text-decoration:underline;}

A.side_nav:link    							    {color:#2A2B2E; text-decoration:none;}
A.side_nav:visited 							    {color:#2A2B2E; text-decoration:none;}
A.side_nav:active  							    {color:#2A2B2E; text-decoration:none;}
A.side_nav:hover   							    {color:#000000; text-decoration:none;}

A.tiny_nav:link    							    {color:#DFDFDF; text-decoration:none;}
A.tiny_nav:visited 							    {color:#DFDFDF; text-decoration:none;}
A.tiny_nav:active  							    {color:#DFDFDF; text-decoration:none;}
A.tiny_nav:hover   							    {color:#FFFFFF; text-decoration:none;}

