@charset "utf-8";
/* CSS Document */

body  {
	margin:  0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color:#333333;

}
	
	
a {
	color:#C27080;
	font-weight:bold;
}

h1 {
 
	color:#9AA7C8;
	font-size:20px;
	font-weight:normal;
	letter-spacing:.1em;
}

h2 {
 
	color:#3B2E6B;
	font-size:16px;
	font-weight:normal;
	letter-spacing:.1em;

}
h3 {
 
	color:#A39647;
	font-size:14px;
	font-weight:normal;
}

h4 {
 
	color:#C27080;
	font-size:16px;
	font-weight:normal;
	letter-spacing:.1em;

}
	
img {
	border: none;
	
	}

#wrapper {
	width: 675px;
	margin: 0px auto;
	background-attachment: scroll;
	background-image: url(../images/salesimages/wrapper.jpg);
	background-repeat: repeat-y; 
	
	}
	
#header {
	height: 244px;
	margin:0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(../images/salesimages/header.jpg);
	background-repeat: no-repeat;
	}

#content {
	width: 525px;
	margin: 0px auto;
	padding: 30px 25px 0px 10px;
	}

#content ul, ol {
 	padding-left:50px;
	padding-right:45px;
	line-height:25px;
		border: 2px solid #d6ce9f;	
 }

 .strikethrough {
 	text-decoration:line-through;
 }
 
 .bluetxtyllbk {
 	color:blue;
	background:yellow;
 }

 .redback {
	background:red;
 } 
 
 .yellowback {
	background:yellow;
 } 
  .blueback {
	background:blue;
 } 
.greyback {
	background:gray;
}

.white {
	color:#ffffff;	
}
 #coupon {
	border: thin dashed #000000;
	width:500px;
	padding:10px;
 }
#footer {
	width: 675px;
	height:46px;
	overflow: hidden;
	font-size: 10pt;
	margin: 0px auto;
	padding: 0;
	text-align: center;
	line-height: 17px;
	clear: both;
	background-attachment: scroll;
	background-image: url(../images/salesimages/footer.jpg);
	background-repeat: no-repeat;
	}
	
#footer p {
	color: #796eaa;
	padding: 0px;
	margin: 0px;	
	}
	
#footer a, #footer a:visited {
	color: #C27080;
	text-decoration: underline;
	}
	
#footer a:hover {
	text-decoration: underline;
	}

.purple {
	color:#796eaa;
	font-weight:bold;
}

.red {
	color:#ff0000;
	font-weight:bold;
}
.black {
color:#000000;
}
.blue {
color:blue;
}




.testimonial {
	width:465px;
	background-attachment: scroll;
	background-image: url(../images/top_quote.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0 auto;
	padding-left:35px;
	background-color: #d6ce9f;
}

.testimonial p {

	color:#333333;
	letter-spacing:.1em;
	font-weight:normal;
	font-style:italic;
	background-attachment: scroll;
	background-image: url(../images/base_quote.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.authors {
	margin:0 auto;
	width:400px;
	background-color: #F7EBD4;
	border: 2px double #B8AA60;	
}

	
									/* menu */
	
									 #menu {
	float:left;
	width:563px;
	font-size:93%;
	line-height:normal;
	background-color: #DAE0D2;
	background-image: url(../images/tab_nav/bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-left:40px;
									  }
									#menu ul {
									  margin:0;
									  padding:10px 10px 0;
									  list-style:none;
									  }
									#menu li {
									float:left;
									margin:0;
									padding:0 0 0 9px;
									background-image: url(../images/tab_nav/left.gif);
									background-repeat: no-repeat;
									background-position: left top;
									  }
									#menu a {
									float:left;
									display:block;
									padding:5px 15px 4px 6px;
									text-decoration:none;
									font-weight:bold;
									color:#765;
									background-image: url(../images/tab_nav/right.gif);
									background-repeat: no-repeat;
									background-position: right top;
									  }
									/* Commented Backslash Hack
									   hides rule from IE5-Mac \*/
									#menu a {float:none;}
									/* End IE5-Mac hack */
									#menu a:hover {
									  color:#333;
									  }
									#menu #current {
									background-image:url(../images/tab_nav/left_on.gif);
									border-width:0;
									  }
									#menu #current a {
									background-image:url(../images/tab_nav/right_on.gif);
									color:#333;
									padding-bottom:5px;
									  }