/**** Global Rules ****/

/* Page Structure */

HTML, BODY, H1, H2, H3, H4, H5, H6, HR, DIV, P, PRE, UL, OL, LI, BLOCKQUOTE, FORM, FIELDSET, LEGEND, TABLE, TR, TH, TD, DL, DT, DD {
  margin: 0;
  padding: 0;
}

HTML, BODY {
  height: 100%;
}

BODY {
  padding: 0;
  background: url('../images/mainBkgd.gif');
  font: normal normal normal 0.9em/1.3em Times,Garamond, serif;
  color: #000;
}

/* Headings */

H1, H2, H3, H4, H5, H6 {
  margin: 0 0 1em 0;
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
}

H2 {
  font-size: 1.4em;
}

H3 {
  font-size: 1.1em;
}

H4 {
  font-size: 1em;
}

/* Tables */

TABLE {
  border-collapse: collapse;
  border-spacing: 0;
  background: none;
}

TH, TD {
  font-style: normal;
  font-weight: normal;
  text-align: left;
}

/* Form Elements */

INPUT, TEXTAREA, SELECT, BUTTON {
  font: normal normal normal 1em Helvetica, Arial, sans-serif;
}

INPUT.fullWidth, TEXTAREA.fullWidth {
  width: 100%;
}

INPUT.cancelButton, BUTTON.cancelButton {
  margin-left: 2em;
}

BUTTON {
  padding: 0.1em;
  background: none;
  border: none;
  font-size: 0.9em;
  color: #666;
  vertical-align: middle;
}

/* Paragraphs and Other Block-Level Elements */

P {
  margin-bottom: 1.2em;
  line-height: 1.5em;
}

OL, UL {
  margin: 2em 1em 1em 2em;
  list-style: none;
}

UL.bullets {
  margin-top: 1em;
  list-style: disc;
}

LI {
  margin-bottom: 1em;
}

BLOCKQUOTE {
  margin: 0 1em;
  padding: 0 0 0 0.7em;
}

ADDRESS {
  margin-bottom: 1em;
  font-style: normal;
}

BR.clear {
  clear: both;
}

HR {
  margin: 1em 0 1em 0;
  border: 1px solid #fff;
}

HR.sectionBreak {
  margin: 2em 0 2em 0;
}

HR.separator {
  border-right: none;
  border-bottom: none;
  border-left: none;
}

/* Anchors (Hyperlinks) */

A, A:link, A:visited {
  color: #e6c463;
  text-decoration: none;
}
A:hover {
  color: #fff;
  text-decoration: underline;
}

/* Images and Other Inline Elements */

IMG {
  border: none;
}

/**** Site Layout ****/

/* Page Frame */

#page {
	margin: 0 auto;
	width: 940px;
	min-height: 100%;
	position: relative;
}

/* Page Header */

#pageHeader {	
}
  
#pageHeader H1 {
  margin: 0px;
  background: url('../images/mainBkgd.gif') left bottom no-repeat;
  height: 120px;
  width: 250px;
  text-indent: -1000em;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 12px;
}

/* Navigation Bar */

#pageNavigationFrame {
  background: url('../images/navBkgd.jpg') top repeat-x;
  height: 35px;
}

#pageNavigationFrame UL {
  margin: 0 0 0 0%;
  text-align: center;
}

#pageNavigationFrame LI {
  margin: 0;  
  display: inline;
}

#pageNavigationFrame LI A {
  padding: 0px 10px;
  height: 33px;
  color: #e6c463;
  line-height: 33px;
  font-size: .95em;
  font-weight: 600;
  letter-spacing:.1em;
  text-transform: uppercase;
  }
  
#pageNavigationFrame LI A.current {
  color: #fff;
}

/* Home Ad */

#homeAd {
	background: url('../images/homeAd.jpg') center bottom no-repeat;
	height: 385px;
	position: relative;
}

#homeAd H2 {
  text-indent: -1000em;
}

#homeAd UL{
	margin: 0;
}

#homeAd LI{
	margin: 0;
}

#homeAd LI A{	
  display: block;
  text-indent: -1000em;   
  position: absolute;
}

/* Page Highlight */

#pageHighlight {
  margin: 0px auto;  
  max-width: 943px;  
  background: url('../images/homeBkgd.jpg') center top no-repeat;
  height: 300px;
}

#pageHighlight UL{
	margin: 0;
}

#pageHighlight LI{
	margin: 0;
}

#pageHighlight LI A{	
  display: block;
  text-indent: -1000em;   
  position: absolute;
}

#greenLink{	
  height: 225px;
  width: 300px; 
  left: 15px;
  top:440px;
}

#mobileLink{
	height: 57px;
	width: 154px;
	left: 764px;
	top:445px;
}

#referralLink{
	height: 37px;
	width: 154px;
	left: 764px;
	top:520px;
}

#specialsLink{
	height: 224px;
	width: 430px;
	left: 323px;
	top:440px;
}

#fbLink{
	height: 37px;
	width: 165px;
	left: 764px;
	top:355px;
}

#shopgenieLink{
	height: 70px;
	width: 145px;
	left: 764px;
	top:595px;
}



  
/* Product Nav*/

#productNav {
  background: #741d1d;
  margin: 0;
  width: 180px;
  position: absolute;
  top: 35px;
  left: 740px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#productNav LI {
  margin: 0;
  color: #e6c463;
  font-size: .9em;
  font-weight: 600;
  letter-spacing:.1em;
  text-transform: uppercase;
  line-height: 1.1em;
}

#productNav LI A {
  padding: 5px 10px;
  color: #e6c463;  
  display: block;
}

#productNav LI A:hover {
  background: #e2d4ab;
  color: #000;
  text-decoration: none;
}

/* Products */

#products {
  width: 760px;
  position: absolute;
  left: 172px;
}

/* Catalog Form */

.catalogForm {
  margin: 0 auto;
  padding: 0px 0;
  width: 760px;
  background: #fff;
}

.catalogForm P {
  margin: 0;
  font-size: .85em;
  color: #000;
  align: right;
}

.formInstructions {
  margin-right: 2em;
  font-size: 0.8em;
  font-style: italic;
  color: #666;
}

TABLE.form TH {
  padding: 0.2em 1em 0.2em 1em;
  color: #808080;
}
TABLE.form TH.requiredField {
  font-weight: bold;
  color: #CC0000;
}

TABLE.form TD {
  padding: 0.2em 0;
}

/* Page Footer */

#pageFooter {
	margin: 1em 1em;
	padding: 0;
	font-size: 0.8em;
	width: 740px;
	position: relative;
	z-index: 100;
	height: 54px;
}

#pageFooter UL {
  margin: 0;
  float: right;
}
#pageFooter LI {
  margin: 0;
  padding: 0 0 0 1.5em;
  display: inline;
}

#pageFooter A {
  color: #fff;
  text-decoration: underline;
}
#pageFooter A:hover {
  color: #000;
}

#pageFooter P {
  margin: 0;
  color: #fff;
}

