/* Colors */
.colored {
  color: #006838 !important
}

.lighted {
  color: #2B38B1 !important
}

div#wrapper div#content div.bold-block {
  background-color: #A2DC00
}

div.feature h3 {
  color: #006838
}

div#wrapper div#content div.content-block p span.line-title {
  color: #2B38B1
}

div#wrapper div#content div.content-block p span.line-title span {
  color: #006838
}

/* Background */
html, body {
	
	background-image: url(/images/spacer.png)
	
}

/* Buy Buttons */
a.buy-button-small {
  background-image: url(/themes/10/buy-button-small.png) !important
}

a.buy-button-large {
  background-image: url(/themes/10/buy-button-large.png) !important
}

/* Old Price Crossout */
span.new-price {
  background-image: url(/themes/10/crossout.png) !important
}

/* Header Image */
div#header {
  background-image: url(/themes/10/header.png) !important
}

/* Bullet lists */
ul.big-bullets li, ul li {
  background-image: url(/themes/10/bullet.png) !important
}

ul.big-bullets-checkmark li {
  background-image: url(/themes/10/bullet-checkmark.png) !important
}

ul.bonuses li {
  background-image: url(/themes/10/bullet-checkmark.png) !important
}

/* Short Burst Background Image */
div.short-burst, div.center_block_shortburst {
  background-image: url(/themes/10/callout-oval.png) !important
}

div.video_email_caption
{
	height: 125px; 
	overflow: hidden;
	background: url(/themes/10/caption.jpg) no-repeat;
	padding: 10px 13px 4px 15px;
	font-size: 11px;
	margin: -5px 7px 0px 0px;
}

div.video_purchase_caption{
	height: 120px; 
	overflow: hidden;
	background: url(/themes/10/caption.jpg) no-repeat;
	padding: 10px 13px 4px 15px;
	font-size: 11px;
	margin: -5px 7px 0px 0px;
}

.caption{
	height: 85px; 
	overflow: hidden;
}

/* Global Nav - CSS */

#top_nav
{
	margin-bottom: 10px;
}

#top_nav ul{
	text-align: center;
}
/*globalnav*/

ul#globalnav li a{
	background-image: url(/images/transparent.png) !important
}

#globalnav {
	position:relative;
	float:left;
	width:100%;
	
		padding: 0px 0px 0px 37px;
	
	margin:0;
	list-style:none;
	line-height:1em;
}


#globalnav LI {
	float: left;
	margin:0;
	padding:0;
	display: inline;
}

#globalnav A {
	display:inline;
	color:#;
	text-decoration:none;
	font-weight:bold;
	background-color:#;
	margin:0;
	padding:0.25em 1em;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #aaa;
	background-image: url(/images/transparent.png) !important
}

#globalnav A:hover,
#globalnav A:active,
#globalnav A.here:link,
#globalnav A.here:visited {
	background-color:#;
	color:#;
	
}

#globalnav A.here:link,
#globalnav A.here:visited {
	position:relative;
	z-index:102;
}
