﻿/****************************************************************************************\

    Global Styles

\****************************************************************************************/

html 
{
}

body 
{
    color               : #4C4E50;
    background-color    : White;
}

h1 
{
}

h2 
{
}

h3 
{
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
    color : #5D8DD3;
}

a:visited 
{
    color : #5D8DD3;
}

a:hover 
{
    color : #5D8DD3;
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/****************************************************************************************\
    
    Global Constructs
    Globally Unique Elements
    Control Specific Constructs

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

div#branding
{
    color               : White;
    background-color    : #6187BF;    
    border-bottom       : solid 1px #3A5F95;
}

div#content
{
    background : transparent url(images/contentBackground.jpg) repeat-y left top;   
}

.home div#content
{
    background : transparent url(images/contentBackgroundHome.jpg) repeat-y left top;   
}

div#site_info
{
    color               : White;
    background-color    : #6187BF;    
}

div#content_sub
{
    background : transparent url(images/contentSub.jpg) no-repeat left top;
}

div#ourValues
{
    background : transparent url(images/ourValuesBackground.jpg) no-repeat left top;   
}

div#whatYouGet
{
    border      : solid 1px #CCCCCC;    
    background  : transparent url(images/whatYouGet.jpg) no-repeat right top;
}

div#weSell
{
    border      : solid 1px #6187BF;   
    background  : transparent url(images/weSellBackground.jpg) repeat-x left top;
}

/*___ SPAN _________________________________________________________________*/


div#weSell span
{
    background : transparent url("images/packagingMaterials-trans.png") no-repeat left top;   
}

div#site_info span
{
    
}

/*___ H1 _________________________________________________________________*/

h1.h1Branding,
div#branding h1
{
    background : transparent url(images/siteLogo.jpg) no-repeat left top;   
}

/*___ H2 _________________________________________________________________*/

h2.h2Branding,
div#branding h2
{
    background : transparent url(images/h2Branding.jpg) no-repeat left top;  
}

/*___ H3 _________________________________________________________________*/

.services div#content_main h3,
.company div#content_main h3,
.contact div#content_main h3,
.resources div#content_main h3
{
    color : #6187BF;
}

/*___ H4 _________________________________________________________________*/

h4.h4SetApart2,
ul#ulSetApart2 li h4
{
    background: transparent url(images/liSetApart2.jpg) no-repeat left bottom;   
}

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

a.aNavContentSub,
div#content_sub ul a,
div#content_Sub ul a:visited,
.home li#liHome a,
.services li#liServices a:visited,
.company li#liCompany a:visited,
.contact li#liContact a:visited,
.resources li#liResources a:visited
{
    background : transparent url(images/navButton.jpg) no-repeat left top;
}

div#content_sub ul a:hover,
.home li#liHome a,
.services li#liServices a,
.company li#liCompany a,
.contact li#liContact a,
.resources li#liResources a
{
    background : transparent url(images/navButtonActive.jpg) no-repeat left top;
}

div#site_info a,
div#site_info a:visited,
div#site_info a:hover
{
    color : White;   
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

img.imgContentMain,
div#content_main img
{
    border : solid 1px #CCCCCC;    
}

#logoList li a img
{
	border	: none;	
}

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/
