@charset "UTF-8";
/* CSS Document */


a.buttonfull {
	background: transparent url(images/capsule_right-trans.png) no-repeat scroll right top;
	display: block;
	float: left;
	height: 36px;
	padding-right: 16px; /* sliding doors padding */
	text-decoration: none;
	text-shadow: #ffffff 1px 1px 0;
	font-weight: bold;
	line-height: 36px;
	font-size: 13px;
	width: 245px;
}

a.buttonfull span {
    background: transparent url(images/capsule_left-trans.png) no-repeat;
    display: block;
    padding-left: 16px;
    white-space: nowrap;
    font: bold 13px/36px Arial, Helvetica, sans-serif;
	color: #000;
}

a.buttonfull:active {
    background-position: right -36px;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonfull:active span {
	background-position: bottom left;
	text-shadow: #ffdfa1 1px 1px 0;
	padding-top: 0px;
}

a.buttonfull:hover, a.buttonfull span:hover {
    cursor: pointer;
    color: #000;
}

.blocks {
	border-top: none;
	padding-top: 0;
	}

.bottom {
	height: 11px;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	background-color: #3c3c3c;
	background-position: left top;
}

.bottom_left {
	padding-left: 11px;
	background-image: url(./images/bottomleft-trans.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.bottom_right {
	padding-right: 11px;
	background-image: url(./images/bottomright-trans.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#welcome_features {
	margin-bottom: 20px
	}
	
#welcome_features li {
	background: url(images/products_bkgd-trans.png) no-repeat;
	float: left;
	margin-left: 20px;
	width: 293px;
	list-style-type: none
	}
	
#welcome_features li>.blocks {
	background-color: #3c3c3c;
	height: 135px;
	margin-top: 195px;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 2px;
	padding-left: 16px;
	}
	
#welcome_features li:first-child {
	margin-left: 0
	}
	
#welcome_features #feature_embroidery {
	background-position: -305px top
	}
	
#welcome_features #feature_promo {
	background-position: -607px top
}

#welcome_features h3 {
	color: #f6b620;
	font-size: 20px;
	margin-bottom: 0px
	}
		
#feature_embroidery {
	background-position: -305px top
	}
	
#feature_promo {
	background-position: -607px top
	}
	
.clearfix {
	min-height: 0;
	height: 1%
}

.clearfix:after {
	content:".";
	height:0;
	display: block;
	clear: both;
	visibility: hidden
}