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

body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-family:Arial,Sans-Serif;
	background:#E8DDE8;
}

.header{
	background:url(../images/headerImage.jpg);
	height:121px;
	}
	
.container{
	border:#864187 5px solid;
	background:#fff;
	}


.contentTable h1{
	font-size:25px;
	text-align:center;
	color:#CC0000;
}

.contentTable h2{
	font-size:18px;
	text-align:center;
	color:#864187;
	padding-bottom:20px;
}


.contentTable h3{
	font-size:25px;
	color:#333;
}


.contentTable h3 a{
	text-decoration:none;
	color:#864187;

}

.contentTable h4{
	font-size:15px;
	color:#333;
}

.contentTable h5{
	font-size:15px;
	color:#FF0000;
}


.contentTable h6{
	font-size:25px;
	color:#333;
	text-align:right;
}

.contentTable h6 .productSpecialPrice{
	font-size:25px;
	color:#FF0000;
}



.contentTable p, ul{
	font-size:13px;
	color:#000000;
	line-height:23px;
}

.contentTable ul li{
	list-style:circle;

}


.contentTable ol{
	font-size:13px;
	color:#000000;
	line-height:30px;
}

.contentTable ol a{
	color:#000000;
}

.contentTable ol a:hover{
	color:#86438A;
}


.pageHeading h1 {
	font-size:30px;
	color:#800080;
	}
.pageHeading h2 {
	font-size:18px;
	color:#333333;
}

.main h3 {
	font-size:15px;
	color:#800080;
	}

.main p, .main ul, .main ol{
	font-size:13px;
	color:#333;
	line-height:22px;
	}
	
	

/*TESTIMONIALS*/

.testimonials p{
	color:#86438A;
	}

.testimonials .topimg{
	background:url(../images/testimonialTop.jpg) no-repeat;
	height:21px;
	}

.testimonials .midimg{
	background:url(../images/testimonialMid.jpg) repeat-y;
	padding-left:20px;
	padding-right:20px;
	}

.testimonials .botimg{
	background:url(../images/testimonialBot.jpg) no-repeat;
	height:40px;
	}

.footer{
	font-size:12px;
	text-align:center;
	color:#333333;
}

