/* general */

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.6em Arial, Verdana, sans-serif;
	font-weight:		bold;
	line-height:		120%;
	margin:				0 0 2px 0;
}
h2 {
	font:				1.4em Arial, Verdana, sans-serif;
	font-weight:		bold;
	text-transform:		uppercase;
	line-height:		110%;
	margin:				0 0 8px 0;
	text-align:			center;
}
h2.large {
	font-size:			2.0em;
}
h2.close {
        margin-bottom:          0;
}
h2.pad {
	margin-bottom:		35px;
}
h3 {
	font:				0.9em Arial, Verdana, sans-serif;
	font-weight:		bold;
	line-height:		120%;
	margin:				0 0 2px 0;
	text-align:			center;
}
#page.testimonials h3 {
	text-align:			left;
}
h3.large {
	font-size:			1.2em;
	margin-bottom:		8px;
}
h3 span {
	font-size:			0.78em;
}
h4 {
	font-size:			0.72em;
	font-weight:		normal;
	line-height:		120%;
	margin:				0;
}
h4.large {
	font-size:			0.9em;
}
h4 span.large {
	font-size:			1.6em;
}

p {
	font-size:			0.72em;
	line-height:		150%;
	margin:				0 0 15px 0;
}
p.small {
	font-size:			0.57em;
}
p.large {
	font-size:			0.9em;
}
p a.large, p b.large {
	font-size:			1.2em;
}
p.order {
	font-size:			1.0em;
	text-align:			center;
}
p span.small {
	font-size:			0.8em;
}
ul, ol {
	margin:				0 8px 25px 0;
	padding:			0 0 0 22px;
}
ol ol {
	list-style-type:	lower-alpha;
}
ol ul {
	list-style-type:	disc;
}
ul.large, ol.large {
	padding:			0 0 0 30px;
}
li { 
	font-size: 			0.72em;
	line-height:		130%;
	margin-top:			3px;
}
li li {
	font-size:			1.0em;
}
ul.large li {
	font-size:			0.9em;
}
img {
	font-size: 			0.57em;
	border:				none;
	margin:				15px 0 15px 0;
}
dl {
	margin:				0;
	padding:			0;
}
dl.pad {
	margin:				30px 0 25px 0;
}
dt {
	font-size:			0.72em;
	font-weight:		bold;
	line-height:		150%;
	margin:				0;
	padding:			0;
}
dd {
	font-size:			0.72em;
	line-height:		150%;
	margin:				0 0 15px 0;
	padding:			0;
}

hr {
	height:				1px;
	margin:				15px 0;
	border:				none;
	border-top:			1px solid #ccc;
}

.uppercase {
	text-transform:		uppercase;
}

/* sections */

#footer {
	font-size:			0.57em;
	line-height:		150%;
	margin:				20px 0 0 0;
	border-top:			1px solid #ccc;
	padding:			8px 0 0 0;
}

/* order form */

form {
	margin:				0;
	padding:			0;
}
table {
	width:				100%;
}
.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-size:			0.665em;
	text-transform:		uppercase;
	font-weight:		bold;
}
input.nobutton {
  font-size:			10px;
}
input.yesbutton {
  font-size:			14px;
}
.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;
}

