/* 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:#000000; /*: Body Font :*/
  background-color:#000000; /*: Body Background :*/
  background-repeat: 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: #0C0C0C; /*: Store Name :*/
}

#nav, #container {
  background-color:#FFFFFF;
}

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

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

h2#title {
  color:#424242;  /*: Page Title :*/
  background-color: #FFFDFD; /*: Page Title Background :*/
}

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

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

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