#green-bar { color: #c5fd7d; }
#green-bar a { color: #e2febe; }
#green-bar a:hover { text-decoration: underline; }

#feature {
	width: 760px;
	height: 320px;
	background: url(../images/homepage.jpg) top left no-repeat;
	margin: 6px 0 0 9px;
	float: left;
}

#feature h1,
#feature h2 {
	text-indent: -99999px;
}

#right-column {
	width: 170px;
	margin: 6px 8px 0 0;
	float: right;
}

#newsletter-signup {
	padding: 6px 0 0 0;
	background: url(../images/hmpg-dots.png) 1px 100% no-repeat;
	height: 139px;
}

#newsletter-signup h4 {
	margin-bottom: 11px;
}

#newsletter-signup h4,
#newsletter-signup h4 span {
	display: block;
	width: 125px;
	height: 40px;
	position: relative;
	top: 0; left: 0;
}

#newsletter-signup h4 span {
	background: url(../images/hmpg-newsletter.png) top left no-repeat;
	position: absolute;
}

#newsletter-signup .input {
	width: 158px;
	height: 18px;
	background: url(../images/hmpg-input.png) top left no-repeat;
	margin: 0 0 7px 0;
}

#newsletter-signup .input input {
	background: transparent none !important;
	position: relative;
	top: 2px; left: 4px;
	width: 150px;
	margin: 0;
}

#newsletter-signup .input input.error {
	color: red !important;
}

#newsletter-signup .submit {
	padding: 3px 0 0 0;
}

#signup-complete {
	color: #c5fd7d;
	font-size: 15px;
	line-height: 1.2em;
	margin: 28px 0 0 3px;
}

#twitter-latest {
	padding: 14px 0 0 0;
	background: url(../images/hmpg-dots.png) 1px 100% no-repeat;
	height: 159px;
}

#twitter-latest h4,
#twitter-latest h4 span {
	display: block;
	width: 79px;
	height: 39px;
	position: relative;
	top: 0; left: 0;
	text-indent: 1px;
}

#twitter-latest h4 span {
	background: url(../images/hmpg-twitter.png) top left no-repeat;
	position: absolute;
}

#twitter-box {
	width: 164px;
	height: 107px;
	background: url(../images/hmpg-twitter-box.png) top left no-repeat;
	margin: -12px 0 -9px 0;
}

#twitter-feed {
	color: #000;
	width: 147px;
	height: 54px;
	overflow: hidden;
	position: relative;
	top: 30px; left: 6px;
}

#twitter-feed a {
	color: #000;
	text-decoration: underline;
}

#twitter-feed a:hover {
	text-decoration: none;
}

#right-column .submit input {
	background-color: #6db33f !important;
	color: #fff !important;
}

#right-column .submit a {
	display: none;
	width: 48px;
	height: 20px;
	background: #6db33f url(../images/hmpg-button.png) top right no-repeat;
	line-height: 19px;
	text-align: center;
	padding-right: 1px;
}

#right-column .submit a:hover {
	text-decoration: none;
	background-position: bottom right;
}

#intro-text {
	clear: both;
	font-size: 15px;
	line-height: 1.2em;
	color: #ababab;
	padding: 15px 25px 17px 17px;
}

#intro-text p {
	padding-top: 1.2em;
}

#intro-text p.first {
	padding-top: 0;
}

#links {
	margin-left: 8px;
}

#links li {
	float: left;
}

#links li,
#links a {
	color: #fff;
	display: block;
	height: 151px;
	text-decoration: none;
	overflow: hidden;
/*	text-indent: -9999px;*/
}

#links a,
#links a * {
	cursor: pointer;
}

#links a {
	background-image: url(../images/hmpg-links.jpg);
	background-repeat: no-repeat;
}

#link-personal, #link-personal a { width: 238px; background-position: 0 0; }
#link-gym, #link-gym a { width: 234px; background-position: -238px 0; }
#link-membership, #link-membership a { width: 233px; background-position: -472px 0; }
#link-articles, #link-articles a { width: 238px; background-position: -705px 0; }

#link-personal a:hover { background-position: 0 -151px; }
#link-gym a:hover { background-position: -238px -151px; }
#link-membership a:hover { background-position: -472px -151px; }
#link-articles a:hover { background-position: -705px -151px; }

#links .title {
	text-indent: -99999px;
	display: block;
	height: 32px;
}

#links .info {
	display: none;
	margin: 24px 0 0 0;
	width: 200px;
}

#links a:hover .info {
	display: block;
}

#links .link {
	color: #6db33f;
	font-weight: bold;
}

#link-personal .info { margin-left: 21px; }
#link-gym .info { margin-left: 17px; }
#link-membership .info { margin-left: 15px; }
#link-articles .info { margin-left: 16px; text-indent: -99999px;  }

#link-blog .link {
	font-weight: normal;
}

/* Footer */

#hmpg-footer {
	float: right;
	padding: 18px 10px 20px 0;
}