/* Copyright (C) 2007 - 2011 YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../../../warp/css/layout.css);


/* Spacing
----------------------------------------------------------------------------------------------------*/

.tab1 {
	text-align:left;
	}
.tab2 {
	text-align:center;
	}
.tab3 {
text-align:right;
}
#menu .module { margin: 15px; }

#breadcrumbs,
#content { margin: 20px; }

#header,
#top-a,
#innertop { border-bottom: 1px solid #ddd; }

#bottom-a,
#bottom-b,
#innerbottom,
#footer { border-top: 1px solid #ddd; }

#toolbar,
#headerbar { margin: 0px; }

#headerbar .module {
	margin-top: 15px;
	margin-bottom: 15px;
}

/* System Output Disabled */
#header + #bottom-a,
#header + #bottom-b,
#top-a + #bottom-a,
#top-a + #bottom-b,
#top-b + #bottom-a,
#top-b + #bottom-b { border-top: none; }


/* Layout
----------------------------------------------------------------------------------------------------*/

/* Background */
body#page { background: url(http://vms56.ru/wp-content/uploads/bg.jpg); }

.wrapper {
	margin: 20px auto;
	border: 1px solid #ddd;
	background: #FFF;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	-webkit-box-shadow: 0px 0px 30px #737373; /* Safari and Chrome */
 box-shadow: 0px 0px 30px #737373;
}

#menubar {
	border-top: 1px solid #ddd;
	background: #fafafa;
	
	
background-image: linear-gradient(bottom, rgb(194,194,194) 0%, rgb(209,209,209) 47%, rgb(230,230,230) 100%);
background-image: -o-linear-gradient(bottom, rgb(194,194,194) 0%, rgb(209,209,209) 47%, rgb(230,230,230) 100%);
background-image: -moz-linear-gradient(bottom, rgb(194,194,194) 0%, rgb(209,209,209) 47%, rgb(230,230,230) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(194,194,194) 0%, rgb(209,209,209) 47%, rgb(230,230,230) 100%);
background-image: -ms-linear-gradient(bottom, rgb(194,194,194) 0%, rgb(209,209,209) 47%, rgb(230,230,230) 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(194,194,194)),
	color-stop(0.47, rgb(209,209,209)),
	color-stop(1, rgb(230,230,230))
);


}

#menu { margin-bottom: -1px; }

#footer {
	padding: 20px;
	background: #fafafa;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-left-radius: 15px;	
	border-bottom-right-radius: 15px;	
}

/* Sidebar Backgrounds */
#sidebar-a,
#sidebar-b {
	position: relative;
	z-index: 0;
}

.sidebar-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	border-style: solid;
	border-color: #DDD;
}

.sidebar-a-right #sidebar-a .sidebar-bg,
.sidebar-b-right #sidebar-b .sidebar-bg { border-width: 0 0 0 1px; }

.sidebar-a-left #sidebar-a .sidebar-bg,
.sidebar-b-left #sidebar-b .sidebar-bg { border-width: 0 1px 0 0; }

/* ToTop Scroller */
#totop-scroller {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	width: 20px;
	height: 20px;
	border: 1px solid #DDD;
	background: #FFF url(../images/totop_scroller.png) 50% 50% no-repeat;
	text-decoration: none;
}

