h2 {
	color: #fb5b02;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}

a:hover {
	text-decoration: none;
	color:#fb5b02;
}

/*wrapper*/
#wrapper {
   /* background:none repeat scroll 0 0 #f1f1f1;*/
   background:url("../image/back-pattern.png") repeat scroll 0 0 transparent; 
}
/*header warp*/
#header_wrap {
   background:url("../image/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:#fb5b02 ;
}
#menu > ul > li:hover {
	background:url("../image/hover_nav.jpg") repeat-x scroll 0 0 transparent;
	height:44px;
}

a.button:hover, input.button:hover {
	background:-moz-linear-gradient(center top , #fd803b, #fb5b02) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#fd803b), to(#fb5b02));
	background: linear-gradient(#fd803b, #fb5b02);
	border:1px solid #fb5b02;
}

.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: #fb5b02;
	text-transform:uppercase;
}
.box-cat .box-heading-category {
        color: #fb5b02;
}
.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: #fb5b02;
	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: #fb5b02;
	text-transform:uppercase;
	border-bottom:1px dotted #e9e9e9;
}

.product-list .name a {
	color: #fb5b02;
	font-weight: bold;
	text-decoration: none;
}

.product-grid .name a {
	color: #fb5b02;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}