@charset "utf-8";
/* CSS Document */

body {
	padding-top: 10px;
	background-color: #f2f2f2;
	font-family: Verdana, Tahoma, Arial;
	font-size: 14px;
}

.contentTable
{
	background-color: #ffffff;
}

.contentHeaderCell
{
background:url(images/content-top.png) top no-repeat;
height: 7px;
}

.contentBodyCell
{
background:url(images/content-bg.gif) repeat-y;
padding: 10px;
}

.contentFooterCell
{
background:url(images/content-bottom.png) bottom no-repeat;
height: 7px;
}

.highlightRed
{
	color:#FF0000;
}

.highlightGreen
{
	color:#c8db50;
}

.highlightBGYellow
{
	background-color:#FFFF00;
}

.contentBodyCell .borderedTable 
{
	border: 3px dashed #c8db50;
}

.contentBodyCell .highlightTable 
{
	background-color:#c8db50;
	padding: 10px;
}

ul li {
	list-style-image: url(../../salestemplate/secretsofhypnosis/images/tick.gif);
	padding: 3px;
	vertical-align:middle;
}

.signupBox
{
	background:url(../../salestemplate/secretsofhypnosis/images/signup-bg.gif);
}

a {
	color: #b5c64b;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#menu a {
	color: #000000;
	text-decoration:none;
}
#menu a:hover {
	color: #b5c64b;
	text-decoration:none;
}

h1 {
font-size:35px; 
color: #eb1c24;
}

h2,h3,h4,h5,h6 {
	color: #b5c64b;
	}

.footer {
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color:#666666;
	padding-left: 20px;
	padding-right: 20px;
}

.twitterContent
{
	margin-left: 0px;
	padding-left: 0px;
}

.twitterContent li
{
	padding-bottom:10px;
	list-style: none;
	font-size: 12px;
}

ul li {
	list-style-image: url(images/tick.gif);
	padding: 3px;
	vertical-align:middle;
}

