@charset "utf-8";
/* Content CSS */

#container {
	margin-right: 0 auto;
	margin-left: 0 auto;
	width: 100%; /* Holding outermost DIV */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #202020;
	background-color: #FFF;
}

#header {
	margin-right: 10px;
	margin-left: 10px;
}

#navigation {
	margin: 0px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.10em;
	font-weight: 400;
	background-color: #fff;
}

#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
    text-decoratin: none;
}

#navigation li {
	display: inline;
    text-decoration: none;
}

#navigation a {
	text-decoration: none;
}
	
#navigation a:link, #navigation a:visited {	
	padding-top: .2em;
	padding-right: .5em;
	padding-bottom: .2em;
	padding-left: .5em;
	color: #000000;
	background-color: #fff;
}

#navigation a:hover {
	color: #808000;
	background-color: #fff;
}

#footnav {
	margin: 0px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: 100;
	background-color: #fff;
}


#items {
    margin-right: auto;
	margin-left: auto;
	width: 100%;
}
	

#cat_nav {
	width: 220px;
	float: left;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 150px;
	padding-left: 30px;
	padding-right: 10px;
}

#cat_nav ul {
	font-family: dosis, sans-serif;
	font-size: 14px;
	font-weight: 100;
	margin: 0;
	padding: 0;
	height: 100%;
	position: fixed;
	overflow: auto;
	list-style-type: none;
}

#cat_nav li {
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#cat_nav a:link, #cat_nav a:visited {
	display: block;
	color: #960;
	background-color: #FFF;	
	width: 200px;
	padding: .5em;
	text-decoration: none;
}

#cat_nav a:hover {
	color: #FFF;
	background-color: #808000;
}

#selnavigation a:link, #selnavigation a:visited, #selnavigation a:hover {
	color: #FFF;
	background-color: #960;
}

#stock_nav {
    margine: 0 auto;
    font-size: 1em;
    color: #666;
    text-decoration: none; 
}

#stock_nav ul {
    text-decoration:  none;
}

#stock_nav a:link {
    text-decoration: none;
}

#featured {
    margin: 0 auto;
    width: 75%;
    text-align: center;
}

#footer {
	font-size: 14px;
	color: #333;
	background-color: #fff;
	text-align: center;	
	clear:  both;
	margin-top: 50px;
	padding:  10px;
}


.headcolor {
	color: #000000;
}

.return {
	color: #808000;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}

.auto {
	color: #336;
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
}

.heading {
	color: #336;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}

.topic {
    color: #808000;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.footnav {
    font-size: 1.25em;
    postion: center;
    display: inline;
    text-decoration: none;
}
 
.foot {
	color: #CFC;
}
	
.sold {
	color: #F00;
}

.bottomnav {
    color: #000000;
    text-decoration: none;
    position: center;
}

/*three image containers (25% for four, and 50% for two, etc)*/
.column2 {
float: left;
width: 45%;
padding: 5px;    
}


/*three image containers (25% for four, and 50% for two, etc)*/
.column3 {
float: left;
width: 30%;
padding: 5px;     
}


/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

	
h1 {
	font-family: Helvectia, sans-serif;
	color: #333;
	font-size: 2em;
	font-weight: 400;
	letter-spacing: 0.25em;
	word-spacing: 0.50em;
	line-height: 1.5em;
	text-align: center;
}

h2 {
	font-size: 1.5em;
	color: #808000;
	font-variant: small-caps;
}

h3 {
	font-size: 1.15em;
	color: #333;
}

h4 {
    font-size: 1.15em;
	color: #333;
	text-align: center;
}
	
h5 {
    font-size: 1.5em;
	color: #808000;
	font-variant: small-caps;
    text-align: center;
}
	

topic {
	font-size: 14px;
	color: #960;
}

hr {
	color: #666;
	width: 100%;
    padding: 5px;
}

a img {
	border: none;
	text-align: center;
}


a[href^="mailto"] {
	color: #808000;
	font-size: 1.10em;
	font-weight: 500;
	text-decoration: none;
}
