h1, h2, h3 {
	letter-spacing: 0.3em;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0.5em;
}

h1 {
	font-size: 19.23pt; /* 25px */
	text-shadow: 3px 3px 5px black;
	margin-bottom: 22px;
}

h2 {
	font-size: 12.77pt; /* 16.6px */
}

p, li, dt, dd {
	line-height: 1.5em;
	margin-bottom: 0.25em;
}

dt {
	font-weight: bold;
	font-style: italic;
}

h1, h2, h3, p {
	margin-left: 15px;
	margin-right: 15px;
}

.sidebar ul, .sidebar li {
	margin: 0px 15px 3px;
}


/*
 * Main Menu
 */


ul#main_menu {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.15em;
}



/*
 * Sub Menu
 */

ul#sub_menu {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.15em;
	font-size: 10pt; /* 13px */
}

ul#sub_menu li.title {
	font-size: 13.85pt; /* 18px */
	letter-spacing: 0.2em;
}

ul#sub_menu li a {
	text-decoration: none;
}

ul#sub_menu li {
	margin-bottom: 0;
}

ul#sub_menu li ul {
	margin: 0;
	text-transform: none;
}

ul#sub_menu li ul li a {
	padding-left: 2em;
}


/*
 * Footer Menu
 */

ul#footer_menu li:before {
	content: "\2022";
	padding-right: 0.5em;
}

ul#footer_menu li.first:before {
	content: "";
	padding-right: 0;
}




/* Feature Panel */

.feature_panel h2 {
	font-size: 19.23pt; /* 25px */
	color: #000;
	text-align: center;
}




/*
 * Sidebar boxes
 */

.sidebar h3 {
	letter-spacing: normal;
	text-transform: none;
	font-style: italic;
	margin-bottom: 0.25em;
}




/* Panels */

div.category_panel span.heading {
	font-size: 10.77pt; /* 14px */
	font-weight: bold;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

div.category_panel.feature span.heading {
	font-size: 13.87pt; /* 18px */
}

div.category_panel a {
	text-decoration: none;
}


/*
 * Pill (link)
 */

a.pill {
	font-size: 13px; /* fixed size */
}

/*
 * Products
 */

p.disclaimer {
	font-size: 8pt;
	font-style: italic;
}

/*
 * Breadcrumbs
 */

#breadcrumbs a {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.15em;
}

#breadcrumbs a:hover {
	text-decoration: none;
}


/*
 * General
 */

.date {
	font-style: italic;
}

/*
 * Form
 */


