/* CSS Document */
p {
	margin-bottom:0px;
}

body {
	background:#DCDCDC;
	font-family:Tahoma, Helvetica, Arial, sans-serif;
}

#content {
	width:776px;
	margin: 0 auto;
}

#header {
	width:776px;
	background:url(../image-files/100exercises-header.png);
	margin: 0 auto;
	height:202px;
}

.redtext {
	color: #C41600;
}

#text {
	margin: 0 auto;
	width: 680px;
}

#strip {
	margin: 0 auto;
	background:url(../image-files/100exercises-strip.png) repeat-y;
	width:776px;

}

#footer {
	margin: 0 auto;
	background:url(../image-files/100exercises-footer.png);
	width: 776px;
	height:69px;
}

H1, H2 {
	color: #C41600;
	text-transform:capitalize;
	text-align:center;
	margin:0px;
}

H1 {
	font-size:30px;
}

H2 {
	font-size:24px;
}

H3 {
	font-size:19px;
	text-align:center;
	color:#000000;
}

H4 {
	font-size:19px;
	text-align: center;
	color:1453b7;
}

.strikethrough {
	text-decoration:line-through;
}

.highlight {
	background:#FFFF00;
}

#salestable {
	border: 1px dotted #000000;
	padding: 10px;
}

#salestable td {
	padding: 10px;
}

#box {
	width:630px;
	margin:0 auto;
	display:block;
}

#boxtop {
	width:630px;
	height:28px;
	background:url(../image-files/100exercises-tabletop.jpg) no-repeat;
}

#boxbot {
	width:630px;
	height:28px;
	background:url(../image-files/100exercises-tablebot.jpg) no-repeat;
}

#innerbox {
	font-size:150%;
	text-align: center;
	margin:0 auto;
	padding:0px 15px;
	width:600px;
	color: #1453b7;
	background:url(../image-files/100exercises-tablehorizontal.jpg) repeat-y ;
}

#innerbox ul {
	list-style-image:url(../image-files/100exercises-star.png);

}

#innerbox td.r {
	font-size:67%;
	color:#595959;
	padding:10px;
	border-left: solid 1px #CCCCCC;
	text-align:left;
	
}
#innerbox td.l {
	font-size:67%;
	color: #1453b7;
	padding:7px;
	border-right: solid 1px #cccccc;
	text-align:left;

}

#innerbox th.r {
	border-left: solid 1px #cccccc;
	border-bottom: solid 2px #cccccc;
	padding-bottom:6px;
	text-align:left;
	padding-left:10px;
}

#innerbox th.l {
	border-right: solid 1px #cccccc;
	border-bottom: solid 2px #cccccc;
	padding-bottom:6px;
	text-align:left;
}

#whatyouget {
	background:url(../image-files/100exercises-whatyouget.jpg) no-repeat;
	width:548px;
	height:41px;
	color:#FFFFFF;
	padding:13px 0px 3px 14px;
	font-size:90%;
}

.underline {
	text-decoration:underline;
}

#content #strip #text ul li {
	list-style: none;
	background: no-repeat center left url(../image-files/100exercisesbulletarrow.png);
	padding: 15px;
	padding-left:32px;
}

#content #strip #text ul.basic li {
	border:none;
	margin:5px;
	list-style:square;
	background:none;
	padding:0px;
}

#content #strip #text ul.tick li {
	list-style:none;
	background: no-repeat center left url(../image-files/100exercisestick.jpg);
	padding-top: 10px;
	padding-left: 30px;
	border:none;
}


#content #strip #text ol li {
	padding: 15px;
}

.testimonial {
	background-color: #B7D3F9;
	padding: 8px;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 2px solid #3B60A5;
}

.bonusbox {
	padding: 8px;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 2px solid #C41600;
}
