/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

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


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

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

#menu .module { margin: 0; }
#menu { float: none;}

#footer .module { margin: 0; }

#toolbar,
#headerbar { margin-bottom: 15px; }

#banner {
	 position: absolute;
    right: -220px;
    top: 155px;
}


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

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

#container {
	background: url(../img/bg-right.png) bottom right no-repeat;
}

#main {
	background: #fff;
	box-shadow: 5px 5px 6px rgba(0,0,0,0.3);
	margin-bottom: 30px;
}

#maininner {
	padding-bottom: 25px;
}

/*CUSTOM LAYOUT ELEMENTS*/
#toolbar {
	margin: 10px 5px 5px;
}

#top-a .module {
	margin: 0;
	padding: 0;
}
#top-b .module {
	margin: 0;
	padding: 0;
}
#top-b .module h3 {
	margin: 0;
	padding: 4px 20px;
	display: inline-block;
	color: #fff;
	background: #6F6F6E;
	font-variant: small-caps;
	font-weight: normal;
	font-size: 1.2em;
}

#logo {
	margin: 20px 0 5px 57px;
}

#search {
	margin-top: 4px;
	margin-right: 10px;
}

.subMenu {
	border: none;
}

#sidebar-a {
	background: #FEF2E8;
}

#content {
	margin: 35px 30px 10px 50px; 
}

.grid-box {
	position: relative;
}

