/* Campfire Products CSS */

body {
background-image: url(images/bckgnd_repeat.gif);
background-color: #e1cdac;
margin: 0;
font-family: verdana, sans-serif;
font-size: 12px;
}

#container {
width: 757px;
margin: 0 auto;
}

#topbanner {
width: 100%;
height: 295px;
background-image: url(images/cronzy_top_banner.gif);
background-repeat: no-repeat;
margin: 0;
}

#pagerepeater {
width: 100%;
background-image: url(images/page_repeater.gif);
background-repeat: repeat-y;
background-color: #ffeec6;
margin: 0;
}


/* Side Nav Area */

#sidenav {
width: 165px;
float: left;
margin: 0;
padding: 15px 0 0 18px;
}

#sidenavlist {
width: 143px;
margin: 0;
padding: 0;
text-align: left;
list-style: none;
}

#sidenavlist li {
display: block;
width: 100%;
height: 31px;
background-image: url(images/sidenav_grey.gif);
text-align: left;
}

body#currentone #sidenavlist li a#currentone, body#currenttwo #sidenavlist li a#currenttwo, body#currentthree #sidenavlist li a#currentthree, body#currentfour #sidenavlist li a#currentfour, body#currentfive #sidenavlist li a#currentfive {
display: block;
width: 100%;
height: 31px;
background-image: url(images/sidenav_orange.gif);
font-family: verdana, sans-serif;
font-size: 11px;
font-weight: bold;
color: #fff;
text-decoration: none;
}

#sidenavlist li a{
display: block;
width: 100%;
height: 31px;
background-image: url(images/sidenav_grey.gif);
font-family: verdana, sans-serif;
font-size: 11px;
font-weight: bold;
color: #fff;
text-decoration: none;
}

#sidenavlist li a:visited{
display: block;
width: 100%;
height: 31px;
background-image: url(images/sidenav_grey.gif);
font-family: verdana, sans-serif;
font-size: 11px;
font-weight: bold;
color: #fff;
text-decoration: none;
}

#sidenavlist li a:hover {
display: block;
width: 100%;
height: 31px;
background-image: url(images/sidenav_orange.gif);
font-family: verdana, sans-serif;
font-size: 11px;
font-weight: bold;
color: #fff;
text-decoration: none;
}

.shifttxt {
display: block;
margin: 0;
padding: 8px 0 0 28px;
}


/* Content Area */

#contentbox {
width: 505px;
float: right;
padding: 15px 50px 0 0;
}

h1 {
font-family: arial, sans-serif;
font-size: 18px;
font-weight: bold;
color: #5f5f45;
margin: 0;
padding: 0 0 8px 0;
}

#contentbox p {
font-family: arial, sans-serif;
font-size: 12px;
line-height: 18px;
color: #71684f;
margin: 0;
padding: 0 0 8px 0;
}

#contentbox a:link{
color: #ce8106;
text-decoration: underline;
}

#contentbox a:visited{
color: #ce8106;
text-decoration: underline;
}

#contentbox a:hover{
color: #000;
text-decoration: underline;
}

.orderlist {
font-family: arial, sans-serif;
color: #71684f;
margin: 0;
padding: 0 0 0 30px;
}

.orderlist li{
padding: 0 0 10px 0;
margin: 0;
line-height: 18px;
}

.subheader {
font-family: arial, sans-serif;
font-size: 14px;
font-weight: bold;
color: #ce8106;
margin: 0;
padding: 0 0 8px 0;
}

.suborange {
font-family: arial, sans-serif;
font-size: 12px;
font-weight: bold;
color: #ce8106;
margin: 0;
padding: 0 0 8px 0;
}

.locationcontainer {
float: left;
width: 140px;
margin: 0 15px 15px 0;
padding: 5px;
border-left: 1px solid #f3dfae;
}

.seperator {
width: 100%;
height: 2px;
border-top: 1px solid #f3dfae;
padding: 5px 0 5px 0;
}

.clearboth { clear: both; }

#imagearea {
float:right; 
margin: 0 0 10px 20px;
text-align: center;
}


/* Page Spacers */

#spacerhome {
width: 100%;
height: 19px;
}

#spacerhistory {
width: 100%;
height: 30px;
}

#spacercontact {
width: 100%;
height: 38px;
}

#spacerrecipe {
width: 100%;
height: 55px;
}

#spacerwhere {
width: 100%;
height: 42px;
}


/* Text */

.tagline {
font-family: arial, sans-serif;
font-size: 11px;
color: #333;
margin: 0;
padding: 272px 0 0 60px;
line-height: 11px;
}

.copyrighttxt {
font-family: arial, sans-serif;
font-size: 10px;
color: #71684f;
margin: 0;
}

/* Footer */

#bottom {
width: 100%;
height: 99px;
background-image: url(images/cronzy_footer.gif);
background-repeat: no-repeat;
background-color: #ffeec6;
margin: 0;
}

#copyright {
width: 200px;
padding: 55px 0 0 50px;
margin: 0;
float: left;
}

#footernav {
width: 400px;
padding: 55px 25px 0 0;
margin: 0;
float: right;
text-align: right;
}

#footernav a:link{
color: #71684f;
text-decoration: none;
}

#footernav a:visited{
color: #71684f;
text-decoration: none;
}

#footernav a:hover{
color: #dba54e;
text-decoration: none;
}



