* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}


body {
	background: #fff;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	height: 100%;
}

h1, h2, h3 {
	color: #000;
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

img {
	border: 2px solid #333;
}

img:hover {
	border: #7e9d04 2px solid;
}

.logo img {
	border: none;
}

.logo img:hover {
	border: none;
}

.logo {
}

.availability img {
	border: none;
}

.availability img:hover {
	border: none;
}

.availability {
	padding-top: 20px;
}

a {
	text-decoration: none;
	color: #555;
}

a:hover {
	text-decoration: underline;
	color: #7e9d04;
}

.backtotop {
	font-size: 9px;
}

.shouttext {
	font-size: 14px;
	font-weight: bold;
	color: #7e9d04;
	text-align: center;
}

.or {
	text-align: center;
}

.linkspagetext {
	line-height: normal;
}

.linkspagetext a {
	line-height: normal;
    color: #555;
	font-weight: bold;
}

.linkspagetext a hover {
	line-height: normal;
	color: #7e9d04;
	font-weight: bold;
}

.darkerstory {
	color: #444;
}

.startingsentence {
	color: #444;
	font-weight: bold;
}

.startingsentencelinenorm {
	color: #444;
	font-weight: bold;
	line-height: normal;
}

.storylinenormal {
	line-height: normal;
}

/* Boxed Style */

.boxed {
	margin-bottom: 20px;
}

.boxed .title {
	margin: 0;
	padding: 5px 0;
	background: url(../images/img07.gif) repeat-x left bottom;
	font-size: 1em;
}

.boxed .content {
	padding: 15px;
}

.instock {
	color: #00FF00;
}

.outofstock {
	color: #FF0000;
}

.availabletoorder {
	color: #CC6600;
}

/* Post */

.post {
}

.post .title {
	padding: 10px 0;
	background: url(../images/img07.gif) repeat-x left bottom;
	font-size: 1.6em;
	font-weight: normal;
}

.post .date {
	padding-top: 5px;
	font-size: .8em;
	font-weight: normal;
}

.post .meta {
	padding-bottom: 10px;
	background: url(../images/img07.gif) repeat-x left bottom;
	font-size: .8em;
}

.post .meta p {
	margin: 0;
	line-height: normal;
}

.post .story {
	padding-top: 5px;
}


/* Header */

#header {
	height: 105px;
	border-bottom: 2px solid #000;
	background: #000 url(../images/banner.jpg) top no-repeat;
}

/* Wrapper */

#wrapper {
	position: relative;

}

/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	position: relative;
}

/* Content > Main */

#topnav {
}

#topnav a {
	color: #7e9d04;
}

#topnav a:hover {
	color: #555;
}

#main {
	float: right;
	width: 600px;
}

/* Content > Main > Welcome */

#welcome {
	padding-top: 5px;
}

#hptextleft {
	float: left;
}

#hptextright {
	float: right;
	width: 390px;
}

#rightcontentblock {
	float: right;
}

#leftcontentblock {
	float: left;
}

#leftcontentblockmid {
	float: left;
	text-align: center;
}

.stockimage {
    float:left;
	text-align:center;
	width: 150px;
	height: 100px;
}

.stockdescription {
	float:right;
	border: 1px solid #000;
	text-align: left;
	width: 420px;
	height: 95px;
	padding-top: 7px;
	clear: inherit;
	padding-left: 7px;
	padding-right: 7px;
}

.stockspacer {
	clear: both;
	height: 16px;
	width: auto;
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 180px;
}

#navmenu {
	padding-left: 10px;
}

#navmenu ul
{
	list-style: none;
	padding: 0;
	display: list-item;
} 

#navmenu ul li
{
	font-size: 11px;
	padding: 7px 0 7px 0;
	line-height: normal;
	display: block;
}

#navmenu ul li a {
/*	list-style-image: url(images/menunonehover.jpg);*/
	display: block;
	line-height: normal;
	background: url(../images/menunonehover.jpg) left no-repeat;
	padding-left: 20px;
}

#navmenu ul li a:hover {
/*	list-style-image: url(images/menuhover.jpg);*/
	display: block;
	line-height: normal;
	background: url(../images/menuhover.jpg) left no-repeat;
	padding-left: 20px;
}

/* Content > Slogan */

#sloganwrap {
	border-top: 1px dashed #000;
	clear: both;
	position: relative;
}

#totop {
	float: left;
	padding-left: 1px; 
}

#slogan {
	margin-top: 5px;
	text-align: right;
	float: right;
	background: url(../images/slogan.png) no-repeat;
	width: 343px;
	height: 31px;
}

/* Footer */

#spacer {
	background: url(../images/grass.jpg) top;
	height: 31px;
	position: relative;
}

#footer {
	clear: both;
	padding: 20px 50px;
	border-top: 3px solid #000;
	background: #333;
	position: relative;
	bottom: 0;
}

#footer p {
	width: 700px;
	margin: 0 auto;
	font-size: x-small;
	color: #FFFFFF;
	position: relative;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
	color: #7e9d04;
}