@charset "utf-8";
body  {
	font: 16px Helvetica, Arial, Verdana, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	/* background-color:#9D8466; */
	background-color:#BDA486;
}

h1 {
	color: #633;
	font: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: x-large;
	padding: 10px 0px 0px 0px;
}

h2 {
	color: #633;
	font: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: large;
}

.shopName {
	font-style:italic;
}

#hyperContainer {
	margin: 0px;
	padding: 10px;
	text-align: center;
/*	width:802px;
	border-left: 1px solid #633;
	border-right: 1px solid #633;*/

}

#container {

	/*width: 90%;*/
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #000000;*/


	text-align: left; /* this overrides the text-align: center on the body element. */
/*	background-image:url(images/backroom-large-cropped.jpg);
	background-repeat:no-repeat;
	background-position:top;
 */
}

#header {
	margin: 0px auto 0px 0px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
/*	border-bottom:medium solid #F0E1C1;*/
	background-image:url(images/center-flame-logo.gif);	height: 200px;
/*	background-image:url(images/flame-logo-straight2.gif); height: 180px;*/
/*background-image:url(images/flame-logo.gif); height: 190px;*/
	background-repeat:no-repeat;
} 

#headerLogo {
	float: left;
	border: 0px;  /* suppress link outline */
}

#topLinks {
	clear:right;
	float: right;
	margin-right: 20px;
}

#topLinks a {
	 color: #633;
	 font-size: smaller;
	 padding: 5px;
}

#topLinks a:hover {
	color: #F5EFE0;
}

#topAddress {
	clear:right;
	float: right;
	margin-right: 20px;
	margin-top:20px;
	font-size:smaller;
}

#menuBlock {
	 background: #F5EFE0;
	 float:left; 
 
	 clear:both;
	 border-top: medium solid #633;
	 border-bottom: medium solid #633;
	 width:100%;
}

#mainContent {
	margin: 0px auto 0px 0px; 
	padding: 0px 10px 10px 10px;
	border-bottom:medium solid #F0E1C1;
	clear:both;
	min-height:700px;
} 

#directionsRt {
	padding-top: 5px;
	font-size: 12px;
}

.choiceTable {
	
}

.choiceTableRow {
	font-weight:bold;
	background-color:#F1E7D1;
}

.choiceTableData {
	background-color:#F1E7D1;
}


.choiceTable th {
	color: #FFF;
	text-align:center;
}

#footer { 
	font-size: 12px; 
	margin: 0px;
	border-top:thick solid #633;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	border: 0;  
}

#copyright {
	border: 0; 
	color: #000; 
	margin: 10px 5px;
}

#webfarrell {
	border: 0;
	margin-left:190px;
	margin-top:5px;
}

/* Miscellaneous classes for reuse */
.featureImg { 
	margin-top: 10px;
  margin-bottom: 10px;
  border: medium #F5EFE0 solid;
}

.collage {
	margin-top: 10px;
  	margin-bottom: 10px;
	border: 0px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
