/* ELEMENTS */
body {
  font-family:verdana,arial,sans-serif;
  font-size:62.5%;
  text-align:center;
  color:#0e0e0e;
}

h2 {
  font-weight:bold;
  font-size:1.4em;
  line-height:1.6em;
}

h3 {
  font-weight:bold;
  font-size:1.3em;
  line-height:1.5em;
}

blockquote {
  padding:0.5em 1em;
  background-color:#DDDDDD;
}

dt {
  font-weight:bold;
}

/* CLASSES */
.menu li {
  background:url(images/menu_dots.gif) no-repeat center right;
  display:inline;
  padding:10px 10px 10px 0;
}

.menu li.last {
  background-image:none;
  padding-right:0;
}

.menu li a {
  background:url(images/menu_arrow.gif) no-repeat center left;
  color:black;
  padding:10px;
}

.roundcont {
	width: 100%;
	background-color: #ffffff;
	color: #666666;
}

.roundcont p, .roundcont li, .roundcont blockquote {
  font-size:1.2em;
  line-height:1.4em;
}

.roundcont .content {
  border-left:1px solid #000000;
  border-right:1px solid #000000;
  padding:10px 25px 0 25px;
  text-align:left;
}

.roundcont h1 {
  font-size:1.5em;
  border-left:1px solid #000000;
  border-right:1px solid #000000;
  text-align:left;
  padding:5px 0 5px 5px;
  background-color:#DDDDDD;
  font-style:italic;
  font-weight:bold;  
}

.roundtop { 
	background: url(images/corner_tr.gif) no-repeat top right;
}

.roundbottom {
	background: url(images/corner_br.gif) no-repeat top right; 
}

.roundtop, .roundbottom {
  text-align:left;
}

img.corner {
  width: 15px;
  height: 15px;
  border: none;
  display: block !important;
}

.section {
  padding:3px;
  text-align:center;
}

.video {
  margin:10px 0;
  text-align:center;
}

.content ul {
  list-style-type:square;
  margin-left:15px;
}

.content p, .content ul, .content h2, #ft p {
  padding-bottom:1em;
}

.content p.instructions {
  font-size:1.1em;
}

.content h3 {
  padding-top:1em;
}

.image-compare {
  text-align:center;
}

.image-compare img {
  border:1px solid #dddddd;
  padding:10px;
  margin:0 10px 10px 10px;
}

dl.terms-conditions {
  padding:1em 0;
}

.terms-conditions dd {
  float:left;
  padding-left:1em;
}

.terms-conditions dt {
  clear:left;
  float:left;
}

/* IDs */
#body-wrap {
  background-color:#f15d22;
  border:1px solid black;
  margin:1em auto;
  max-width:1200px;
  min-width:800px;
  text-align:left;
  width:50%;
}

#hd {
  background-color:#ffffff;
  border-bottom:1px solid black;
  height:100px;
}

#hd #logo {
  float:left;
}
#hd .banner {
  float:right;
}

#navbar {
  background-color:#ffffff;
  border-bottom:1px solid #000000;
  border-top:1px solid #000000;
  float:left;
  margin-top:5px;
  padding:10px 0;
  text-align:center;
  width:100%;
}

#bd {
  clear:left;
}

#page-summary p {
  font-weight:bold;
}

#ft {
  background-color:#FFFFFF;
  padding:1em;
}

#ft h3, #ft p, #ft dt, #ft dd {
  font-size:1.1em;
  line-height:1.4em;
}

#ft p {
  display:block;
  clear:left;
}


