/* 
 This file provides all necessary CSS scripts for the web site.
 */


body
{
    font-family: Helvetica;
    background-image: url('/Images/HMLogo.jpg');
    background-size: 85% 85%;
    background-color: gray;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    margin: 30px;
}

td
{
    text-align: text-top;
}

.otherSitePages
{
    text-align: center;
    font-family: Helvetica;
    font-size: 13px;
    background-color: #CDCDCD;
    width: 95%;
    padding: 7px;
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    top: 0;
    right: auto;
    left: auto;
}

.headerContainer
{
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0px;
    z-index: 10;
}

table.otherSitePages > td
{
    vertical-align: middle;
}

.otherSitePageLinks
{
    border-style: solid;
    border-width: 1px;
    border-color: black;
    padding-left: 4px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
    
   /* border-style: solid;
    border-width: 1px;
    
    padding-left: 4px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 4px;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    box-shadow: 5px 5px 5px black;
    -moz-box-shadow: 5px 5px 5px black;
    -webkit-box-shadow: 5px 5px 5px black;
    
    background: #CDCDCD;  (verylightgray http://www.december.com/html/spec/color0.html)
    */
}

a:link
{
    color: #222299;
    font-family: serif;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
}

a:hover
{
    color: #222299;
    font-family: serif;
    text-decoration: underline;
    font-size: 17px;
    font-weight: bold;
}

a.otherSitePageLinks:hover
{
    /*-moz-box-shadow: 2px 2px 2px black;
    -webkit-box-shadow: 2px 2px 2px black;
    box-shadow: 2px 2px 2px black;*/
}

a:visited
{
    color: #222299;
    font-family: serif;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
}

a:active
{
    color: black;
    font-family: serif;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
}

@font-face
{
    font-family: Chops;
    font-style: normal;
    src: url('Images/fontChops.TTF');
}

@font-face
{
    font-family: Archistico;
    font-style: normal;
    src: url('Images/Archistico_Simple.ttf');
}

#mainTitle
{
    color: black;
    text-shadow: gray .1em .1em .2em;
    font-family: serif;
    letter-spacing: normal+3px;
    font-size: 35px;
    text-align: center;
}

.mainTable
{
    margin-right: auto;
    margin-left: auto;
    width: 94%;

    opacity: .9;
    background-color: lightblue;

    border: 3px solid  lightgray;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.mainTablePieceLC  /* td */
{
    width: 33%;
}

.mainTablePieceR /* td */
{
    width: 32%;
    font-weight: bold;
}

#productlist
{
    line-height: 200%;
}

/*****--- This ends the main page's CSS ---******/


@font-face
{
    font-family: Renaissance;
    color: blue;
    font-style: normal;
    src: url('Images/renaissance.ttf');
}

#listOfBrands
{
    text-align: left;
    margin-left: auto;
    margin-right: auto;

    opacity: .9;

    border: 3px solid  lightgray;
    background-color: #FFFFEE;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.miniProductList
{
    font-size: 17px;
}

.zero
{
    background-color: #FFFFEE;
    opacity: .9;
    font-family: serif;
}

.one
{
    background-color: lightblue;
    opacity: .9;
    font-family: serif;
}

#jenatec-more, #coredemar-more, #systematic-more, #bwi-more, #cmc-more, #oiles-more, #kyntrol-more, #moss-more, #carlson-more, #index-more, #torque-more, #renu-more, #easy-more
{
    display: none;
}
a.moreless
{
    font-size: 12px;
    text-align: right;
}

/*****--- This ends the brands page's specific CSS ---*****/


#mainTableRS
{
    margin-left: auto;
    margin-right: auto;
    
    text-align: center;

    width: 78%;

    opacity: .9;

    border: 3px solid  lightgray;
    background-color: #FFFFEE;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#priceTable
{
    width: 70%;
    border: none;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    font-family: serif;
    font-size: 12px;
}

/***** ----------This ends the RelatedSites page's specific CSS --------****/

.mainTableU
{
    margin-left: auto;
    margin-right: auto;
    width: 78%;
    text-align: center;

    opacity: .9;
    border: 3px solid  lightgray;
    background-color: #FFFFEE;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


/*****  Here's CSS for the Information page */
.backButton
{
    border-style: solid;
    border-width: 1px;
    
    padding-left: 4px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 4px;
}


