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

@import url(../warp/css/layout.css);
.wrapper{
    width: 960px;
    margin: 0 auto;
} 

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

.module,
#header,
#breadcrumbs,
#content,
#footer { }

#menu .module { margin: 10px 5px; }

#footer .module { margin: 0; }

#toolbar,
#headerbar { }


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

#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;
}
#header{
    position: relative;
    height: 139px;
    background: url(../images/header-bg.png) 0 0 repeat-x;
}
#header-wrapper{
    background: url(../images/header-bg.png) 0 0 repeat-x;
}
#header p{
    margin: 0;
}
#logo{
    position: absolute;
    left: 20px;
    top: 15px;
    width: 164px;
    height: 85px;
}
#slogan{
    position: absolute;
    top: 20px;
    right: 0px;
}
.slogan-style1{
    font-size: 36px;
    color: #424242;
}
.slogan-style2{
    font-size: 36px;
    color: #424242;
    font-weight: bold;
}
.slogan-style3{
    font-size: 25px;
    color: #666666;
    font-weight: normal;
}
#menubar{
    position: absolute;
    right: 10px;
    bottom: 4px;
}
#top-a{
    background:#424242 url(../images/banner-bg.png) 0 100% repeat-x;
    padding-top: 25px;
    padding-bottom: 35px;
    text-align: center;
}
.frontpage-r-content .moduleItemIntrotext{
    font-size: 12px;
}
#top-a .module{
    padding: 0;
}
#footer{
    height: 22px;
    line-height: 22px;
    background: #fff;
}
#footer .wrapper{
   position: relative; 
}
#footer1{
    position: absolute;
    left: 0;
}
#footer2{
    position: absolute;
    right: 0;
}
#tinymce {
    direction: rtl;
}

#footer-like{
    position: absolute;
    top: 22px;
    right: 70px;    
}