/*================================================================
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(global/sIFR-screen.css); */
@import url(global/fancybox.css);

@import url(nav/nav_horiz.css);

/* @import url(nav/vert_button.css); */

/* BODY 
----------------------------------------------------------------*/

body {
	background: #b2e3fa url(/images/back_body.png) repeat center 40px;
	margin: 0 auto;
	text-align: center;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {
	width: 964px;
	margin: 0 auto;
	clear: both;
}
/* HEADER
----------------------------------------------------------------*/
#header {
	background: transparent url(/images/back_header.png) no-repeat center 35px;
	text-align: left;
	width: 960px;
	margin: 0 auto;
	position: relative;
	height: 220px;

}
.default #header {
	height: auto;

}
#branding {
	text-indent: -9000px;/*  uncomment this to hide the title text */
	padding-top: 15px;
}


/* CONTENT
----------------------------------------------------------------*/
#content {
	background: transparent url(/images/back_content.png) repeat-y 0 0;;
	text-align: left;
	width: 964px;
    margin-top: 60px;
	position: relative;
}


.default #content  {
  background: none;
	width: 964px;
    margin-top: 0;
}
.store.product #content {
	background: transparent url(/images/back_main2.png) no-repeat 0 0;
}
/* MAIN
----------------------------------------------------------------*/
#main {
  width: 940px;
  margin: 0 30px;
  text-align: left;
  height: auto!important;
  min-height: 500px;
  height: 500px;	
  padding-top: 130px;
}
.default #main  {
  min-height: 0;
  padding-top: 0;
  margin: 0 20px;
}
.page #main  {
  width: 900px;
}
.store.product #main {
  /*  background: url("/images/back_main2.png") no-repeat scroll -1001px bottom transparent; */
    float: right;
    margin: 20px 0;
    padding-top: 0;
    width: 735px;
}
/*
.surfacing-companies #main,
.aquatic-consultants #main {
	background: transparent url(/images/back_consultants.jpg) no-repeat right 20px ;
}

.related-manufacturers #main {
	background: transparent url(/images/back_related.jpg) no-repeat right 80px ;
}
*/
/* SECONDARY CONTENT
----------------------------------------------------------------*/
#secondary {
  float: left; /* Creates a left sidebar */
  width: 200px;
  margin: 20px 0 0 30px;
  display: inline;
}
/* OVERFLOW CONTENT
----------------------------------------------------------------*/
#overflow {
  background: transparent url(/images/back_overflow.png) no-repeat 0 0;
  clear: both;
   width: 964px;
  margin: 0 auto;
}

/* FOOTER
----------------------------------------------------------------*/
#footer {
  background: transparent url(/images/back_overflow.png) no-repeat  -1000px bottom;
 width: 964px;
  margin: 0 auto;
	height: 80px;
	text-align: center;
	clear: both;
}
#copy {
	width: 100%;
	margin: 10px auto 0;
}
