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

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


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

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

#header { margin-top: 30px; }

#toolbar { margin-bottom: 15px; }

#footer .module { margin: 0; }


/* Layout
----------------------------------------------------------------------------------------------------*/
body#page{
background:  #fff; 	
}


#logo {
	display: inline-block;	
	float: none;
}

#menubar {
position: relative;
}



#menu
{padding:5px;}



#content
{padding:15px;}



#bottom-b
.module-title
{background:#CA4117;
  color:#ffffff;       
  position: relative;
  margin: -16px -16px 15px -16px;
 padding: 8px 12px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
} 
  
#sidebar-a
.module-title{background:#489fa1;
  color:#ffffff;       
  position: relative;
  margin: -12px -12px 13px -12px;
  padding: 8px 12px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}

#sidebar-b
.module-title{background:#DF4708;
  color:#ffffff;       
  position: relative;
  margin: -12px -12px 13px -12px;
 padding: 8px 12px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
#bottom-a,#bottom-b {
background:#fafafa url("../images/bottom_a.jpg")repeat ;
color:#b5b5b5;	
}


	

#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;
}