body
{
    background: rgb(179, 79, 197);
}
body.dark,
.framebg
{
	background: rgb(179, 79, 197) url('framebg.png') no-repeat right bottom fixed;
}

.contactLeftFrame{
    background: rgb(179, 79, 197) url('framebg.png') no-repeat bottom right ;
}
.logo
{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background: url('logobg.png') repeat-x center top;
    z-index: 1;
}
.mobile-menu
{
    position: fixed;
    z-index: 2;
    top: 5px;
    right: 5px;
    width: 50px
}
.mobile-menu a
{
    position: relative;
    display: inline-block;
    width: 45px;
    height: 35px;
    background: url('tri.png') no-repeat;
    background-position: -5px 0px;
}
.mobile-menu a.menu
{
    left: 0px;
    top: -35px;
    background-position: -55px 0px;
    opacity: 0;
    transition: opacity 500ms ease;
}
.mobile-menu a.menu:hover
{
    opacity: 1;
}
.overlay
{
    position: fixed;
    z-index: 2;
    top:0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.5);
}
.content-frame
{
    position: fixed;
    z-index: 2;
    top: 60px;
    left: 60px;
    bottom: 60px;
    right: 60px;
    background: white;
    border-radius: 0px 7px 7px 7px;
}
.close-frame
{
    position: fixed;
    z-index: 2;
    top: 28px;
    left: 28px;
    width: 35px;
    height: 35px;
    border: 1px solid #444;
    box-shadow: 0 0 20px black;
    border-radius: 50%;
    opacity: 0.8;
    background: white url(close.gif) no-repeat center center;
    background-size: 40%;
    cursor: pointer;
}
.close-frame:hover
{
    opacity: 1;
}
.sidemenu
{
    position: absolute;
    z-index: 3;
    right: 0px;
    top: -400px;
    padding: 0px 0px 0px 0px;
    background: rgb(179, 79, 197);
    transition: top 500ms ease;

}
.sidemenu img.sidemenu-logo{
    background: black;
    padding: 5px 5px 5px 5px;
}
.sidemenu.active
{
    top: 0px;
}
.sidemenu a
{
    display: block;
    position: relative;
    top: -2px;
    padding: 0px 10px 0px 35px;
    margin: 2px;
    text-align: left;
    /*font-family: bleedcow;*/
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
    cursor: pointer;
    color: white;
    background: url('logobg.png') repeat -30px 0px;
	transition: background 500ms ease;
}
.sidemenu a:hover
{
	background-position: 220px 0px;
}
.main-menu
{
    position: fixed;
    overflow: auto;
    top: 120px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 20px;
	padding-top: 50px;
    /*width: 100%;*/
    min-width: 425px;
    background: url('wood.jpg') repeat center center fixed;
}
.main-menu .menu-item-container
{
    display: inline-block;
    position: relative; /*remove this to make menus change offsets along mouse hover*/
    width: 200px;
    height: 150px;
    margin: 20px 40px;
}

.main-menu .menu-item
{
    display: inline-block;
    position: relative;
    left: 0px;
    top: -10px;	
    width: 200px;
    height: 150px;
    text-align: center;
    z-index: 1;
    transition: all 250ms ease;
    -border: 1px solid #333; /* debug */

    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.menu-item:hover
{
    left: -24px;
    top: -25px;
    width: 256px;
    height: 200px;
    color: transparent;
    z-index: 2;
    -background: #555;/* debug */

    filter: none;
    -webkit-filter: grayscale(0%);
}
.menu-item .label
{
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    opacity: 0;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 10px 0px 20px;
    position: relative;
    white-space: nowrap;
    top: 175px;
    cursor: default;
    transition: opacity 1000ms ease;
}
.menu-item:hover .label
{
    opacity: 1;
}
.menu-item.contact
{
    background: url(compass.png) center center no-repeat;
    background-size: auto 100%;
}
.menu-item.photos
{
    background: url(camera.png) center center no-repeat;
    background-size: auto 100%;
}
.menu-item.aboutUs
{
    background: url(haircuts.png) center center no-repeat;
    background-size: auto 100%;
}
.menu-item.products
{
	background: url(products.png) center center no-repeat;
    background-size: auto 100%;
}
.menu-item.offer
{
    background: url(CHFs.png) center center no-repeat;
    background-size: auto 100%;
}
.menu-item.sachegitz
{
    background: url(jewelry.png) center center no-repeat;
    background-size: auto 100%;
}
.contact-footer, .contact-footer a
{
    color: white;
    font-size: 24px;
    font-weight: bolder;
    line-height: 25px;
    text-decoration: none;
}
.contact-footer a:hover{
    text-decoration: underline;
}
.tinylink
{
    font-size: 10px !important;
    font-family: arial !important;
    font-weight: normal !important;
    opacity: 0.5;
}
.tinylink:hover
{
    opacity: 0.8;
	text-decoration: none !important;
}