body {
	background-color: #55472f;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height: 18px;
}
strong {
	color: #90754b;
}
form strong {
	color: #000000;
}
form select {
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.cart {
	width: 168px;
	height: 32px;
	margin-top: 15px;
	background-image: url(../images/btn_shopping_cart.gif);
	border: none;
	background-color: #f5f2ee;	
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}
em {
	color: #90754b;
}
a {
	color: #f287b7;
}
input {
	width: 98%;
	border: solid 1px #a5acb2;
}
textarea {
	width: 98%;
	border: solid 1px #a5acb2;

}
.pink {
	color: #f287b7;
}
#container {
	width: 100%;
	height: 551px;
	/*background-image: url(../images/bg.jpg);*/
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	margin: 0 auto;
}
#header {
	width: 675px;
	height: 56px;
	text-align: left;
	margin: 0 auto;
}
#header a:link {
	color: #f287b7;
	text-decoration: underline;
}
#header a:visited {
	color: #f287b7;
	text-decoration: underline;
}
#header a:hover {
	color: #f287b7;
	text-decoration: underline;
}
#header a:active {
	color: #f287b7;
	text-decoration: underline;
}
#navigation {
	width: 675px;
	height: 43px;
	text-align: left;
	margin: 5px auto;
}
.navItem {
	display: inline;
	float: left;
}
#mainImage {
	width: 675px;
	height: 151px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
}
#contentTop {
	width: 675px;
	height: 20px;
	background-image: url(../images/content_frame_top.gif);
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
}
#contentTopWhite {
	width: 675px;
	height: 20px;
	background-image: url(../images/content_frame_top_white.gif);
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
}
#content {
	width: 615px;
	min-height: 420px;
	padding: 0px 30px 10px 30px;
	background-image: url(../images/content_frame_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #f0ebe5;
	margin: 0 auto;
	text-align: left;
}
#contentWhite {
	width: 615px;
	min-height: 420px;
	padding: 0px 30px 10px 30px;
	background-color: #ffffff;
	margin: 0 auto;
	text-align: left;
}
#contentWhite p {
	margin-top: 0px;
	margin-bottom: 10px;
}
#contentWhite .breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
	width: 100%;
	text-align: right;
	padding-bottom: 10px;
}
#contentWhite .breadcrumb a {
	color: #f5a5c9;
	text-decoration: underline;
}
#contentHome {
	width: 645px;
	height: 293px;
	padding: 0px 15px 0px 15px;
	background-image: url(../images/content_home_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0 auto;
	text-align: left;
	font-size: 11px;
	line-height: 14px;
	z-index: 2;
}
#homeBox1 {
	width: 220px;
	height: 182px;
	background-image: url(../images/img_home_02.jpg);
	background-repeat: no-repeat;
	display: inline;
	float: left;
}
#homeBox1 p {
	margin: 90px 10px 0px 110px;
}
#homeBox2 p {
	margin: 60px 235px 0px 20px;
}
#homeBox3 p {
	margin: 35px 20px 0px 20px;
}
#homeBox4 p {
	margin: 35px 20px 0px 65px;
}
#homeBox5 p {
	margin: 48px 20px 20px 12px;
}
#homeBox2 {
	width: 405px;
	height: 182px;
	background-image: url(../images/img_home_03.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	display: inline;
	float: right;
}
#homeBox3 {
	width: 209px;
	height: 94px;
	background-image: url(../images/img_home_04.jpg);
	background-repeat: no-repeat;
	display: inline;
	float: right;
}
#homeBox4 {
	width: 181px;
	height: 94px;
	background-image: url(../images/img_home_05.jpg);
	background-repeat: no-repeat;
	margin-left: 15px;
	display: inline;
	float: right;
}
#homeBox5 {
	width: 220px;
	height: 94px;
	background-image: url(../images/img_home_coming_soon.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	display: inline;
	float: left;
}
#content p {
	margin-top: 0px;
	margin-bottom: 10px;
}
#content .breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
	width: 100%;
	text-align: right;
	padding-bottom: 10px;
}
#content .breadcrumb a {
	color: #f5a5c9;
	text-decoration: underline;
}
.titleText {
	padding-bottom: 25px;
}
.faqAnswer {
	display: block; 
	margin-left: 24px;
	padding-bottom: 10px;
}
.thumbnails img {
	margin: 7px 14px 0px 0px;
}
#footer {
	width: 675px;
	height: 108px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	color: #eae4dc;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}
#footer a:link {
	color: #ffffff;
	text-decoration: underline;
}
#footer a:visited {
	color: #ffffff;
	text-decoration: underline;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#footer a:active {
	color: #ffffff;
	text-decoration: underline;
}
#footer .left {
	margin: 40px 0px 0px 15px;
	display: inline;
	float: left;
}
#footer .right {
	margin: 40px 15px 0px 0px;
	display: inline;
	float: right;
}
#footerHome {
	width: 675px;
	height: 140px;
	background-image: url(../images/footer_home.gif);
	background-repeat: no-repeat;
	color: #eae4dc;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}
#footerHome a:link {
	color: #ffffff;
	text-decoration: underline;
}
#footerHome a:visited {
	color: #ffffff;
	text-decoration: underline;
}
#footerHome a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#footerHome a:active {
	color: #ffffff;
	text-decoration: underline;
}
#footerHome .left {
	margin: 40px 0px 0px 15px;
	display: inline;
	float: left;
}
#footerHome .right {
	margin: 40px 15px 0px 0px;
	display: inline;
	float: right;
}
#footerWhite {
	width: 675px;
	height: 108px;
	background-image: url(../images/footer_white.gif);
	background-repeat: no-repeat;
	color: #eae4dc;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}
#footerWhite a:link {
	color: #ffffff;
	text-decoration: underline;
}
#footerWhite a:visited {
	color: #ffffff;
	text-decoration: underline;
}
#footerWhite a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#footerWhite a:active {
	color: #ffffff;
	text-decoration: underline;
}
#footerWhite .left {
	margin: 40px 0px 0px 15px;
	display: inline;
	float: left;
}
#footerWhite .right {
	margin: 40px 15px 0px 0px;
	display: inline;
	float: right;
}
.footnote {
	font-size: 10px;
}
.testimonialBox {
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
}
.quoteOpen {
	display: inline;
	float: left;
	width: 48px;
	margin-top: 2px;
}
.testimonial {
	display: inline;
	float: left;
	width: 490px;
	margin: 0px 0px 0px 15px;
}
.quoteClose {
	display: inline;
	float: right;
	width: 48px;
}
.blue{color: #021f31;}
.beige{color: #9f9671;}