html {
	/* http://www.hicksdesign.co.uk/journal/forcing-scrollbars-now-even-better */
	height: 100%;
	margin-bottom: 1px;
	}

body {
	font-family: Helvetica, Arial, san-serif;
	font-size: 16px;
	color: #000000;
	line-height: 18px;
	background: #ffffff;
	text-align: justify;
	margin: 3em 12em;
	padding: 0 0 1em 0;
}

h1 {
	font-style: italic;
	font-size: 30px;
	font-family: Georgia, Garamond, san-serif;
	color: #ff9900;
}

h2 {
	font-style: italic;
	font-size: 25px;
	font-family: Georgia, Garamond, san-serif;
	color: #551a8b;
}

.header {
	text-align: right;
}

.logo a {
	text-decoration: none;
	border: none;
}

.footer {
	font-size:12px;
}

h3 {
	font-size: 20px;
}

a {
	color: #551a8b;
	text-decoration: none;
	border-bottom: 0.08em solid #ff9900;
}

a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 0.08em solid #551a8b;
}

.contact strong{
	width: 7em;
	float: left;
	text-align: right;
	padding-right: 1em;
}
.contact span{
	float: left;
}

.cb{
	clear: both;
}

img, a img, a:hover img {
	border: none;
	text-decoration: none;
}

.products a {
	border: none;
	text-decoration: none;
}

::-moz-selection
{
	background:#ff9900;
	color:#551A8B;
}

::selection
{
	background:#ff9900;
	color:#551A8B;
}