#catmain{
	padding: 20px 0 40px 0;
	float: left;
	width: 100%;
}
#leftmain{
	width:30%;
	float: left;
}
#catleft{
	margin-top: 5em;
}
#catleft ul{
	list-style-image: url('../images/cat_arrow.png');
	padding: 0;
	margin-left: 20px;
}
#catleft ul li{
	
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#catleft a{
	text-decoration: none;
	color: black;
	font-size: 16pt;
}
#catleft a:hover{
	color: #961210;
	font-weight: bold;
}
#rightmain{
	float: left;
	width: 70%;
	
}
/* banner */
#banner img {
	max-width: 100%;
}
#banner{
	float: left;
	width: 98%;
	border: solid 1px #eee;
	padding: 1%;
}
#bannerleft, #bannerleft img{
	float: left;
}

#bannerright{
	display: inline;
}
#bannerright h3{
	display: inline-block;
	text-align: center;
	font-weight: normal;
	width: 75%;
	padding-left: 15px;
}
#bannerright text{
	display: inline-block;
	width: 75%;
	text-align: center;
	padding-left: 15px;
}
/* cat title */
#cattitle{
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 1em 0;
}
#cattitle h3{
	padding: 0;
	margin: 0;
	font-weight: normal;
	min-height: 3.5em;
}
#cattitle span{
	padding: 5px 10px;
	background-color: #961210;
	color: white;
}
/* main list */
#catlist, #catlist ul{
	float: left;
	padding: 0;
	width: 100%;
}
#catlist ul li{
	list-style: none;
	display: inline-block;
	width: 274px;
	height: auto;
	margin: 0 5px 15px 10px;
	border: 1px solid #999;
	box-shadow: 0 0 10px #444;
	transition: all linear .2s;
}
#catlist ul li:hover{
	border: 1px solid #444;
	box-shadow: 0 0 10px #909090;
}
.piclist{
	float: left;
	width: 100%;
	min-height: 210px;
	text-align: center;
	position: relative;
}
.prodpic{
	margin: 0; 
	max-width: 100%;
	height: auto;  
	max-height: 274px;                      
}
.catprodlist{
	float: left;
	width: 100%;
	height: 100%;
	text-align: center;
}
.catprodlist span.line{
	float: left;
	width: 31px;
	height: 3px;
	background-color: #961210;
	position: relative;
	left: 44%;
}
/* global additions */
.prodPrice {
    color: #961210;
    font-size: 1.2em;
    line-height: 1.4em;
    display: inline-block;
    width: 100%;
}
.webOffer {
	border-radius: 50%;
	background: #961210;
	color: #fff;
	position: absolute;
	top: -5%;
	left: -5%;
	width: 74px;
	height: 20px;
	padding: 26px 0;
	text-align: center;
}
/* global additions */

.catprodlist h4{
	float: left;
	width: 100%;
	margin: .5em 0;
	font-weight: normal;
}
.catprodlist h3{
	float: left;
	width: 100%;
	margin: 0;
	color: #961210;
}
.pagebar{
	float: left;
	width: 100%;
	margin-bottom: 15px;
	padding-left: 20px;
}
.pagebar a{
	text-decoration: none;
	background-color: white;
	padding: 5px 10px;
	display: inline-block;
	color: black;
}
.pagebar a:hover{
	background-color: #961210;
	color: white;
}
.pagecolor{
	display: inline-block;
	background-color: #961210;
	color: white;
	padding: 5px 10px;
}
#footer ul{
			padding: 0;
			margin: 0;
		}
		#footer a{
			text-decoration: none;
		}
