﻿/****************************************************************************************\

    Global Selectors

\****************************************************************************************/

html 
{
}

body 
{
    background      : url(images/brandingBg.jpg) repeat-x left top;
    color           : #4d3c1f;
}

h1 
{
} 


h2 
{
}

h3 
{
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
    color   : #57626c;
}

a:visited 
{
    color   : #57626c;
}

a:hover 
{
    color   : #aa7c4e;
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
    border      : solid 1px #ad8d63;
}

/****************************************************************************************\
    
    Compound Selectors

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

div#content 
{
    border-right    : solid 1px #eadbc1;
    border-left     : solid 1px #eadbc1;   
}

div.footerAccent 
{
    background      : url(images/footerAccent2.jpg) no-repeat bottom right;    
}

div#site_info 
{
    color           : #7d5b1f;    
}



/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

div#branding h1 
{
    background      : url(images/logoTightline-trans.png) no-repeat;
}


/*___ H2 _________________________________________________________________*/



/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

div#site_info p.vcard 
{
    border-top      : solid 1px #c8a25c;
    border-bottom   : solid 1px #c8a25c;
    background      : url(images/footerBg-trans.png);    
}

p.highlight 
{
    color           : #7b2214;    
}

/*___ UL _________________________________________________________________*/

ul.servicesListHome 
{
    background  : url(images/featurePhoto.jpg) no-repeat left top;    
}



/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

ul.ulMenuMain li.liActiveMenuMain,
ul.ulMenuMain li:hover
 
{
    background  : url(images/menuMainBgHover-trans.png);
        
}

ul.ulMenuSub li 
{
    -moz-border-radius   : 15px; 
    border              : solid 1px #d6b882;
}


li.liPortfolio 
{
    background          : url(images/liPortfolioBg.jpg) no-repeat bottom right;       
}

li.liTestimonials 
{
    background          : url(images/liTestimonialsBg.jpg) no-repeat bottom right;       
}

ul.ulServices li 
{
    border-bottom       : dashed 1px #cdb392;    
}

ul.ulPortfolio li
{
    border-bottom : solid 1px #c8a25c;    
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

ul.ulMenuMain a,
ul.ulMenuMain a:visited 
{
    color           : #fff;
    text-decoration : none;    
}

ul.ulMenuMain a:hover 
{
    color           : #4d3c1f;    
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/
