* { padding: 0; margin: 0; }

body {
  background-color: #e5e5e5;
  color: #666;
  font: normal 62.5%/1.333 Tahoma, Arial, Helvetica, sans-serif;
}

input, select, textarea {
  padding: 2px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Candara, "Trebuchet MS", Arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
}

a { text-decoration: none; }
a img { border: 0; vertical-align: middle; }

.float-left { float: left; }
.float-right { float: right; }
.center { text-align: center; }

.centered-wrap {
  width: 970px;
  margin: 0 auto;
}

#top {
  background-color: #000;
  color: #fff;
  font-size: 1.1em;
  padding: 9px 0;
  width: 100%;
}

#language-switch {
  float: left;
  margin-left: 45px;
}

#top-menu{
  list-style: none;
  display: inline-block;
  float: right;
  margin-right: 230px;
}

#top-menu li {
  display: inline;
  border-left: 1px solid #fff;
  padding: 0 8px;
}

#top-menu li:first-child { border: none; }

#top a { color: #fff; }

#top a:hover {
  color: #26cdf1;
  text-decoration: underline;
}

#top-menu-extra{
  list-style: none;
  display: inline-block;
  float: right;
  margin-right: 20px;
}

#top-menu-extra li{
  display: inline;
  padding: 0 8px;
}

#top-menu-extra a { color: #26cdf1; }

#top-menu-extra a:hover {
  color: #26cdf1;
  text-decoration: underline;
}

.home-price { font-size: 16px; font-weight: bold; }
.download-link { background: url(../img/download-icon.png) center right no-repeat; padding: 6px; padding-right: 30px;  }

#main { background: #efefef url(../img/main-bg.gif) bottom repeat-x; }

#left-col {
  padding-bottom: 10px;
  background: #efefef url(../img/left-col-bg.gif) bottom repeat-x;
  min-height: 610px;
}

#left-col {
  margin-left: 43px;
  width: 699px;
  background-color: #fff;
  border-left: 1px solid #b5b6b1;
  border-right: 1px solid #b5b6b1;
  float: left;
}

#main-menu {
  list-style: none;
  background: url(../img/header.jpg) no-repeat;
  padding: 96px 5px 9px 286px;
}

#main-menu a:hover { background-position: 0 -30px; }

#main-menu li {
  display: block;
  float: left;
  margin-left: 7px;
}

#main-menu a {
  height: 30px;
  text-indent: -9999em;
  display: block;
  overflow: hidden;
}

#news-column {
  padding-top: 10px;
  width: 221px;
  float: left;
  margin-left: 9px;
  margin-right: 10px;
}

#news-column h2 {
  font-size: 1.4em;
  color: #000;
  margin-bottom: 0.5em;
}

#news-column h3 {
  font-size: 1.2em;
  color: #000;
  margin-bottom: 0.3em;
}

.news-item {
  position: relative;
  margin-bottom: 15px;
}

.news-date {
  background: url(../img/news-date.gif) no-repeat;
  color: #fff;
  padding: 8px 4px;
  height: 14px;
  width: 36px;
  position: absolute;
  left: -53px;
}

.news-body { font-size: 1.2em; }

.news-body a { color: #2898b0; } 
.news-body a:hover { color: #38caea; text-decoration: underline;}
.banner {
  display: block;
  margin-bottom: 15px;
}

#subscribe {
  padding: 5px 10px;
  color: #fff;
  background: url(../img/newsletter-box-bg.gif) repeat-x;
}

#subscribe h2 { color: #fff; }
#subscribe p { font-size: 1.1em; margin-bottom: 0.4em; }

#content-column {
  width: 450px;
  padding-top: 10px;
  margin-right: 9px;
  float: right;
  font-size: 1.2em;
}

#content-column h1 {
  color: #00aed8;
  font-size: 1.5em;
  margin-bottom: 0.6em;
}

#content-column h2 {
  font-size: 1.167em;
  margin: 1em 0 0.6em 0;
}

#content-column p { margin: 1em 0; line-height: 1.6em; }
#content-column ul { list-style: none; }
#content-column li {
  padding-left: 2em;
  background: url(../img/bullet_blue.png) 0.8em 0.45em no-repeat;
  margin: 1em 0;
}

#content-column a { color: #404040;  }
#content-column a:hover { color: #000; text-decoration: underline; }

#table b { color: #444; }
#table { width: 100%;  border-collapse: collapse; }
#table th { padding: 4px; background-color: #f1f1f1;  color: #333; }
#table td { padding: 4px; border-bottom: 1px solid #ddd; }
#table p { margin: 0.6em 0; }

#map_canvas { width: 450px; height: 250px; }

.bold-center { text-align: center; font-weight: bold; color: #444; }

.right-side-images { margin-left: 10px; }

.right-side-images img {
  display: block;
  padding: 2px;
  border: 1px solid #d7d7d7;
  margin-bottom: 15px;
}

#right-col {
  margin-left: 9px;
  width: 212px;
  float: left;
  position: relative;
}

#webmail {
  position: absolute;
  top: -13px;
  left: 20px;
  color: #000;
}

#right-menu {
  margin-top: 135px;
  list-style: none;
  width: 200px;
}

#right-menu li { border-bottom: 1px dotted #000; }
#right-menu li:last-child, #right-menu li.last-child { border-bottom: none; }

#right-menu a {
  font-family: Candara, "Trebuchet MS", Arial, sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  padding: 5px 10px;
  color: #000;
  display: block;
}

#right-menu a:hover { color: #3ebadd; }
#right-menu a.no-link:hover { color: #000; cursor: default;}
#right-menu ul { list-style: none; }

#right-menu ul li {
  border: none;
  padding-left: 12px;
}

#right-menu ul a {
  font-weight: normal;
  padding: 4px 0 4px 12px;
  background: url(../img/submenu-open.gif) left center no-repeat;
}

#right-menu ul ul a {
  padding: 2px 0 2px 12px;
  font-size: 1.2em;
  font-family: Tahoma, Arial, sans-serif;
  background: none;
}

#right-menu ul ul a:hover { background: url(../img/menu-arrow.gif) left center no-repeat; }

#contact-note {
  margin-top: 30px;
  background: url(../img/note-bg.jpg) no-repeat;
  padding: 15px 20px;
  font-size: 1.1em;
  line-height: 1.4;
}

#contact-note h2 {
  font-size: 1.273em;
  margin-bottom: 0.5em;
}

#contact-note h2, #contact-note a, #contact-note span { color: #404040; }
#contact-note a { text-decoration: underline; }
#contact-note a:hover { color: #000; }

#footer { background: url(../img/footer-bg.gif) top repeat-x; }

#footer-inner {
  padding: 10px 0 0 10px;
  margin-left: 43px;
}

#footer a { color: #7C7C7C; }
#footer a:hover { color: #000; }
#footer p { margin-bottom: 0.7em; }
#footer-left { float: left; }
#footer-right { float: right; }
#generation-y {
  background: url(../img/y.gif) right no-repeat;
  padding: 0 16px 0 0;
  font-weight: bold;
}

#offers {
  position: relative;
  top: -10px;
  left: 265px;
}

.more {
  padding-right: 16px;
  text-align: right;
  background: url(../img/more-arrow.gif) right no-repeat;
}

.more a { color: #000; }
.more a:hover { text-decoration: underline; }

#contact-form label, #contact-form input, #contact-form textarea {
  float: left;
  padding: 2px;
  margin: 3px 0;
}

#contact-form label {
  clear: left;
  width: 100px;
  text-align: right;
  margin-right: 3px;
}

.required:before {
  color: #f00;
  font-weight: bold;
  content: "*";
}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.clear { clear: both; }
