/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
  font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  background: #FA587E url(../img/body-bg.jpg);

}
a, a:visited {
	color: #fa587e;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1 {
  font-size: 2.4em;
  font-weight: normal;
}

h2 {
  font-size: 2.0em;
  font-weight: normal;
}
h3 {
	font-size: 1.8em;
	font-weight: normal;
}
h4 {
	font-size: 1.5em;
	font-weight: normal;
}
p, li {
  font-size: 1.4em;
}

h1, h2, h3, h4, p {
  margin: 1em 0;
}
h1, h2, h3, h4 {
	color:#fa587e;
}
ul {
margin-left: 25px;
}
.hr {
width: 90%;
text-align: center;
border: 1px solid #D6F08;
clear: both;
}

#branding h1 {
  background: url(../img/abd_logo.png) no-repeat top left;
  text-indent: -9999px;
  height: 150px;
  width: 300px;
  margin-top:10px;
}

#wrapper {
  background-color: #fff;
}

#branding {
  background-color:#fff;
  padding: 20px;
}
#slideshow {
	background: #FFB6C1;
	padding: 10px;
	text-align: center;
}
#rhs {
  background-color:#fff;
}
#rhs h3 {
	margin-top: 20px;
	font-size: 1.8em;
	color: #fa587e;
}
IMG.testimonialicon {
    display: block;
    margin-left: auto;
    margin-right: auto;
	 border-style: none; }

.mailinglist {
display: block;
margin-left: auto;
margin-right: auto;	
}
#content a,a:visited {
	color: #fa587e;
	text-decoration: underline;
} 
#content a:hover {
	text-decoration: none;
}
#footer {
  background-color:#FFB6C1;
  padding: 1px 20px;
}
#footer ul li {
color:#990066;
font-weight:700;
line-height:1.5em;
list-style:none;
padding-left:20px;
padding-top:10px;
}
#footer a,a:visited {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
text-decoration:none;
}
/* styles the h1 tags for content using CRM font*/

#home h2 {
	background: url(../img/welcome-h1.png) no-repeat 15px;
	text-indent: -9999px;
	height: 45px;
	border-bottom: 1px solid #B0D33F;
}
#services h2 {
	background: url(../img/services-h1.png) no-repeat 15px;
	text-indent: -9999px;
	height: 45px;
	border-bottom: 1px solid #B0D33F;
}
#gallery h2 {
	background: url(../img/gallery-h1.png) no-repeat 15px;
	text-indent: -9999px;
	height: 45px;
	border-bottom: 1px solid #B0D33F;
}
#store h2 {
	background: url(../img/store-h1.png) no-repeat 15px;
	text-indent: -9999px;
	height: 45px;
	border-bottom: 1px solid #B0D33F;
}
#testimonials h2 {
	background: url(../img/testimonials-h1.png) no-repeat 15px;
	text-indent: -9999px;
	height: 45px;
	border-bottom: 1px solid #B0D33F;
}
#resources h2 {
	background: url(../img/resources-h1.png) no-repeat 15px;
	text-indent: -9999px;
	height: 45px;
	border-bottom: 1px solid #B0D33F;
}
#contact h2 {
	background: url(../img/contact-h1.png) no-repeat 15px;
	text-indent: -9999px;
	height: 45px;
	border-bottom: 1px solid #B0D33F;
}
#wholesale h2 {
        background: url(../img/wholesale-h1.png) no-repeat 15px;
	text-indent: -9999px;
	height: 45px;
	border-bottom: 1px solid #B0D33F;
}
