/* 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: "Palatino Linotype", "Book Antiqua", Palatino, serif; /*: Font :*/
}

body {
  color: #777777;                   /*: Body Font :*/
  background-color: #f3f1e9;        /*: Body Background :*/
  background-repeat: repeat-x;        /*: Background Image Repeat :*/
  background-position: top center;  /*: Background Image Position :*/
  background-attachment: fixed;    /*: Background Attachment :*/
}                                   
                                    
#header {
  text-align:center;                /*: Header Alignment :*/
}                                   
                                    
#header h1 a {                      
  color: #666666;                   /*: Store Name :*/
}

#nav, #container {
  background-color: #f3f1e9;        /*: Store Border :*/
}

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

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

h2#title {
  color: #58b0c0;                   /*: Page Title :*/
  background-color: #f3f1e9;        /*: Page Title Background :*/
}

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

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

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

