/*================================================================
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/sIFR-print.css);

@import url(nav/nav_horiz.css);
/* @import url(nav/vert_button.css); */

/* BODY 
----------------------------------------------------------------*/

body {
	background: #b2e3fa url(/images/back_body.png) repeat center top;
	margin: 0 auto;
	text-align: center;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
/* HEADER
----------------------------------------------------------------*/
#header {
	background: transparent url(/images/back_header.png) no-repeat top center;
	text-align: left;
	width: 960px;
	position: relative;

}
#branding {
	text-indent: -9000px;/*  uncomment this to hide the title text */
}


/* CONTENT
----------------------------------------------------------------*/
#content, #TB_ajaxContent {
	background: #fff url(/images/back_content.png) no-repeat center 20px ;
	text-align: left;
	width: 960px;
    padding-top: 20px;
	overflow: hidden
}
#TB_ajaxContent {
	background-position: center top;
}
.default #content,
.product #content{
	background: #fff; 
}	
.default #content  {
	background: none;
    padding-top: 0;
	margin-top:-60px;
	position: relative; 
	z-index: 2;
}
/* MAIN
----------------------------------------------------------------*/
#main {
  width: 860px;
  margin: 0 auto 20px;
  text-align: left;
  height: auto!important;
  min-height: 600px;
  height: 600px;
	
}
.default #main  {
  width: 958px;
	background: #fff;
    padding-top: 0;
  min-height: 300px;
  	border:1px solid #fff!important;
  	-moz-border-radius:0 0 7px 7px;
	
	overflow: hidden;
}
.store #main  {
  width: 920px;
}

.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: #82bfe0 url(/images/back_overflow.png) repeat-x top center;
  border-bottom: 1px solid #5a93b8;
  clear: both;
	width: 960px;
  margin: 0 auto;
  padding-top: 20px;
}
.default #overflow {
	background: none;
	border-bottom: none;
}

/* FOOTER
----------------------------------------------------------------*/
#footer {
	background: transparent url(/images/back_footer.png) no-repeat right bottom;
		width: 960px;
  margin: 0 auto;
	height: 41px;
	text-align: left;
	clear: both;
}
#copy {
	width: 100%;
	margin: 10px auto 0;
}