/* 
Document   : CascadeStyleSheet
Created on : May 23, 2009, 6:16:31 PM
Author     : Jocelyn McAuley
Description: NorthWest Auto Paint

*/



.logo { /*top image logo*/
    float:left;
}

.byline{ /*styling the h2 tag*/
    padding-top:15px;
    border:1px;
    color:#4E4A4A;
    border-bottom:1px solid #33925B;
    font-variant:small-caps;

}

.byline2{ /*styling the h3 tag*/
    font-family:sans-serif;
    font-style:italic;
    font-weight:lighter;
}


.clear {
    clear:both;
}

h1 { /* business name */
    font-weight:bold;
    font-size:1.2em;
    margin-bottom:2px;
}
div.vcard {
    margin-bottom:10px;
    float:left;
}

div.adr{/* street address minus business name */
    font-family:sans-serif;
    letter-spacing:0.1em;
}

div.tel{
    font-family:sans-serif;

}

.type{ /* using the vcard class */
    font-family:serif;
    font-weight:bold;
    font-size:1.1em;
    letter-spacing:0.05em;
}

.hours{
    font-family:serif;
    font-weight:bold;
    font-size:1.1em;
    letter-spacing:0.05em;
}

.business-hours{
    font-family:sans-serif;
}

ul.business-hours {
    margin-top:0px;
    padding-left: 5em;
}

ul.business-hours li{
    list-style-type:square;
}

div.map { /* google map */
    float:left;
}

div.brands {
    border-top:thin solid gray;
    border-right:2px outset silver;
    border-bottom:2px outset silver;
    border-left:thin solid gray;
    padding:10px;
    background:#FFFFFF; /* white */
    float:right;
    margin-right:12px;
    color:#3B5E4A;
}
div.brands h3 {
    letter-spacing:0.1em;
    font-variant:small-caps;
}
div.brands ul li {
    list-style-type:none;
    margin-left: 0px;
    margin-bottom:15px;
    padding-left: 0px;
    /* border: 1px solid #000; */
}
div.product{
    background:#FAF1E1; /* pale orange */
    padding:1px 10px;
    margin-top: 20px;
    font-family:sans-serif;
}
div.product h3 {
    letter-spacing:0.05em;
    font-variant:small-caps;
    font-family:serif;
}

div.product ul li {
    list-style-type:none;
    font-family:sans-serif;
}
div.product-category-left {
    /*border-top:thin dashed gray;*/
    font-family:sans-serif;
    float:left;
    padding-right:50px;
}
div.product-category-left h4 {
    font-variant: small-caps;
    font-size:medium;
    letter-spacing:0.1em;
}
div.product-category-left ul li{
    font-family:sans-serif;
    /*list-style-type:circle;*/
}
div.product-category-right {
    /*border-top:thin dashed gray;*/
    font-family:sans-serif;
    /*float:right;*/
}
div.product-category-right h4 {
    font-variant: small-caps;
    font-size:medium;
    letter-spacing:0.1em;
}
div.product-category-right ul li{
    font-family:sans-serif;
    /*list-style-type:circle;*/
}

body {
    background:#FFFFFF; /*white*/
    margin:0;
    padding:10px 20px;
    font:small Georgia,Serif;
    border:20px solid #33925B; /*green*/
}
a img {
    border-width:0;
}
}


