/** BASIC */

#logo {background-image: url(../images/hardmoneytraining_header.jpg); height: 157px; padding: 0px;}

table.MainTable{
	width: 689px;
	border: 1px solid #cccccc;
}

table.MainTable td {padding: 0px;}
table.MainTable td.LeftColumn {padding: 5px;}
table.MainTable .RightColumn {padding: 5px; vertical-align: top; width: 1%;}
table.ProductDisplay {border-color:#666666; width: 176px;}
table.ProductDisplay td.ProductTop {background-image: url(../images/product_top.gif);}
table.ProductDisplay td.ProductMid {background-image: url(../images/product_mid.gif); padding-left: 5px; padding-right: 5px;}
table.ProductDisplay td.ProductBot {background-image: url(../images/product_bot.gif);}


table.Contact {
	width: 100%;
	border: 0px;
}

table.thanks {
	width: 500px;
	margin-left: 90px;
}

table.thanks td.thanks_top {background-image: url(../images/thanks_bg_top.gif);}
table.thanks td.thanks_mid {background-image: url(../images/thanks_bg_mid.gif); padding: 5px; text-align: center;}
table.thanks td.thanks_bot {background-image: url(../images/thanks_bg_bot.gif);}

table.Contact td {
	padding: 4px;
	border: 0px;
	font: 0.94em  Verdana, Arial, Helvetica, sans-serif;
}

/** nAVIGATION */

.navigation {
	background-color: #9B0002;
	font-weight: bold;
	font-size: .85em;
	text-align: center;
	color: #FFFFFF;
}
.navigation a {color: #FFFFFF; text-decoration: underline;}
.navigation a:hover, #navigation a:active {color: #999999;}



/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1 {font-size: 1.3em; font-weight: bold; color: #9B0002;}
#sub {font-size: 1.1em; color:#666666;}
h2 {font-size: 0.97em; font-weight: bold; color: #333333;}
#sub2 {font-size: 1.1em; font-weight: bold; color: #0066FF;}
#ProductHeading {font-size: 0.97em; font-weight: bold; color: #990000;}
h3 {font-size: 1em; font-weight: bold; color: #333333;}


/** TEXTS */

body, th, td, input, textarea, select, p {
	color: #363636;
	font: 0.95em  Verdana, Arial, Helvetica, sans-serif;
}



#footer {
	font-size: .75em;
	text-align: center;
	height: 30px;
	vertical-align: middle;
	padding: 5px;
}

	
.bullets{
	font-size: .92em;
	list-style-type:disc;
}


/** LINKS */

a {
	color: #2c4e74;
	text-decoration: none;
}

a:hover {
	color: #990000;
}

a:active {
	color: #990000;
}




.testimonials {
	width: 90%;
	padding: 5px 5px 5px 5px;
	background-color: #FFC4C4;
}
	






