@charset "utf-8";
/* Styles */

p 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .875ems;
	font-size: 0.875em;
	line-height: 1.3em;
	color: #000;
	padding-bottom: 0.5em;
}
h1 
{
	color: #9b2223;
	font-size: 1.5ems;
	font-weight: bold;
	margin-bottom: 1em;
}
h2 {
	color: #f5e4c6;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.2em;
	line-height: 1.3em;
}

h3 {
	color: #9b2223;
	font-size: 1.125em;
	font-weight: bold;
	margin-bottom: 0.5em;
	line-height: .8em;
}
h4 {
	color: #9b2223;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.5em;
	line-height: 1.3em;
}


a:link, a:visited {
	color: #9b2223;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

ul
{
	font-size: 0.875em;
	line-height: 1.2em;
}
#header-image h1 {
	color: #f5e4c6;
	font-size: 1.5em;
	margin-bottom: 3px;
	margin-top: 20px;
	font-weight: normal;
}
#header-image2 h1 {
	color: #f5e4c6;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 1px;
}
#header-image p  
{
	color: #f5e4c6;
}
#header-image ul  
{
	color: #f5e4c6;
	font-size: 1em;
	padding-left: 14px;
	padding-bottom: 10px;
}
#header-image li  
{
	color: #f5e4c6;
	font-size: 0.875em;
	list-style-type: disc;
	list-style-position: outside;
}
#header-image .price
{
	color: #f5e4c6;
	font-weight: bold;
	font-size: 16px;
}
#footer p  
{
	color: #4a453c;
	font-size: 0.75em;
	margin: 0px;
	padding: 0px;
}
#footer a  
{
	color: #4a453c;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#footer a:hover {
	color: #9b2223;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

/* nav */
ul#navlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	white-space: nowrap;
	text-transform: uppercase;
	color: #f5e4c6;
}
#navlist li {
	float: left;
	display: block;
	height: 20px;
	color: #f5e4c6;
	padding-right: 20px;
}
#navlist a {
	color: #f5e4c6;
	font-weight: bold;
}
#navlist a:link, #navlist a:visited {
	text-decoration: none;
}
#navlist a:hover {
	color: #000;
	text-decoration: none;
}
#navlist li.current a {
	color: #969696;
}
/* more */
.toplink a {
	font-size: 0.75em;
	color: #f5e4c6;
	font-weight: bold;
}
.toplink a:hover {
	font-size: 0.75em;
	color: #000;
	font-weight: bold;
}
#header-text p {
	font-size: 1.5em;
	color: #9b2223;
	font-weight: bold;
}
ul.category-list {
	list-style-position: inside;
	list-style-type: disc;
	color: #9b2223;
	margin-left: 5px;
}
.category-list li  a:link{
	color: #9b2223;
}
.category-list li a:hover {
	color: #000;
}
.fitnessheader p, .lifeheader p, .trainingheader p {
	color: #f5e4c6;
}
.history-cta h2, .buy-cta h2, .train-cta h2 {
	font-size: 18px;
	text-transform: uppercase;
	}
.history-cta p, .buy-cta p, .train-cta p {
	color: #f5e4c6;
	font-size: 0.75em;
	line-height: 1.3em;
}
.calltoaction-box .sIFR-replaced, .cta-list .sIFR-replaced {
	height: 23px;
}
.history-cta a, .buy-cta a, .train-cta a {
	color: #f5e4c6;
	font-size: 12px;
	line-height: 1.3em;
	height: 126px;
	width: 170px;
	float: left;
	padding-left: 80px;
	padding-right: 10px;
	padding-top: 28px;
	font-weight: normal;
}
.history-cta a {
	padding-left: 115px;
	width: 135px;
}

.history-cta a:hover, .buy-cta a:hover, .train-cta a:hover {
	color: #000;
}
.action {
	font-weight: bold;
	display: block;
	margin-top: 7px;
}
.button a {
	background-image: url(images/button.png);
	height: 100px;
	width: 100px;
	display: block;
	background-repeat: no-repeat;
}
.button a:hover {
	background-image: url(images/button_ro.png);
}

