html, body {
	margin:0;
	padding:0;
	height: 100%;
}
body {	
	background: #fff url('/images/Sidebar01.jpg') no-repeat fixed top left;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
}

li {
  margin-bottom: 5px;
}

a {
	color: #333;
}
#container {
	max-width:1000px;
        height: 100%;
        min-width:700px;
        position: relative;
}
#logo {
	text-align:right;
	padding: 20px;
}
#tier2 {
	position:fixed;
	left:220px;
	top:18px;
	width:160px;
}
#tier2 a {
	display:block;
	font-size: 13px;
	color: #900;
	margin:12px;
	font-weight:bold;
text-decoration: none;
}
#tier2 a:hover {
	text-decoration: underline;
}
#content {
	position: absolute;
	top: 100px;
	left: 370px;
margin-right: 20px;
}
#content p {
text-align: justify;}
#tier1 {
	position:fixed;
	bottom:0;
	left:0;
	background-image: url('images/trans6.png');
	height: 55px;
	padding: 0;
	width: 100%;
}
#tier1 a {
	color: #900;
	font-size: 18px;
	font-weight:bold;
text-decoration: none;
}
#tier1 a:hover {
text-decoration: underline;
}
h1, h2, h3 {
	margin:0 0 5px 0;
	color:#900;
}
h3, h2 {margin-top: 10px;}

/* NAVIGATION STUFF */
#nav {
	margin:5px 0;
  *padding-left: 38px;
}
#nav li {
  /*float the main list items*/
  float: left;
  display: block;
  padding-right: 15px;
}

#nav li li {
  padding-right: 15px;
}

#nav li.off ul, #nav li.on ul {
  /*hide the subnavs*/
  display: none;
}

#nav li a {
  /*for all links in the list*/
  display: block;
}

#nav li.off ul, #nav li.on ul {
  /*put the subnavs below and hide them all*/
  display: none;
  position: absolute;
	width: 680px;
  top: 25px;
	*top: 18px; /*reposition for IE*/
  left: 0;
  padding-top: 5px;
  *padding-top: 16px;
  padding-bottom: 7px;
}

#nav li.on ul a, #nav li.off ul a {
  float: left;
  /*ie doesn't inherit the float*/
  width: auto;
  font-size: 12px;
	color:#000;
}

#nav li.off:hover ul, #nav li.over ul {
  /*  display the other topics when
      their parent is hovered */
  display: block;
  z-index: 6000;
}

.mouse {
	cursor:default;
}
.layout {
	zoom: 1;
}

#content img {
margin: 4px 8px;
}
img {
padding: 0;
margin: 0;
border: none;
}

/* *** Color Classes *** */
.darkred {color: #870e06;}
.red {color: #f61209;}
.darkblue {color: #17238f;}
.blue {color: #717fe2;}
.darkorange {color: #c75400;}
.orange {color: #fba400;}
.darkgreen {color: #536f00;}
.green {color: #97b433;}
.darkgray {color: #6f6f6f;}
.gray {color: #999;}

.wallpaper {
width: 170px;
text-align: center;
font-size: 11px;
float: left;
height: 140px;
margin: 10px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.product p {
    display: inline;
}

.product {
    margin-top: 15px;
}

.product_form {
    margin-top: 10px;
}

.cart {
    width: 100%;
    border: 1px solid #999;
    border-bottom: none;
}

.carttitle {
    background-color: #ddd;
}

.cart td, .cart th {
    border-bottom: 1px solid #999;
}

.cartlinks {
    font-weight: bold;
    margin: 15px;
}

.right {
    float: right;
}

.left {
    float: left;
}

#cart-notice {
    background-color: #fff9b0;
    border: 1px solid #ffe450;
    padding: 3px 9px 3px 9px;
    width: 97%;
    overflow: hidden;
}

#cart-notice strong {
    color: #600;
}

.form fieldset { 
	background: #fff;
        border: thin solid #999;
        margin-bottom: 15px;
} 

.form legend { 
	color: #fff; 
	background: #870e06; 
	padding: 0.2em 1em;
        font-weight: bold; 
} 

.form label { 
	width: 8em; 
	float: left; 
	text-align: right;
    margin-right: 0.5em; 
	display: block; 
} 


/* The error box */ 
.fieldWithErrors { 
	padding: 2px; 
	background-color: red; 
	display: table; 
} 

#errorExplanation { 
	width: 400px; 
	border: 2px solid red; 
	padding: 7px; 
	padding-bottom: 12px; 
	margin-bottom: 20px; 
	background-color: #f0f0f0; 
} 

#errorExplanation h2 { 
	text-align: left; 
	font-weight: bold; 
	padding: 5px 5px 5px 15px;
	font-size: 12px; 
	margin: -7px; 
	background-color: #c00; 
	color: #fff; 
} 

#errorExplanation p { 
	color: #333; 
	margin-bottom: 0; 
	padding: 5px; 
} 

#errorExplanation ul li { 
	font-size: 12px; 
	list-style: square; 
}

.right-store-link {
        margin-right: 25px;
}

.col-one {
  float: left;
  margin-right: 10px;
  width: 300px;
}

.col-two {
  float: left;
  width: 300px;
}

.smaller-font {
  font-size: 11px;
}