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

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


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

.module,
#header,
#breadcrumbs,
#content,
#footer { margin: 10px; }

#bottom-a .module { margin: 0px; }



#header { margin-top: 0; }

#footer .module { margin: 0; }


/* Layout
----------------------------------------------------------------------------------------------------*/
#headerbar .module{max-width:100%}
#menu {
	position: relative;
	padding: 50px 0px 20px 7px;
	margin-left:12px;
	
}

#custommenu {
	position: relative;
	margin-top: 0px;
	float: left; 
}

#search { margin-top: 20px; }

#block-main { 
	margin: 10px;
	padding: 10px;
	background-color: #333;

}

#top-a,
#bottom-a { margin-top: 0px; }
#top-b { margin-bottom: 10px; }


/* Section Border Style */
.top-b-line #top-b,
.bottom-a-line #bottom-a { position: relative; }

.top-b-line  #top-b:before,
.bottom-a-line #bottom-a:before { 
	content: "";
	position: absolute;
	display: block;
	left: 0px;
	right: 0px;
	border-bottom: solid 1px #ddd;
}

.top-b-line  #top-b:before { bottom: -10px; }
.bottom-a-line #bottom-a:before { top: 0px; }

/* Main/Sidebar Spacing */
#maininner {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sidebar-a-left #maininner,
.sidebar-b-left #maininner { padding-left: 0px; }

.sidebar-a-right #maininner,
.sidebar-b-right #maininner { margin-top: -10px; }

/* Footer */
#footer {
	margin-top: 30px;
	line-height: 18px;
	font-size: 12px;
	color: #999;
}

#footer a { color: #777; }

#totop-scroller {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 25px;
	height: 25px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

#totop-scroller:hover { background-position: 0 -150px; }
.pplogo{width:32px;height:32px;float:left; z-index:1000; background:url(../images/ppsquarelogo.png) no-repeat;display:block;position:relative; }