/* Copyright (C) Safe Life (http://www.safelife.az) */

@import url(layout-2.css);

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

#toolbar,
#header,
#footer { margin: 0 15px; }



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

#footer .module { margin: 0; }

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

/* Toolbar */
#block-toolbar { padding-bottom: 18px; }

#block-toolbar > div { padding-top: 8px; }

#block-main { padding: 5px 0; }

#block-header { padding: 5px 0; }

/* Top A */
#block-top-a > div { padding: 0px 0 12px 0; }

#block-top-a > div > div { padding: 0px 0; }

#block-top-b > div { padding: 5px 0 16px 0; }

/* Bottom */
#block-bottom { padding-top: 20px; }

#block-bottom > div { padding: 0px 0 20px 0; }

/* Footer */
#block-footer { padding-top: 12px; }

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

/* Toolbar */
#toolbar {
	line-height: 24px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

/* Header */
#header  { padding: 15px 0; } 

#headerbar { margin-bottom: 25px; }

/* Menubar */

#menubar { 
	margin-top:-86px;
	margin-left:220px;
	position: relative;
	background-repeat: no-repeat;
}

#menubar > div { 
	padding: 0 30px 0 30px;
	background-position: 100% -60px;
	background-repeat: no-repeat;
}

.hassearch #menubar > div {
	padding-right: 150px;
	background-position: 100% -100px;
}

#menubar > div > div {
	height: 54px;
	background-position: 0 -150px;
	background-repeat: repeat-x;
}

#menu { margin: -4px 0px 0px -10px; }

/* Search */
#search {
	position: absolute;
	top: 14px;
	right: 25px;
}

/* Footer */
#footer {
	padding: 15px 0;
	font-size: 12px;
	text-align: left;
}

#footer a { text-decoration: underline; }


#totop-scroller {
	display: block;
	position: absolute;
	top: 25%;
	right: 0;
	z-index: 1;
	width: 26px;
	height: 28px;
	text-decoration: none;
}
#totop-scroller:hover { background-position: 0 -70px; }

ul.products { list-style-image: url(../images/ul.png);
margin-top:10px;
 margin-bottom:10px;}
 
ul.products li { 
margin-top:5px;
 margin-bottom:5px;}
 
 #twitter { position: fixed;  top: 380px; right:0; padding-right:0px;}
#facebook { position: fixed;  top: 420px; right:0; padding-right:0px;}