﻿BODY {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    background: #fff;
}
@font-face {
    font-family: "StymieBT ExtraBold";
	src: url( "/fonts/stymie-xbd-bt-extra-bold-webfont.eot" );
	src: local("StymieBT ExtraBold"), 
		 url("/fonts/stymie-xbd-bt-extra-bold.ttf") format("truetype"),
		 url("/fonts/stymie-xbd-bt-extra-bold-webfont.woff") format('woff'),
		 url("/fonts/stymie-xbd-bt-extra-bold-webfont.svg") format('svg');
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: "StymieBT ExtraBold";
		src: url("/fonts/stymie-xbd-bt-extra-bold-webfont.svg") format('svg');
	}
}
A { text-decoration: none; outline: none; }
A:HOVER { text-decoration: underline; }

A IMG { border: none; }
LABEL { cursor: pointer; }
INPUT { outline: none; }
BUTTON SPAN {display: none;}
H1, H2, H3, H4, H5, H6, P, FIELDSET, FORM, UL, OL, LI, DL, DT, DD {
	padding: 0;
	margin: 0;
}
#content H1, #content H2, #content H3, #content H4, #content H5, #content H6 {
	margin: 15px 0 0;
}
#content P, #content UL, #content OL {
	font-size: 12px;
	color: #B2B5B9;
	margin-top: 15px;
}
#content UL, #content OL {margin-left: 15px;}
#content A {color: #ccc;}
.clear {
	clear: both;
	height: 0;
	line-height: 0px;
	font-size: 1px;
}

#page, .area {
    margin: auto;
    text-align: left;
    width: 922px;
}
.container {
	min-width: 922px;
	overflow: hidden;
}
#header {
	background: #000;
	padding: 35px 0 14px;
}
#header A.logotype {
	float: left;
	margin-left: 12px;
}
#header UL {
	float: right;
	color: #e5bd15;
	font-size: 12px;
	margin: 2px 28px 0 0;
	display: inline;
}
#header UL LI {
	display: inline;
	float: left;
	margin: 0 9px 0 7px;
}
#header .tell {
	background: url("/images/homepage/icons/border.gif") no-repeat right 5px;
	padding: 10px 11px 10px 0;
	margin: -5px 15px 0 0;
	font-weight: bold;
	min-height: 30px;
	width: 127px;
	float: right;
	color: #E5BD15;
}
#header .tell P SPAN {
	padding: 5px 0 10px 34px;
	color: #e5bd15 !important;
	font-size: 12px;
	float: left;
	background: url("/images/homepage/icons/tell.gif") no-repeat left top;
}
#header .tell P SPAN A, #header .tell P {
	color: #e5bd15 !important;
}
#header UL LI A {
	color: #fff;
	background: url("/images/homepage/icons/cart.gif") no-repeat center 1px;
	padding: 31px 2px 0 0;
	font-size: 10px;
	font-weight: bold;
	float: left;
}
#header UL LI.cart A {
	padding: 31px 2px 0 6px;
}
#header UL LI.account A {
	background: url("/images/homepage/icons/account.gif") no-repeat center 1px;
}

/**** Menu ****/
#content .main-menu {
	background: #414141;
	padding: 4px 0;
}
#content .main-menu UL {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	float: right;
	position: relative;
	z-index: 50;
	display: inline;
	margin-right: 36px;
	line-height: 145%;
}
#content .main-menu UL LI {
	display: inline;
	float: left;
	margin-left: 25px;
}
#content .main-menu UL LI.active A {
	color: #f6c916;
}
#content .main-menu UL LI A:HOVER {
	color: #f6c916;
	text-decoration: none;
}
#content .main-menu UL LI.sub {

	position: relative;
}
#content .main-menu UL UL {
	float: left;
	width:800px;
	height:325px;
	position: absolute;
	left: -6px;
	top: 12px;
	padding-top: 12px;
	// padding-top: 13px;
	margin-left: 0;
	display: none;
	background: url("/images/homepage/bg/blank.gif") no-repeat 0 0;
	
}

.public_products_menu_div{
	margin-top: -3px;
	margin-left:-5px;
	border: solid 4px #ccc;
	background: #fff;	
	min-width:750px;
	min-height:300px;	
}

.public_products_menu_div .top_menu_categories{
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	margin-top: 8px;
}

.public_products_menu_div .public_menu_product_image img{
	max-width: 100px;
	max-height: 100px;
}

.public_products_menu_div .public_menu_product_image{
	height:100px;
}
.img_align_helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.public_products_menu_div .product_items{
	text-indent:33px;
	text-transform:none !important;
}

.public_products_menu_div .product_items a{
	text-transform:none !important;
}

.public_products_menu_div .product_items a:HOVER{
	text-transform:none !important;
	background-image: url("/images/homepage/bg/bg-hover-1.gif");
	background-repeat:no-repeat;
}

#content .main-menu UL UL LI {
	display: block;
	margin: 0;
	background: #fff;
	color:#000;
	padding: 0 0 0 5px;
	width:800px;
	height:325px;
	font-size: 12px;
	
	position: relative;
}
#content .main-menu UL UL LI:HOVER {
	
}
#content .main-menu UL LI:HOVER.sub UL {
	display: block;
}
#content .main-menu UL LI A {
	text-transform: uppercase;
	color: #fff;
}
#content .main-menu UL UL LI A {
	color: #666;
	display: block;
}
#content .main-menu UL UL LI A:HOVER {
	text-decoration: none;
	color: #333;
}

#content .main-menu UL LI.sub:HOVER UL UL {display: none;}
#content .main-menu UL UL UL {
	left: 170px;
	_left: 165px;
	width: 195px;
	top: 0;
	display: none;
	padding-top: 0;
}
#content .main-menu UL UL LI:HOVER UL {display: block;}
#content .main-menu UL UL UL LI {background: #ccc; width: 169px;}
#content .main-menu UL UL LI:HOVER UL A {color: #414141;}
#content .main-menu UL UL UL LI:HOVER {background: #414141;}
#content .main-menu UL UL UL LI:HOVER A {color: #fff;}
/*------------*/
#content .main-menu UL UL UL,
#content .main-menu UL UL UL LI,
#content .main-menu UL UL UL A {
	float: left;
}
#content .main-menu UL UL UL LI {width: 165px;}
#content .main-menu UL UL UL A {width: 100%;}
/* End Menu */

#content .box-stuff {
	background: url("/images/homepage/bg/stuff-bg.jpg") no-repeat left top;
	padding: 6px 0 0 25px;
}
#content H2 {
	font-size: 26px;
	color: #848484;
}
#content .box-stuff UL {
	float: left;
	font-size: 14px;
	margin: 5px 15px 0 0;
	width: 158px;
	font-family: Arial, Helvetica, sans-serif;
}
#content .box-stuff UL LI {
	list-style: none;
	padding: 0 0 2px 0;
}
#content .box-stuff UL LI h3 {
	color: #aaacaf; 
	font-size: 16px; 
	margin: 10px 0 2px 0; 
	padding: 0;
}
#content .box-stuff UL LI A {
	color: #555;
}
#content .box-products {
	padding: 22px 0 30px;
	width: 100%;
	background: url("/images/homepage/bg/gray-bg.gif") repeat-y center top;
}
#content .box-products H2 {
	color: #848484;
	float: right;
	font-size: 23px;
	margin-right: 45px;
}
#content .product-info {
	width: 235px;
	float: left;
	border: 5px solid #ededed;
	margin-top: 62px;
}
#content .product-info UL {
	font-size: 21px;
	margin: 6px 12px 1px 10px;
	padding-bottom: 5px;
}
#content .product-info UL LI {
	list-style: none;
	line-height: 115%;
	color: #656565;
	letter-spacing: 7px;
	padding: 9px 0 5px 22px;
	background: url("/images/homepage/icons/border-orange.gif") repeat-x left top;
}
#content .product-info UL LI.first {
	background: none;
	letter-spacing: 2px;
	font-size: 18px;
}
#content .product-info UL LI.first STRONG {
	font-size: 18px;
}
#content .product-info UL LI STRONG {
	display: block;
	font-size: 20px;
	color: #777;
	letter-spacing: 3px;
	text-align: justify;
}
#content .product-info UL LI.minimum {
	font-size: 18px;
	letter-spacing: 5px;
}
#content .product-info UL LI.minimum STRONG {
	font-size: 22px;
}
#content .product-info UL LI.best {
	font-size: 18px;
	letter-spacing: 6px;
}
#content .product-info UL LI.best STRONG {
	font-size: 22px;
}
#content .product-info UL LI SPAN {
	float: left;
	font-size: 45px;
	font-weight: normal;
	background: url("/images/homepage/icons/icon.gif") no-repeat left 7px;
	line-height: 78%;
	padding: 3px 0 0 3px;
	letter-spacing: -2px;
}

#content .thumbs {
	width: 665px;
	float: right;
	min-height: 260px;
	margin-top: 20px;
	background: url("/images/homepage/bg/shadow.png") no-repeat center 155px;
}
#content .thumbs UL {
	margin-left: 0;
}
#content .thumbs UL LI {
	display: inline;
	float: left;
	width: 163px;
	height: 260px;
}
#content .thumbs UL LI IMG {
	width: 143px;
	height: 216px;
}
#content .thumbs UL LI A {
	float: left;
	width: 163px;
}
#content .thumbs UL LI:first-child,
#content .thumbs UL LI.first {
	margin-left: 0;
}
#content .thumbs UL LI STRONG {
	font-size: 16px;
	color: #848484;
	text-align: center;
	display: block;
	margin-top: 22px;
	text-transform: uppercase;
}
#content .box-bottom {
	background: #fff url("/images/homepage/bg/shadow-gray.jpg") no-repeat left top;
	padding: 0 0 0 46px;
	margin: -22px 0 0 -47px;
	// margin-top: -23px;
	width: 901px;
	position: relative;
	z-index: 10;
	height: 27px;
	overflow: hidden;
}
#content .custom {
	background: #000 url("/images/homepage/bg/bottom-bg.jpg") repeat-x left top;
	width: 673px;
	height: 17px;
	border-radius: 0 0 0 10px;
	-webkit-border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
	-o-border-radius: 0 0 0 10px;   
	behavior: url("./public/css/PIE.htc");
	position: relative; 
	padding: 4px 10px 7px 21px;
	float: left;
}
#content .custom P {
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
}
#content .custom .image {
	width: 10px;
	float: right;
	margin-top: -14px;
}
#content .custom .image A.play {
	background: url("/images/homepage/icons/pause.gif") no-repeat left top;
	display: block;
	width: 10px;
	height: 12px;
}
#content .custom .image A SPAN {
	display: none;
}
#content .custom .image A.stopped {
	background: url("/images/homepage/icons/play.gif") no-repeat left top;
}
#content .box-bottom .nav-bg {
	width: 79px;
	background: #000 url("/images/homepage/bg/nav-bg-2.jpg") repeat-x left top;
	float: left;
	padding: 2px 0 6px 24px;
	border-radius: 0 0 10px 0px;
	-webkit-border-radius: 0 0 10px 0px;
	-moz-border-radius: 0 0 10px 0px;
	-o-border-radius: 0 0 10px 0px;   
	position: relative; 
	height: 20px;
	display: inline;
	margin-left: -1px;
}
#content .box-bottom .nav-bg UL {
	margin: 5px 0 0 0;
}
#content .box-bottom .nav-bg UL LI {
	display: inline;
}
#content .box-bottom .nav-bg UL LI A {
	background: url("/images/homepage/icons/nav.gif") no-repeat left top;
	width: 8px;
	height: 8px;
	float: left;
	text-indent: -1000px;
	margin-left: 8px;
}
#content .box-bottom .nav-bg UL LI A:HOVER {
	background-position: left bottom;
}
.jcarousel-container  {
	width: 100%;
}
.jcarousel-clip {
    margin-left: 88px;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 2;
	width: 496px;
	height: 260px;
	float: left;
	display: inline;
}
.jcarousel-list {
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 0;
    z-index: 1;
	width: 100%;
}
.jcarousel-next, .jcarousel-prev {
	width: 38px;
	height: 69px;
	top: 55px;
	z-index: 70;
	position: absolute;
	cursor: pointer;
	background: url("/images/homepage/icons/prev.png") no-repeat left top;
}
.jcarousel-prev {
	left: 17px;
}
.jcarousel-next {
	right: 15px;
	background: url("/images/homepage/icons/next.png") no-repeat left top;
}
.jcarousel-next:HOVER {
	background: url("/images/homepage/icons/next-hover.png") no-repeat left top;
}
.jcarousel-prev:HOVER {
	background: url("/images/homepage/icons/prev-hover.png") no-repeat left top;
}
.jcarousel-next.jcarousel-next-disabled, 
.jcarousel-prev.jcarousel-prev-disabled {
	background: none;
}

#home-slider {
	width: 100%;
	height: 398px;
}
.slider-container {
	float: left;
	width: 823px;
	height: 398px;
	display: inline;
	margin: 0 0 0 42px;
	position: relative;
}
.slider {
	float: left;
	width: 823px;
	height: 398px;
	display: none;
}
.slider IMG {
	position: absolute;
	left: 0;
}
.slider  .description H1 {
	font-size: 36px;
	font-weight: bold;
	margin: 0 0 0 -3px;
}
.slider.salon .description H1 {
	font-size: 26px;
	line-height: 100%;
	margin: 0 0 0 -10px;
}
.slider.shipping .description H1 {
	margin: 0 0 0 -19px;
}
#content .description H1 SPAN {
	font-size: 27px;
	display: block;
}
.slider.salon .description H1 SPAN {
	font-size: 24px;
	display: block;
}
.slider.salon IMG {
	margin: 8px 0 0 -49px;
}
.slider.shipping IMG {
	margin: 8px 0 0 -49px;
}
.slider.salon P {
	margin: 33px 0 41px 4px;
	font-size: 19px;
}
.slider.shipping P {
	margin: 18px 0 22px -42px;
	text-align: center;
}
.slider.shipping .description STRONG {
	display: block;
	margin: 10px 0 -10px;	
	text-align: center;
}
.slider.shipping .description STRONG IMG {
	position: relative;
}
.slider .description {
	left: 526px;
	top: 37px;
	position: relative; 
	width: 285px;
	height: 218px;
	padding: 15px 0 27px 38px;
	background: url("/images/homepage/bg/box-bg.png") no-repeat left top;
}
.slider .description-holiday {
	left: 526px;
	top: 37px;
	position: relative; 
	width: 285px;
	height: 218px;
	padding: 15px 0 27px 38px;
}
.slider  .description A {
	border: none;
	color: #000;
	position: relative;
	z-index: 5;
	width: 207px;
	font-size: 18px;
	padding: 6px 65px 7px 42px;
	margin: 0 0 0 20px;
	cursor: pointer;
	font-weight: bold;
	height: 42px;
	float: left;
	line-height: 130%;
	display: inline;
	/*font-family: "StymieBT ExtraBold";*/
}
.slider  .description A {
	background: url("/images/homepage/buttons/buttonOff.png") no-repeat left top;
}
.slider  .description A:HOVER {
	background: url("/images/homepage/buttons/buttonOn.png") no-repeat left top;
	/*text-decoration: underline;*/
}
.slider  .description-holiday A {
	border: none;
	color: #000;
	position: relative;
	z-index: 5;
	width: 258px;
	font-size: 18px;
	padding: 6px 6px 7px 4px;
	margin: 153px 0 0 42px;
	cursor: pointer;
	font-weight: bold;
	height: 95px;
	float: left;
	line-height: 130%;
	display: inline;
}
.slider  .description-holiday A {
	background: url("/images/homepage/buttons/buttonOffRed.png") no-repeat left top;
}
.slider  .description-holiday A:HOVER {
	background: url("/images/homepage/buttons/buttonOnRed.png") no-repeat left top;
}
.slider .description P {
	color: #fff !important;
	padding: 0;
	margin: 29px 0 15px;
	font-size: 18px !important;
}
.slider .description H1 {
	color: #fff ;
	margin-top: 0;
	padding: 0;
	font-size: 36px;
	font-weight: bold;
	padding-bottom: 5px;
	text-transform: uppercase;
	line-height: 77%;
	/*font-family: "StymieBT ExtraBold";*/
}
.slider-container #nav {
	position: absolute;
	right: 49px;
	bottom: 5px;
	/* bottom: 4px; */
	z-index: 50;
}
.slider-container #nav A {
	float: left;
	display: inline;
	margin-left: 10px;
	width: 8px;
	height: 8px;
	text-indent: -4000px;
	background: url("/images/homepage/icons/nav.gif") no-repeat left top;
	outline: none;
	line-height: 0;
	font-size: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=23);
}
.slider-container #nav A.activeSlide,
.slider-container #nav A:HOVER { 
	opacity: 1; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	background-position: left bottom;
}

/* Activity Selector */
/* the overlayed element */
#activity_selector_overlay {
    display: none;
	position:relative;
	z-index: 10000;
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
 	background-image:url(/images/homepage/activity_selector_overlay_bg_768_500.png);
    width: 768px;
	height: 500px;
    padding: 0;
	margin: 0;
}
/* close button positioned on upper right corner */
#activity_selector_overlay .close {
    background-image:url(/images/homepage/activity_selector_overlay_close.png);
    position:absolute; right:5px; top:5px;
    cursor:pointer;
    height:20px;
    width:19px;
}
#activity_selector_overlay_header {font-weight: bold; font-size: 22px; color: #fff; margin: 14px 0 0 0; padding: 2px 0 0 0;}
#activity_selector_overlay_header h3 {font-size: 38px; margin: 0; padding: 0;}
#activity_selector_overlay_main {margin: 0; padding: 15px 20px 0 20px;}
#activity_selector_overlay_menu {float: left; text-align: left; margin: 0; padding: 0; width: 240px;}
#activity_selector_overlay_menu ul {margin: 0; padding: 0; font-size: 14px;}
#activity_selector_overlay_menu ul li {list-style: none; margin: 0; padding: 0 0 6px 5px; font-weight: bold;}
#activity_selector_overlay_menu .selectedCategory {padding: 5px 0 10px 5px; background: url(/images/homepage/yellowSelectBar.png) no-repeat 0 0;}
#activity_selector_overlay_menu a {color: #000 !important; text-decoration: none; padding: 0 0 0 16px;}
#activity_selector_overlay_menu a:hover {text-decoration: underline; background: url(/images/homepage/blackArrow.png) no-repeat 0 1px;}
#activity_selector_overlay_body {float: right; padding: 0; margin: 0; width: 460px;}
#activity_selector_overlay .error {color: red;}
#activity_selector_overlay .inputColor, #shopSearchWrapper .inputColor {color: #898989;}
#activity_selector_overlay .inputRoundedCorners, #shopSearchWrapper .inputRoundedCorners, .inputRoundedCorners {
  -webkit-border-radius: 8px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
     -moz-border-radius: 8px; /* FF1-3.6 */
          border-radius: 8px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	padding: 4px; 
 	border: 1px solid #000;
}
#activity_selector_overlay .selectRoundedCorners, #shopSearchWrapper .selectRoundedCorners {
  -webkit-border-radius: 8px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
     -moz-border-radius: 8px; /* FF1-3.6 */
          border-radius: 8px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	padding: 2px; 
 	border: 1px solid #000;
}
#activitySelect, #activitySelectForm {text-align: left; margin: 0; padding: 0; display: none;}

.schoolSearchForm {text-align: left; margin: 0; padding: 0;}
.schoolSearchForm h3 {color: #000; margin: 0 0 20px 0;}
.schoolSearchForm .or {font-size: 16px; font-weight: bold; margin: 0; padding: 0 0 0 40px;}
.schoolSearchForm .searchBtn input {
	border: 0;
    background: url("/images/homepage/greenSearchButton.png") no-repeat scroll 0 0;
 	cursor: pointer;
	margin: -4px 0 0 0;
    text-indent: -9999em;
    line-height: 3000;
  	width: 156px;
  	height: 36px;
}
.searchResultsContainer {width: 382px; z-index: 100001; margin: 0; padding: 0; position: absolute; text-align: left !important; font-size: 12px !important; border: 1px solid #ccc;}
.searchResultsHeader {background: #ccc; color: #000; font-weight: bold; text-align:left; margin: 0; padding: 3px 5px 6px 5px;}
.searchResultsClose {float: right;}
.searchResultsClose a {cursor: pointer; cursor: hand;}
.searchResultsArrow {position: relative; top: -3px; left: 15px; margin: 0; padding:0;}
.searchResultsBody {height: 170px; overflow-y: scroll; background: #fff; color: #555; margin-top: -10px; padding: 5px 0 0 5px;}
.searchResultsFooter {background: #ccc; color: #000; font-weight: bold; text-align:left; margin: 0; padding: 2px 5px;}
.searchResultsFooter a {cursor: pointer; cursor: hand; text-decoration: underline;}
#schoolShopSearchResults {margin: 0; padding: 0;}
#schoolShopSearchResults ul {margin: 0; padding: 0; text-align: left;}
#schoolShopSearchResults ul li {list-style: none; border-bottom: 1px solid #ccc; margin: 0 !important; padding: 4px 0 2px 2px;display: block !important; line-height:normal !important;}
#schoolShopSearchResults ul li a {color:#666; font-weight: bold; text-decoration:none !important; font-size: 12px !important; text-transform:none;}
#schoolShopSearchResults ul li a:hover {text-decoration: underline;}
#schoolShopSearchResults li a {color:#666; font-weight: bold; text-decoration:none !important; font-size: 12px !important; text-transform:none;}

#activitySelectList {margin: 0; padding: 0;}
#activitySelectList h3 {color: #000; margin: 0 0 15px 0; padding: 0; font-size: 18px;}
#activitySelectList table {font-size: 14px;}
#activitySelectList a {cursor: pointer; cursor: hand; text-decoration: none; color: #555 !important;}
#activitySelectList a:hover {font-weight: bold;}
#activitySelectPagination {clear: both; margin: 15px 0 15px 0; padding: 0; font-size: 14px;}
#activitySelectPagination .paging_disabled {padding: 1px 5px; border: 1px solid #bbb; color: #bbb; margin: 0 3px;}
#activitySelectPagination .paging_on {padding: 1px 5px; font-weight: bold; border: 1px solid #777; background: #777; color: #fff; margin: 0 3px;}
#activitySelectPagination .paging_off {padding: 1px 5px; border: 1px solid #777; margin: 0 3px;}
#activitySelectPagination .decoration_off {text-decoration: none;}

#activityFormDiv {margin: 0 20px; padding: 0; font-size: 14px;}
#activityFormDiv a {cursor: pointer; cursor: hand; text-decoration: none; color: #555;}
#activityFormDiv h3 {color: #000; margin: 5px 0 15px 0; padding: 0; font-size: 18px;}
#activityFormDiv #formSubmitErrorMsgDiv {color: red; margin: 0 0 -10px 0; padding: 0;}
#activityFormDiv table {text-align: left; margin: 30px 0 0 0; padding: 0;}
#activityFormDiv #shopCreateMsg {margin: 100px 0 0 30px; font-weight: bold; font-size: 18px;}
#activityFormDiv #startDesigningButton input {
	border: 0;
	background: url("/images/homepage/greenStartDesignButton.png") no-repeat scroll 0 0;
	cursor: pointer;
	margin: 20px -8px 0 0;
	text-indent: -9999em;
	line-height: 3000;
	width: 200px;
	height: 38px;
}
/* End Activity Selector */

/* Product Catgory Pages - /product/mens-tshirts-and-tanks.html  font-family: Arial, Helvetica, Sans-Serif; */
#productCategoryWrapper {text-align: left; margin: 15px auto; width: 960px;}
#productCategoryWrapper h1 {font-size: 36px; margin: 0; padding: 0;}
#productCategoryWrapper .blackArrow {display: inline; background:url(/images/homepage/blackArrow_30_23.png) no-repeat right 10px;}
#productCategoryWrapper #stepsList {margin: 0 0 25px 0; padding: 3px 0 0 0; border-top: 1px solid #000; display: inline-block;}
#productCategoryWrapper #stepsList ul {margin: 0; padding: 0; font-weight: bold;}
#productCategoryWrapper #stepsList ul li {display: inline; list-style-type: none; padding: 0; margin: 0; color: #000; font-size: 14px;}

#left_nav {clear: both; float: left; text-align: left; width: 230px; padding: 0; margin: 0 5px 0 0;}
#left_nav h3 {
	border: 1px solid #ccc; 
	height: 28px;
	margin: 0 0 0 0;
	padding: 10px 16px 0 0;
	font-size: 150%;
	vertical-align: text-bottom;
	text-indent: 8px;
	background-image:url(/images/landing_page/box_virtical_line.png); 
	background-repeat:repeat-x;
	}

#left_nav ul {margin: 0 0 10px 0; padding: 0; color: #000; list-style: none; border: 1px solid #ccc;}
#left_nav ul li {margin: 0; padding: 0 0 2px 0; font-size: 14px; text-indent: 20px; }
#left_nav secondlevel{font-weight: bold;}
#left_nav .prodCategorySelected {font-weight: bold; padding: 5px 0 12px 15px; margin: 0 0 0 -15px; background: url(/images/homepage/yellowSelectBar220.png) no-repeat 16px 0;}
#left_nav .MenuBar{cursor: pointer;}
#left_nav a {text-decoration:none; color: #000; padding: 0 0 0 16px; margin: 0 0 0 -16px;}
#left_nav a:hover {text-decoration:underline; background: url(/images/homepage/blackArrow.png) no-repeat 0 1px;}
#left_nav ThirdLevel li {
	text-indent: 20px;
}

#left_nav h5 {margin: 0; padding: 0 0 2px 0; font-size: 14px; text-indent: 14px; font-weight: bold;}


#products {float: left; width: 720px; margin: 5px 0 0 0; padding: 0;}
#products .product-box {float: left; text-align: center; width: 230px; height: 410px; background: #eee; margin: 0 8px 8px 0; padding: 0;}
#products .product-box h2 {font-size: 14px; height: 30px; margin: 5px 0; padding: 0; color: #000;}
#products .product-image {margin: 5px 0; padding: 0; height: 225px;}
#products .product-price {margin: 0; padding: 0; font-weight: bold; font-size: 14px;}
#products .product-customize-btn input {
	text-align: center;
	margin: 5px 0 3px 0; 
	padding: 0; 
	border: 0;
    background: url("/images/homepage/greenCustomizeNowButton.png") no-repeat scroll 0 0;
 	cursor: pointer;
    text-indent: -9999em;
    /*line-height: 3000;*/
  	width: 188px;
  	height: 38px;
}
#products .product-colors {text-align: left; margin: 0 0 0 5px; padding: 0; width: 220px; height: 60px; overflow:auto; scroll:auto;}
/* End Product Catgory Pages */

#seoContent {margin: 15px 25px; padding: 20px 0 0 0;}
#seoContent a {color: #555 !important;; text-decoration: underline !important;;}
#seoContent a:hover {color: #000 !important;; text-decoration: underline !important;;}
#seoContent h2 {font-size: 16px; margin: 0; padding: 0; color: #848484 !important;}
#seoContent p {margin: 10px 0; padding: 0; color: #555 !important;}
#seoContent ul {padding: 5px 0 5px 25px; margin: 0;}
#seoContent ul li {margin: 0; padding: 0 0 2px 0;font-size: 12px !important;}


.corpWrapper {text-align: left; margin: 10px auto; width: 870px;}

/****************FAQ*********************/
.faqBox {background:url(/images/DiagonalStripBack.png) no-repeat; width: 896px; height: 530px; margin: 10px 0 0 0; padding: 22px 0 0 0;}
.faqTop {margin: 0 55px 0 0; width: 250px; float: right;}
.faqHeader {color: #fff; font-weight: bold; text-align:left; background: #333; width: 260px; margin: 2px 0 0 0; padding: 5px;}
.faqQuestions {background:#333; height: 440px; width: 270px; margin: -5px 0 0 0; padding: 0;}
.faqQuestions ul {margin: 0; padding: 8px 0 0 0; list-style: none;}
.faqQuestions ul li {margin: 0 2px 5px -5px; padding: 0;}
.faqQuestions ul li a {font-size: 12px; text-decoration:underline; color:#fff;}
.faqQuestions ul li a:hover {text-decoration:none;}
#faq {margin: 0 10px; padding: 0; float:left; text-align:left; width:560px; height:475px; font-size: 12px; }
#faq p {margin: 5px 30px 9px 15px; color: #555;}
.faq-question {font-weight:bold;}
/***********END FAQ*******************/ 

#siteMapPaging {margin: 25px 0; padding: 0;}
#siteMapPaging .page-numbers {border: 1px solid #848484; margin: 0 3px 0 0; padding: 2px 6px; color: #848484;}
#siteMapPaging .pn-current {border: 1px solid #848484; margin: 0 3px 0 0; padding: 2px 6px; color: #fff; background: #848484;}
#siteMapPaging .page-numbers a {color: #848484;}
#siteMapLinkList {margin: 30px 0; padding: 0;}
#siteMapLinkList ul	{list-style: none; margin: 0; padding: 0;}
#siteMapLinkList ul	li {list-style: none; margin: 0; padding: 0 0 2px 0; font-size: 14px;}
#siteMapLinkList ul	li a {color: #848484;}

/*
#footer .text {
	padding-right: 83px;
}
#footer .text P {
	font-size: 11px;
	font-weight: normal;
}
#footer P {
	color: #aeadad;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 40px;
	font-weight: bold;
}
#footer UL {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 2px;
}
#footer UL.links {
	margin-bottom: 6px;
	font-size: 11px;
}
#footer UL LI {
	display: inline;
	background: url("/images/homepage/icons/footer-border.gif") no-repeat left 2px;
	padding: 0 4px 0 8px;
	color: #AEADAD;
}
#footer UL LI.first {
	background: none;
	padding-left: 0;
}
#footer UL LI A {
	color: #aeadad;
}
#footer .social {
	float: right;
	display: inline;
	margin: -65px 58px 0 0;
}
#footer .social UL LI {
	background: none;
	padding: 0 2px;
}
#footer #myLockerCommunity {margin: 10px 0 20px 0; padding: 0; width: 475px;}
#footer #myLockerCommunity h4 {font-size: 16px; color: #848484;}
#footer #signup  {
margin: 0 0 6px 0;
}
#footer #signup  {
font-size: 12px;
}
#footer #signup h4 {font-size: 16px; color: #848484;}*/

/*** Corpoate Pages ***/
#site-content .large-box {
	padding-bottom: 35px;
}
#site-content .large-box H2 {
	color: #4c4c4c;
	font-size: 31px;
}
#site-content .shadow {
	background: url("/images/homepage/bg/shadow-2.gif") no-repeat left top;
	margin-top: 3px;
	width: 962px;
}
#site-content .info {
	width: 485px;
	float: left;
}
#site-content .info H3 {
	font-size: 25px;
	color: #6d6e71;
	margin-top: 10px;
}
#site-content .info H4 {
	color: #6d6e71;
	margin-top: 10px;
}
#site-content .info H4.indent {
	margin-bottom: 10px;
}
#site-content .info P {
	font-size: 12px;
	color: #616265;
	margin-top: 6px;
	line-height: 120%;
}
#site-content .info UL LI {
	list-style: none;
}
#site-content .info UL {
	color: #616265;
	margin: 0 0 0 20px;
	font-size: 12px;
}
#site-content .info.managemen P {
	margin: 0 0 8px 20px;
	text-align: justify;
}
#site-content .info.managemen H4 {
	margin-top: 0;
}
#site-content .info.managemen H3 {
	margin: 15px 0 7px;
}
#site-content .brands {
	width: 383px;
	_width: 470px;
	float: right;
	margin-top: 25px;
}
#site-content .brands UL {
	width: 130px;
	float: left;
	margin-left: 27px;
}
#site-content .brands UL:first-child {
	margin-left: 0;
}
#site-content .brands UL LI {
	list-style: none;
	margin: 10px 0 13px;
}
#site-content .brands UL LI:first-child {
	margin-bottom: 20px;
}
#site-content .large-box .box {
	width: 322px;
	float: left;
	margin: 76px 0 15px 20px;
}
#site-content .large-box .box .center {
	background: #404041 url("/images/homepage/bg/box-gray.jpg") repeat-x left top;
	padding: 0 12px 0 12px;
	border-top: 1px solid #6A6B6E;
}
#site-content .large-box .box .top {
	background: url("/images/homepage/bg/box-gray-top.gif") no-repeat left top;
	height: 26px;
}
#site-content .large-box .box .bottom {
	background: url("/images/homepage/bg/box-gray-bottom.gif") no-repeat left top;
	height: 26px;
}
#site-content .large-box .box .box-bg {
	background: url("/images/homepage/icons/icon-left.png") no-repeat left 18px; 
	padding-left: 10px;
}
#site-content .large-box .box .box-bg.indent {
	margin-top: 21px;
	/*margin-top: 25px;*/
}
#site-content .large-box .box .box-bg.last {
	background-position: left top;
}
#site-content .large-box .box .box-bg.last P {
	margin-top: 0;
}
#site-content .large-box .box .box-bg .bottom-bd {
	background: url("/images/homepage/icons/icon-right.png") no-repeat 165px bottom;
}
#site-content .large-box .box .box-bg.indent .bottom-bd {
	background-position: 205px bottom;
}
#site-content .large-box .box .box-bg.last .bottom-bd {
	background-position: right bottom;
	padding-top: 16px;
}
#site-content .large-box .box H2 {
	color: #fff;
	font-size: 22px;
	margin-top: 0;
	font-weight: normal;
}
#site-content .large-box .box P {
	color: #bcbec2;
	font-size: 16px;
	line-height: 125%;
	font-weight: bold;
	margin-top: 9px;
}
#site-content .large-box .box P.last {
	margin-top: 15px;
}
#site-content .sidebar {
	width: 200px;
	float: left;
	padding-left: 30px;
}
#site-content .sidebar H2 {
	margin-left: 8px;
}
#site-content .sidebar .box-links {
	width: 302px;
	margin-top: 8px;
}
#site-content .box-links .top {
	background: url("/images/homepage/bg/box-gray-top-2.gif") no-repeat left top;
	height: 20px;
}
#site-content .box-links .center {
	background: #404041 url("/images/homepage/bg/box-gray-2.jpg") repeat-x left top;
	padding: 0 12px 0 12px;
	margin-top: 0;
	float: left;
	width: 278px;
}
#site-content .box-links .bottom {
	background: url("/images/homepage/bg/box-gray-bottom-2.gif") no-repeat left top;
	height: 20px;
	width: 302px;
	float: left;
}
#site-content .sidebar UL {
	margin: 0 0 0 0;
}
#site-content .sidebar UL LI {
	list-style: none;
	background: url("/images/homepage/icons/icon-2.gif") no-repeat left 4px;
	padding: 0 7px 6px 30px;
	margin: 5px 0 0;
}
#site-content .sidebar UL LI:first-child {
	margin-top: 0;
}
#site-content .sidebar UL LI A {
	text-decoration: underline;
}
#site-content .sidebar UL LI A:HOVER {
	text-decoration: none;
}
#site-content .shadow-top {
	margin: 68px 40px 0 0;
}
#site-content .scroll-pane {
	padding-left: 10px;
}
#site-content .scroll-pane H4 {
	font-size: 12px;
	color: #5c5d60;
	font-weight: bold;
	margin-top: 8px;
}
#site-content .scroll-pane H4:first-child {
	margin-top: 0;
}
#site-content .scroll-pane .text {
	padding-left: 20px;
}
#site-content .scroll-pane P {
	color: #6d6e71;
	margin-top: 0;
	font-size: 12px;
}
.shadow-top {
	float: right;
	width: 522px;
	background: url("/images/homepage/bg/shadow-top.jpg") no-repeat center top;
}
.shadow-bottom {
	padding: 15px 0 25px;
	background: url("/images/homepage/bg/shadow-bottom.jpg") no-repeat center bottom;
}
#site-content .jspPane * {
	margin-right: 5px;
	text-align: justify;	
}
#site-content .large-box.customer .shadow {
	padding: 8px 0 0 10px;
}
#site-content .large-box.customer .info {
	width: 500px;
}
#site-content .column {
	background: url("/images/homepage/bg/shadow-gray-2.jpg") no-repeat left top;
	padding-top: 5px;
}
#site-content .column.first {
	background: none;
}
#site-content .column .row {
	background: url("/images/homepage/icons/icon-left-light.gif") no-repeat left top;
	padding: 0 0 5px 10px;
}
#site-content .column .row-bottom {
	background: url("/images/homepage/icons/icon-right-light.gif") no-repeat center bottom;
	margin-bottom: 3px;
	padding-top: 17px;
}
#site-content .column.first .row-bottom, #content .column.right .row-bottom {
	background-position: right bottom;
}
#site-content .column .row P {
	text-align: justify;
}
#site-content .column .row STRONG {
	color: #58585a;
	font-size: 12px;
	display: block;
	line-height: 110%;
}
#site-content .large-box.customer .box {
	margin: 16px 0 15px 25px;
	width: 321px;
}
#site-content .large-box.customer .box .box-bg {
	background-position: left top;
	padding-top: 5px;
}
#site-content .large-box.customer .box P {
	margin: 0 0 12px;
	line-height: 110%;
	color: #dcddde;
}
#site-content .large-box.customer .box STRONG {
	display: block;
	color: #939598;
	font-size: 15px;
	line-height: 110%;
}
#site-content .large-box.customer .box .top {
	background: url("/images/homepage/bg/box-gray-top-3.gif") no-repeat left top;
	height: 22px;
}
#site-content .large-box.customer .box .center {
	background: #404041 url("/images/homepage/bg/box-gray-3.jpg") repeat-x left top;
}
#site-content .large-box.customer .box .bottom {
	background: url("/images/homepage/bg/box-gray-bottom-3.gif") no-repeat left top;
}
#site-content .large-box.customer .brands {
	width: 403px;
	margin-top: 12px;
}
#site-content .large-box.customer .info P {
	margin-top: 0;
}
#site-content .large-box.contact .box {
	width: 444px;
	margin: 19px 0 7px 0;
}
#site-content .large-box.contact .info {
	width: 460px;
}
#site-content .large-box.contact .box .top {
	background: url("/images/homepage/bg/box-gray-top-4.gif") no-repeat left top;
	height: 20px;
}
#site-content .large-box.contact .box .center {
	background: url("/images/homepage/bg/box-gray-4.jpg") repeat-x left top;
}
#site-content .large-box.contact .box .bottom {
	background: url("/images/homepage/bg/box-gray-bottom-4.gif") no-repeat left top;
	height: 22px;
}
#site-content .large-box.contact .text {
	margin-left: 5px;
}
#site-content .large-box.contact .text P {
	font-size: 14px;
	line-height: 123%;
}
#site-content .large-box.contact .address {
	width: 490px;
	float: right;
}
#site-content .large-box.contact .support {
	width: 170px;
}
#site-content .large-box.contact .support.bg {
	width: 400px;
	margin: 30px 0 29px;
	padding: 19px 0 13px 143px;
	background: url("/images/homepage/pictures/picture-3.gif") no-repeat left top;
}
#site-content .large-box.contact .support.bg H2 {
	font-size: 28px;
}
#site-content .large-box.contact .support H2 {
	color: #6d6e71;
	font-size: 24px;
	margin-top: 0;
	line-height: 103%;
}
#site-content .large-box.contact .support P {
	font-size: 18px;
	color: #6d6e71;
	margin-top: 0;
}
#site-content .large-box.contact .support A {
	color: #6d6e71;
	font-size: 18px;
}
#site-content .large-box.contact .support.bg STRONG {
	color: #6d6e71;
	font-size: 26px;
}
#site-content .large-box.contact .row {
	float: left;
	margin-bottom: 19px;
}
#site-content .large-box.contact .row.small {
	width: 205px;
	margin: 0 0 0 0;
}
#site-content .large-box.contact .row.small LABEL {
	width: 104px;
	margin-top: 5px;
}
#site-content .large-box.contact .row.small INPUT {
	width: 43px;
	margin-bottom: 0;
	background: url("/images/homepage/bg/input-small.gif") no-repeat left top;
}
#site-content .large-box.contact LABEL {
	width: 400px;
	float: left;
	color: #d1d2d4;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
}
#site-content .large-box.contact INPUT {
	font-size: 14px;
	border: none;
	width: 218px;
	height: 22px;
	float: left;
	color: #414143;
	padding: 1px 5px 2px;
	line-height: 100%;
	font-family: Arial,Helvetica,sans-serif;
	background: url("/images/homepage/bg/input-bg.gif") no-repeat left top;
}
#site-content .large-box.contact TEXTAREA {
	font-size: 14px;
	resize: none;
	border: none;
	width: 336px;
	height: 106px;
	color: #414143;
	line-height: 100%;
	padding: 3px 5px 5px;
	outline: none;
	font-family: Arial,Helvetica,sans-serif;
	background: url("/images/homepage/bg/textarea-bg.gif") no-repeat left top;
}
#site-content .large-box.contact BUTTON {
	width: 76px;
	height: 29px;
	border: none;
	cursor: pointer;
	background: url("/images/homepage/buttons/button-gray.jpg") no-repeat left top;
}
#site-content .large-box.contact BUTTON:HOVER {
	background-position: left bottom;
}
/*** End Corporate Pages ***/


/* Affiliate Program */
#site-content .sidebar-box UL, #site-content .main-content-box UL {
	list-style: none;
}
#site-content .area.content {
	background: url("/images/homepage/bg/bg-title-left-1.gif") no-repeat left top;
	min-height: 86px;
	padding-left: 31px;
	margin-top: 30px;
}
#site-content .wrapper-area {
	background: url("/images/homepage/bg/stuff-bg.jpg") left bottom no-repeat;
	padding: 0 0 48px 0; 
}
#site-content .area .title  H2{
	background: url("/images/homepage/bg/bg-title-1.gif") repeat-y left top;
	min-height: 36px;
	padding: 12px 19px 0;
	font-size: 22px;
	font-weight: bold;
	color: #b4b4b4;
	letter-spacing: 1.7px;
	margin: 0;
}
#site-content .container {
	 overflow:hidden;
	 zoom:1;
}
#site-content .container .main-content-box, #content .container .sidebar-box{
	 padding-bottom: 10000px;
	 margin-bottom:	-10000px;
}
#site-content .sidebar-box {
	background: url("/images/homepage/bg/bg-sidebar-1.png") repeat-y;
	float: left;
	width: 185px;
}
#site-content .sidebar-box .menu UL {
	margin: 55px 0 0;
	background: url("/images/homepage/bg/bg-menu-border-1.png") left bottom no-repeat;
}
#site-content .sidebar-box .menu LI {
	background: url("/images/homepage/bg/bg-menu-border-1.png") no-repeat;
	padding-right: 7px;
}
#site-content .sidebar-box .menu LI A{
	display: block;
	padding: 12px 19px 9px;
	font-size: 16px;
	font-weight: bold;
	color: #9e9e9e;
}
#site-content .sidebar-box .menu LI A:hover {
	color: #666565;
	text-decoration: none;
}
#site-content .sidebar-box .menu .active A{
	background: url("/images/homepage/bg/bg-hover-1.gif") no-repeat right 14px;
	font-weight: bold;
	font-size: 18px;
	color: #666565;
}
#site-content .main-content-box {
	float: left;
	width: 638px;
	margin-left: 20px;
}
#site-content .main-content-box .top-box {
	background: url("/images/homepage/bg/bg-main-content-border-1.jpg") left bottom no-repeat;
	padding-bottom: 10px;
}
#site-content .main-content-box .top-box UL{
	margin-right: 34px;
}
#site-content .main-content-box .top-box LI{
	float: left;
}
#site-content .main-content-box .top-box LI{
	float: right;
}
#site-content .main-content-box .top-box LI A{
	display: block;
	background: url("/images/homepage/bg/bg-hover-1.gif") right 6px no-repeat;
	text-decoration: underline;
	color: #656464;
	font-size: 15px;
	font-weight: bold;
	padding-right: 20px;
	padding-top: 3px;
}
#site-content .main-content-box .top-box LI A:hover{
	text-decoration: none;
}
#site-content .main-content-box .top-box .last A{
	background: url("/images/homepage/buttons/button-2.png") left bottom no-repeat;
	width: 159px;
	height: 34px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 15px;
	padding: 0;
	margin-right: 12px;
	line-height: 185%;
}
#site-content .main-content-box H2 {
	text-align: center;
	color: #2cb34a;
	font-size: 32px;
	font-weight: bold;
	text-shadow: 0px 1px 4px rgba(32, 29, 30, 0.21);
}

#site-content .main-content-box .large-box LI{
	background: url("/images/homepage/bg/marker-1.gif") left 2px no-repeat;
	padding-left: 25px;
}
#site-content .main-content-box .large-box .title-top{
	background: none;
}
#site-content .main-content-box .large-box .title-top.last{
	margin-bottom: 15px;
}
#site-content .main-content-box .large-box H4{
	color: #474747;
	font-size: 16px;
	margin-bottom: 15px;
}
#site-content .main-content-box .large-box LI P{
	text-indent: 36px;
	color: #919191;
	font-size: 16px;
	margin: 0;
}
#site-content .main-content-box .large-box LI P STRONG{
	color: #474747;
}
#site-content .main-content-box .large-box LI P A{
	color: #2547d8;
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
}
#site-content .main-content-box .large-box LI P A:hover{
	text-decoration: none;
}
#site-content .main-content-box .large-box LI H3{
	background: url("/images/homepage/bg/border-title.png") left bottom no-repeat;
	color: #2CB34A;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 1px 4px rgba(32, 29, 30, 0.21);
	padding-bottom: 6px;
}

/* More info */
.more-info #site-content .large-box {
	padding-bottom: 95px;
}
.more-info #site-content .main-content-box OL {
	list-style: decimal ;
	margin-left: 35px;
}
.more-info #site-content .main-content-box .large-box LI LI{
	background: none;
	padding-left: 0;
	margin:0;
	
}
.more-info #site-content .main-content-box .large-box LI LI P{
	background: none;
	padding-left: 0;
	margin: 0 0 0 10px;
	font-size: 14px;
}
.more-info #site-content .main-content-box .large-box LI {
	margin-top: 22px;
}
.more-info #site-content .main-content-box .large-box LI P{
	text-indent: 0;
}

/* Ovetview */
#site-content .main-content-box .overview {
	padding-bottom: 130px;
}
#site-content .main-content-box .overview H2{
	background: url("/images/homepage/bg/overview-title.gif") left top no-repeat;
	color: #fff;
}
#site-content .main-content-box .overview H2 SPAN{
	color: #f6c916;
	font-style: italic;
}
#site-content .main-content-box .overview P {
	color: #777777;
	font-size: 14px;
}
#site-content .main-content-box .overview .img {
	position: relative;
	padding-top: 7px;
}
#site-content .main-content-box .overview .img IMG{
	display: block;
	margin-left: -20px;
}
#site-content .main-content-box .overview .img P{
	width: 190px;
	position: absolute;
	top: 5px;
	right: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #777777;
}
.over .main-content-box .small-box {
    background: url("/images/homepage/bg/small-box-bg-1.gif") repeat-y scroll left top transparent;
    margin: 20px 0 0 -18px;
    width: 682px;
	position: relative;
	z-index:100;
}
.over .main-content-box .small-box .top-bg {
    background: url("/images/homepage/bg/top-bg-1.gif") no-repeat scroll left top transparent;
}
.over .main-content-box .small-box .bottom-bg {
    background: url("/images/homepage/bg/bottom-bg-1.gif") no-repeat scroll left bottom transparent;
    padding: 15px 11px 40px;
}
.over .main-content-box .small-box .bottom-bg H5{
	text-align: center;
	font-size: 20px;
	color: #000;
}
.over #content .main-content-box .small-box .bottom-bg UL{
	margin-left: 3px;
}
.over .main-content-box .small-box .bottom-bg LI SPAN{
	float: left;
	width: 165px;
	font-size: 16px;
	font-weight: bold;
	color: #25b728;
	text-align: right;
}
.over .main-content-box .small-box .bottom-bg .last{
	float: left;
	width: 475px;
	font-size: 14px;
	font-weight: bold;
	color: #777777;
	text-align: left;
	margin-left: 10px;
}
.over  #site-content .main-content-box .small-box .bottom-bg LI A{
	font-size: 14px;
	font-weight: bold;
	color: #1111f2;
}


/* Part2-1 */
.main-content-box .small-box {
	width: 601px;
	background: url("/images/homepage/bg/small-box-bg.gif") repeat-y left top;
	margin: 20px 0 0 15px;
}
.main-content-box .small-box .top-bg {
	background: url("/images/homepage/bg/top-bg.gif") no-repeat left top;
}
.main-content-box .small-box .bottom-bg {
	padding: 15px 11px;
	background: url("/images/homepage/bg/bottom-bg.gif") no-repeat left bottom;
}
#site-content .main-content-box .testimonials {padding-bottom: 35px;}
#site-content .main-content-box .testimonials H2 {
	color: #656464;
}
#site-content .wrapper-area {margin-bottom: -40px; position: relative;}
#footer {
	position: relative;
	z-index: 6;
}
#site-content .main-content-box .testimonials H4 {
	font-size: 18px;
	color: #656464;
	margin: 0 20px;
}
#site-content .main-content-box .testimonials H5 {
	font-size: 14px;
	color: #656464;
	margin: 0 45px;
	font-style: italic;
}
#site-content .main-content-box .testimonials H5 SPAN {font-weight: normal;}
#site-content .main-content-box .testimonials .pic {
	float: right;
	border: 3px solid #dbdbdb;
	padding: 3px;
	margin: -20px 10px 0 20px;
	display: inline;
}
#site-content .main-content-box .testimonials .quote {
	background: url("/images/homepage/bg/quote-top.gif") no-repeat left top;
	margin-left: -20px;
	padding: 16px 24px 0;
}
#site-content .main-content-box .testimonials P {
	display: inline;
	color: #656464;
	font-size: 14px;
	line-height: 130%;
	position: relative;
	z-index: 2;
}
#site-content .main-content-box .testimonials .quote-bottom {
	width: 43px;
	height: 33px;
	margin-left: -18px;
	position: relative;
	display: inline-block;
	margin-bottom: -11px;
	// margin-bottom: -15px;
	background: url("/images/homepage/bg/quote-bottom.gif") no-repeat left top;
}
#site-content .main-content-box .text-bg {
	background-color: #fff;
	width: 383px;
	display: inline-block;
	margin-left: 20px;
}
#site-content .designs H2 {
	color: #656464;
	padding: 4px 0 6px;
	background: url("/images/homepage/bg/title-gradient.jpg") repeat-y left top;	
}
#site-content .designs H2 SPAN {
	color: #25a828;
}
#site-content .designs {padding-bottom: 25px;}
#site-content .designs H3 {
	color: #656464;
	font-size: 16px;
	margin-left: 23px;
}
#site-content .designs P {
	color: #656464;
	line-height: 140%;
	font-size: 14px;
	margin-left: 23px;
}

#site-content .pict-area UL {
	list-style: none;
	float: left;
	display: inline;
	margin: 20px 0 0 -10px;
}
#site-content .pict-area {/*padding-bottom: 10px;*/}
#site-content .pict-area UL A {
	position: relative;
	display: block;
	cursor: pointer;
}
#site-content .pict-area UL A:HOVER {text-decoration: none;}
#site-content .pict-area UL LI {
	position: relative;
	text-align: center;
	float: left;
	width: 154px;
	margin: 0 0 13px 8px;
}
#site-content .pict-area UL LI SPAN {
	position: absolute;
	left: 0;
	z-index: 5;
	top: 0;
	width: 154px;
	height: 154px;
	background: url("/images/homepage/bg/pic-bg.gif") no-repeat left top;	
}
#site-content .pict-area UL LI IMG {
	margin-top: 6px;
}
#site-content .more-info .large-box ul p {font-size: 14px; font-family: Arial, Helvetica, sans-serif;}
#site-content .more-info .large-box ul p a {font-size: 14px; font-family: Arial, Helvetica, sans-serif;}
#site-content .aff-faqs .large-box ul p {font-size: 14px; font-family: Arial, Helvetica, sans-serif;}
#site-content .aff-faqs .large-box ul p a {font-size: 14px; font-family: Arial, Helvetica, sans-serif;}
#site-content .join-now .large-box h4 {font-size: 16px; margin-left: 22px; color: #666;}
#site-content .join-now .large-box p {text-align: left; margin: 25px 0 0 0; color: #666;}
#site-content .join-now .large-box fieldset {border: 3px solid #E2E2E2; margin: 25px 0 0 0; padding-bottom: 5px;}
#site-content .join-now .large-box fieldset legend {padding: 3px; margin-left: 15px; font-family: Arial, Helvetica, sans-serif; color: #666; font-weight: bold;}
#site-content .join-now .large-box .tableData {margin: 15px; color: #aaa; font-weight: bold;}
#site-content .join-now .large-box .tableData input {width: 420px; height: 25px; border: 2px solid #aaa;}
#site-content .join-now .large-box .submit {text-align: center; margin: 25px 0 0 0;}
#site-content .join-now .large-box .submit input {background: url(/images/homepage/buttons/join-now-submit-button.png) no-repeat; width: 279px; height: 54px; border: 0;}
#site-content .join-now .large-box .errors {margin: 22px; padding: 0;}
#site-content .join-now .large-box .errors p {color: red;}
#site-content .join-now .large-box .errors ul li {color: red; list-style-type: circle; margin: 0 0 0 10px; padding: 0; background: 0;}
/* End Affiliate Program */
/*************************shipping details*******************************/
.wrap-content {
	width: 922px;
	margin: 15px auto 0;	
	text-align: left;
}
.shipping-details {
	width: 725px;	
	margin: 0 0 0 7px;
	color:#4c4c4c;
}
.shipping-details .title-box  {
	padding: 0 0px 0 28px;
}
.shipping-details  H2{
	font: bold 27px Arial;
	color: #4c4c4c !important;
	text-align: left;
	margin: 0;
}
.shipping-details .title-box H2{
	float: left;
}
.shipping-details .return-cart{
	float: right;
	background: url("/images/shipping/buttons/return-to-cart.png") no-repeat;
	font:  16.53px "StymieBT ExtraBold";
	color: #000 !important;
	width: 179px;
	height: 37px;
	padding: 6px 0 0 15px;
	margin: 4px 0 -4px;
	line-height: 100%;
}
.ie10 .shipping-details .return-cart {
	font: 16.53px/100% "StymieBT ExtraBold";
	height: 33px;
	margin: 4px 0 -4px;
	padding: 10px 0 0 15px;
	width: 179px;
}
.ie10 .shipping-details .bottom {
	font: 16.53px/100% "StymieBT ExtraBold";
	height: 33px;
	margin: 20px auto 0;
	padding: 10px 0 0 15px;
	width: 179px;
}
.shipping-details .small-box {
	padding: 15px 15px 0 28px;
	background: url("/images/shipping/bg/bg-border.png") no-repeat;
}
.shipping-details .small-box H2{
	font-size: 22px;
}
.shipping-details .small-box .first{
	margin: 0;
}
.shipping-details .small-box P{
	text-align: left;
	margin-top: 7px;
	color: #616265 !important;
}
.shipping-details .box-image {
	margin: 25px 0 0 25px;
}
.shipping-details .small-box .box{
	float: left;
}
.shipping-details .small-box .box P{
	width: 200px;
	margin: 0;
	font-weight: bold;
	letter-spacing: 0.3px;
}
.shipping-details .small-box .plus{
	padding: 62px 0 0;
	margin: 0 37px;
}
.shipping-details .small-box .equally{
	padding: 68px 0 0;
	margin: 0 65px 0 50px;
}
.shipping-details .small-box .result-img{
	margin: -19px 0 0;
}
.shipping-details .arrow{
	float: left;
	background: url("/images/shipping/bg/arrow.png") no-repeat;
	width: 522px;
	height: 69px;
	padding: 20px 0px 0 21px;
	margin: -11px 0 -22px -25px;
	position: relative;
	z-index: 100;
}
.shipping-details .arrow P{
	float: left;
	margin: 0 138px 0 0 !important;
	font: bold 14px Arial;
	color: #4c4c4c !important;
	letter-spacing: 0.5px;
}
.shipping-details .total{
	float: left;
	
	background: #888787; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg4ODc4NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZDFjMWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #888787 0%, #1d1c1c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#888787), color-stop(100%,#1d1c1c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #888787 0%,#1d1c1c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #888787 0%,#1d1c1c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #888787 0%,#1d1c1c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #888787 0%,#1d1c1c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888787', endColorstr='#1d1c1c',GradientType=0 ); /* IE6-8 */

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url("./public/css/PIE.htc");
	position: relative; 
	margin: -12px 0 0 -31px;
	padding: 5px 17px 12px 15px;
}
.shipping-details .total H6{
	font: bold 11px/100% Arial;
	color: #ffde6c !important;
	margin: 0;
	text-align: left;
}
.shipping-details .total H6 SPAN{
	font: bold 25px Arial;
	display: block;
}
.shipping-details .column-box{
	margin: 10px 0 0;
}
.shipping-details .shipping-column{
	float: left;
	width: 155px;
	margin-right:19px; 
}
.shipping-details .column-box .last{
	margin-right:0; 
}
.shipping-details .shipping-column H3{
	font: bold 14px Arial;
	color: #36ad54;
	text-align: left;
	margin: 0;
}
.shipping-details .shipping-column P{
	font: 12px Arial;
	color: #737577 !important;
	letter-spacing: -0.5px;
	margin: 0;
}
.shipping-details .small-box P STRONG{
	color: #ee3338 !important;
	font-style: italic;
	text-decoration: underline;
}
.shipping-details .calc .box-image {
    margin: 25px 0 0;
}
.shipping-details .calc  {
	margin: 13px 0 0;
}
.shipping-details .calc  IMG{
	display: block;
}
.shipping-details .calc .left-img P {
	width: 140px;
	margin: auto;
} 
.shipping-details .calc  .plus {
    margin: 0 20px 0 28px;
    padding: 62px 0 0;
}
.shipping-details .calc .equally {
    margin: 0 25px 0 -11px;
    padding: 68px 0 0;
}
.shipping-details .calc .result-img {
   margin: 0;
}
.shipping-details .calc .result-img P{
   width: 150px;
   margin: 0 auto;
}
.shipping-details .calc .right-img {
	width: 200px;
}
.shipping-details .calc .wrap-img {
	min-height: 157px;
}
.shipping-details .calc .left-img {
	width: 156px;
}
.shipping-details .calc .result-img  .wrap-img {
	padding: 38px 0 0;
	min-height: 119px;
}

.shipping-details .calc .fees {
    margin: 18px 0 10px;
}
.shipping-details .small-box  H5 {
	margin: 0;
	color: #f04c45 !important;
}
.shipping-details .order-box {
	margin: 17px 0 0;
	width: 654px;
	padding: 0 9px 10px;
	background: #424041 url("/images/shipping/bg/order-box.jpg") repeat-x;
	border-top: 1px solid #a8a9aa;
	border-bottom: 1px solid #615f60;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: right;
	behavior: url("/css/layout/PIE.htc");
	position: relative; 
}
.shipping-details .order-box .title {
	text-align: right;
	width: 160px;
	float: left;
	margin: 0 14px 0 0;
}
.shipping-details .order-box  H3 {
	color: #fece29 !important;
	font-size: 14px;
	letter-spacing: -0.3px;
	margin: 8px 0 0;
	text-align: right;
}
.shipping-details .order-box  H3 SPAN{
	color: #fff !important;
	display: block;
	font-size: 11px;
	letter-spacing: -1px;
}
.shipping-details .order-box  P{
	color: #fff !important;
	font-size: 12px;
	margin: 10px 0 0;
	float: left;
	width: 480px;
}
.shipping-details .order-box  P A{
	color: #fece29 !important;
	text-decoration: underline;
}
.shipping-details .order-box  P A:hover{
	text-decoration: none;
}
.shipping-details .small-box H4 {
	color: #565658 !important;
	font-size: 14px;
}
.shipping-details .small-box UL {
	margin: 10px 0 17px 30px;
}
.shipping-details LI{
	margin: 0 0 8px;
	color: #616265 !important;
}
.shipping-details .small-box LI A {
	color: #488bc6 !important;
	text-decoration: underline;
}
.shipping-details .small-box LI A:hover {
	text-decoration: none;
}
.shipping-details .bottom {
    background: url("/images/shipping/buttons/return-to-cart.png") no-repeat scroll 0 0 transparent;
    color: #000000 !important;
    float: none;
    font: 16.53px "StymieBT ExtraBold";
    height: 37px;
    padding: 6px 0 0 15px;
    width: 179px;
	display: block;
	margin: 20px auto 0;
}
/*******END SHIPPING DETAILS**********************/

#shopSearchWrapper {text-align: left; margin: 10px auto; width: 870px;}
#shopSearchWrapper a {color: #000; text-decoration: underline;}
#shopSearchWrapper h1 {
	margin: 20px 0 0 0;
	text-transform:uppercase;
	text-align:center;
}
#shopSearchWrapper h2 {
	margin: 20px 0 10px 0; 
	padding-bottom: 2px; 
	font-size: 1.2em !important; 
	color:#000 !important;
}
#shopSearchWrapper .shopLinks {line-height: 35px;}
#shopSearchWrapper .shopLinks a {color: #000; text-decoration: none;}
#shopSearchWrapper .shopLinks a:hover {text-decoration: underline;}
#shopSearchWrapper #searchBox {
	position: relative;
	margin-top: -180px;
	left: 333px;
}

#shopSearchWrapper hr{
	float: right;
	margin-top: -15px;
	border-top: 1px solid #f6c916;
}

.green_btn{
	background: url(/images/green_button.png) no-repeat;
	width:169px;
	height:39px;
	font-family:StymieBT ExtraBold;
	text-align:center;
	padding-top: 9px;
	text-transform:uppercase;
	font-size: 1.1em;
	cursor:pointer;
	margin: 0 auto;
}
#shop-listing-marketing-box{
	border: thick solid #ccc;
	margin: 20px 0;
	height:65px;
}
#shop-listing-marketing-box ul li{
	float:left; 
	width:200px;
	list-style:none;
	border-right: 3px dotted #f6c916;
	margin: 8px 14px;
	font-size: 1.3em;
}
.letter-spaceing3{
	letter-spacing: 3px;
}
.letter-spaceing8{
	letter-spacing: 8px;
}
#shop-listing-marketing-box .last{
	border:none !important;

}
.number_1{
	float: left;
	font-size: 50px;
	font-weight: normal;
	background: url("/images/homepage/icons/icon.gif") no-repeat left 7px;
	line-height: 78%;
	padding: 3px 0 0 3px;
	letter-spacing: -2px;
}
/* Campaigner signup form */
#signup {
	float: right;
}