/* -- [ INIT ] ----------------------------------------------------*/
body { 
/*	background:url(/img/paper-background.jpg);*/
	background-attachment:fixed; 
	background-color:#f1e8d8;
	color:#6c5634;
}

#wrapper { }

/* -- [ TOP NAV ] -----------------------------------------------------*/
#header-logo span {
  background: #FFF url(/img/header.jpg) 0 0 no-repeat;
  width:780px; height:120px;
  }

/* -- [ CONTENT ] -----------------------------------------------------*/
#content { background:#f6e6c5 url(/img/sidebar.gif) repeat-y; }
#home #content { background:#f6e6c5 url(/img/info.gif) right repeat-y; }

/* -- [ HOME ] -----------------------------------------------------*/
/* #home #info h2 { background:url(/img/intro.gif) no-repeat; } */
#home #info #topbuttons td.newslettersignup { background:url(/img/sign-up.gif) no-repeat; }
#home #info .item { background-color:#b0a99b; }
#home #info .item a { color:#6c5634; }
#home #info .item:hover { background:#aaa291; }
#home #features .item { background-color:#f6e6c5; }
#home #extrabuttons { background:#fff url(/img/extrabuttons.gif) no-repeat; border-top:1px solid #333333; }

/* -- [ SIDEBAR ] -----------------------------------------------------*/
#sidebar { background:url(/img/shadow.gif) repeat-x; }
#sidebar h4 { color:#6c110a; }
#sidebar h4 a, #sidebar h4 a:active, #sidebar h4 a:hover { color:#6c110a; }
#sidebar ul li { border-bottom:1px dashed #6c5634; }
#sidebar ul a { color:#a13229; }
#sidebar ul a:active { color:#a13229; }
#sidebar ul a:hover { color:#a13229; }

/* -- [ MAIN ] -----------------------------------------------------*/
#main, #main #itemindex { 
/*  background:url(/img/shadow-white.gif) repeat-x; */
  background: #f6e6c5;
}
#main h2, #main h4 { color:#233C4B; }
#main a.active { color:#a13229; text-decoration:underline; }
#main a:link { color:#a13229; text-decoration:underline; }
#main a:visited { color:#a13229; text-decoration:underline; }
#main a:hover { color:#a13229; text-decoration:none; }

td.head { background-color:#dec899; }
td.cell { background-color:#dec899; }

#main td.label {	
	background-color:#eed39b; 
/*	border-top:1px solid #38506C;
	border-left:1px solid #38506C;*/
}
#main td.field { 
	background-color:#f6ddab;
/*	border-top:1px solid #38506C;
	border-left:1px solid #38506C;*/
}
#main td.help {
	background-color:#f6ddab;
/*	border-top:1px solid #38506C;
	border-right:1px solid #38506C;*/
}


/* -- [ FOOTER ] --------------------------------------------------*/
#footer { background:url(/img/footer.gif) bottom no-repeat; }
#footer li { font-size:11px; }
#footer li a { color:#6c5634; }
#footer li a:hover { color:#000000; }

ul#legal li { font-size:11px; }
ul#legal li a { color:#6c5634; }
ul#legal li a:hover { color:#000000;}


.book { background-color:#eeeeee; border:1px solid #dddddd; padding:4px; }
.book_hl { border:1px solid #6c5634; background-color:#e6c573; padding:4px; }

