/* @override http://whitelabelpartnersite.businesscatalyst.com/stylesheets/theme.css */

/* -----------------------------------------------------------------------

 Green Theme for Unbranded Partner Site

----------------------------------------------------------------------- */

/* links */
a:link, a:visited {
	color: #70A601;
}

a:hover, a:active {
	color: #70A601;
}

a.link-button {
	background: #fff;
	border: 1px solid #e7e7e7;
	color: #70A601;
}

a.link-button:hover {
	background: #70A601;
	border: 1px solid #70A601;
	color: #fff;
}

a.link-block {
	background: #70A601;
	color: #fff;
}

a.link-block:hover {
	background: #E0F3B8;
	color: #70A601;
}

#whoslogged a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
}

#whoslogged a:hover {
	background: #678908;
	border: 1px solid #678908;
}

/* submit button */
.button-submit {
	background: #678908;
	color: #fff;
}


/* containers */
#stretch-header {
	background: #fff;
	border-bottom: 1px solid #999;
}

#search-site {
	background: #666;
	border: 1px solid #2e2e2e;
}

#stretch-nav {
	background: #92C10B;
	border-bottom: 1px solid #88B30A;
}


/* menu hover state */
#container-nav li a {
	color: #fff;
}

#container-nav li.selected a,
#container-nav li.selected a:hover {
	color: #333;
	cursor: default;
}

#container-nav li a:hover {
	color: #C2FF0E;
}

.nav-side li a:hover {
	background: #E0F3B8;
	border-top: 1px solid #fff;
	color: #70A601;
}

#stripNav0 li a:hover {
	background: #E0F3B8;
	color: #70A601;
}

/* -----------------------------------------------
	footer
----------------------------------------------- */
.footer-container {
	background: #639745;
}

.footer {
	padding: 25px 6px;
	position: relative;
}

.footer h3.tab {
	position: absolute;
	top: -24px; left: 10px;
	width: 284px; height: 24px;
	font: bold 10px/24px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background: url(../images/bg-tab.gif);
	text-indent: 40px;
}

.footer .services {
	float: left; 
	width: 620px;
	background: #333333;
	line-height: 14px;
	margin-bottom: 20px;
}

.footer .services ul {
	list-style: none;
	margin: 10px 0;
}

.footer .services li {
	float: left;
	width: 228px;
	height: auto;
	padding-left: 55px;
	margin: 0 18px 20px 0;
	background-repeat: no-repeat;
}

.footer .services li a { font-weight: bold; }

.footer .services li#consultation { background-image: url(../images/icons/footer/man.gif); }
.footer .services li#seo { background-image: url(../images/icons/footer/binoculars.gif); }
.footer .services li#design { background-image: url(../images/icons/footer/pen-paper.gif); }
.footer .services li#update { background-image: url(../images/icons/footer/refresh.gif); }
.footer .services li#ecommerce { background-image: url(../images/icons/footer/trolley.gif); }
.footer .services li#stats { background-image: url(../images/icons/footer/graph.gif); }
.footer .services li#hosting { background-image: url(../images/icons/footer/finger.gif); }
.footer .services li#email { background-image: url(../images/icons/footer/at.gif); }


.footer .testimonials {
	float: right;
	width: 270px;
}

.footer .testimonials h3 {
	text-indent: -9999px;
	width: 245px; height: 18px;
	background: url(../images/headings/testimonials.gif) no-repeat;
	margin-bottom: 15px;
}

.footer .testimonials em {
	font-style: normal;
	color: #868c90;
}

.footer .testimonials { color: #565c60; }

.footer hr {
	margin: 10px 0;
	border-top: 1px solid #262628;
	border-bottom: 1px solid #393a3d;
}

.footer .links, .footer .links a { color: #868c90; }
.footer .links a:hover { color: #fff; }

.footer .contact strong {
	font-weight: normal;
	color: #fff;
}

.footer .contact .contact-details {
	float: right;
	padding-top: 8px;
}

.footer .contact { padding: 10px 0; }


