html {font-size:20px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {  
	margin:0; 
	padding:0;
}
body {
	background-color:white;
	font-family: 'Libre Baskerville', Georgia, serif;
	font-weight:400;
	font-size:1em;
	line-height:1.5;
	color: #333;
}
#content {
	max-width:40em;
	margin:auto;
	padding:1em;
}
a {
	color:darkred;
	text-decoration:none;
	border-bottom:1px solid;
}
a:hover {
	color:orange;
	border-bottom:none;
}
a:hover img {
	border:solid 2px orange;
	margin:19px 7px;
}	
p {
	font-size: 1em;
	margin-bottom: 1.5em;
}
h1 {
	font-size:2.25em;
	line-height:1.33333334em;
	margin:1em 0 0.33333334em;
	text-align:center;
}
h2 {
	font-size:1.25em;
	line-height: 1;
	margin: 1.5em 0;
}
h3 {
	font-size:1em;
	font-variant: small-caps;
	font-weight:700;
	margin-bottom:1.5em;
}
h4 {
	font-size:1em;
	font-variant: all-small-caps;
	font-weight: normal;
	margin-bottom:0.75em;
}
h5 {
	font-size:0.6em;
	font-weight:700;
}
small, .font_small {
	font-size:0.66666667em;
	line-height:2.25;
}
ul {
	list-style-position:outside;
	margin-left:0;
	padding-left:1em;
	margin-bottom:1.5em;
}
ul.indent {
	padding-left:4em;
	margin: -1.5em 0 3em;
}
.product-unit {
	display:inline-block;
}
ul.buy-links {
	font-size:0.6em;
	list-style:none;
	width:175px;
	text-align:center;
	margin-top:-1.5em;
}
ul.buy-links li {
	display:inline;
	padding-right:1em;
}
p.serviceq {
	font-weight:bold;
	margin-bottom:0;
}
p.centered {text-align:center;}
#imppriv {
	margin-top:10em;
	border-top:1px solid #aaa;
	padding-top:1em;
	color:grey;
}
#imppriv p,
#imppriv ul li {
	font-size:12px;
	line-height:1.25;
}
#tagline {
	text-align:center;
	padding:0 1em;
	font-style:italic;
}
img.portrait,
img.refpart		{
	display: block;
	margin:0 auto;
	max-width: 100%;
}
img.refpart {padding-bottom:1.5em;}
#product-images {margin-top:-2.5em;}
#product-images a {border-bottom:none;}
img.product-image,
img.product-label {
	margin:20px 8px;
	border:solid 1px #aaa;
	vertical-align: middle;
}
@media only screen and (max-width:400px) {
	#content {padding: 0.5em;}
	#imppriv ul li,
	#menu ul li {
		display: block;
		margin-bottom:.5em;
	}
}
@media only screen and (max-width:640px) {
	html {font-size:18px;}
	#cookie-notice {
		max-width: 20em;
	}
	#imppriv ul li,
	#menu ul li {
		min-width:9em;
}