/*
    Style sheet for the Color Salon, www.colorsalon.com.

    Created on 2009-07-30.
    Copyright (c) 2009 Dale R. Warus. All rights reserved.
*/


* html {
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 100%;

        margin: 0px 0px 0px 0px;    /* Top Right Bottom Left */
        padding: 0px;
        border: 0px;
        border-width: 0px;
        border-style: none;
    }
body {
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 100%;

        margin: 0px 0px 0px 0px;    /* Top Right Bottom Left */
        padding: 0px;
        border: 0px;
        border-width: 0px;
        border-style: none;

        background: #074bac;
        /*
        background: #074bac url('LogoBackground.png') no-repeat fixed 0 0;
        */
        color: #FFFFFF;
        font-family: Helvetica, Verdana, Arial, sans-serif;
        /* font-size: 14px; */
        /* background-position: top right; */
    }


img {
        border-style: none;
        border-width: 0;
    }
img.FloatLeft {
        float: left;
        margin: 8px 8px 8px 0px;    /* Top Right Bottom Left */
        position: relative;
    }
img.FloatRight {
        float: right;
        margin: 8px 0px 8px 8px;    /* Top Right Bottom Left */
        position: relative;
    }


#Footer {
        clear: both;
        margin: 0px 240px 0px 0px;    /* Top Right Bottom Left */
    }
#Header, #Footer {
        font-size: large;
        text-align: center;
        padding: 0.3em 0;
    }


.Clear {
        clear: both;
    }


/*** Menu Area ***/
#Menu {
        width: 210px;
        height: auto;
        position: absolute;
        top: 0px;
        right: 0px;
        border: 0px;
        margin: 0px 0px 0px 0px;    /* Top Right Bottom Left */
        padding: 5px;
        background: #074bac;
        color: #FFFFFF;
        text-align: center;
/*
        font-family: sans-serif;
        font-style: normal;
        font-size: 90%;
*/
    }


.MenuTable {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }


/*** Menu Items ***/
.MenuItems {
        width: 190px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 0px;
        margin-right: 0px;
        /*
        border-top: 1px solid #FFFFFF;
        border-bottom: 1px solid #FFFFFF;
        */
        text-align: center;
    }

.MenuItems li {
        margin: 0px;
        padding: 0.4em;
        border-top: 2px solid #0000FF;
        font-size: 110%;
        list-style-type: none;
    }

.MenuItems li a {
        text-decoration: none;
    }


/*** Content ***/
#Content {
        width: auto;
        position: relative;
        border: 0px;
        margin: 0px 240px 0px 0px;
        padding: 10px;
        text-align: left;
    }


/*** Headers ***/
h1,h2,h3,h4,h5,h6 {
        font-family: sans-serif;
        font-weight: normal;
        font-size: 100%;
        line-height: 1;
        font-variant: normal;
        font-style: normal;
        margin-top: 0%;
        margin-bottom: 0%;
        margin-left: 0%;
        margin-right: 0%;
        color: #1148a9;
        color: #cb2138;
        color: #df4055;
        color: #ee96a2;
        color: #ee96a2;
        color: #fbdd9a;
        color: #FFF079;
        color: #FFF079;
        color: #FFFF66;
        display: block;
    }
h1,h2,h3,h4 { margin-top: 1em; margin-bottom: 1em; }
h5,h6 { margin-top: 1em; }
h1 { text-align: center; }
h1,h2,h3,h4 { font-weight: normal; }
h1 { font-size: x-large; }
h2,h3 { font-size: large; }
h6 { font-style: italic; }


/*** Links ***/
a:link {
        color: #005080;
        color: #FA8072;
    } /* unvisited link */
a:visited {
        color: #005080;
        color: #FA8072;
    } /* visited links */
a:hover {
        color: #006699;
    } /* hovering over links */
a:active {
        color: #CC3366;
    } /* active links */


/*** Services Table Formatting ***/
.ServicesTable {
	    width:        auto;
        background-color: #074bac;
        color: #FFFFFF;
	    padding-right:  2px;
	    padding-left:   2px;
        margin: 0px 240px 0px 0px;
    }
.ServicesTableL1 /* Section Title */ {
        background-color: #FFFFFF;
        color: #480C14;
        color: #EE2C2C;
        text-align: left;
        font-weight: bold;
        vertical-align: middle;
	    padding-right:  2px;
	    padding-left:   2px;
    }
.ServicesTableL2 /* Main Title */ {
        background-color: inherit;
        font-weight: bold;
        color: #FFAABB;
        text-align: left;
        vertical-align: middle;
	    padding-right:  2px;
	    padding-left:   2px;
    }
.ServicesTableL3 /* Secondary Title */ {
        background-color: inherit;
        color: #FFFFFF;
        text-align: left;
        vertical-align: middle;
	    padding-right:  2px;
	    padding-left:   2px;
    }
.ServicesTableL4 /* Note */ {
        background-color: inherit;
        font-style: italic;
        color: #FFCCCC;
        color: #F08080;
        color: #FFC1C1;
        color: #99FFFF;
        text-align: left;
        vertical-align: middle;
	    padding-right:  2px;
	    padding-left:   2px;
    }
.ServicesTableLA /* Note */ {
        background-color: inherit;
        font-style: italic;
        color: #DDDDFF;
        text-align: center;
        vertical-align: middle;
	    padding-right:  2px;
	    padding-left:   2px;
    }
.ServicesTableLB /* Note */ {
        background-color: inherit;
        font-style: normal;
        color: #FFFFFF;
        text-align: right;
        vertical-align: middle;
	    padding-right:  2px;
	    padding-left:   2px;
    }

/*** Styles Tables ***/
.StylesTable {
	    width:            auto;
        background-color: #074bac;
        color:            #FFFFFF;
	    padding-top:      5px;
	    padding-right:    5px;
	    padding-bottom:   5px;
	    padding-left:     5px;
        margin:           0px 0px 0px 0px;
        vertical-align:   middle;
    }


/*** Forms ***/

.FormSubmittedMessage {
        color: #99FF66;
    }
.FormErrorMessage {
        color: #FFFF00;
    }
