/* ---------------------------------------------- */
/* ---------- STYLE FOR RED TEMPLATE ------------ */
/* ---------------------------------------------- */


/* ---------------------------------------------- */
/* ------------------- HEADER ------------------- */
/* ---------------------------------------------- */

#wrapper {
	background: #ffffff url(../img/horange.jpg) no-repeat;
}

/* ---------------------------------------------- */
/* ----------------- PAGE NAME ------------------ */
/* ---------------------------------------------- */

#page-name {
	border-bottom: 2px solid #f15b25;
}


/* ---------------------------------------------- */
/* ------------------ CONTENT ------------------- */
/* ---------------------------------------------- */

#content h3 {
	color: #f15b25;
}

#content a {
	color: #f15b25;
}

#content a:hover {
	color: #333333;
	text-decoration: none;
}

/* ---------------------------------------------- */
/* ---------------- BLOCKQUOTE ------------------ */
/* ---------------------------------------------- */

/* Alternate quote color */

.qalt {
	color: #f15b25;
}

.testimonial {
	color: #f15b25;
}

/* ---------------------------------------------- */
/* -------------- BULLET POINT ------------------ */
/* ---------------------------------------------- */

#content .left ul li {
	list-style-image: url(../img/bullet.gif);
	list-style-position: outside;
	margin: 5px 0 0 20px;
}

