* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	color: #525252;
	background: url(images/bg.gif);
}

h1 {
	margin: 0 0 15px 0;
	padding: 0 0 25px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #000;
	border-bottom: 1px solid #3D6515;
}
h1.subheading {
	font-size: 16px;
	border-bottom: none;
}

p {
	padding: 0 0 15px 0;
}

strong {
	color: #373737;
}

a {
	color: #144114;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

table.simple td, table.simple th {
margin: 0 10px 0 0;
}

#container {
	margin: 0 auto 0 auto;
	width: 950px;
	border-top: 5px solid #fff;
	border-left: 20px solid #fff;
	border-bottom: 20px solid #fff;
	border-right: 20px solid #fff;
	background: #fff;
}

#keywords {
	font-weight: normal;
	text-align: center;
	color: #bdbdbd;
}
#keywords ul {
	margin: 0 0 9px 0;
	list-style: none;
}
#keywords li {
	margin: 0 5px 0 5px;
	font-size: 9px;
	display: inline;
}

#top {
	height: 15px;
	border-bottom: 2px solid #fff;
	background: #000;
}

#banner {
	height: 283px;
	background: url(images/banner.jpg);
}

#nav {
	height: 50px;
	background: url(images/nav.gif);
}
#nav ul {
	padding: 0 0 0 10px;
	list-style: none;
}
#nav li {
	display: inline;
}
#nav a {
	margin: 12px 10px 0 0;
	padding: 11px 43px 0 43px;
	height: 25px;
	display: block;
	float: left;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border-left: 2px solid #a8a8a8;
	border-top: 2px solid #a8a8a8;
	border-right: 2px solid #a8a8a8;
	background: url(images/nav-btn.gif);
}
#nav a:hover {
	color: #144114;
	background: url(images/nav-btn-over.gif);
}
#nav a.ebay {
	margin: 12px 0 0 249px;
	padding: 11px 26px 0 60px;
	background: url(images/nav-btn-ebay.gif) 0 0 no-repeat #fff;
}
#nav a:hover.ebay {
	background: url(images/nav-btn-ebay-over.gif) 0 0 no-repeat #fff;
}

#left-column {
	width: 268px;
	float: left;
}

#search {
	margin: 20px 0 0 0;
	padding: 11px 0 0 9px;
	height: 29px;
	border-bottom: 2px solid #fff;
	background: #464646;
}
#search input {
	width: 200px;
}
#search input.actinic-button {
	width: 40px;
}

#menu {
	margin: 0 0 20px 0;
	padding: 15px 15px 13px 15px;
	background: url(images/menu.gif) top repeat-x #ddd;
}
#menu ul {
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	margin: 0 0 2px 0;
	padding: 6px 26px 6px 26px;
	width: 180px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border: 1px solid #b0b0b0;
	background: url(images/menu-btn.gif) 13px 11px no-repeat #fff;
}
#menu a:hover {
	color: #fff;
	border: 1px solid #232323;
	background: url(images/menu-btn-over.gif) 13px 11px no-repeat #464646;
}

#right-column {
	width: 682px;
	float: left;
}

#content {
	margin: 0 0 20px 0;
	padding: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
}
#content ul {
	padding: 0 0 15px 25px;
	list-style: square;
}
#content li {
	padding: 0 0 5px 0;
}
#content form {
	padding: 0 0 15px 0;
}
#content input {
	width: 500px;
}
#content input.submit {
	width: 100px;
}
#content textarea {
	width: 500px;
}
#content img.products {
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
}
#content img.right {
	margin: 0 0 10px 15px;
	float: right;
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
}

#address {
	margin: 0 5px 15px 0;
	width: 210px;
	float: left;
}
#address h3 {
	margin: 0 0 10px 0;
	padding: 3px 5px 3px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: #2d3215;
}
#address p {
	padding: 0 5px 10px 5px;
}

#footer {
	clear: both;
}

#footer-links {
	padding: 17px 17px 12px 17px;
	text-align: center;
	color: #6f6f6f;
	background: #232323;
}
#footer-links p {
	padding: 0 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer-links strong {
	color: #838383;
}
#footer-links a {
	color: #adadad;
	text-decoration: none;
}
#footer-links a:hover {
	color: #fff;
}
