@font-face {
	font-family: 'BebasRegular';
	src: url('bebas-webfont.eot');
	src: url('bebas-webfont.eot?#iefix') format('embedded-opentype'), url('bebas-webfont.woff') format('woff'), url('bebas-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
html {
	background: url(../images/bg/mimetica_tedesca.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body {
	font-family: 'Marvel', sans-serif;
	font-size:14px;
	font-weight:normal;/*background: url(../images/mainbg.png) repeat-x bottom fixed;*/
	overflow-x:hidden;
	overflow-y:scroll;
}
a {
	color:#752D30;
}
a:hover {
	color:#000;
}
h1, h2 {
	font-weight:normal;
	font-family:'BebasRegular';
}
#maincontainer {
	position:relative;
	overflow:hidden;
	width:900px;
	height:auto;
	min-height:700px;
	margin:60px auto;
	margin-bottom:0;
	background:#FFF;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
	padding-bottom:40px;
}
#maincontainer h1 {
	margin:20px;
	margin-bottom:0;
	height:53px;
	width:304px;
	background:url(../images/logoRBNr.png) no-repeat top left;
	text-indent:-1000px;
}
#maincontainer #someinfo {
	font-family:'BebasRegular';
	font-size:14px;
	float:right;
	text-align:right;
}
#maincontainer #someinfo li {
	text-align:right;
	padding-right:20px;
	line-height:20px;
	width:170px;
	white-space:nowrap;
}
#maincontainer #someinfo li .showtitle {
	color:#752D30;
}
#maincontainer #someinfo li a {
	color:#CCC;
	font-size:10px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#maincontainer #someinfo li a:hover {
	color:#000;
	font-size:14px;
}
#maincontainer #someinfo li:first-child {
	background-color:#752D30;
	color:#FFF;
}
ul#nav {
	margin:20px;
	margin-bottom:30px;
	margin-top:25px;
	height:21px;
}
ul#nav li {
	float:left;
	height:21px;
	margin-right:9px;
}
ul#nav li a {
	font-family:'BebasRegular';
	color:#1A1A1A;
	line-height:21px;
	font-size:24px;
}
ul#nav li a:hover {
	color:#752D30;
}
ul#nav li a.live {
	color:#752D30;
	cursor:default;
}
#basket {
	position:absolute;
	z-index:10;
	width:190px;
	height:38px;
	top:90px;
	right:0px;
	background:#752D30;
	overflow:hidden;
	/**/
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
	/**/
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
/*#basket:hover {
	height:340px;
}*/
#basket > h2 {
	height:38px;
	line-height:38px;
	padding-left:20px;
	padding-right:20px;
	font-family:'BebasRegular';
	color:#FFF;
	font-size:20px;
	font-weight:normal;
	text-align:right;
	background:#752D30 url(../images/basket.png) no-repeat 20px center;
	cursor:pointer;
}
#basket ul li {
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	height:60px
	overflow:hidden;
	color:#FFF;
	background:#752D30;
}
#basket ul li a {
	overflow:hidden;
	float:left;
	display:block;
	width:40px;
	height:40px;
	border:#FFF 1px solid;
	text-align:center;
	margin-bottom:10px;
	margin-right:10px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#basket ul li a img {
	margin:auto;
	display:inline-block;
	height:40px;
	width:auto;
}
#basket ul li h3 {
	font-weight:bold;
	margin-left:52px;
}
#basket ul li p {
	font-size:12px;
	line-height:10px;
	height:40px;
	overflow:hidden;
}
#basket a#goandbuy {
	position:absolute;
	z-index:-1;
	bottom:0;
	left:0;
	height:30px;
	width:100%;
	background:#566A46 url(../images/v-white.png) repeat-x;
	background-position:0px 31px;
	text-align:center;
	line-height:30px;
	color:#FFF;
	font-family:'BebasRegular';
	font-size:16px;
	/**/
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#basket a#goandbuy:hover {
	color:#566A46;
	background-position:0px 0px;
}
#menushop {
	float:left;
	overflow:auto;
	height:auto;
	width:200px;
	background:#752D30;
	color:#FFF;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
#menushop .cat {
	color:#FFF;
	font-size:16px;
	font-weight:normal;
	border-top:1px solid #FFF;
	height:34px;
	overflow:hidden;
	/*
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;*/
}
#menushop .cat h3 {
	text-transform:uppercase;
	background:url(../images/+.png) 5px center no-repeat;
	line-height:34px;
	height:34px;
	padding-left:20px;
	cursor:pointer
}
#menushop .cat:first-child h3{
	background-image: none !important;
	font-family:'BebasRegular';
	cursor:default;
}
#menushop .cat:first-child {
	border-top:none;
}
#menushop .cat ul {
/**/
}
#menushop .cat ul li {
	font-size:14px;
	height:16px;
	line-height:16px;
	white-space:nowrap;
}
#menushop .cat ul li a {
	color:#FFF;
	display:block;
	padding-left:20px;
	padding-right:20px;
}
#menushop .cat ul li a:hover, #menushop .cat ul li a.sel {
	background-color:rgba(255,255,255,0.5);
}
#pie{
	position:absolute;
	z-index:auto;
	bottom:0;
	left:0;
	height:40px;
	width:100%;
	line-height:45px;
	text-align:left;
	border-top:#999 1px solid;
}
#pie img{
	margin:0 5px;
	display:inline-block;
}
#pie span{
	margin:0 20px;
}
#pie span.visite{
	/*float:right;*/
	height:40px;
	line-height:45px;
	font-weight:bold;
	position:absolute;
	z-index:auto;
	right:0;
	top:0;
}
#page {
	position:relative;
	background:#E6E6E6;
	height:auto;
	overflow:auto;
	padding-left:1px;
}


/*patch per pretty photo*/
.pp_pic_holder{
	top: 10px !important;
}