@charset "utf-8";
/* CSS Document */

body {
	background-color: #202020;
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
p, ol, form, table {
	padding: 0;
	margin: 0;
	}

#container {
	margin: 0 auto;
	width: 800px;
	}

#header .top {
	height: 56px;
	}

#header .bottom {
	height: 28px;
	}

#nav {
	background: #666666 url(../images/newHomepage/navBg.jpg) repeat-x;
	height: 41px;
	}

.nav {
	float: left;
	color: #FFFFFF;
	font-style: italic;
	font-size: 12px;
	margin-left: 16px;
	margin-top: 14px;
	}

.nav a:link,
.nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}

.nav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}	

.signup {
	float: right;
	height: 41px;
	}

.home {
	float: right;
	height: 41px;
	}
	
#content {
	}

#content .top {
	background-color: #b3b1ab;
	float: left;
	clear: both;
	}

.special {
	width: 253px;
	margin-left: 21px;
	padding-top: 19px;
	float: left;
	x-moz-outline: 1px solid red;
	}

.special .title {
	height: 37px;
	}

.special .content {
	background: #666666 url(../images/newHomepage/specialofferBg.jpg) repeat-y;
	padding: 15px;
	padding-top: 0px;
	color: #f463af;
	font-size: 10px;
	height: 211px;
	}

.special .content p {
	margin-bottom: 7.5px;
	margin-top: 7.5px;
	padding: 0;
	}

.special .content p.nomargin-top {
	margin-top: 0px;
	}

.special .content p.nomargin-bottom {
	margin-bottom: 0px;
	}

.special .price {
	font-size: 13px;
	font-weight: bold;
	}

.workouts {
	float: right;
	}
	
#content .bottom {
	background: #009900 url(../images/newHomepage/footerBg.jpg) repeat-y;
	width: 800px;
	}

#dvd {
	float: left;
	margin-left: 21px;
	margin-right: 7px;
	}

#dvd .title {
	height: 31px;
	}

#dvd .content {
	background: url(../images/newHomepage/DVDWorkoutBG.jpg) no-repeat;
	height: 101px;
	width: 193px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 50px;
	font-size: 10px;
	color: #3f3f3f;
	}

#dvd .content a:link,
#dvd .content a:visited,
#dvd .content a:hover {
	color: #3f3f3f;
	text-decoration: none;
	}

#dvd .content a:hover {
	color: #8bcddc;
	xtext-decoration: underline;
	font-weight: bold;
	}

#dvd .content ol {
	margin-left: 30px;
	margin-top: 10px;
	}

#dvd .content li {
	margin-bottom: 3px;
	}

#audio {
	float: left;
	}

#audio .title {
	height: 31px;
	}

#audio .content {
	background: url(../images/newHomepage/audioWorkoutBG.jpg) no-repeat;
	height: 101px;
	width: 193px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 50px;
	font-size: 10px;
	color: #3f3f3f;
	}

#audio .content a:link,
#audio .content a:visited,
#audio .content a:hover {
	color: #3f3f3f;
	text-decoration: none;
	}

#audio .content a:hover {
	color: #8bcddc;
	xtext-decoration: underline;
	font-weight: bold;
	}

#audio .content ol {
	margin-left: 30px;
	margin-top: 10px;
	}

#audio .content li {
	margin-bottom: 3px;
	}
	
#calculator {
	float: left;
	margin-left: 6px;
	}

#calculator .title {
	height: 35px;
	}

#calculator .content {
	background: url(../images/newHomepage/calculatorBg.jpg) repeat-y;
	width: 243px;
	font-size: 10px;
	color: #3f3f3f;
	font-weight: bold;
	padding-left: 10px;
	}

#calculator #button {
	font-style: italic;
	font-weight: bold;
	border: 0px;
	border-style:hidden;
	background: transparent;
	text-align: left;
	cursor: pointer;
	padding: 0;
	margin: 0;
	}

#calculator .footer {
	background: url(../images/newHomepage/footerCalculator.jpg) no-repeat;
	height: 12px;
	}

#calculator .label {
	width: 80px;
	}

#footer {
	padding-top: 10px;
	float: left;
	background: url(../images/newHomepage/footerBg.jpg) repeat-y;
	}

.stockist {
	background: url(../images/newHomepage/footerStockistsBg.jpg) repeat-x;
	height: 39px;
	}

#footer .links {
	color: #a4c381;
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 10px;
	}

#footer .links a:link,
#footer .links a:visited,
#footer .links a:hover {
	color: #a4c381;
	text-decoration: none;
	}

#footer .links a:hover {
	text-decoration: underline;
	}
	