/** Global Document for The First Dance **
 ** Written by Gary@rabbitstone.com 
 ** Modified by Tom Stanoch 4/29/08 **/

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	text-align: left;
	font-size: .85em;
	font-family: "Times New Roman", Times, serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	color: #000000;
	color: #333;
}
a:link {
	color: #DD83A6;
	color: #9757b0;
	/*color: #b4de84;*/
}
a:hover {
	color: #ddbee9;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #999;
	color: #7cb33c;
	line-height: 1em;
	margin-top: 1em;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
}
h4, h5, h6 {
	font-size: 1.1em;
	font-weight: bold;
}
select {
	width: 120px;
}
#contentWrapper {
	margin: 0 auto;
	padding: 0 0 30px 0;
	width: 760px;
	text-align: left;
}
#contentWrapper img.header {
	display: block;
	margin: 0;
	padding: 0;
}
#contentWrapper.floatLeft {
	padding: 0;
	margin: 0;
	float: left;
}

/* Right Column
*************************************************************/
#rightColumn {
	padding: 10px;
	margin: 16px 0 0 0;
	width: 550px;
	float: right;
}
span.index #rightColumn  {
	padding: 16px 0 0 0;
	margin: 0;
	width: 587px;
	float: right;
}
#rightColumn img {
 	padding-bottom: 3px;
}
#rightColumn img.floatRight {
 	padding: 0 0 15px 25px;
	float: right;
}
#rightColumn img.floatLeft {
 	padding: 0 25px 15px 0px;
	float: left;
}
#rightColumn.dropDown {
	line-height: 10px;
}
#rightColumn table {
	padding-bottom: 20px;
}
#rightColumn table.form {
	width: auto;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	color: #333333;
	padding-bottom: 0;
}
#rightColumn table.form tr th {
	width: 150px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 10px 5px 5px;
	text-align: right;
	vertical-align: top;
	font-weight: normal;
	background-color: #F7F7F7;
}
#rightColumn table.form tr td {
	width: auto;
	padding: 5px 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: top;
}
#rightColumn table.shoppingCart {
	width: 100%;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	color: #333333;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
#rightColumn table.shoppingCart tr th {
	width: auto;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	background-color: #F7F7F7;
}
#rightColumn table.shoppingCart tr td {
	width: auto;
	padding: 5px 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: top;
}
#rightColumn table.shoppingCart tr td.cartQ, #rightColumn table.shoppingCart tr th.cartQ { 
	width: 20px;
}
/*
#rightColumn a {
	color: #333333;
}
#rightColumn a:hover {
	color: #DD83A6;
}*/
#rightColumn span.cartBalances p {
	text-align: right;
	padding: 0;
	margin: 5px;
}
#indexBottom { 
	clear: both;
	/*width: 712px;*/
	padding: 10px 0 0 0;
	margin: 0 auto;
}
#footer {
 	font-size: .78em;
	color: #666666;	
	/*height: 15px;*/
	border-top: 1px solid #CCCCCC;
	text-align: center;
}
#footer a {
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	color: #DD83A6;
}
table.indexBoxes { 
	margin: 15px 0 0;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	color: #333333;
	width: 712px;
	clear: both;
	vertical-align: top;
}
table.indexBoxes a {
	text-decoration:none;
	color: #333333;
}
table.indexBoxes a:hover {
	color: #DD83A6;
}
td.asseenon {
	 width: 186px;
	 padding: 35px 17px 10px;
	 border-right: 1px solid #CCCCCC;
	 border-bottom: 1px solid #CCCCCC;
	 background-image: url(../images/index-asseenon.jpg);
	 background-repeat:no-repeat;
	 vertical-align:top;
}
td.coaching {
 	width: 186px;
	padding: 35px 17px 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-image:url(../images/index-featuredProduct.jpg);
	background-repeat:no-repeat;
	vertical-align:top;
}
td.coaching img {
	margin-left: 30px;
}
td.featuredProduct {
 	width: 203px;
	padding: 35px 17px 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-image:url(../images/index-featuredProduct.jpg);
	background-repeat:no-repeat;
	vertical-align:top;
}
td.featuredProduct p.floatRight {
	float: right;
	width: 110px;
}
td.featuredProduct img.floatLeft {
	float: left;
	padding-right: 10px;
}
.floatRight {
	float:right;
}
.alert { 
	color: #996699;
}

/* Clearfix
**************************************************************/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */