/*================================================================
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 
----------------------------------------------------------------*/

body {
	background: transparent url(/images/back_html.png) no-repeat center top;
	margin: 0 auto;
	text-align: center;
}
html {
	background: #000 url(/images/back_body.png) repeat center top;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {
	background: transparent url(/images/back_content.png) no-repeat center 160px;
	width: 960px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
.default #wrapper {
	background-position: center 400px;

}
/* HEADER
----------------------------------------------------------------*/
#header {
	background: transparent url(/images/back_header.png) no-repeat center -450px;
	text-align: left;
	width: 960px;
	position: relative;
	height: 215px;
}
.default #header {
	height: 450px;
	background-position: center 50px;
}
#branding {
	height: 215px; width: 315px;
	top: 0; left:-30px;
    position:absolute;
	overflow: hidden;
	z-index: 99;
}
.default #branding {
	height: 400px; width: 425px;
	top: 30px; left: -80px;
}
#branding h1{
	text-indent: -9000px;
}
#branding img{
	width: 310px;
}
.default #branding img{
	width: 390px;
}
/* CONTENT
----------------------------------------------------------------*/
#content-3COLUMN {
	text-align: left;
	width: 740px;
	float: left
}
#content {

	text-align: left;
	width: 960px;
}
.default #content {
	text-align: left;
	width: 740px;
	float: left
}
/* MAIN
----------------------------------------------------------------*/
#mainxx {
  float: right; /* Creates a left sidebar */
  width: 490px;
  margin: 20px 0 0 0;
  padding: 0;
  text-align: left;
  display: inline; /* hack for IE double margin */
}
#main {
  float: right; /* Creates a left sidebar */
  width: 660px;
  margin: 20px 30px 0 40px;
  padding: 0;
  text-align: left;
  display: inline; /* hack for IE double margin */
  overflow: hidden;
}
.default #main {
  width: 490px;
  margin: 20px 0 0 0;
}
.product #main {
  float: left;
  width: 660px;
  margin: 20px  0 0 30px;
}

/* SECONDARY CONTENT
----------------------------------------------------------------*/
#secondary {
  float: left; /* Creates a left sidebar */
  width: 200px;
  margin: 20px 0 0 20px;
  display: inline;
}
.default #secondary
.default #sideCol {
  float: left; /* Creates a left sidebar */
  width: 200px;
  margin: 20px 0 0 0;
  display: inline;
}
.default #sideCol {
  float: right; /* Creates a left sidebar */
}

/* OVERFLOW CONTENT
----------------------------------------------------------------*/
#overflow {
	background: #000 url(/images/back_content.png) no-repeat center top;
  margin: 0 auto;
  clear: both;
  padding: 60px 0 0;
}
#overflow .sidebar{
  background: transparent url(/images/back_overflow.png) no-repeat center bottom;
  float: left; /* Creates a left sidebar */
  width: 227px;
  display: inline;
  height: 190px;
  margin: 10px 5px;
}
#overflow .sidebar h3{
	background: transparent url(/images/back_overflow.png) no-repeat center top;
	margin-top: 0;
	padding: 20px 0 0 15px;
	text-transform: uppercase;
	color: #86b0cf;
	letter-spacing:-1px;
}
#overflow .sidebar p,
#overflow .sidebar ul,
#overflow .sidebar fieldset{
	margin: 0 15px;
}
#overflow div.first{
  margin: 10px 5px 0 10px;
}
#overflow div.last{
  margin: 10px 0 0 5px;
}
#overflow div.oneField{
  margin: .5em 0 0 0;
}

/* FOOTER
----------------------------------------------------------------*/
#footer {
	background: transparent url(/images/back_content.png) no-repeat center bottom;
	width: 960px;
	text-align: center;
	clear: both;
	padding-top: 40px;
	margin: 0 auto;
}
#copy {
	width: 100%;
	margin: 0 auto;
}
.default #copy {

}
