
body {background-color: #dddddd;}
#header {background: #004b8d;height: 104px;}
#header h1 {height: 74px;color: blue; margin-bottom: 0;padding: 0; color: #ffffff;
    text-indent: -9999px;padding: 15px 0 15px 0;
    background-repeat: no-repeat;
    background-position: 0px 15px;
    background-image: url('../images/LG-dark.gif');}
#top-nav {background-color: #CBC9BA;border-bottom: .1em solid #999999;}
#content {padding: 20px 0px;background-color: #ffffff;min-height: 300px;}

#footer {background-color: #dddddd;padding: 20px 0px;border-top: .1em solid #cccccc;min-height: 2.5em;}

#cart {float: right;}
#googlecart-widget-control {float: right; line-height:	2.5em; text-decoration: none;color: #000000;}

h3.title {text-align: center;padding-bottom: 0px;margin-bottom: 20px;}

a:link, a:visited {color: #004b8d; text-decoration: none;}
a:hover,a:active{text-decoration: underline;}

#footer p {color: #333333; text-align: center;}

.testimonials {background-color: #f7f7f7; border: 1px solid #E3E3E3; padding: 20px;}
.quote { font-style: italic;  }


/**
 * To customize cart's look -- copy the CSS selectors as is and
 * use !important on your rules to make sure your rules have higher priority.

*/



#googlecart-widget-body {
  border: solid #999999 !important;
  border-width: 0 1px 1px 1px !important;
  background-color: #CBC9BA !important;

}
.googlecart-widget-item, .open .googlecart-widget-item td {
  border-bottom: 1px solid #999999 !important;
}
#googlecart-widget-emptymessage {
  border-bottom: 1px solid #999999 !important;
}
.googlecart-widget-quantity-box {
  border: 1px solid #999999 !important;
  background-color: #CBC9BA !important;
}
.removed {background-color: #DDDDDD;display: none;}



