/*****************************************
  DEFAULT PAGE ATTRIBUTES
*****************************************/
body {
    text-align: center;
	margin-top: 0px;
	background-color: #343F19;
	font-family: Trebuchet MS, Tahoma,Verdana;
	font-size: 13px;
	line-height: 120%;
	}
img {
	border: 0px;
	}
a {
	color: #006042;
	text-decoration: none;
	}
a:hover {
	color: #006042;
	text-decoration: underline;
	}
ul {
	margin-top: 0px;
	list-style: disc;
	list-style-image: url(images/bullet.gif);
	}
hr {
	height:2px;
	color:#343F19;
	}
h1 {
	font-size:26px;
	margin-top:0px;
	margin-bottom:7px;
	color:#768D3C;
	letter-spacing:1px;
	font-weight:800;
	}
h2 {
	font-size:20px;
	margin-top:0px;
	margin-bottom:7px;
	color:#343F19;
	line-height: 105%;
	font-weight:800;
	}
/*****************************************
  LAYOUT FRAMEWORK
*****************************************/
#background_bars {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	width: 847px;
	background: url(images/bg_container.jpg);
	background-repeat: repeat;
	border-right:#F17600 1px solid;
	border-left:#F17600 1px solid;
	}
#container {
	width:785px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}
/*****************************************
  HEADER
*****************************************/
#header {
	height:141px;
	background: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
	}
	#header a {
		color:#FFEF92;
		font-weight:800;
		}
	#header a:hover {
		color:#FFFFFF;
		font-weight:800;
		}
	#text_header {
		float:right;
		font-size:17px;
		color:#FFFFFF;
		font-weight:600;
		text-align:right;
		line-height:140%;
		margin-right:5px;
		}
/*****************************************
  BODY / MAIN CONTENT
*****************************************/
#body {
	background: url(images/bg_body.gif);
	background-repeat: repeat_y;
	}
#nav {
	background-color:#000000;
	float:left;
	width:123px;
	}
#main {
	background-color:#F7EBDA;
	width:640px;
	padding:10px;
	float:left;
	}
#interior_main {
	padding:10px;
	width:640px;
	float:left;
	}
	#subheading {
		text-align:left;
		color:#000000;
		font-style:italic;
		line-height:120%;
		font-size:14px;
		margin-bottom:5px;
		}

/*****************************************
  FOOTER
*****************************************/
#footer {
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	background: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	width:863px;
	height:35px;
	font-size:7pt;
	line-height:130%;
	}
	
.clear{height:1px; clear:both;}

/*****************************************
  BROWSER FIXES
*****************************************/
.floatfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}
/* Hides from IE-mac \*/
* html .floatfix {
	height: 1%;
	}
/* End hide from IE-mac */

/*****************************************
  TEXT ELEMENTS
*****************************************/
.retail {font-weight:800; font-size:15px;}
.sale {font-weight:800; font-size:15px; color:green;}
.savings {font-weight:800; font-size:15px; color:red;}
.starting {font-weight:800; font-size:15px; color:#942D00;}

/*****************************************
  BIG GREEN EGG PAGE
*****************************************/
#biggreenegg {
	width:640px;
	border-collapse:collapse;
	padding:0px;
	border:1px solid black;
	font-size:14px;
	}
#biggreenegg td {
	vertical-align:top;
	border:1px solid black;
	padding:3px;
	}
#biggreenegg ul {
	margin-top: 0px;
	margin-bottom:0px;
	margin-left:-25px;
	list-style: disc;
	list-style-image: url(images/bullet.gif);
	}
	*html #biggreenegg ul {
		margin-left:17px;
		}