﻿/*************************************************/
/*                                               */
/* Style sheet for Scentcillo's web site.        */
/*                                               */
/*************************************************/
/*{ border-color: Red;}*/

/********************************/
/*                              */
/* Body.                        */
/*                              */
/********************************/
body
{
    width: 820px;

    /* specify margines to position body in the middle of the window. */
    margin-top: 0.5em;
    margin-left: auto;
    margin-right: auto;
    
    background-image: url(images/background_gradient.jpg);
    background-repeat: repeat-x;
    
    color: Black;
    border: solid 1px Black;

    font-family: Verdana, sans-serif;
    font-size: 12px;
}

/********************************/
/*                              */
/* Header                       */
/*                              */
/********************************/
div#header
{
    background-color: #006699;
    color: White;
}
img#header-image
{
    border: 0px;
}

/********************************/
/*                              */
/* Menu                         */
/*                              */
/********************************/
/* Black menu bar. */
div#menu
{
    background-color: Black;
    color: White;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

/* Menu item text. */
#menu a 
{
    text-decoration: none;
    color: #cccccc;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

/*Style of menu item when cursor is over it. */
#menu a:hover
{
    color: White;
}

/* Style of selected menu item. */
#menu a.selected
{
    background-color: Black;
    color: #cccccc;
}

/* Defines 'parent' for selected menu item*/
#menu a.parent
{
    background-color: White;
    color: Black;
    border-top: solid 1px Black;
    border-left: solid 1px Black;
    border-right: solid 1px Black;
    text-decoration: underline;
}

/********************************/
/*                              */
/* Main content area.           */
/*                              */
/********************************/

div#main
{
    background-color: White;
    color: #484848;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    line-height: 1.4em;
    
}

/* Centre content. */
.centre
{
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* Centre and indent paragraphs. */
.para-indent
{
    padding-left: 1.5em;
}
.centre-wide
{
    margin-left: 120px;
    margin-right: 120px;
}

.right-text
{
    text-align: right;
}
.centre-text
{
    text-align: center;
}

.page-heading
{
    color: #006699;
    font-weight: bold;
    text-align: center;
    font-size: 1.2em;
}
.sub-heading
{
    color: #006699;
    font-weight: bold;
    text-align: center;
    font-size: 1.2em;
}
.item-heading
{
    color: #006699;
    text-align: left;
    font-style: oblique;
    font-weight: bold;
    font-size: 1em;
}

p#error
{
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    color: Red;
    font-size: 1em;
}

.reminder
{
    font-weight: bold;
}

/* mantra = Pure scents inspired by our world. */
.mantra
{
    font-style: oblique;
}

/* Scentcillo name. */
.scentcillo
{
    font-style: oblique;
}

/* links with no underline */
a.link
{
    text-decoration: none;
    color: #006699;
    font-style: italic;
}

/* Bullet points style. */
ul.list
{
    list-style-type: square;
    list-style-position: outside;
}
li.list-item
{
    margin-bottom: 0.5em;
}

/* Product range image for home page*/
.product-range-image
{
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/********************************/
/*                              */
/* Product information table.   */
/*                              */
/********************************/

tr.product-row
{
    vertical-align: top;
}

td.product-image
{
    text-align: center;
    padding-right: 1.5em;
    padding-top: 0.5em;
    vertical-align:middle;
}

td.product-text
{
    text-align: left;
}

td.product-buy
{
    vertical-align: middle;
    padding-left: 1em;
}

.price
{
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    color: #006699;
}

.product-heading
{
    color: #006699;
    font-weight: bold;
    text-align: center;
    font-size: 1.2em;
}

/********************************/
/*                              */
/* Footer.                      */
/*                              */
/********************************/
div#footer
{
    background-color: #006699;
    color: White;
    padding-left: 1.5em;
    padding-bottom: 0.2em;
    padding-top: 0.2em;
    height: 3em;
    font-size: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

