/* banner */
#banner{
	float: left;
	width: 100%;
	border: solid 2px #961210;
}
#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;
}
#leftmain{
	float: left;
	width: 50%;
	height: 600px;
}
#rightmain{
	float: left;
	width: 50%;
}
#rightmain ul>a{
	text-decoration: none;
}
#rightmain ul{
	float: left;
	width: 100%;
	margin: 0;
	padding: 50px 0 0 0;
}
#rightmain ul li{
	list-style: none;
	margin-left: 40px;
}
.titlos{
	font-size: 24pt;
	margin-bottom: 15px;
}
.timi {
	float: right;
	background-color: #961210;
	width: 40%;
	margin: 1% 0;
}
.timi a {
	text-decoration: none;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 1em;
	line-height: 1.2em;
	padding: 1em 1.2em;
	border: 3px solid #fff;
    box-shadow: 0 5px 5px #444;
    color: #fff;
}
.timi:hover{
	background-color: black;
}
#greybox{
	display: inline-block;
	width: 100%;
	height: 50px;
	background-color: #ccc;
}
.fb-like{
	position: relative;
	left: 4%;
	top: 15px;
}
#rightmain hr{
	border-color: #999;
	border-style: 1px solid;
	width: 596px;
	float: right;
	
}
.grey{
	text-align: justify;
	color: #555;
	min-height: 170px;
	padding: 0 0 0 20px;

}
#sxetika{
	float: left;
	text-align: center;
	width: 100%;
}
#sxetika ul{
	float: left;
	padding: 0;
	width: 100%;
}
#sxetika ul li{
	border: 1px solid #999;
    box-shadow: 0 0 10px #444;
    float: left;
    height: 290px;
    list-style: outside none none;
    margin: 0 5px 15px 10px;
    transition: all 0.2s linear 0s;
    width: 275px;
}
#sxetika ul li:hover {
	border: 1px solid #444;
	box-shadow: 0 0 10px #909090;
}
#sxetika h2 {
	text-align: center;
	width: 100%;
	float: left;
	padding-bottom: .5em;
}
.catprodlist{
	float: left;
	width: 100%;
	height: 100%;
	text-align: center;
}
.piclist{
	float: left;
	width: 100%;
	height: 210px;
	text-align:center;
	position: relative;
}
.prodpic{
   margin: 0;
   height: auto;
   max-height: 180px;
   max-width: 100%;
}
.catprodlist span{
	float: left;
	width: 31px;
	height: 3px;
	background-color: #961210;
	position: relative;
	left: 44%;
}
.catprodlist h4{
	float: left;
	width: 100%;
	margin-bottom: 5px;
	font-weight: normal;
}
.catprodlist h3{
	float: left;
	width: 100%;
	margin: 0;
	color: #961210;
}

#footer ul {
	padding: 0;
	margin: 0;
}
#footer a {
	text-decoration: none;
}

.prodPrice {
    background: #961210;
    border: 3px solid #fff;
    box-shadow: 0 5px 5px #444;
    color: #fff;
    font-size: 1.7em;
    line-height: 1.8em;
    display: inline-block;
    width: auto;
    text-align: right;
    padding: .2em 1em;
    margin-bottom: .5em;
    float: right;
}