/*----CSS Reset----*/
*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font:100%}table{border-collapse:collapse}caption,th,td{text-align:left}
/*----End CSS Reset----*/
/*---------------------------------------------------------------------*/
/*----Elements----*/

body {
  background: #fff;
  font: normal 62.5% Arial, Helvetica, sans-serif;
  text-align: center;
  color: #000;
}

/*----End Elements----*/
/*---------------------------------------------------------------------*/
/*----IDs----*/

#container {
  width: 100%;
  background: url(../images/headerbackground.gif) top repeat-x;
}

#print {
  display: none;
}

#header {
  width: 846px;
  height: 99px;
  background: url(../images/pricing_header.jpg) no-repeat;
  margin: 0 auto;
  color: #fff;
}

#header a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

#header a:hover {
  text-decoration: underline;
}

#headerleft {
  float: left;
  width: 290px;
  text-align: right;
  font-size: 1.2em;
  margin-top: 30px;
}

#phonenumbers {
  float: left;
  font-weight: bold;
  margin-left: 30px;
}

#headerhelp {
  margin-top: 5px;
}

#logo {
  padding-top: 12px;
}

#headerright {
  float: right;
  text-align: left;
  width: 290px;
  font-size: 1.1em;
  margin-top: 10px;
}

#main {
  background: url("../images/pricing_background.gif") center top repeat-y;
  width: 846px;
  margin: 0 auto;
  text-align: left;
}

#breadcrumbs {
  text-align: left;
  padding: 14px 44px;
}

#breadcrumbs ul {
  font-size: 1.8em !important;
  color: #494949;
}

#breadcrumbs li {
  display: inline;
}

#breadcrumbs a {
  color: #1acd00;
  text-decoration: none;
}

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

#footer {
  margin: 0 44px;
}

/*----End IDs----*/
/*---------------------------------------------------------------------*/
/*----Classes----*/

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 1px;
}

.seperator {
  font-size: 0;
  line-height: 0;
  height: 1px;
  background: #bfbfbf;
  margin: 14px 44px;
}

.products {
  margin: 0 44px;
  background: url(../images/pricing-dots.gif) center top repeat-y;
}

.model {
  float: left;
  margin-right: 26px;
  line-height: 1.8em;
  width: 235px;
}

.model img {
  border: 1px solid #d6d6d6;
  margin-bottom: 15px;
}

.model h1 {
  font-weight: bold;
  font-size: 1.5em;
}

.model h2 {
  font-size: 1.2em;
}

.model p.pricing {
  color: #1acd00;
  font-weight: bold;
  font-size: 1.8em;
  margin-bottom: 25px;
}

.model h3 {
  font-weight: bold;
  font-size: 1.1em;
}

.model ul {
  font-size: 1.1em;
}

.options {
  margin: 0 44px 14px;
}

.options h1 {
  font-weight: bold;
  font-size: 1.8em;
}

.option {
  float: left;
  margin-right: 26px;
  line-height: 1.8em;
  width: 235px;
}

.option img {
  border: 1px solid #000;
}

.option h2 {
  font-weight: bold;
  font-size: 1.1em;
  margin: 10px 0 15px;
}

.option ul {
  font-size: 1.1em;
}

.option p.footnote {
  color: #a70000;
  margin: 15px 0;
  font-size: 1.1em;
}

li.left {
  clear: left;
  float: left;
  width: 190px;
}

li.right {
  text-align: right;
}

.image {
  text-align: center;
}

.image img {
  margin: 0 auto;
}

.last {
  margin: 0;
}

.copyright {
  text-align: center;
  padding: 30px 0;
}      

/*----End Classes----*/

.productgrid {
  border-bottom: 1px solid #d9d9d9;
  margin: 0 44px 20px;
  padding-bottom: 20px;
}

.productimage {
  float: left;
  border: 1px solid #d9d9d9;
  width: 300px;
  height: 169px;
  text-align: center;
  margin: 0;
}

.productimage p {
  margin: 0;
  padding: 0;
}

.productimage img {
  margin: 0 auto;
  float: none;
}

.productgrid div.details {
  float: left;
  margin-left: 20px;
  width: 330px;
}

.details h2 {
  font-size: 1.5em;
  font-weight: bold;
}

.details h3 {
  font-size: 1.1em;
  margin-bottom: .5em;
}

.details p {
  color: #494949;
  font-size: 1.1em;
  margin-bottom: .5em;
}

.details strong {
  color: #000;
}
