/*Hides unnecessary <br> tags above Featured Products*/
#content_area br {display: none;}
#content_area .v65-productDisplay br {display: block;}
#homepage br {display: block;}

/*****************************
* *   	   OVERRIDES	   * *
******************************/
#contentWrap {
  padding: 13px 30px 29px;
}

#content_area {
	width: 970px;
	padding: 0;
}

#leftNav {
	display: none;
}


.hero-banner {
	position: relative;
	margin-bottom: 13px;
}
.hero-banner .hero-info {
	width: 570px;
	position: absolute;
	text-align: center;
	color: #fff;
	font-size: 13px;
	line-height: 47px;
	font-weight: normal;
	text-transform: uppercase;
	top: 84px;
	left: 50%;
	margin-left: -297px;
}
.hero-banner .hero-info h3 {
    font-family: 'spoletoregular';
    font-weight: normal;
	font-size: 76px;
	color: #ffc436;
	text-transform: none;
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
	        text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
}
.hero-banner .hero-info span {
	display: block;
}

.hero-banner .hero-info a {
	color: #9c0f16;
	display: inline-block;
	margin: 14px;
	line-height: 41px;
	padding: 0px 18px;
	
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.75), inset 1px 1px 1px #ffe358;
			box-shadow: 1px 1px 1px rgba(0,0,0,0.75), inset 1px 1px 1px #ffe358;
	
	background: #fed430;
	background: -moz-linear-gradient(top, #fed430 0%, #d2a026 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed430), color-stop(100%,#d2a026));
	background: -webkit-linear-gradient(top, #fed430 0%,#d2a026 100%);
	background: -o-linear-gradient(top, #fed430 0%,#d2a026 100%);
	background: -ms-linear-gradient(top, #fed430 0%,#d2a026 100%);
	background: linear-gradient(to bottom, #fed430 0%,#d2a026 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed430', endColorstr='#d2a026',GradientType=0 );
}
.hero-banner .hero-info a:hover {
	background: #fcc70a; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcc70a 0%, #d19710 71%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcc70a), color-stop(71%,#d19710)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcc70a 0%,#d19710 71%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcc70a 0%,#d19710 71%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcc70a 0%,#d19710 71%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcc70a 0%,#d19710 71%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc70a', endColorstr='#d19710',GradientType=0 ); /* IE6-9 */
}

.hero-banner .hero-info h4 {
    font-family: 'spoletoregular';
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	text-transform: none;
}

/*****************************
* *   HOME PROMOS          * *
******************************/

.hm-promos .promo-item {
	position: relative;
	background: url('../images/homepage/promo_bg.jpg');
	width: 286px;
	height: 168px;
	float: left;
	border: 1px solid #e4d5b0;
	padding: 11px;
	margin-left: 20px;
}
.hm-promos .promo-item img {
	float: left;
}
.hm-promos .promo-info {
	width: 160px;
	float: right;
	text-align: center;
	color: #472b08;
}
.hm-promos .promo-info h3 {
	font-family: 'Arvo', serif;
	font-size: 17px;
	color: #b61018;
	text-transform: uppercase;
	margin: 7px 0 9px;
}
.hm-promos .promo-info p {
	line-height: 15px;
	font-size: 11px;
	padding: 0 0 0 8px;
}
.hm-promos .promo-info a {
	color: #fff;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	width: 96px;
	height: 12px;
	padding: 7px 10px 13px;
	position: absolute;
	bottom: 10px;
	right: 28px;
	border: 1px solid #7e0b11;
	
	-webkit-box-shadow: inset 1px 2px 0px #c94046;
			box-shadow: inset 1px 2px 0px #c94046;
	
	background: #bb1018;
	background: -moz-linear-gradient(top, #bb1018 0%, #950f15 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bb1018), color-stop(100%,#950f15));
	background: -webkit-linear-gradient(top, #bb1018 0%,#950f15 100%);
	background: -o-linear-gradient(top, #bb1018 0%,#950f15 100%);
	background: -ms-linear-gradient(top, #bb1018 0%,#950f15 100%);
	background: linear-gradient(to bottom, #bb1018 0%,#950f15 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb1018', endColorstr='#950f15',GradientType=0 );
}

.hm-promos .promo-info a:hover {
	-webkit-box-shadow: inset 1px 1px 0px #be3e43;
			box-shadow: inset 1px 1px 0px #be3e43;
	    
	color: #f1f1f1;
	background: #bb1018; /* Old browsers */
	background: -moz-linear-gradient(top,  #bb1018 0%, #720d0f 75%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bb1018), color-stop(75%,#720d0f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bb1018 0%,#720d0f 75%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bb1018 0%,#720d0f 75%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bb1018 0%,#720d0f 75%); /* IE10+ */
	background: linear-gradient(to bottom,  #bb1018 0%,#720d0f 75%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb1018', endColorstr='#720d0f',GradientType=0 ); /* IE6-9 */
}

.hm-promos .promo-item .halo {
	float: left;
	width: 123px;
	height: 166px;
	position: absolute;
	top: 10px;
	left: 10px;
	-webkit-box-shadow: inset 0 0 0 6px rgba(255,255,255,0.3);
	-moz-box-shadow: inset 0 0 0 6px rgba(255,255,255,0.3);
	box-shadow: inset 0 0 0 6px rgba(255,255,255,0.3);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}


.hm-promos .promo-item:hover .halo {
	-webkit-box-shadow: inset 0 0 0 10px rgba(255,255,255,0.3);
	-moz-box-shadow: inset 0 0 0 10px rgba(255,255,255,0.3);
	box-shadow: inset 0 0 0 10px rgba(255,255,255,0.3);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;    
}



/*****************************
* *   COMPANY INFO          * *
******************************/

.company-info h3 {
	background: url('../images/homepage/vert_lines.png') repeat-x 0 0;
	color: #9d0f16;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 35px;
	text-align: center;
	font-weight: normal;
	margin: 15px 0 20px;
	letter-spacing: 0px;
}

/* ABOUT US */
.about-us {
	width: 650px;
}
.about-us p {
	color: #62442b;
	font-size: 12px;
	line-height: 18px;
	width: 650px;
	margin-bottom: 17px;
}

/* MENU INFO */
.menu-info {
	background: url('../images/homepage/menu_bttom.png') no-repeat center bottom;
	width: 277px;
	color: #62442b;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}
.menu-info span {
	color: #990f16;
	line-height: 22px;
	display: block;
	margin-top: 7px;
}

.menu-info p {
	margin-bottom: 15px;
}

.fb-like-us {
	margin: 5px 0;
}

/*****************************
* *   FEATURED PRODUCTS    * *
******************************/

#content_area table[width="96%"],
#content_area table[width="96%"] table {
	width: 100%;
	border-collapse: collapse;
	text-align:center; /* Center Featured Products Text */
}

#content_area table[width="96%"] td {
	padding: 0;
}

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;
}

/* Name */
a.productnamecolor.colors_productname {
	color: #000;
	font: normal 12px/1.3 Arial, sans-serif;
}

/* Our Price TEXT */
font.pricecolor.colors_productprice font.text.colors_text b {
	color: #000;
	font: normal 12px/1.3 Arial, sans-serif;
}

/* Sale PRICE/TEXT / Our Price PRICE */
font.pricecolor.colors_productprice {
	color: #000;
	font: normal 12px/1.3 Arial, sans-serif;
}
