/* Attach this CSS to the template file OR remove the ../ */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #fff;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #406b98;
}


/* ============= Links for text main ============= */
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
    color: #94928f;
	text-decoration: none;
}
a:active {
	color: #525252;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* ============= Links for menu on top ============= */
#navigationBox a:link {
	text-decoration: none;
	color: #0b4199;
	font-size: 12px;
}
#navigationBox a:visited {
	text-decoration: none;
	color: #0b4199;
    font-size: 12px;
}
#navigationBox a:active {
	text-decoration: none;
	color: #0b4199;
	font-size: 12px;
}
#navigationBox a:hover {
	text-decoration: underline;
	color: #0b4199;
	font-size: 12px;
}

#navigationBox-thankyouoptin a:link {
	text-decoration: none;
	color: #0b4199;
	font-size: 12px;
}
#navigationBox-thankyouoptin a:visited {
	text-decoration: none;
	color: #0b4199;
    font-size: 12px;
}
#navigationBox-thankyouoptin a:active {
	text-decoration: none;
	color: #0b4199;
	font-size: 12px;
}
#navigationBox-thankyouoptin a:hover {
	text-decoration: underline;
	color: #0b4199;
	font-size: 12px;
}


/* ============= Links for bottom nav 1 ============= */
#bottom {
	color: #fff;
	font-size: 12px;
}
#bottom a:link {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}
#bottom a:visited {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}
#bottom a:active {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}
#bottom a:hover {
	text-decoration: underline;
	color: #fff;
	font-size: 12px;
}

/* ============= Links for bottom nav 2 ============= */
.bottomNav2 {
	color: #fff;
	font-size: 9px;
}
.bottomNav2 a:link {
	text-decoration: none;
	color: #fff;
	font-size: 9px;
}
.bottomNav2 a:visited {
	text-decoration: none;
	color: #fff;
	font-size: 9px;
}
.bottomNav2 a:active {
	text-decoration: none;
	color: #fff;
	font-size: 9px;
}
.bottomNav2 a:hover {
	text-decoration: underline;
	color: #fff;
	font-size: 9px;
}

/* ============= Remove Borders from any image link ============= */
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;	
}

/* ============= Forms item ============= */
form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* ============= Bullet items ============= */
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-type: disc;
	list-style-position: outside;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-type: decimal;
	list-style-position: outside;
}

/* ============= Font Styles ============= */

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 18px;
}
.prodlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}

.prodlinks a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
	text-decoration:none;
}

.prodlinks a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
	text-decoration:underline;
}

.smallBlue1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #406b98;
}

.smallBlue1 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #406b98;
	text-decoration:underline;
}

.smallBlue1 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #406b98;
	text-decoration:none;
}

.smallBlue2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #406b98;
}

.smallBlue2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #406b98;
	text-decoration:underline;
}

.smallBlue2 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #406b98;
	text-decoration:none;
}

.smallBlue3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #406b98;
}

.smallBlue3 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #406b98;
	text-decoration:underline;
}

.smallBlue3 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #406b98;
	text-decoration:none;
}

.smallBlue3 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #406b98;
	text-decoration:underline;
}


.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.bottom_links {
	font-size: 10px;
	color: #7b7b7b;
}
.font_white_10 {
	font-size: 10px;
	color: #ffffff;
}
.font_white_10i {
	font-size: 10px;
	color: #ffffff;
	font-style: italic;
}
.font_white_10b {
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}
.addressFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #406b98;
}

/* ============= LAYER DIV ============= */
#outer {
	margin-right: auto;
	margin-left: auto;
	width: 905px;
	height: auto;
}
#logo {
	float: left;
	margin-top: 30px;
	margin-left: 10px;
	width: 462px;
}

#logo-thankyouoptin {
	margin-top: 30px;
	margin-left: 10px;
	width: 862px;
}

#login {
	float: left;
	margin-top: 30px;
	margin-left: 20px;
	padding-top: 20px;
	background-image: url(../images/login.png);
	background-repeat: no-repeat;
	height: 105px;
	width: 364px;
}
#navigationBox {
	width: 905px;
	height: 27px;
	clear: both;
	background-image: url(../images/nav_bar.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0b4199;
	line-height: 25px;
}

#navigationBox-thankyouoptin {
	margin-left: 150px;
	width: 600px;
	height: 27px;
	clear: both;
	background-image: url(../images/nav_bar.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0b4199;
	line-height: 25px;
}

#navigationBox-sl {
	width: 905px;
	height: 1px;
	clear: both;
	background-color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0b4199;
	line-height: 25px;
}


#column1 {
	float: left;
	width: 234px;
}

#column2 {
	float: left;
	width: 386px;
	color: #000000;
	margin-left: 10px;
	min-height:550px;
}

#column2 a {
	color: #000000;
	text-decoration:underline;
}
#column2 a:hover {
	color: #406b98;
	text-decoration:none;
}

#column2-thankyouoptin {
	width: 386px;
	color: #000000;
	margin-left: 250px;
}

#column2-thankyouoptin a {
	color: #000000;
	text-decoration:underline;
}
#column2-thankyouoptin a:hover {
	color: #406b98;
	text-decoration:none;
}

#column3 {
	float: right;
	width: 228px;
	background-position: center;
	min-height:550px;
	height:auto !important;
}

#articleproducts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#articleproducts a {
	color: #0000FF;
	text-decoration: underline; 
}

#articleproducts a:hover {
	color: #0000FF;
	text-decoration: none; 
}

#testimonials {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 200px;
	padding-left: 10px;
}

#testimonials a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
}

#testimonials a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:underline;
}

#bottomSection {
	clear: both;
	width: 905px;
	height: 86px;
	background-image: url(../images/bottom_bar.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#bottomAdWords {
	clear: both;
	width: 905px;
	height: 20px;
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.product-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#000066;
	font-weight: bold;
}

.product-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #406b98;
}

.product-blue a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #406b98;
	text-decoration:underline;
}

.product-blue a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #406b98;
	text-decoration:none;
}

.product-bold-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #406b98;
	font-weight:bold;
}

/* ============= Sales Letter Templates ============= */

#salesletterbody {
	width: 868px;
	float:inherit;
	color: #000000;
	margin-left: 10px;
}

.salesletter-attention-top {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: bold;
}

.salesletter-guarantee-top {
	font-family: Tahoma;
	font-size: 24px;
	font-weight: bold;
	color:#CC0000;
}

.combine-module-top {
	font-family: Tahoma;
	font-size: 24px;
	font-weight: bold;
	color:#FFFFFF;
}

.salesletter-big-firstletter {
	font-family:"Times New Roman", Times, serif;
	font-size: 48px;
}

.salesletter-testimonial {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
}

#salesletterbody h1 {
	font-family:Tahoma;
	font-size:28px;
	color:#CC0000;
	font-weight:bold;
}

#salesletterbody h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000000;
	font-weight:bold;
}

#salesletterbody h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#000066;
	font-weight:bold;
}

#salesletterbody p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

.salesletterbody-bodytext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
}

#salesletterbody a {
	color:#406b98;
	text-decoration:underline;
}

#salesletterbody a:hover {
	color:#406b98;
	text-decoration:none;
}

#salesletter-testimonialbox {
	font-family:"Courier New", Courier, mono;
	font-size: 12px;
}

#salesletter-testimonialbox h2 {
	font-family:"Courier New", Courier, mono;
	font-size: 14px;
}

#salesletter-testimonialbox h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0000;
}

#salesletter-testimonialbox p {
	font-family:"Courier New", Courier, mono;
	font-size: 12px;
}




.highlight {
	background-color: #FFFF33;
}
.boldunderline {
	font-weight: bold;
	text-decoration: underline;
}
.darkblue {
	color: #0000FF;
}
.enlargenh2forsalesletter {
	font-size: 24px;
}
.red {
	color: #CC0000;
}
.underline {
	text-decoration: underline;
}
.completespeed-audiotest-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
.completespeed-nonbold-subheadred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #CC0000;
}

.completespeed-nonbold-subheadblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0000FF;
}.prodpages-bigheader {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}
.black {
	color: #000000;
}
.articleoptin-head {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}
.articleoptin-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.size20upgrade {
	font-size: 20px;
}


#marqueecontainer {
	position: relative;
	width: 100%; /*marquee width */
	height: 225px; /*marquee height */
	overflow: hidden;
	padding: 2px;
}

#feed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#feed li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 12px;
}

#feed a {
	color: #406b98;
	text-decoration: underline;
}

#feed a:hover {
	color: #406b98;
	text-decoration: none;
}

#creditfooter {
	display: none;
}.white {
	color: #FFFFFF;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}
.bold-red-underline {
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}

.bold-blue-underline {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}

.italic-underline {
	font-style: italic;
	text-decoration: underline;
}
.red-bold {
	font-weight: bold;
	color: #CC0000;
}
.highlighted-big {
	font-size: 36px;
	background-color: #FFFF66;
	font-weight:bold;
}
