h2 {
	color: #DB1E22;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}

a:hover {
	text-decoration: none;
	color:#DB1E22;
}

#wrapper {
   /* background:none repeat scroll 0 0 #f1f1f1;*/
   background:url("../image/estore-red/back-pattern.png") repeat scroll 0 0 transparent; 
}
/*header warp*/
#header_wrap {
   background:url("../image/estore-red/bg-top.jpg") repeat-x scroll 0 0 transparent; 
}

#menu > ul > li > a:hover {
	background:url("../image/nav_seperate.jpg")  no-repeat scroll right top transparent ; 
	color:#DB1E22;
}
#menu > ul > li:hover {
	background:url("../image/estore-red/hover_nav.jpg") repeat-x scroll 0 0 transparent;
	height:44px;
}

a.button:hover, input.button:hover {
	background:-moz-linear-gradient(center top , #f16157, #DB1E22) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16157), to(#DB1E22));
	background: linear-gradient(#f16157, #DB1E22);
	border:1px solid #DB1E22;
}

.box .box-heading {
	padding: 8px 10px 7px 20px;
	font-family: 'Bebas Neue','Terminal Dosis Light' ,Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 16px;
	color: #DB1E22;
	text-transform:uppercase;
}

.box-latest .box-heading {
	padding: 8px 10px 7px 20px;
	font-family: 'Bebas Neue','Terminal Dosis Light' ,Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 16px;
	color: #DB1E22;
	text-transform:uppercase;
}

.box-cat .box-heading-category{
	padding: 8px 10px 7px 20px;
	font-family: 'Bebas Neue','Terminal Dosis Light' ,Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 16px;
	color: #DB1E22;
	text-transform:uppercase;
}

.box-brand .box-heading {
	padding: 8px 10px 7px 20px;
	font-family: 'Bebas Neue','Terminal Dosis Light' ,Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 16px;
	color: #DB1E22;
	text-transform:uppercase;
	border-bottom:1px dotted #e9e9e9;
}

.product-list .name a {
	color: #DB1E22;
	font-weight: bold;
	text-decoration: none;
}

.product-grid .name a {
	color: #DB1E22;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}

#twitter li span a {
    color: #DB1E22;
}