/*  
Author: Simon Shull-Foust
Author URI: http://www.simonsportfolio.com
*/

*	{ margin: 0; padding: 0; }

body	{
	background: #dedede;
	font-family: "Trebuchet MS", Georgia, Helvetica, Arial;
	font-size: 90%;
	color: #8e2929;
	line-height: 1.3em;
	text-align: center;
	}

a:link, a:active, a:visited {
	color: #447fc6;
	text-decoration: none;
	}

a:hover	{
	color: #676767;
	}

#wrap	{
	margin: 20px auto;
	width: 800px;
	background: #fff;
	text-align: left;
	border: 1px solid #000;
	}

p	{
	padding: 0.5em 0;
	clear: left;
	}

#header	{
	background: #8e2929 url('images/header-background.gif') repeat-x;
	height: 148px;
	}

#navigation {
	background: url('images/navigation-background.gif') repeat-x top;
	height: 44px;
	padding: 0;
	line-height: 2.4em;
	}

#navigation li {
	list-style: none;
	float: left;
	_width: 8%;
	}

#navigation a {
	display: block;
	height: 44px;
	padding: 0 0.7em;
	color: #447fc6;
	font-weight: bold;
	text-align: center;
	}

#navigation a:hover {
	background: url('images/navigation-background-on.gif') no-repeat center;
	color: #000;
	}

#home #navigation .home a,
#kits #navigation .kits a,
#swabs #navigation .swabs a,
#other #navigation .other a,
#bulk #navigation .bulk a,
#catalog #navigation .catalog a,
#about #navigation .about a,
#faq #navigation .faq a
	{
	background: url('images/navigation-background-on.gif') no-repeat center;
	color: #8e2929;
	}

.clearfix	{
	clear: both;
	}

#content	{
	background: #fff;
	padding: 1em 1em 1em 1.5em;
	}

#sidebar	{
	float: right;
	width: 240px;
	padding-left: 0.5em;
	color: #888;
	}

#sidebar p { padding: 0 0 1em 0; }

h1	{
	padding: 0 0 0.5em 0;
	font-size: 2.0em;
	font-weight: normal;
	}

h2	{
	padding: 0.5em 0;
	font-size: 1.6em;
	font-weight: normal;
	}

h3	{
	padding: 0.5em 0;
	font-size: 1.2em;
	font-weight: normal;
	}

hr	{
	background: #c0c0c0;
	border: 0;
	color: #c0c0c0;
	height: 1px;
	clear: both;
	margin: 10px 0 13px 0;
	}

.clearfix	{
	padding: 5px;
	clear: both;
	}

#content ul {
	padding: 0.5em 0 0.5em 1em;
	list-style: square inside;
	}

#footer	{
	margin: 0 auto;
	width: 444px;
	text-align: center;
	color: #aaa;
	font-size: .8em;
	}

#footer a {
	color: #aaa;
	text-decoration: none;
	}

img	{
 	border: 0;
	}

img.border {
	margin: 0 0 1px 7px;
	display: inline;
	float: right;
	background-color: #fff;
	border: 1px solid #ccc;
	}

img.main-logo {
	float: left;
	padding-left: 20px;
	}