@charset "UTF-8";
body  {
	background: url(../images/bg2.png) repeat;
	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: #555555;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	font-size: medium;
	line-height: 18px;
}
a:link {
	color: #EA3E93;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #EA3E93;
}
a:hover {
	text-decoration: none;
	color: #EA3E93;
}
a:active {
	text-decoration: underline;
	color: #CBE1A1;
}
p,h1,h2,h3,h4,h5,h6,form,blockquote,ul,li,img {
	margin:0;
	padding:0;
}
p,h1,h2,h3 {
	margin: 15px 0;
}
img {
	border: none;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #E8418E;
	text-transform: uppercase;
	margin-top: 25px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 24px;
}
p.summer {
	line-height: 1.2em;
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
}
h4 {
	font-size: 28px;
}
h5 {
	font-size: 32px;
}
#container  {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #E8418E;
	text-align: left;
	font-size: 81%;
} 
#header  {
	padding: 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#textRightHeader {
	float: right;
	width: 350px;
	margin-top: 10px;
	padding-left: 0px;
}
#textRightHeader ul {
	list-style: none;
}
#textRightHeader li {
	background: url(../images/checkBullet.gif) no-repeat left center;
	margin-top: 5px;
	padding-left: 25px;
}
#mailingList {
	float: right;
	margin-top: 10px;
	margin-right: 15px;
	width: 200px;
}
#nav {
	text-align: center;
}
#nav ul {
	background: #CCE0A0;
	padding: 5px;
	border-top: 3px solid #EA3E93;
	border-bottom: 3px solid #EA3E93;
	list-style: none;
}
#nav li {
	display: inline;
	margin-right: 10px;
}
#nav  a {
	line-height: 36px;
	background: #FFFFFF;
	padding: 5px 10px;
	border: 2px dotted #E93E92;
	font-size: 115%;
	font-weight: bold;
	color: #EA3E93;
	text-decoration: none;
}
#nav a:hover {
	background: #EA3E93;
	color: #FFFFFF;
	text-decoration: none;
	border: 2px dotted #FFFFFF;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px;
	border-left: 2px dotted #F7A8DA;
	padding-right: 10px;
	padding-left: 10px;
	margin: 10px 0px;
}
#testim_image {
	padding-top: 10px;
}
#mainContent  {
	margin: 0 265px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainImageHome {
	margin: 15px 0px;
	padding: 0px;
	border: 3px solid #E8418E;
	height: 250px;
	width: 489px;
}
div.slideshow {
	height: 250px;
	width: 489px;
}
div.slideshow img {
	display: none;
}
div.slideshow img.first {
	display: block;
}
#fabrics {
	margin-top: 15px;
	margin-bottom: 15px;
}
#fabrics img {
	margin-right: 10px;
	margin-bottom: 10px;
}
#footer  {
	padding: 0 10px 0 20px;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	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;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom: 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;
    font-size: 1px;
    line-height: 0px;
}
.rulepink {
	border-top: 2px dotted #F7A8DA;
	clear: both;
}
.margins8top {
	margin-top: 8px;
}
.special {
	font-size: 100%;
	font-weight: bold;
	color: #E8418E;
}
.quotation {
	background: url(../images/quotationMark.gif) no-repeat 0px -5px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
}
.margintop5 {
	margin-top: 5px;
}
.namequote {
	text-align: right;
}
.testauthor {
	display: block;
	margin-left: 250px;
}
.rulepinktest {
	border-top: 2px dotted #F7A8DA;
	clear: left;
}
