﻿/****************************************************************************************\

    Global Styles

\****************************************************************************************/

html 
{
}

body 
{
    color       : #6F5D3B;
    background  : #f5ede2 url(images/bodyBackground.jpg) repeat-x top;
}

h1 
{
}

h2 
{
}

h3 
{
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
    color : #1C4173;
}

a:visited 
{
    color : #1C4173;
}

a:hover 
{
    color : #1C4173;
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/****************************************************************************************\
    
    Global Constructs
    Globally Unique Elements
    Control Specific Constructs

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

div#branding
{
    background : transparent url(images/brandingBackground.jpg) repeat-x top left;
}

div.contentFoot
{
    background      : transparent url(images/shavings.png) no-repeat right bottom;
}

div#site_info
{
    background      : transparent url(images/footerBackground.jpg) repeat-x top;
    color           : White;   
}

div#woodsWeUse
{
    background-color    : #657357;    
    color               : #FFFFFF;
    border-left         : solid 1px #BA9651;
    border-right        : solid 1px #BA9651;
}

div#recentBlogPosts
{
    background      : transparent url(images/recentBlogPosts.jpg) repeat-y left top;
}

div.imgHomeGallery:hover,
    li.liHomeGallery:hover div
{
    background-color: White;
    border          : solid 2px #657457;
}

div.gallery
{
    background      : transparent url(images/galleryBody.gif) repeat-y left top;   
}

div.priceExample
{
    background      : #EFEAD4;
    border          : dashed 1px #BA9651; 
}

div#divMantelGallery
{
    border : solid 1px #4D4948;
}

/*___ SPAN _________________________________________________________________*/

span#spanLogo
{
    background : transparent url(images/h1Branding-trans.png) no-repeat left top;   
}

span#spanSubHeader
{
    color : White;
}

span#phoneNumber
{
    color : White;   
}

span#woodsWeUseFooter
{
    background : transparent url(images/woodsWeUseBottom.jpg) no-repeat left bottom;    
}

span#recentBlogPostsFooter
{
    background : transparent url(images/recentBlogPostsFooter.jpg) no-repeat left bottom;   
}

span#toolOverlay
{
    background : transparent url(images/tool-trans.png) no-repeat left top;
}

span.imgHomeGallery:hover,
    li.liHomeGallery:hover span
{
    background-color: White;
}

span.cover,
    li.cover span
{
    background  : transparent url(images/aWoodsWeUse.jpg) no-repeat left center;
}

span.spanLiPhoto,
li.liPhoto span
{
    color : #1C4173;    
}

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

h2#h2Branding
{
    color : White;   
}

/*___ H3 _________________________________________________________________*/

h3#h3WoodsWeUse
{
    background      : transparent url(images/woodsWeUseTop.jpg) no-repeat top left;
}

h3#h3RecentBlogPosts
{
    background      : transparent url(images/h3RecentBlogPosts.jpg) no-repeat top left;   
}

h3.gallery,
    div.gallery h3
{
    background      : transparent url(images/galleryTop.jpg) no-repeat top left;
    color           : White;
}

/*___ H4 _________________________________________________________________*/

h4.h4ContentMain,
div#content_main h4
{
    color           : #A07D3B;    
}

h4.faq,
    ul#faq li h4
{
    background      : transparent url("images/q-trans.png") no-repeat 4px top;
}

/*___ H5 _________________________________________________________________*/

h5.h5RecentBlogPosts,
li.liRecentBlogPosts h5
{
    color : #A07D3B;
}

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

p.gallery,
    div.gallery p
{
    background      : transparent url(images/galleryBottom.jpg) no-repeat bottom left;
    color           : White;
}

/*___ UL _________________________________________________________________*/

ul#ulWoodsWeUse
{
    border-top : solid 1px #BDB59D;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

li.liHomeGallery
{
    background : transparent url(images/homeGalleryFrame.jpg) no-repeat left top;
}

li.liRecentBlogPosts
{
    background : transparent url("images/blogBrush.png") no-repeat center bottom;   
}

li.answer,
    ul#faq li div
{
    background  : transparent url("images/a-trans.png") no-repeat 5px 3px;
    border      : dashed 1px #BDB59D;
}

li.liPhoto
{
    border : solid 1px #4D4948;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

span#brandingMenu a,
span#brandingMenu a:hover,
span#brandingMenu a:visited
{
    color : #1C4173;   
}

a.aH4_LIWoodsWeUse,
li.liWoodsWeUse h4 a,
li.liWoodsWeUse h4 a:visited,
li.liWoodsWeUse h4 a:hover
{
    color : #112C50;
}

a.aWoodsWeUse,
a.aWoodsWeUse:hover,
a.aWoodsWeUse:visited
{
    color       : #112C50;
    background  : transparent url(images/aWoodsWeUse.jpg) no-repeat left top;
}

/*___ TABLE _________________________________________________________________*/

table.pricing 
{
    border : solid 1px #BA9651;    
}

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

table.pricing td
{
    border-top : dashed 1px #BA9651;    
}

/*___ IMG _________________________________________________________________*/

img.imgLIWoodsWeUse,
li.liWoodsWeUse img
{
    border : solid 1px #BA9651;
}

img.gallery,
    div.gallery img
{
    border : solid 1px #BA9651;
}

/*
img.imgHomeGallery:hover,
li.liHomeGallery:hover img
{
    border : solid 3px white;
}
*/

img#imgDetailsPhoto
{
    border : solid 1px #4D4948;  
}

img.imgLIPhoto,
li.liPhoto img
{
    border-bottom : solid 1px #4D4948;   
}

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/

.even
{
    background-color : #EFEAD4;
    
}



