body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4em;
	background-image: url(images/bg_pattern.jpg);
	background-attachment: fixed;
}
a {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #AE9EB9;
}


#container  {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header  {
	height: 213px;
	background-image: url(images/headerBkgrnd_01.jpg);
	background-repeat: no-repeat;
	position: relative;
} 
#header  ul {
	float: right;
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding-bottom: 10px;
	margin: 0px;

}
#header  ul li {
	list-style-type: none;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-left: 1em;
	padding-right: 5px;
}

body#home a#homelink, body#about a#aboutlink, body#shop a#shoplink, body#gallery a#gallerylink, body#faq a#faqlink, body#contact a#contactlink, body#links a#linkslink, body#legal a#legallink{
	color: #935EB2;
	text-decoration: underline;
}

#header  h1  {
	margin: 0;
	display: none;
}

.newsbar {
	padding: 0px;
	margin: 0px;
	background-image: url(images/news_topbkgrnd_02.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
.newsbar   p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(images/news_bottombkgrnd_02.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 3em;
	padding-bottom: 20px;
	padding-left: 4em;
	padding-top: 0px;

}
.newsbar  h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #935eb2;
	padding-top: 10px;
	padding-left: 35px;
	margin: 0px;
	padding-bottom: .5em;

}

#contentwrap {
	margin-top: 0px;
	padding-top: 0px;
	position: relative;
	background-image: url(images/contentBkgrnd_03.jpg);
	background-repeat: no-repeat;
}
#coatsnav  {
	float: left;
	width: 160px;
	margin-right: 148px;
	height: 614px;
	display: inline;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	overflow: auto;
}
/* coatshold = wrapping container to stop IE jumping the imgs over */
#coatsnavhold  {
	width: 102px;
	margin-left: 43px;
}
#coatsnav    a img  {
	border: 1px solid #FF0000;
	margin-top: 14px;
	margin-right: 0px;

}
#coatsnav     a img:hover   {
	border: 1px solid #AE9EB9;

}

#mainContent  {
	width: 438px;
	margin-bottom: 5px;
	margin-left: 317px;
} 
#mainContent img  {
	margin-top: 5px;
	margin-bottom: 5px;


} 
.bl {
	background-image: url(images/bottomleft.gif);
	background-position: 0% 100%;
	background-repeat: no-repeat;
	background-color: #FFEDF5;
}
.br {
	background-image: url(images/bottomright.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;
}
.tl {
	background-image: url(images/topleft.gif);
	background-position: 0% 0%;
	background-repeat: no-repeat;
}
.tr {
	background-image: url(images/topright.gif);
	background-position: 100% 0%;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin: 0px;
	min-height: 574px;
	height: auto !important; /* added to fix unsupported min-height problems*/
	height: 100px;			 /* continues min-height fix */
}

#mainContent h3 {
	color: #935EB2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#footer  {
	background-image: url(images/news_bottombkgrnd_02.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
} 
#footer  p  {
	padding-top: 10px;
	padding-right: 3em;
	padding-bottom: 15px;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(images/footer_topBG_08.jpg);
	padding-left: 3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	line-height: 0px;
}

.coatsamplist {
  background : #FAF0E6;
  width : 380px;
	margin : 5px 0 10px 0;
	padding : 5px 5px 5px 10px;
	border : 1px solid Black;
}

img.coatsamp {
	float: left;
	margin: 0 10px 0 0;
	}
