/* DISPLAY:NONE */
.admin-links,.breadcrumb,div.taxonomy,div#store-footer,
.form-required, .more-link, .more {display: none}

.profile h3 {border:none; }

html {
	height:99%;
	min-height: 99%;
}

body {
	height:100%;
	min-height: 100%;
}

body#tinymce {
	background: none;
}

#page {
	width: 1000px;
	min-height:100%;
	margin: 0 auto;
	background: #fff;
	padding:20px 25px 0 25px;
	position: relative;
}

#header {
	width: 100%;
	height: 180px;
	position: relative;
}

#header, #footer .node {
  clear: both;
}

#content {
	float: left;
	width: 100%;
	margin-right: -100%;
	padding: 0;
	min-height: 500px;
}

#spacer-top {
	height:80px;
}

#spacer-bottom {
	height:180px;
}


/* Home page panels layout */

.pane-catalog .view-display-id-block_1 {
	min-height:250px;
}

#views_slideshow_singleframe_main_Slideshow-block_1 {
	margin-left: 20px;
}

/* Special Pages */

.page-sale .node-inner,
.node-type-special .node-inner {
	width:525px;
}

/* Node templates */

.node {
	position: relative;
}

.node-inner {
	padding:50px 20px 0 30px;
	overflow: visible;
}

/* Footer */

#footer {
  float: none;
  width:1000px;
  height: 65px;
  padding-top: 20px;
  padding-bottom: 30px;
  background: url(../images/logo_footer.png) no-repeat;
  background-position: 20px center;
  position: absolute;
  bottom:0;
  right:25px;
}

#contact-info {
	float:left;
	text-align: left;
	margin-left: 110px;
	line-height: 1.2em;
}

#copyright-info {
	float:right;
}