html { height:101%; }
html, body { margin:0; padding:0; }

body {
  background:#000;
  font-family: "Lucida Grande", Arial, Verdana, sans-serif;
  font-size:62.5%;
  text-align:center;
  color:#FFF;
}

a {
  font-weight:bold;
  color:#FFF;
}

p, li {
  font-size:1.2em;
}

h1, h2 {
  font-family:Georgia, 'Time New Roman', 'Times Roman', Times, serif;
}

h1 {
  font-size:2.5em;
  font-weight:normal;
}

h1 a {
	font-weight:normal;
}

h2 {
  font-size:1.6em;
}

#wrapper {
  background:#64687C;
  margin:0 auto;
  text-align:left;
  width:900px;
}

#header {
  background: url(../images/header.jpg) no-repeat top center;
  height:77px;
  position:relative;
  border-bottom: 10px solid #9A9DAD;
}

#nav {
  list-style-type:none;
  margin:0;
  padding:0;
  position:absolute;
  bottom:3px;
  right:20px;
}

* html #nav{
	height:2em; 
	bottom:-.6em;
	font-size:1.1em;
}

* + html #nav{
	height:2em; 
	bottom:-.8em;
	font-size:1.1em;
}

#nav li {
  display:inline;
  margin-right:1em;
  padding:.5em;
  background:#9A9DAD;
  font-size:1em;
}

#nav a {
  color:#FFF;
  font-weight:bold;
  font-size:1em;
  text-transform:uppercase;
  text-decoration:none;
}


#sidebar {
  float:right;
  background:#9A9DAD;
  padding:0 0 15px 0;
  margin:10px 15px 10px 10px;
  border:15px solid #484B59;
  width:290px;
}

#sidebar p, #sidebar h2 {
	font-size:1.3em;
  margin:1em 15px;
}

#sidebar p.heading{
	font-size:1.5em;
}

#sidebar p.heading a{
	color:#373838;
}

#sidebar a{
	color:#fff;
}

#sidebar ul{
	margin-top:5px;
}

#sidebar li{
	color:#484B59;
	margin-bottom:.4em;
	font-size:1.3em;
}

#sidebar .image_container{
  text-align:center;
	padding-bottom:5px;
}

#sidebar .image_container a img{
	border:1px solid #ccc;
	padding:0;
	margin:0;
}

#sidebar_logo_container{
	background-color:#484B59;
	text-align:center;
	border-bottom:15px solid #484B59;
}

.categories_left{
	float:left; 
	width:48%;
	padding-left:5px;
}

.categories_right{
	float:left; 
	width:48%;
}

.bounded {
  margin:5px 10px 0 0;
	padding:0 0 15px 25px;
}

.store_front_description{
  width:500px;
}

.content_left{
  width:630px;
}

.hidden {
  display:none;
}


#minisidebar {
  float:right;
  width: 200px;
  height: 500px;
  padding:0 0 0 15px;
  overflow:hidden;
  border-left: 3px solid #484B59;
}

#minisidebar p.heading{
	font-size:1.4em;
}

#minisidebar li{
	color:#484B59;
	margin-bottom:.4em;
	font-size:1.1em;
}

#center {
  margin-left:165px;
  width:470px;
	text-align:center;
}

#center img {
  border:2px solid #FFF;
}

.img {
	width:350px;
}

#footer {
  padding-top:1em;
  text-align:center;
  margin:auto;
  color:#666;
}

#footer a {
  color:#999;
  font-weight:normal;
}

#logo_link{
	position:absolute;
	height:100%;
	width:200px;
}

#logo_link a{
	display:block;
	text-decoration:none;
	cursor:pointer;
	height:100%;
}

#order_online {
	border:2px solid #fff;
	background-color:#454854;
	width:20em;
	margin:15px auto 0 auto;
	padding:15px 0 15px 0;
}

#order_online h2 {
	font-size:18px;
	margin:0 0 15px 0;
}

#order_online p {
	margin:0;
}