body
{
	margin: 0;
	background-color: #000;
	background: #fff url('/images/clean-header-bg.png') repeat-x;
}

a
{
	color: #1750a4;
}

/* HEADER */
#header
{
	height: 41px;
	margin-top: 22px;
}

/* TOP MENU */
#top-menu
{
	height: 41px;
}

#top-menu ul
{
	margin: 11px 0 0 0;
	overflow: hidden;
}

#top-menu li
{
	float: right;
	list-style: none;
	margin-left: 35px;
}

#top-menu li a
{
	text-decoration: none;
	color: #fff;
	font-size: 13px;
}




/* SIDE BAR */
#side-bar-content ul
{
	margin: 0;
}

#side-bar-content li
{
	list-style: none;
	padding: 5px 0 0 60px;
}

#side-bar-content li a
{
	text-decoration: none;
}

#side-bar-content li h3
{
	margin: 0 0 4px 0;
}

#side-bar-content li h3 a
{
	font-size: 15px;
	color: #000;
}

#side-bar-content li h5
{
	line-height: 15px;
}

#side-bar-content li h5 a
{
	font-size: 12px;
	color: #7b7b7b;
	font-weight: normal;
	line-height: 15px;
}

#side-bar-content li.how-it-works
{
	background: url('/images/how-it-works-icon.png') no-repeat left center;
}

#side-bar-content li.testimonials
{
	background: url('/images/testimonials-icon.png') no-repeat left center;
}

#side-bar-content li.security
{
	background: url('/images/security-icon.png') no-repeat left center;
}

#side-bar-content li.service-terms
{
	background: url('/images/service-terms-icon.png') no-repeat left center;
}

#side-bar-content li.restrictions
{
	background: url('/images/restrictions-icon.png') no-repeat left center;
}

/* MAIN CONTENT */
#main-content
{
	margin-top: 20px;
}

h6.path
{
	color: #727272;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 15px;
}

h1
{
	font-size: 28px;
	color: #333;
}

p
{
	font-size: 14px;
}

/* IMAGES */
.center-image
{
	margin: 0 0 10px 100px;
}

/* TESTIMONIALS */
.testimonial-item
{
	border-bottom: 1px solid #ccc;
	padding: 10px 5px;
	margin: 0;
}

.testimonial-item span
{
	font-weight: bold;
	color: #333;
}


/* FOOTER */
#footer
{
	background: url('/images/footer-bg.png') repeat-x;
	margin: 50px 0 0 0;
	padding: 15px 0 30px 0;
}

#footer ul
{
	overflow: hidden;
}

#footer li
{
	float: left;
	list-style: none;
	margin-right: 20px;
}

#footer li a
{
	color: #707070;
}