/*Hides unnecessary <br> tags above Featured Products*/
#content_area br {display: none;}
#content_area table table br {display: block;}

/*****************************
* *   	   OVERRIDES	   * *
******************************/

#content_area {
	text-transform: uppercase;
	padding: 0;
	float: none;
	width:960px;
	background:none;
	font-family: 'Maven Pro',sans-serif;
}

#leftNav {
	display: none;
}
#contentWrap {
	border-top: none
}
#footer {
  margin: 20px auto;
}
/*****************************
* *   	   	MAIN STYLES	   * *
******************************/
#content_area .main{
	width: 960px;
	margin-top:15px;
	height: 536px;
	background:url('../images/homepage/main.jpg') no-repeat 0 0;
	position: relative;
}
#content_area .main p.title{
	position: absolute;
	bottom:30px;
	right:150px;
	padding:0;
	color: #dcdcdc;
	font-family: 'Maven Pro',sans-serif;
	font-size:17px;
}
#content_area .promos{
	width: 960px;
	font-family: 'Maven Pro',sans-serif;
	text-decoration: underline;
	text-align: center;
	font-weight: 700;
	height:460px;
	clear: left;
}
#content_area .promos .row{
	height:230px;
}
#content_area .promos .promo{
	float:left;
	position: relative;
	height:230px;
}
#content_area .promos .row img{
	position: absolute;
	z-index: 400;
	left:0;
	top:0;
}
#content_area .promos .image-promos a{
	height:128px;
	padding:102px 0 0;
	display: inline-block;
	left:0;
	top:0;
	font-size:0;
	opacity: 0;
	transition: opacity .1s ease-in-out;
   -moz-transition: opacity .1s ease-in-out;
   -webkit-transition: opacity .1s ease-in-out;
	position:absolute;
	z-index: 500;
	-webkit-box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.89);
-moz-box-shadow:    0px 0px 27px rgba(0, 0, 0, 0.89);
box-shadow:         0px 0px 27px rgba(0, 0, 0, 0.89);
}
#content_area .promos .image-promos a:hover{
	background: url('../images/homepage/blur.png') center 40% no-repeat;
	background-size:cover cover;

}
#content_area .promos .p1 a:hover, #content_area .promos .p4 a:hover{
	background: url('../images/homepage/blur-small.png') center 40% no-repeat;
}
#content_area .promos .image-promos span.outer-wrap{
	
	position:absolute;
	z-index: 500;
	left:0;
	height:100%;
	width:100%;
	opacity: 0;
	 transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
#content_area .promos .image-promos .promo:hover span.outer-wrap{
	background: url('../images/homepage/white-trans.png');
	background:rgba(255,255,255, 0.8);
	opacity: 1;
}
#content_area .promos .image-promos a:hover{
	font-size: 26px;
	height:128px;
	padding:102px 0 0; 
	text-indent: 0px;
	color:rgb(0,0,0);
	color:rgba(0,0,0,1);
	opacity: 1;
	text-decoration: none;
}
#content_area .p1, #content_area .p1 a, #content_area .p4, #content_area .p4 a{
	width: 351px;
	background-position: center 50%;
}
#content_area .promos .image-promos .p1 a,#content_area .promos .image-promos .p4 a {
	background-position: center 70%;
}
#content_area .p2, #content_area .p2 a, #content_area .p3, #content_area .p3 a{
	width: 609px;
}

#content_area ul.text-promos{
	width:960px;
	list-style: none;
	padding:0;
	margin:0;
	height:192px;
	background: url('../images/homepage/text-promos.jpg')no-repeat;
	clear: left;
}
#content_area ul.text-promos li {
    color: #FFFFFF;
    display: inline-block;
    float: left;
    height: 130px;
    padding: 62px 0 0;
    text-align: center;
    width: 320px;
}

#content_area ul.text-promos li a{
	text-decoration: none;
	display: block;
	height:130px;
	background: url('../images/homepage/blur-black.png')no-repeat -999px -999px;
	 transition: background-image 1s ease-in-out;
   -moz-transition: background-image 1s ease-in-out;
   -webkit-transition: background-image 1s ease-in-out;
}
#content_area ul.text-promos li:hover{
	background: url('../images/homepage/blur-black.png')no-repeat center center;
	text-decoration: none;
}
#content_area ul.text-promos li a span{display: block;}
#content_area ul.text-promos li a span.top{
	color:#fff;
	font-size: 15px;
	font-weight: 400;

}
#content_area ul.text-promos li a span.middle{
	font-size: 30px;
	font-weight: 700;
}
#content_area ul.text-promos li a span.bottom{
	font-size: 13px;
	font-weight: 500;
	text-transform: none;
}
#content_area ul.text-promos li a span.bottom:after, #homepage a.more:after{
	content:'\25B6';
	vertical-align: middle;
	padding-left:10px;
	color: #fed500;
	font-size:10px;
}
#content_area .banner{
	background: url('../images/homepage/banner.jpg')no-repeat left top;
	font-weight: 700;
	padding:0px 0;
	height:72px;
	line-height: 72px;
	margin-bottom:25px;
	text-indent: 37px;
	clear: left;
	font-family: 'Yanone Kaffeesatz',sans-serif;
	font-weight: 700;
	font-size: 31px;
	letter-spacing: 1px;
}
#content_area .banner span{
font-family: 'Yanone Kaffeesatz',sans-serif;
	font-weight: 300;
}
#content_area .banner .elist-wrap{
	margin:18px 0;
}
#homepage a.more:after{
	padding-left:5px;
}
#homepage a.more:hover{
	text-decoration: none;
}
#homepage a.more{
	padding:0 0 0 10px;
	font-family: 'Yanone Kaffeesatz',sans-serif;
	font-weight: 700;
	font-size: 23px;
	letter-spacing: 1px;
	vertical-align: middle;
}
/*****************************
* *      MAILING LIST      * *
******************************/

#eList {
  height: 33px;
  margin: 0 40px 0 0;
  padding: 0;
  width: 314px;
  border:1px #3a3a3a solid;
  text-transform: uppercase;
  background:#000;
}

#eList form {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
.elistInput {
  background:none;
  border: 0;
  color: #949494;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 5px 0 3px 10px;
  text-align: left;
  text-transform: uppercase;
  width: 254px;
  height:25px;
  outline:none; /* webkit */
}

.elistInput::-webkit-input-placeholder{color:#717171;text-transform: uppercase;} /* webkit */
.elistInput:focus:-moz-input-placeholder{color:#717171;text-transform: uppercase;} /* webkit */
.elistInput:focus{color:#fff;text-transform: none;}
.elistInput:focus::-webkit-input-placeholder {color:#4f4f4f;} /* webkit */

.elistInput::-moz-placeholder{
    color: #717171;
}
.elistInput:focus::-moz-placeholder{
     color: #4f4f4f;
     text-transform: uppercase;
}


.elistSubmit {
  background:none;
  border: 0;
  color: white;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 12px;
  height: 33px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-indent: 0px;
  width: 50px;
  text-transform: uppercase;
  outline:none; /* webkit */
}


/*****************************
* *   FEATURED PRODUCTS    * *
******************************/

#content_area table[width="96%"],
#content_area table[width="96%"] table {
	width: 100%;
	border-collapse: collapse;
}

#content_area table[width="96%"] td {
	padding: 0;
}

img[src$="Icon_FreeShipping_Small.gif"],  /*Removes free shipping truck*/
td[background$="Grid_Divider_Vertical.gif"], /*Removes vertical divider*/
td[background$="Grid_Divider_Horizontal.gif"] {/*Removes vertical divider*/
	display: none;}
	
/* Produt Images */
table.v65-productDisplay a > img {
	max-width: 190px;
}

/* Center Featured Products Text */
a.productnamecolor.colors_productname,
font.pricecolor.colors_productprice,
font.text.colors_text {
	display: block;
	text-align: center;
}
font.pricecolor.colors_productprice font.text.colors_text {display: inline;}

/* Name */
a.productnamecolor.colors_productname {
	color: #fff;
	font: normal 12px/1.3 Arial, sans-serif;
}

/* Our Price TEXT */
font.pricecolor.colors_productprice font.text.colors_text b {
	color: #fff;
	font: normal 12px/1.3 Arial, sans-serif;
}

/* Sale PRICE/TEXT / Our Price PRICE */
font.pricecolor.colors_productprice {
	color: #fff;
	font: normal 12px/1.3 Arial, sans-serif;
}