body {
	font-size: 10px;
	font-family: "lucida grande", verdana, sans-serif; 
	background: #15280e;
}

/* -- Colors -------------------------------------- */
.red {
	color: #cc0000;
}

.rust {
	color: #753405;
}

.brn {
	color: #5c3a04;
}

/* -- Splash | General Styles -------------------------------------- */
#container {
    width: 100%;
}

#lftSide {
    width: 24px;
   	background: url(../images/bg_splash.gif) top left repeat-y;
}

#rtSide {
    width: 23px;
   	background: url(../images/bg_splash.gif) top right repeat-y;
}

#content {
    background: #eee6d4;
}

#footer {
    color: #f6f3ec;
    height: 27px;
    padding: 0 25px 1px 25px;
    background: url(../images/footer.gif) top center no-repeat;
    text-align: right;
}

.sections {
	color: #5c3a04;
    width: 323px;
    margin: 0 auto;
    padding: 1px 9px 0 19px;
    background: url(../images/section_bg.gif) top center repeat-y;
    text-align: left;
    vertical-align: top;
    width: 300px;
}
#sections {
	color: #5c3a04;
    width: 323px;
    margin: 0 auto;
    padding: 1px 9px 0 19px;
    background: url(../images/section_bg.gif) top center repeat-y;
    text-align: left;
    vertical-align: top;
    width: 300px;
}

.section_wide {
	color: #5c3a04;
    width: 672px;
    margin: 0;
    padding: 8px 9px 0 9px;
	border-left:1px solid #5c3a04;
	border-right:1px solid #5c3a04;
    background: #FFF url(../images/section_bg_wide.gif) top center repeat-y;
    text-align: left;
    vertical-align: top;
}
#editarea {
	padding: 0px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: 490px;
	width: 700px;
	float: none;
}
.topbuttons {
	padding-left:20px;
}
.topbuttonrt {
	padding-right:20px;
}

a:link, a:active, a:visited {
	color: #4393d7;
	text-decoration: none;
}
a img {
	text-decoration: none;
	border: 0 none;
	}
a:hover {
	text-decoration: underline;
}

ul {
	list-style-type: none;
    margin: 10px 0 0 0;
	padding: 0;
}

ul li.listTitle {
    font-weight: bold;
}

strong {
    font-weight: bold;
}

input {
	border-top: 1px solid #999;
	border-right: 1px solid #999;	
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}

input.button {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	border-top: 1px solid #b5a896;
	border-right: 1px solid #573f00;	
	border-bottom: 1px solid #573f00;
	border-left: 1px solid #b5a896;
	background: #355e25;
	padding: 2px;
}

/* -- Paragraph Styles -------------------------------------- */
.intro {
	color: #5c3a04;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding: 0;
    text-align: left;
}

/* -- Item/Brand Paragraphs -------------------------------------- */
.itemBrand {
	color: #5c3a04;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 10px 10px 40px;
    line-height: 18px;
    background: url(../images/sect_back.gif) top left no-repeat;
    text-align: left;
}

/* -- Join Mailing List Styles -------------------------------------- */
#joinList {
	color: #5c3a04;
	padding: 0;
	background: url(../images/list/pop_bg.gif) top left repeat-y;
}

#joinList img {
	margin: 0;
	padding: 0;
}

#joinList input {
    margin-left: 8px;
    margin-bottom: 2px;
}

#joinList input.radio {
	border: 0;
}

#joinList .listForm {
	padding: 6px 0 10px 0;
	background: none;
}

#joinList .errorlabel {
	color: #cc0000;
}

/* -- Featured Products -------------------------------------- */
.product {
    border-top: 3px solid #5c3a04;
    border-right: 3px solid #5c3a04;
    border-bottom: 3px solid #5c3a04;
    border-left: 3px solid #5c3a04;
    margin-bottom: 4px;
}

.prodItem {
    color: #753405;
    font-size: 14px;
    font-weight: bold;
}

#holidayhrs {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

