.banner-boxes {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	clear: both;
	display: block;
	float: left;
	margin: 10px 0;
	width: 100%;
}
.banner-boxes li {
	clear: none;
	display: block;
	float: left;
	margin: 5px;
	padding: 0;
}
.banner-boxes li a {
	clear: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.brand-boxes li {
    clear: none;
    display: block;
    float: left;
    height: 45px;
    margin: 0;
    padding: 0;
}
.brand-boxes li a {
    background: url("../images/brands.png") no-repeat scroll 0 0 transparent;
    clear: both;
    display: block;
    float: left;
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 45px 0 0;
}
.brand-boxes .adidas a {
    background-position: 0 0;
    width: 103px;
}
.brand-boxes .wilson a {
    background-position: -103px 0;
    width: 125px;
}
.brand-boxes .head a {
    background-position: -228px 0;
    width: 139px;
}
.brand-boxes .prince a {
    background-position: -367px 0;
    width: 97px;
}
.brand-boxes .new-balance a {
    background-position: -464px 0;
    width: 84px;
}
.brand-boxes .babolat a {
    background-position: -548px 0;
    width: 140px;
}
.brand-boxes .k-swiss a {
    background-position: -688px 0;
    width: 131px;
}
.brand-boxes .asics a {
    background-position: -819px 0;
    width: 111px;
}
.promise-boxes {
    margin-bottom: 11px;
    position: relative;
}
.promise-boxes li {
    background-color: #DDDDDD;
    clear: none;
    display: block;
    float: left;
    width: 33.33%;
}
.promise-boxes li a {
    border: 5px solid #FFFFFF;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    clear: none;
    color: #FFFFFF;
    display: block;
    height: 88px;
    text-decoration: none;
}
.promise-boxes li.promise-box-1 a {
    background: url("../images/promise-Stella-Floral-SHPB.jpg") no-repeat scroll 0 0 transparent;
}
.promise-boxes li.promise-box-2 a {
    background: url("../images/promise-Luxilon-Smart-SHPB.jpg") no-repeat scroll 0 0 transparent
}
.promise-boxes li.promise-box-3 a {
    background: url("../images/promise-Wilson-Revolve-Twist-SHPB.jpg") no-repeat scroll 0 0 transparent
}
.promise-boxes li a h3, .promise-boxes li span h3  {
    color: #fff;
    font-size: 16px;
    letter-spacing: -1px;
    margin: 0;
    text-indent: 60px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    text-transform: uppercase;
    margin-bottom: 3px;
}
.promise-boxes li a h3 {
    text-shadow: 0 1px 2px #000000;
}
.promise-boxes li p {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin: 0 0 5px;
    text-indent: 60px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    white-space: nowrap;
}
.activity-box-container {
    margin: 30px 0 10px;
}
.activity-box-container .latest-tweets, .activity-box-container .blog-posts, .activity-box-container .site-mentions {
    clear: none;
    display: block;
    float: left;
    width: 33.33%;
}
.activity-box-container .latest-tweet, .activity-box-container .blog-post, .activity-box-container .site-mention {
    border-top: 1px dotted #CCCCCC;
    clear: both;
    display: block;
    margin: 0 10px;
    padding: 10px 0;
}
.activity-box-container h3 {
    background: url("../images/home-icons.png") no-repeat scroll 0 0 transparent;
    clear: both;
    display: block;
    margin: 0 10px;
    padding-left: 30px;
}
.activity-box-container .latest-tweet h3 {
    background-position: 0 0;
}
.activity-box-container .blog-posts h3 {
    background-position: 0 -40px;
}
.activity-box-container .site-mentions h3 {
    background-position: 0 -80px;
}
.activity-box-container .latest-tweet .text, .activity-box-container .latest-tweet .view {
    clear: both;
    display: block;
    float: left;
    line-height: 140%;
    width: 100%;
}
.activity-box-container .latest-tweet .text {
    font-size: 11px;
    margin-bottom: 5px;
}
.activity-box-container .latest-tweet .view {
    font-size: 11px;
    margin-bottom: 10px;
}
.activity-box-container .blog-posts .blog-post .headline, .activity-box-container .blog-posts .blog-post .snippet {
    clear: both;
    display: block;
    float: left;
    line-height: 140%;
    width: 100%;
}
.activity-box-container .blog-posts .blog-post .headline {
    font-size: 11px;
    margin-bottom: 5px;
}
.activity-box-container .blog-posts .blog-post .snippet {
    font-size: 11px;
    margin-bottom: 10px;
}
.activity-box-container .site-mention .location, .activity-box-container .site-mention .headline {
    clear: both;
    display: block;
    float: left;
    line-height: 140%;
    width: 100%;
}
.activity-box-container .site-mention .location {
    font-size: 11px;
    margin-bottom: 5px;
}
.activity-box-container .site-mention .headline {
    font-size: 11px;
    margin-bottom: 10px;
}


.promo a, .promo span {
	background: #f5f5f5 url(../images/promo.png) no-repeat 5px center;
	border: #ddd solid 1px;
	border-color: #fff #eee #ccc;
	border-radius: 30px;
	box-shadow: 0 1px 5px rgba(0,0,0,.15);
	color: #333;
	display: block;

	font-size: 17px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 10px 0;
	padding: 20px 20px 20px 65px;
	text-decoration: none;
}
.promo a:hover {
	background-color: #fff;
	color: #07619E;
	text-decoration: underline;
}




.gift-grid {

}
.gift-grid li {
	clear: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 190px;
}
.gift-grid li a {
	clear: none;
	display: block;
	float: left;
	margin: 0;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	width: 165px;
}
.gift-grid li a img {
	clear: both;
	display: block;
	height: 122px;
	margin-bottom: 15px;
	text-align: center;
	width: 165px;
}
.gift-grid li a span {
	clear: both;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.promise-boxes .promise-box-1 h3 {
    text-indent: 45px;
}
.promise-boxes .promise-box-1 p {
    text-indent: 46px;
}
