/* JS-Kit Navigator CSS */

#content {
	border-color: #2eb36f;
}

#logo {
	background: #ffffff url(../images/js-kit-logo-navigator.png) center top no-repeat;
}

#feature-code {
	visibility: visible;
}

.hi-light, .column-main H3 {
	color: #2eb36f;
}

.button-active {
	background: url(../images/bg-grey-button.png) center bottom no-repeat;
}

.button, .button-active, .button A, .button-active A {
	color: #2eb36f;
}

#try-it, #see-related {
	border-color: #95a0a9;
}
#grab-it {
	cursor: pointer;
	border-color: #2eb36f;
}
#grab-how {
	display: none;
}

IMG.candy	{
	position: absolute;
	left: 2px;
	top: -16px;
}
.block-side H3 {
	padding-left: 52px;
}

.checkmarks {
	list-style-image: url(../images/checkmark-eb972f.png);
	margin-left: 16px; /* IE6, hides the list tick also... */
	padding-left: 0; /* others */
}
	.checkmarks LI {
		padding-bottom: 0.8em;
	}