#frontend #logo {
	left: 75px;
}
#frontend #logo a{
    width: 148px;
    height: 200px;
}
#frontend #logo a span{
	background: url('http://www.nosticova.com/images/logo-nosticova_new.png') top left no-repeat;
}

/*

101, 10, 30 -> 69, 7, 2 -> 54, 3, 1

650A1E -> 450702 -> 360301
*/

#frontend #header {
	background-color: rgba(54, 3, 1, 0.9);
}
#frontend #main {
    background-color: rgba(54, 3, 1, 0.8);
}
#frontend #main {
    background-color: rgba(54, 3, 1, 0.8);
}
#frontend #menu{
	background: url('http://www.nosticova.com/images/nosticova-menu-bg.png?v=2') top right repeat-y;
}

#frontend #reservation {
    background-color: rgba(54, 3, 1, 0.5);
}

#frontend #menu ul li.toplevel ul {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(54, 3, 1, 0.8)), to(rgba(54, 3, 1, 0.3)));
	background-image: -moz-linear-gradient(to right, rgba(54, 3, 1, 0.8), rgba(54, 3, 1, 0.3));
	background-image: -o-linear-gradient(left, rgba(54, 3, 1, 0.8), rgba(54, 3, 1, 0.3));
	background-image: -ms-linear-gradient(left, rgba(54, 3, 1, 0.8), rgba(54, 3, 1, 0.3));
	background-image: linear-gradient(to left, rgba(54, 3, 1, 0.8), rgba(54, 3, 1, 0.3));
}
#frontend #menu ul li.full_background ul {
	background-image: none;
	background: rgb(54, 3, 1);
}

#frontend #prev, #frontend #next{
	background-color: rgba(54, 3, 1, 0.5);
}