/* ================================================
   File name: layout.css
   File desc: CSS layout for Kenneth Mink Inc Site.
   ================================================ */

/* +++++++++++++++++++++++++++++++++++++++++++++++++
   -- Contains the anchor <a> link tag elements that
   set color to black
       background to color white
       text-decoration to underline
   +++++++++++++++++++++++++++++++++++++++++++++++++ */
a:link {
  color: #000000;
  background: #ffffff;
  text-decoration: underline
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++
   -- Contains the anchor <a> visited tag elements that
   set color to grayish black
       background to color white
       text-decoration to underline
   ++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a:visited {
  color: #666666;
  background: #ffffff;
  text-decoration: underline
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++
   -- Contains the anchor <a> active tag elements that
   set color to dark cherry red
       background to color white
       text-decoration to underline
   +++++++++++++++++++++++++++++++++++++++++++++++++++ */
a:active {
  color: #621c0a;
  background: #ffffff;
  text-decoration: underline
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++
   -- Contains the anchor <a> hover tag elements that
   set color to dark cherry red
       background to color white
       text-decoration to none
   ++++++++++++++++++++++++++++++++++++++++++++++++++ */
a:hover {
  color: #621c0a;
  background: #ffffff;
  text-decoration: none
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   -- Contains the pageFooterLink anchor <a> link tag elements that
   set color to dark shaded gray
       background to color cream
       text-decoration to none
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a:link.pageFooterLink {
  color: #362a22;
  background: #faf9df;
  text-decoration: none
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   -- Contains the pageFooterLink anchor <a> visited tag elements that
   set color to dark shaded gray
       background to color cream
       text-decoration to none
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a:visited.pageFooterLink {
  color: #362a22;
  background: #faf9df;
  text-decoration: none
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   -- Contains the pageFooterLink anchor <a> active tag elements that
   set color to dark shaded gray
       background to color cream
       text-decoration to underline
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a:active.pageFooterLink {
  color: #362a22;
  background: #faf9df;
  text-decoration: underline
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   -- Contains the pageFooterLink anchor <a> hover tag elements that
   set color to dark shaded gray
       background to color cream
       text-decoration to underline
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a:hover.pageFooterLink {
  color: #362a22;
  background: #faf9df;
  text-decoration: underline
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   -- Contains the pageHeaderLink anchor <a> link tag elements that
   set color to black
       background to color cream
       text-decoration to none
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a:link.pageHeaderLink {
  color: #000000;
  background: #faf9df;
  text-decoration: none
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   -- Contains the pageHeaderLink anchor <a> visited tag elements that
   set color to black
       background to color cream
       text-decoration to none
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a:visited.pageHeaderLink {
  color: #000000;
  background: #faf9df;
  text-decoration: none
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   -- Contains the pageHeaderLink anchor <a> active tag elements that
   set color to black
       background to color cream
       text-decoration to underline
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a:active.pageHeaderLink {
  color: #000000;
  background: #faf9df;
  text-decoration: underline
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   -- Contains the pageHeaderLink anchor <a> hover tag elements that
   set color to black
       background to color cream
       text-decoration to underline
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a:hover.pageHeaderLink {
  color: #000000;
  background: #faf9df;
  text-decoration: underline
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   -- Contains the pageHeaderLink2 anchor <a> link tag elements that
   set color to cherry red
       background to color cream
       text-decoration to none
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a:link.pageHeaderLink2 {
  color: #8a1f03;
  background: #faf9df;
  text-decoration: none
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   -- Contains the pageHeaderLink2 anchor <a> visited tag elements that
   set color to cherry red
       background to color cream
       text-decoration to none
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a:visited.pageHeaderLink2 {
  color: #8a1f03;
  background: #faf9df;
  text-decoration: none
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   -- Contains the pageHeaderLink2 anchor <a> active tag elements that
   set color to cherry red
       background to color cream
       text-decoration to underline
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a:active.pageHeaderLink2 {
  color: #8a1f03;
  background: #faf9df;
  text-decoration: underline
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   -- Contains the pageHeaderLink2 anchor <a> hover tag elements that
   set color to cherry red
       background to color cream
       text-decoration to underline
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a:hover.pageHeaderLink2 {
  color: #8a1f03;
  background: #faf9df;
  text-decoration: underline
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   -- Contains the productLink anchor <a> link tag elements that
   set color to black
       background to color white
       text-decoration to none
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a:link.productLink {
  color: #000000;
  background: #ffffff;
  text-decoration: none
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   -- Contains the productLink anchor <a> visited tag elements that
   set color to black
       background to color white
       text-decoration to none
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a:visited.productLink {
  color: #000000;
  background: #ffffff;
  text-decoration: none
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   -- Contains the productLink anchor <a> active tag elements that
   set color to black
       background to color white
       text-decoration to none
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a:active.productLink {
  color: #000000;
  background: #ffffff;
  text-decoration: none
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   -- Contains the productLink anchor <a> hover tag elements that
   set color to black
       background to color white
       text-decoration to none
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a:hover.productLink {
  color: #000000;
  background: #ffffff;
  text-decoration: none
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   -- Contains the retailer anchor <a> link tag elements that
   set color to dark green header
       background to color white
       text-decoration to underline
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a:link.retailer {
  color: #9dac8f;
  background: #ffffff;
  text-decoration: underline
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   -- Contains the retailer anchor <a> visited tag elements that
   set color to black
       background to color white
       text-decoration to underline
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a:visited.retailer {
  color: #000000;
  background: #ffffff;
  text-decoration: underline
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   -- Contains the retailer anchor <a> active tag elements that
   set color to light green header
       background to color white
       text-decoration to underline
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a:active.retailer {
  color: #d5e3b2;
  background: #ffffff;
  text-decoration: underline
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   -- Contains the retailer anchor <a> hover tag elements that
   set color to light green header
       background to color white
       text-decoration to none
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a:hover.retailer {
  color: #d5e3b2;
  background: #ffffff;
  text-decoration: none
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   -- Contains the paragraph <p> elements that
   set line-height to 1.3 element font-height seperating spacing between paragraph lines
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
p {
  line-height: 1.3em;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   -- Contains the SiteBody <table> elements that
   set border-color to charcoal gray
       border-style to solid
       border-width top to 1 pixel, right to 0 pixels, bottom to 0 pixels, and left to 1 pixel
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
table.SiteBody {
  border-color: #685040;
  border-style: solid;
  border-width: 1px 0px 0px 1px
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++
   -- Contains the SiteTopBar <table> elements that
   set border-color to charcoal black
       border-style to solid
       border-width top/bottom/right/left to 1 pixel
   +++++++++++++++++++++++++++++++++++++++++++++++++ */
table.SiteTopBar {
  border-color: #523f33;
  border-style: solid;
  border-width: 1px
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   -- Contains the SiteBodyRight <td> elements that
   set border-color to charcoal gray
       border-style to solid
       border-width top to 0 pixels, right to 1 pixel, bottom to 0 pixels, and left to 0 pixels
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
td.SiteBodyRight {
  border-color: #685040;
  border-style: solid;
  border-width: 0px 1px 0px 0px
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   -- Contains the SiteContentPadding <td> elements that
   set padding top/bottom to 0 pixels and right/left to 35 pixels
         (seperate text with 35 pixels from the right end and left end of the cell border)
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
td.SiteContentPadding {
  padding: 0px 35px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   -- Contains the SiteRugDescriptionPadding <td> elements that
   set padding top/bottom to 0 pixels and right/left to 15 pixels
         (seperate text with 15 pixels from the right end and left end of the cell border)
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
td.SiteRugDescriptionPadding {
  padding: 0px 25px 0px 15px;
}
