/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

/* Declaring New HTML5 Elements */

header, section, footer, aside, nav, article, figure, figcaption, hgroup {
  display: block;
}

* {
  margin: 0px;
  padding: 0px;
}

body {
  text-align: center; /* Centering the Body */
  background-color: #607C90;
}

/* Creating the Main Box */

#wrapper {
  width: 960px;
  margin: 15px auto;
  text-align: left;
}

/* Main Header */

#main_header {
  background: #FFFBB9;
  border: 1px solid #999999;
  padding: 2px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 14px;
  border-radius: 10px 10px 0px 0px;
  background: -moz-linear-gradient(top right, #FFFFFF, #FFCC33);
}

#heading {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #336699;
  text-shadow: rgb(150, 150, 150) 3px 3px 3px;
}

/* Main Menu */

#main_menu {
  background: #CCCCCC;
  padding: 3px 3px;
}

/* Horizontal Menu */

#navsite p {
  text-align: center;
  display: none;
}

#navsite ul {
 width: 100%;
 float: left;
 padding: 0;
 margin-left: 0;
}

#navsite ul li {
 list-style: none;
 margin: 0;
 float: left;
 text-align: center;
}

#navsite ul li a {
 padding: 12px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 color: #FFFFFF;
 background-color: #999999;
 text-decoration: none;
 font-family: Verdana, Helvetica, Arial, sans-serif;
 /* background-image: url('../graphics/hover-off.png'); */
 background-position: 50%;
 background-repeat: repeat-x;
 display: block;
 width: 7em;
}

#navsite ul li a:link {
 color: #FFCC33;
}

#navsite ul li a:visited {
 /* color: #667; */
 color: #FFCC33;
}

#navsite ul li a:link:hover, #navsite ul li a:visited:hover {
 color: #000;
 background-color: #3399CC;
 border-color: #227;
}

#navsite ul li a#current {
 background-color: white;
 border-bottom: 1px solid white;
 color: #448;
 margin-bottom: -1px;
}

#navsite ul li a#current:hover {
 /* background-image: url('../graphics/hover-on1.png'); */
 background-position: 50%;
 background-repeat: repeat-x;
}

.clearfix:after {
 content: '.';
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

/* for IE6 */
* html .clearfix {
  height: 1%;
}

/* for IE7 */
*:first-child+html .clearfix {
 min-height: 1px;
}

#main_section {
  float: left;
  width: 725px;
  height: 470px;
  margin: 5px 0px 5px 0px;
  padding: 0px;
  background: #CCCCCC;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  border-radius: 0px 0px 10px 10px; 
}

#main_aside {
  float: left;
  width: 230px;
  height: 470px;
  margin: 5px 5px 5px 0px;
  padding: 0px 0px 0px 0px; 
  background: #CCCCCC;
  border-radius: 0px 0px 10px 10px;
}

#main_footer {
  clear: both;
  text-align: center;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10px;
  padding: 10px;
  border-top: 2px solid #999999;
}

#home {
  margin: 5px;
  text-align: center;
}

#about {
  margin: 5px;
}

#contact {
  margin: 5px;
}

#shipping {
  margin: 5px;
}

#fiction {
  margin: 5px;
  text-align: center;
}

