/* BASE RULES */

body {
  color: black;
  background-color: white;
  font: 10pt/1.5em verdana, arial, sans-serif;
}

/* TYPOGRAPHY RULES */

h1 {
  font-size: 190%
}

h2 {
  font-size: 150%
}

h3 {
  font-size: 105%
}

h1, h2 {
	clear: left;
}

h1, h2, h3 {
  font-family: verdana, arial, sans-serif;
}

#header {
  text-align: center;
  margin-bottom: 40px;
}

.featurearticle {
	clear: left;
}

.featurearticle img {
	margin: 0px 10px 10px 0;
	float: left;
	border: 0;
}

.featurearticle a {
    font-weight: bold;
	white-space: nowrap;
}

#header img {
	border: 0;
}

#content img {
	padding: 2px;
	border: 1px solid #ABA7A4;
}

#footer {
  margin-top: 30px;
  font-size: x-small;
  clear: both;
  text-align: center;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignright img {
  border: 0;
}

.print_hide, #main_menu ul, #header p#top_slogan, #sub_menu, #products_content_left, p.back, .enlarge, #content_right {
  display: none;
}
