/* CSS Document */
/************************************************************************
Site: www.anolon.com
Author: Dayspring Technologies (DT) www.dayspring-tech.com
Client: Meyer Anolon

Listing Order:
==============
1 - PAGE LAYOUT STYLES
2 - HOME STYLES
  
************************************************************************
1 - PAGE LAYOUT STYLES (OVERWRITES GLOBAL.CSS STYLES)
************************************************************************/
div#container {
	background:#fffae6 url(../images/hm-bg.gif) 0 0 repeat-y;
  }
div#content {
	/*background:url(../images/bg-artichoke.jpg) 350px bottom no-repeat; ADD WHEN REBATE ALERT IS GONE*/
	border-width:0 15px 0 0;
  padding:0;
  width:940px; /* Required by WinIE6 to show the side borders at full height. */
  height: 547px;
  }
  
div#header {
	background:url(../images/headerBG.gif) repeat-y 100% 0;
  border-width:0 15px 0 40px;
  width:900px; /* Required by WinIE6 to show the side borders at full height. */
  }
div#header img.headerLogo {
	margin:20px 5px 0;
	}
div#footer {
  border-width:0 15px 0 40px;
  width:870px;
  }

/************************************************************************
1.1 - BREADCRUMB ROW STYLES (OVERWRITES GLOBAL.CSS STYLES)
************************************************************************/
div#breadcrumbRow {
	margin:0;
  padding:0;
  position:absolute;
  right:20px;
  text-align:right;
  top:10px;
  width:282px;
  }
div#breadcrumbRow .breadcrumb {
	display:none;
	}
div#breadcrumbRow .loginBox {
	float:none;
	}

/************************************************************************
1.2 - THREE BOX STACK (OVERWRITES GLOBAL.CSS STYLES)
************************************************************************/
div#threeBoxRow {
  border:0;
  float:right;
  margin:0;
  padding:60px 0 0 0;
  width:282px;
	}
div#threeBoxRow a {
	cursor:hand;
	text-decoration:none;
  }
.rowBox {
	border:1px #751b0c solid; 
	display:block;
	height:125px;
	margin:0 0 20px 0;
	padding:0;
  position:relative;
  width:262px;
  }
.rowBox p {
	color:#d3b67a;
  font-family:"lucida sans",verdana,sans-serif;
  font-size:11px;
  line-height:14px;
  margin:30px 10px 0 125px;
  padding:0;
  text-align:center;
  }
.rowBox p strong {
  border-bottom:1px #d3b67a solid; 
  display:block;
  font-family:"lucida sans",verdana,sans-serif;
  font-size:14px;
  line-height:20px;
  margin:0 0 5px 0;
  padding:0 0 2px 0;
  }
/* Hides from IE/Mac \*/
* html .rowBox p strong { /* Enables WinIE6 to render bottom border. */
  height:1%;
  }
/* End hide from IE/Mac */

/************************************************************************
2 - HOME PAGE STYLES
************************************************************************/
div#flashcontent{
  background:#000;
  float:left;
  height:520px;
  margin:0;
  padding:0;
  width:350px;
	}
div#flashcontent img {
  border:0;
  margin:0;
  padding:0;
  }
div#homeText {
  margin:0 282px 0px 350px;
  padding:30px 25px 0px; /* Padding to show the artichoke image. */
  }