/***************/
/* main layout */
/***************/
body { margin: 29px 0 0 0; padding: 0; background: #3f0909 url(../images/bg.jpg) repeat-x top; }

#outerBodyWrapper { width: 966px; margin: auto;}

#bodyWrapper { border:1px solid #5f1111; background-color:#FFFFFF; }

/* specific link colours for this site */
a:link 	  { color: #8f1d1d; text-decoration: none; }
a:visited { color: #8f1d1d; text-decoration: none; }
a:hover   { color: #e91313; text-decoration: underline; }
a:active  { color: #e91313; text-decoration: underline; }


/*******************/
/* header elements */
/*******************/
#navContainer { background:url(../images/nav_bg.jpg) top no-repeat; padding:14px 0 12px 0;  }

#navContainer ul { margin:0px 0 0 10px; padding:0; }
#navContainer ul li { list-style:none; float:left; margin-right:15px; }
#navContainer ul li a { text-decoration: none; color:#FFFFFF; }

/********************/
/* content elements */
/********************/
#mainContainer { padding:10px;}

#leftCol { width:361px; float:left;}

#rightCol { width:555px; float:right;}
#rightCol .rightColBox { background:#191818 url(../images/box_bg.gif) top no-repeat; color:#FFFFFF; padding:5px; margin-bottom:10px;}
#rightCol .rightColBox .rightColBoxTitle { background-color:#343333; border-bottom:1px solid #454444;}


/* okay here's for the sidebary stuff */
#sidebar  { float: left; width: 195px; border: 1px solid #181919; border-bottom-width: 4px; }
#mainArea { float: right; width: 744px; }
#sidebar h1              { margin: 0; }
#sidebar ul              { background: #181919; list-style: none; margin: 0; padding: 0; }
#sidebar ul li           { background: #181919; margin: 0; padding: 0; padding-top: 1px; }
#sidebar ul li a:link,
#sidebar ul li a:visited { background: #343333; color: #fff; text-decoration: none; padding: 0 10px; display: block; font-size: 1.083em; line-height: 2.154em; }
#sidebar ul li a:hover,
#sidebar ul li a:active  { background: #575555; color: #fff; text-decoration: none; }


.imgPadder { padding:7px;}

hr {
  margin: 18px 0;
  border-bottom: solid #b70062 1px;
  height: 1px;
  border-top: none;
  border-left: none;
  border-right: none;
}

#borderBottomStylee { height:2px; background-color:#a72020; border-top:#d90000 1px solid;}
 
/********************/
/* home shop bits */
/********************/
#itemWeek { float:left; width: 185px; }
#itemWeek #itemWeekImg { border:1px solid #454444; margin-top:6px; padding:4px;}
#itemWeek #itemWeekText { margin-top:6px; margin-left:7px; font-size:1.4em;}
#itemWeek #itemWeekPrice { margin-top:4px; margin-left:7px; font-size:1.4em;} 
#itemWeek #itemWeekLink { margin-left:7px;}
#itemWeek #itemWeekLink a { color:#c32222;}
#itemWeek .border { border:1px solid #c5c5c5;}

#top5 { float:right; width:345px; margin-top:6px;}
#top5 .top5Item { background-color:#8f1d1d; border-left:4px solid #a72020; padding-left:5px; margin-bottom:1px; height:46px;}
#top5 .top5Item a { color: #fff; }
#top5 .top5Item .name { float:left; padding-top:18px;}
#top5 .top5Item .top5ItemImg { float:right; margin-right:4px; margin-top:4px; border:#343333 1px solid; background-color:#FFFFFF;}

/*********/
/* items */
/*********/
.item              { margin-bottom: 10px; }
.item .itemHeader  {  }
.item .itemTitle   { font-weight: bold; }
.item .itemDate    { font-style: italic; }
.item .itemContent {  }
.item .itemImage   { float: left; margin-right: 5px; margin-bottom: 5px; }
.item .itemMore    {  }

#itemBack          {  }

/*****************/
/* photo gallery */
/*****************/
div.galleryItem { /* one gallery item */
  width: 100px;
  height: 100px;
  float: left;
  margin: 5px;
}

/*******************/
/* footer elements */
/*******************/
#footer { background:url(../images/footer_bg.gif) top repeat-x #333333; padding:8px 0 9px 19px; font-size:11px; color:#FFFFFF;}
#footer a { text-decoration: none; } /* for the clevercherry.com link */


/***********************/
/* general form styles */
/***********************/
#contactform	{ float: left; }  /* the contact form itself */
#contact		{ float: right; } /* contact info or whatever on right */

/* all form elements are contained within a formrow div, with a label and
 *  then the element, this is the best way (but still not good) to emulate
 *  a table */
div.formrow {
  clear: both;
  text-align: left;
  margin-bottom: 10px;
}

div.formrow label {
  float: left;
  text-align: right;
  margin-right: 10px;
  width: 80px; /* default width for a default form, add new form ids and override */
}
div.formrow.indent { margin-left: 90px; } /* label width + label margin-right, override as above */

/* message and error boxes, not just useful in contact form */
div.box { border: 1px solid #080; color: #080; padding: 3px 5px; margin-bottom: 15px; float: left; } /* you may need to clearfix this */
div.box.nomargin { margin-bottom: 0; } /* if before something with a margin-top */
div.box.error { border-color: #f00; color: #f00; } /* error box in red */