/*================================================================
LAYOUT stylesheet for the website.

Define layout and backgrounds for:
  - Body
  - Wrapper
  - Header
  - Sidebar
  - Content
  - Footer
  ( Navigation is defined in nav.css )
  
  ***  NO TYPOGRAPHY STYLES HERE PLEASE  ***
  
================================================================*/
@import url(global/base.css);
@import url(global/style.css);
@import url(global/thickbox.css);
@import url(nav/nav_horiz.css);
/* @import url(nav/vert_button.css); */

/* BODY 
----------------------------------------------------------------*/
html, body {
    height: 100%;
 }
body {
	background: #c9e7e6 url(/images/back_body.png) repeat-x center top;
	margin: 0 auto;
	text-align: center;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {
	background: transparent url(/images/back_wrapper.png) no-repeat center top;
	text-align: center;
	clear: both;
    min-height: 100%;
     height: auto !important;
     height: 100%;
     margin: 0 auto -32em;

	 }
/* HEADER
----------------------------------------------------------------*/

#header {
	text-align: left;
	width: 950px;
	margin: 0 auto;
	position: relative;
}
#branding {
	height: 120px;
	 text-indent: -9000px;/* uncomment this to hide the title text */
	clear: both;
}

/* CONTENT
----------------------------------------------------------------*/
#content {
	background: transparent url(/images/back_content.png) no-repeat center top;
	text-align: left;
	border: 1px solid #fff;
	border-width: 0 0 6px;
	width: 950px;
	margin: 0 auto;
	position: relative;
	height: auto!important;
	height: 380px;
	min-height:380px;

}

/* MAIN
----------------------------------------------------------------*/
#main {
  float: left; /* Creates a left sidebar */
  width: 520px;
  margin: 70px 0 0 30px;
  padding: 0;
  text-align: left;
  display: inline; /* hack for IE double margin */
}
.default #main {
  margin: 140px 0 0 30px;
  width: 900px;
}
.store #main {
  width: 885px;
  margin: 140px 0 0 30px;
  padding-bottom: 20px;
}

/* SECONDARY CONTENT
----------------------------------------------------------------*/
#secondary {
  float: right; /* Creates a left sidebar */
  width: 360px;
  margin: 0 0 0 0;
  display: inline;
}
.page #secondary {
   margin-top: 70px;
}
.store #secondary {


}
/* OVERFLOW CONTENT
----------------------------------------------------------------*/
#overflow {
  clear: both;
	background: #24413e;
	margin-top: 25px;
}
#overflow .inner {
	width: 950px;
	margin: 0 auto;
}

/* FOOTER
----------------------------------------------------------------*/
#footer {
	background: #322107;
	height: 32em;
	text-align: center;
	clear: both;
}
#push {
	height: 32em;
	
}
#copy {
	background: #24413E;
	width: 100%;
	text-align: center
}


