/* $Id: layout.css,v 1.8 2011/01/04 05:24:13 webchick Exp $ */

/* ---------- Basic Layout Styles ----------- */

html,
body,
#page  {
  height: 100%;
}
#page-wrapper {
  width: 1024px;
  margin: 0 auto;
}
#header div.section,
#featured div.section,
#main,
#footer {
  width: 1024px;
  margin: 0;
  padding: 0;
 }
#header div.section {
	height: 113px;
  position: relative;
}
.region-header {
  float: right; /* LTR */
  /*margin: 0 5px 10px;*/
}
#header a{
	margin-left: 50px;
	}
.with-secondary-menu .region-header {
/*  margin-top: 3em;*/
}
.without-secondary-menu .region-header {
 /* margin-top: 15px;*/
}
#secondary-menu {
 /* position: absolute;
  right: 0; /* LTR */
 /* top: 0;
  width: 480px;*/
}
#content,
#sidebar-second,
 {
  display: inline;
  float: right; /* LTR */
  position: relative;
  
  height: 100%;
 
}
.one-sidebar #content {
  width: 724px;
  float:left;
  height: 100%;
}
.two-sidebars #content {
  /*width: 480px;*/
}
.no-sidebars #content {
 /* width: 960px;
  float: none;*/
}
#sidebar-second {
  width: 300px;
  float:right;
  height: 100%;
}
#main-wrapper {
  min-height: 100px;
  
  
}
#content .section,
.sidebar .section {
  padding: 0 15px;
}
#breadcrumb {
  margin: 0 15px;
}
#footer-wrapper {
 /* padding: 35px 5px 30px;*/
  height:59px;
}

#footer {
	
}
