body {
	background:#F6F6F6;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	font-size:0.9em;
	margin:0;
}
a {
	text-decoration:none;
	color:#56378a;
	font-weight:700;
}
a:hover {
	color:#000;
}
h1 {
	font-size:1.2em;
	color:#56378a;
}
.clr {
	clear:both;
}
#top_wrapper {
	width:100%;
	background:url(../images/topbar.png) repeat-x;
}
#top_container {
	width:960px;
	margin:auto;
}
#wrapper {
	width:960px;
	margin:auto;
}
#header {
	float:left;
	width:400px;
	height:55px;
	padding-top:1px;
}
#menu {
	float:right;
	margin-top:16px;
	font-size:1em;
}
#menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
#menu li {
	padding-right:20px;
	display:inline;
}
#menu li a {
	font-size:0.9em;
	text-decoration:none;
	color:#333;
	font-weight:700;
}
#menu li a:hover {
	color:#666;
}
#main {
	text-align:justify;
	line-height:1.4em;
	padding:10px 0 30px 0;
}

.product_wrap {
	width:285px;
	float:left;
	margin:0 5px;
	background-color:#FFF;
	border:1px solid #cccccc;
	padding:10px;
}
.product_title {
	text-align:center;
	height:43px;
}
.product_desc {
	margin-top:10px;
	text-align:left;
	color:#666;
}
#footer {
	font-size:0.8em;
	color:#999;
	padding-top:25px;
}
.testimonial {
	font-size:0.9em;
	color:#56378a;
	background-color:#ffffff;
	border:1px solid #cccccc;
	margin:25px 0 0;
	padding:15px;
}
/* rotator in-page placement */
.rotator {
	position:relative;
	height:151px;
}
.rotator ul {
		margin:0;
	padding:0;
}

/* rotator css */
.rotator ul li {
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	list-style: none;
}

.rotator ul li.show {
	margin:0;
	padding:0;
	z-index:500;
}

#finish {
	height:6px;
	width:100%;
	background-color:#FFF;
	border-bottom:1px solid #CCCCCC;
}

