body {
	background-color:	#FFF;
	font: 				100% "Lucida Grande", Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	color:				#000;
	margin:				40px;
	padding:			0;
}
a {
	font-weight:		bold;
}

h1 {
	font:				1.5em Arial, Verdana, sans-serif;
	font-weight:		bold;
	text-transform:		uppercase;
	line-height:		120%;
	margin:				0;
}
h2 {
	font:				1.2em Arial, Verdana, sans-serif;
	font-weight:		bold;
	text-transform:		uppercase;
	line-height:		110%;
	margin:				0 0 5px 0;
}
h2.country {
	font-size:			0.8em;
	margin:				0 0 10px 0;
}
h3 {
	font:				0.8em Arial, Verdana, sans-serif;
	font-weight:		bold;
	line-height:		120%;
	margin:				0;
}
h3 span {
	font-size:			0.85em;
}

p {
	font-size:			0.665em;
	line-height:		150%;
	margin:				0 0 10px 0;
}
p.larger {
	font-size:			0.72em;
}
ul, ol {
	margin:				0 25px 18px 0;
	padding:			0 0 0 25px;
}
li { 
	font-size: 			0.665em;
	line-height:		130%;
	margin-top:			3px;
}
img {
	font-size: 			0.57em;
	border:				none;
}

/* sections */

#content {
	margin:				10px 0 10px 0;
}
#footer {
	font-size:			0.57em;
	line-height:		150%;
	margin:				10px 0 10px 0;
}

/* order form */

form {
	margin:				0;
	padding:			0;
}
.section {
	margin:				10px 0 10px 0;
}
.field, .lastfield, .items .qty {
	font-size:			0.665em;
	margin:				0 0 4px 0;
}
label {
	font-size:			0.57em;
	font-weight:		bold;
}
.field label, .lastfield label {
	font-size:			1.0em;
}
input, select {
	font:				1.1em "Lucida Grande", Verdana, "Lucida Sans Unicode", Arial, sans-serif;
}
.countryfield {
	font-size:			0.71em;
}
input.button {
	font:				0.8em Arial, Verdana, sans-serif;
	text-transform:		uppercase;
	font-weight:		bold;
}
.buttonfield {
	font-size:			1.0em;
}
.items th, .items td.price {
	font-size:			0.665em;
	padding:			10px;
	vertical-align:		top;
}
.items th {
	font-weight:		bold;
}
.items td {
	padding:			10px;
	vertical-align:		top;
}
.items td p {
	margin-bottom:		0;
}
