/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../warp/css/layout.css);


/* Spacing
----------------------------------------------------------------------------------------------------*/

#header,
#content,
#breadcrumbs,
.module { margin: 5px; }

#header { margin-bottom: 10px; background: transparent url(..//images/header.png) no-repeat 50% 24px; }

#toolbar { margin-bottom: 15px; }

#headerbar { margin-bottom: 11px; }

#footer { margin: 15px 5px; }

#footer .module { margin: 0; }


/* Layout
----------------------------------------------------------------------------------------------------*/

/* Block Elements */
#block-main {
	background: url(../images/bgrnd2.png) bottom repeat-x ;
}

#block-main > div {
	padding: 30px 0;
	background: url(../images/bgrnd.png) top repeat-x;
}

#block-bottom {
	padding: 30px 0;
	background:none repeat scroll 0 0 #886001/*
		url(../images/bottom_t.png) 0 0 repeat-x,
		url(../images/bottom_b.png) 0 100% repeat-x,
		url(../images/bottom.png) 0 0 repeat*/;
        color: #fff;
}

#page.page #block-footer {
	padding: 10px 0;
	background: #563502 url(../images/footer.png) 0 0 repeat-x;
}

#block-main + #block-footer { background: none; }

/* Toolbar */
#toolbar { font-size: 12px; }

/* Menubar */
#menubar {
	position: relative;
	height: 43px;
	padding-bottom: 4px;
	border-bottom: 1px solid #a0a0a0;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	border-radius: 4px;
	background: url(../images/menubar.png) 0 100% repeat-x;
	background-clip: padding-box;
}

#menubar-r {
	height: 47px;
	border-radius: 0 4px 4px 0;
	box-shadow: 0 3px 2px rgba(0,0,0,0.15);
	overflow: hidden;
}

#menubar-r > div {
	height: 42px;
	border-top: 1px solid #CAA925;
	border-right: 1px solid #CAA925;
	border-radius: 0 4px 4px 0;
	background-color: #f5efe2;
	background-clip: padding-box;
	box-shadow: inset 0 0 0 1px #fff;
}

#search {
	position: absolute;
	top: 9px;
	right: 9px;
}

/* Breadrumbs */
#breadcrumbs {
	margin-bottom: 10px;
	font-size: 12px;
}

/* Content */
#content {
	border: 1px solid #d2d2d2;
	border: 1px solid rgba(0,0,0,0.1);
	border-bottom-color: #9d9d9d;
	border-bottom-color: rgba(0,0,0,0.25);
	padding-bottom: 4px;
	border-radius: 4px;
	background: #d2d2d2 url(../images/mod_box.png) 0 100% repeat-x;
	background-clip: padding-box;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08);
}
.wk-slideshow-tabsbar-balance {
    	background: #d2d2d2 url(../images/mod_box.png) 0 100% repeat-x;
}
.wk-slideshow .slides{
    /*background: none repeat scroll 0 0 #FFFFFF;*/
}
#main .wk-slideshow .nav {
    background: none repeat scroll 0 0 #FAF7F4;
}
#top-a .wk-slideshow .slides{
 /*   border-radius: 100px;
    box-shadow: 0 7px 5px rgba(0, 0, 0, 0.49);*/
}
.slides-container .slides{
    border-radius: 0px;
    background: #FAF7F4;
}
#content > div {
	padding: 20px;
	border-radius: 3px;
	background: #faf7f4;
	box-shadow: inset 0 0 0 1px #fff;
}
.wk-slideshow-tabsbar-balance > div {
    background: none repeat scroll 0 0 #faf7f4;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 0 1px #FFFFFF inset;
/* Footer */
#footer { text-align: left; }

#footer .menu { margin-bottom: 8px; }

#footer a:hover { color: #444; }

#totop-scroller {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 19px;
	height: 19px;
	background: url(../images/totop_scroller.png) 0 0 no-repeat;
	text-decoration: none;
}

#totop-scroller:active { background-position: 0 -30px; }