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

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


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

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

#footer {
	
margin:0;
padding:15px;
}

#header, #top-a .module {
margin:0px;	
}


#footer .module { margin: 0; }

#logo { text-align:center; }


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

body#page { background: #F0F0F0; }

#block-toolbar { background: url(../images/toolbar_bg.png) 0 0 repeat-x; }

#toolbar {
	padding: 3px 15px 4px 15px;
	min-height: 28px;
	line-height: 28px;
	font-size: 12px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	color: #D5D5D5;
}

#search { margin-left: 10px; }

#block-header {
	border-bottom: 1px solid #fff;
	background: #F7F7F7;
	background: -moz-radial-gradient(50% 0%, #F7F7F7 0%, #EFEFF0 50%, #E0E1E2 100%); /* Firefox */
	background: -webkit-radial-gradient(50% 0%, #F7F7F7 0%, #EFEFF0 50%, #E0E1E2 100%); /* Safari, Chrome */
	background: radial-gradient(at 50% 50%, #F7F7F7 0%, #EFEFF0 50%, #E0E1E2 100%);
}

#header { min-height: 30px; text-align:center; }

#menu { 
	
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}

#headerbar { margin-bottom: 50px; }

#block-top-a { padding:0; }

.top-a-shadow {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display:none;
	right: 0;
	box-shadow: 0 -1px 3px rgba(0,0,0,0.3) inset, 0 1px 3px rgba(0,0,0,0.5) inset;
}

.top-a-layer-4 {
display:none;	
}


.tp-leftarrow.navbar, .tp-rightarrow.navbar {
display:none;	
}
#block-main {
	padding: 80px 0 15px 0;
	border-bottom: 1px solid #ffffff;
	background: #FCFCFC;
}

#block-bottom {
	padding: 15px 0;
	background: #4D4D4D;
	color:#B2B1A4;
	font-size:12px;
	line-height:140%;
}

#block-bottom .mod-line .module-title {
	color:#FFF;
	background:none;
	margin-bottom:8px;
	padding-bottom:0px;
}

#block-bottom .menu-sidebar a, #block-bottom .menu-sidebar li > span {
    color: #B2B1A4;
	padding-bottom:0px;
}

#block-bottom .menu-sidebar a.level1 > span, #block-bottom .menu-sidebar span.level1 > span {
    line-height: 140%;
    padding: 0;
}

#block-bottom .menu-sidebar li.level1 {
	border:none;
}

#block-footer { 
	border: none;
	background:#000000;
	font-size: 12px;
	color: #B2B2B2;
}


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

#totop-scroller:hover { background-position: 0 -20px; }

.tp-bullets.tp-thumbs {
background: none;
padding:5px;	
}

.grid-block h1 {
	margin-top:0px;
	}
