body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	color: #333;
}

#canvas {
	width: 750px;
	margin: 0 auto;
	background: #fff;
}

#header {
	height: 40px;
}

#header div {
	position: relative;
	width: 750px;
	height: 40px;
	margin: 0 auto;
	background: #000 url(/resources/images/menu-bg.gif) repeat-x top left;
}

#header h1 {
	float: left;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

#header h1 a {
	display: block;
	width: 165px;
	height: 28px;
	margin: 6px 0 0 12px;
	background: url(/resources/images/logo.gif) no-repeat top left;
}

#header ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 85%;
	font-weight: bold;
}

#header ul li {
	float: left;
	width: 80px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: url(/resources/images/menu-sep.gif) no-repeat top left;
}

#header ul li a {
	display: block;
	padding: 12px 0 0 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

#header ul li a:hover {
	text-decoration: underline;
	color: #fff;
}

#footer {
	clear: both;
}

#footer .wrapper {
	width: 730px;
	margin: 0 auto;
	padding: 0 10px;
	background: #fcfcfc;
	border-top: 1px solid #aaa;
}

#footer .column {
	float: left;
	width: 180px;
	margin: 5px 2px 0 0;
}

#footer h5 {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 85%;
	font-weight: bold;
	color: #666;
}

#footer ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	font-size: 85%;
	font-weight: normal;
}

#footer ul li {
	margin: 0;
	padding: 0 0 2px 0;
}

#footer ul li a {
	text-decoration: none;
	color: #999;
}

#footer ul li a:hover {
	text-decoration: underline;
	color: #999;
}

#footer p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 85%;
	font-weight: normal;
	line-height: 1.3em;
	color: #999;
}

#footer #copyright {
	clear: both;
}

#footer #copyright p {
	padding: 5px 0;
	font-size: 85%;
	color: #999;
	border-top: 1px solid #ddd;
}

#content {
	float: left;
	width: 490px;
	margin: 0;
	padding: 0 20px 25px 20px;
}

#sidebar
{
	float: right;
	width: 190px;
	margin: 0;
	padding: 0 20px 25px 10px;
}

#sidebar ul.nav {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #ddd;
}

#sidebar ul.nav li {
	margin: 0;
	padding: 8px 0;
	font-size: 105%;
	border-bottom: 1px solid #ddd;
}

#sidebar ul.nav li img {
	vertical-align: text-top;
}

#sidebar ul.nav li a {
	text-decoration: none;
	color: #666;
}

#sidebar ul.nav li a:hover {
	text-decoration: underline;
	color: #666;
}

#sidebar ul.nav span.arrow {
	float: right;
	color: #666;
}

ul#products {
	margin: 0;
	padding: 0;
	list-style: none;
}

#products li {
	float: left;
	width: 240px;
	height: 60px;
	margin: 0 5px 5px 0;
}

#products li img {
	float: left;
	margin: 0;
	padding: 6px 4px;
}

#products li strong {
	display: block;
	padding-top: 4px;
	font-size: 110%;
	color: #333;
}

#products li p {
	margin: 0;
	font-size: 85%;
	color: #666;
}

#products li a:hover,
#products li a:visited {
	text-decoration: none;
}

#products li a:hover strong {
	text-decoration: underline;
}

ol.hfeed {
	margin: 8px 0 0 0;
	padding: 0;
	list-style: none;
}

.hfeed li {
	padding: 0 0 4px 0;
}

.hfeed span.published {
	font-size: 85%;
	color: #666;
}

.vcard {
	margin: 16px 0 0 0;
}

.vcard h2 {
	display: inline;
}

.vcard h3 {
	display: inline;
}

.vcard h3 a, .vcard h3 a:visited {
	color: #333;
	text-decoration: none;
}

.vcard h3 a:hover {
	color: #333;
	text-decoration: underline;
}

.vcard .title {
	color: #666;
}

.vcard .photo {
	float: right;
	margin: 4px;
	padding: 2px;
	border: 1px solid #ddd;
}

.vcard ul {
	margin: 0;
	padding: 6px 0 0 6px;
	font-size: 95%;
	list-style: none;
}

.vcard li {
	margin: 4px 0;
	min-height: 14px;
}

.vcard li a {
	padding: 0 0 0 18px;
	background-position: top left;
	background-repeat: no-repeat;
}

.vcard #email {
	background-image: url(../images/email.gif);
}

.vcard #blog {
	background-image: url(../images/feed.gif);
}

.vcard #twitter {
	background-image: url(../images/twitter.gif);
}

.contact dt {
	float: left;
	width: 80px;
	margin: 0;
	padding: 4px 0;
	font-weight: bold;
}

.contact dd {
	float: left;
	width: 410px;
	margin: 0;
	padding: 4px 0;
}

.contact a {
	display: block;
	clear: both;
}

h2 {
	margin: 16px 0 0 0;
}

p {
	line-height: 1.4em;
}

p.lead {
	margin: 5px 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 1.2em;
	line-height: 1.6em;
	border-bottom: 1px solid #ccc;
}

a, a:visited {
	color: #06c;
	text-decoration: none;
}

a:hover {
	color: #06c;
	text-decoration: underline;
}

a img {
	border: none;
}

.align-left {
	float: left;
}

.align-right {
	float: right;
}
