/*================================================================
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: #288bb2 url(/images/back_body.png) repeat-x center top;
	margin: 0 auto;
	text-align: center;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {
	background: #fff url(/images/back_wrapper.png) no-repeat center top;
	width: 762px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	border: 1px solid #288bb2;
	border-width: 0 3px 3px;
}
/* HEADER
----------------------------------------------------------------*/
#header {
	text-align: left;
	width: 762px;
}
#branding {
	height: 76px;
	text-indent: -9000px;
	clear: both;
	overflow: hidden;
}

/* CONTENT
----------------------------------------------------------------*/
#content {
	text-align: left;
	clear: both;
}

/* MAIN
----------------------------------------------------------------*/
#main {
  float: right; /* Creates a left sidebar */
  width: 470px;
  margin: 30px 30px 0 0;
  padding: 0;
  text-align: left;
  display: inline; /* hack for IE double margin */
}
.coupon #main {
	  width: 504px;
}
/* SECONDARY CONTENT
----------------------------------------------------------------*/
#secondary {
  float: left; /* Creates a left sidebar */
  width: 200px;
  margin: 0 0 0 20px;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #288bb2;
  height: 500px;
  padding-top: 30px;
}


/* FOOTER
----------------------------------------------------------------*/
#footer {
	width: 100%; height: 50px;
	text-align: center;
}
#copy {
	width: 100%;
	margin: 0 auto;
}