/* The line below imports most of the styles for your chosen theme. It is recommended that you leave this in to receive bug fixes or additions to this theme. */
   
@import url('/themes/default/stylesheets/styles.css');

/* The styles below are automatically turned into controls on the Design Bar. For more information, see the FAQ*/
   
* {
  font-family:'Century Gothic', 'Apple Gothic', sans-serif; /*: Font :*/
}

body {
  color:#352b2b; /*: Body Font :*/
  background-color:#221e21; /*: Body Background :*/
  background-repeat: no-repeat;        /*: Background Image Repeat :*/
  background-position: top center;  /*: Background Image Position :*/
  background-attachment: scroll;    /*: Background Attachment :*/
  
}

#header h1 {
  text-align:center;  /*: Header Alignment :*/
}

#header h1 a {
  color: #352b2b; /*: Store Name :*/
}

#nav, #container {
  background-color:#221e21;
}

#nav li a {
  color: #683739; /*: Navigation Links :*/
}

#nav li a:hover, #nav li.current a {
  background-color: #492627; /*: Navigation Hover Background :*/
  color: #683739; /*: Navigation Hover Color :*/
}

h2#title {
  color:#352b2b;  /*: Page Title :*/
  background-color: #352b2b; /*: Page Title Background :*/
}

#content {
  background-color:#352b2b; /*: Middle Section Background :*/
}

div.description a:link,
div.description a:visited {
  color:#683739; /*: Product Description Links :*/
}

#footer_info,
#footer_info a:link,
#footer_info a:visited {
  color: #683739; /*: Footer Text :*/
}
