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

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


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

.module { margin: 10px; margin-bottom: 20px;}
#breadcrumbs {
margin-bottom: 15px;
position: relative;
margin-top: 10px}
#content{ margin: 10px; margin-bottom: 0px; margin-left: 0 !important}
#footer { margin: 10px 0; margin-top: 17px;}

#toolbar { margin: 0 0px; }
#header { margin: 0 0px; }

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

#menubar {margin: 0px 5px;
padding-top: 16px;
border-top: 1px solid #d4d4d4;}

#footer .module { margin: 0; }


/* Blocks
----------------------------------------------------------------------------------------------------*/

#block-toolbar { 
padding-top: 20px;
margin-bottom: -10px;
height: 110px;
}

#block-header #top-a { margin: 20px 0 40px 0; }

#block-main { 
	/*border-top: 1px solid #fff;*/
	padding: 0;
	padding-bottom: 0;
	/*background: url(/images/design/sneg.gif), url(/images/design/back.jpg) center top;
	background-attachment: fixed
	/*background: #FAFBFC url(../images/main.jpg) 50% 0 no-repeat;*/
}

#block-footer { /*background: #f8f8f8 url('/images/design/header_bg_top.png') repeat-x top left;*/
background: #ddd;
color: white; }


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

body#page { background: #fff; }

#toolbar {
	line-height: 26px;
	font-size: 13px;
	
	color: #000;
	/*text-shadow: 0 -1px 0 rgba(0,0,0,1);*/
	
}

#logo {
	position: absolute;
	top: 0;
	left: -5px;
}

#menu { float: left; }

#footer {
	font-size: 13px;
	color: #000;
	/*text-shadow: 0 -1px 0 rgba(0,0,0,1);*/
	text-align: left;
	line-height: 1.4;
}

#toolbar a { color: #0E0F13; }
#footer a { color: #000; text-decoration: underline }

#toolbar a:hover { color: #ED1C24; }
#footer a:hover { color: #ED1C24; text-decoration: none }

#footer > div { float: center; }

#logo-footer { 
	float: left;
	margin: -20px 20px 20px 0;
}

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

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