﻿/****************************************************************************************\

    Global Styles

\****************************************************************************************/

html 
{
    background  : #000;
}

body 
{
    background : #fff;
    color       : #3d3c39;
}

h1 
{
}

h2 
{
}

h3 
{
    border          : solid 1px #87703a;
    background      : #bbad88;
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
    list-style-type : disc;
}

ol 
{
    list-style-type : decimal;
}

li 
{
}

strong 
{
    font-weight : bold;
}

em 
{
    font-style : italic;
}

u 
{
    text-decoration : underline;
}

a 
{
    color           : #d06726;
    text-decoration : underline;
}

a:visited 
{
    color           : #d06726;
    text-decoration : underline;
}

a:hover 
{
    color           : #87703a;
    text-decoration : underline;
}

table 
{
    text-decoration : none;
}

tr 
{
    text-decoration : none;
}

th 
{
    text-decoration : none;
}

td 
{
    text-decoration : none;
}

img 
{
}

/****************************************************************************************\
    
    Global Constructs
    Globally Unique Elements
    Control Specific Constructs

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

div#branding,
div#content,
div#site_info 
{
    background       : #fff;    
}

div#branding 
{
    background      : transparent url(images/bannerImages.jpg) bottom right no-repeat;
    border-top      : solid 2px #87703a;    
}

div#nav_main 
{
    background      : #87703a;
    border-bottom   : solid 3px #d06726;    
}

div#content 
{
    border-top : solid 60px #ccc;    
}

div#site_info 
{
    border-top : solid 1px #87703a;    
}

div.specialNote 
{
    background : #efefef;
    border      : solid 1px #999;    
}

div#submitConfirmation
{
    border          : solid 2px #87703A;
    background-color: White;
}

/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

div#branding h1
{
    background      : transparent url(images/logoBPVending.jpg) no-repeat 20px center;    
}

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

a.btnSubmit
{
    background      : transparent url(images/submit.gif) no-repeat top left;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

th.specificationTable,
table.specificationTable th
{
   border   : solid 1px #999; 
}

/*___ TD _________________________________________________________________*/

td.specificationTable,
table.specificationTable td
{
   border   : solid 1px #999;   
}

/*___ IMG _________________________________________________________________*/

img.border 
{
    border      : solid 1px #999;    
}

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/