
/* ---------- Basic Layout Styles ----------- */
html{overflow-x:hidden; min-width:1000px;}

html,
body{
	height: 100%;
	width:100%;
}

#page-wrapper {
	position:relative;
	min-height: 100%;
	margin:0 auto;
}
#header,
#main-wrapper{
	margin:0 auto;
	width:940px;}
#main-wrapper{padding-bottom:100px;}


#header div.section,
#messages div.section,
#main,
#footer {
	margin-left: auto;
	margin-right: auto;
}
#header div.section {
	position: relative;
}
.region-header {
	margin-top:14px;}
.with-secondary-menu .region-header {}
.without-secondary-menu .region-header {}
#secondary-menu {}

#content,
#sidebar-first,
#sidebar-second{
	display: inline;
	float: left; /* LTR */
	position: relative;
}
.one-sidebar #content {
	width: 700px;
}
.two-sidebars #content {
	width: 465px;
}
.no-sidebars #content {
	width: 945px;
	float: none;
}


#sidebar-first,
#sidebar-second {
	width: 220px;
}
#sidebar-first{
	margin-right:20px;}
#sidebar-second {
	margin-left:20px;}


#main-wrapper {
	min-height: 300px;
}
#content .section,
.sidebar .section {
}
#breadcrumb {
}
#footer-top-wrapper{
	margin:0 0 34px 0;
	padding:0 0 34px 0;}
	 
.region-footer-top{
	margin:0 auto;
	width:940px;} 
#footer-wrapper {
	position:absolute; left:0; bottom:0;
	padding:32px 0 34px 0; width:100%;}
#footer {
	width: 940px;
	text-align:right;}
#footer p{
	margin:0;}