/* 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; }

#top-a { margin-top:15px; }

#main { margin-top:15px; }

#menu .module { margin: 10px 5px ; 
}

#footer .module { margin: 0; }

#toolbar,
#headerbar { margin-bottom: 15px; }


/* Layout
----------------------------------------------------------------------------------------------------*/
#page{background:#ffffff url(../images/page.png) ; }

#main{background:#ACCEE9 ;}

#menubar
{background:#222222 url(../images/menu.png);
 -webkit-box-shadow: 0px 6px 0px rgba(0,0,0,0.1), 0px 9px 15px rgba(0,0,0,.7);
 -moz-box-shadow: 0px 6px 0px rgba(0,0,0,0.1), 0px 9px 15px rgba(0,0,0,.7);
 box-shadow: 0px 6px 0px rgba(0,0,0,0.1), 0px 9px 15px rgba(0,0,0,.7);
 padding:8px 8px ;
 
}

#sidebar-a
.module-title{ background:#fafafa url(../images/title.png)no-repeat;
text-indent: 20px;
  background-position: left ;
  display: block;
  margin:0;
  line-height: 20px;
  padding: 5px;
   
}

#sidebar-b
.module-title{ background:#fafafa url(../images/title.png)no-repeat;
text-indent: 20px;
 background-position: left ;
 display: block;
 margin:0;
 line-height: 20px;
 padding: 5px;
   
}

#top-a {background:#121212 url(../images/top_a.png)repeat-x;
background-position: right top;
}
 
#top-b {background:#121212; }

#bottom-a {background:#d75240; } 

#bottom-a
.mod-box{ background:#d75240 url(../images/line.png)repeat-x;
background-position: bottom;
color:#bbb;
}

#bottom-b
{ background:#043f47 url(../images/bottom_b.png)repeat;
background-position: bottom;
color:#bbb;
}

#top-a
.mod-box{ background:#121212 url(../images/line.png)repeat-x;
background-position: bottom;
color:#bbb;
}

#top-b
.mod-box{ background:#121212 url(../images/line.png)repeat-x;
background-position: bottom;
color:#bbb;
}

#search{background: url(../images/sear.png);}






#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;
}