@font-face {
  font-family: "HelveticaNeue";
  src:url(fonts/HelveticaNeue.ttf) format("truetype");
}

@font-face {
  font-family: "HelveticaNeue-Light";
  src:url(fonts/HelveticaNeue-Light.ttf) format("truetype");
}

@font-face {
  font-family: "Helvetica-Thin-Extended";
  src:url(fonts/Helvetica-Thin-Extended.ttf) format("truetype");
}

@font-face {
  font-family: "HelveticaNeue-CE-Thin";
  src:url(fonts/HelveticaNeue-CE-Thin.ttf) format("truetype");
}

body {
  font-family: Helvetica, Arial, Verdana, serif;
  font-size: 18px;
  background: url('images/bg_tile.jpg');
  text-align: center;
  margin: 0 auto;
  color: #4e4e4e;
}

h1 {
  font-size:140%;
  margin: 0px;
  padding: 8px 0px 1px 0px;
  text-decoration: none;
  font-weight: bold;
  line-height: 22px;
}

h2 {
  font-size: 90%;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  font-weight: normal;
}

a {
  color: #4e4e4e;
  text-decoration: none;
  border-bottom: 1px dotted #4e4e4e;
}

a:hover {
  color: black;
  border-bottom: 1px dotted black;
  text-decoration: none;
}

table, td{
  font-family: Helvetica, Arial, Verdana, serif;
  font-size: 13px;
  color: #4e4e4e;
  letter-spacing: 1px;
  line-height: 18px;
}

div#frame {
  background: #FFFFFF;
  border: 1px solid #868583;
  width: 950px;
  margin: 60 auto 60 auto;
  text-align: center;
}

div#header {
  height: 126px;
  width: 950px;
  background: url('images/header.jpg');
  margin: 0px 0px 6px 0px;
}

img {
  border: none;
}

/** NAVIGATION **/
div#navigation {
  font-size: 16px;
  width: 950px;
  padding: 10px 0px 10px 0px;
  background: #60ace0;
  font-family: "HelveticaNeue", Helvetica, Arial, Verdana, serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
  border-bottom: 10px solid #f2f2f2;
}

div#navigation ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px 0px 0px 8px;
}

div#navigation li {
  display: inline;
  padding: 0px;
  margin: 0px;
}

div#navigation ul li a {
  display: inline;
  color: #2e2e2e;
  background: #60ace0;
  text-decoration: none;
  padding: 10px 10px 10px 10px;
  margin: 0px;
  border-bottom: none;
}

div#navigation ul li a:hover, div#navigation ul li.selected, div#navigation ul li.selected a {
 display: inline;
 color: #60ace0;
 background: #2e2e2e; 
}
/** ---------- **/

/** BANNER & BUTTON **/
div#banner_home {
  height: 340px;
  background: url('images/banner_home.jpg') no-repeat;
  width: 950px;
  height: 340px;
  text-align: left;
  margin: 0px 0px 26px 0px;
  opacity:0.85;filter:alpha(opacity=85)
}

div#banner_pricing {
  height: 340px;
  background: url('images/banner_pricing.jpg') no-repeat;
  width: 950px;
  height: 340px;
  text-align: left;
  margin: 0px 0px 26px 0px;
  opacity:0.85;filter:alpha(opacity=85)
}

div#banner_contact {
  height: 340px;
  background: url('images/banner_contact.jpg') no-repeat;
  width: 950px;
  height: 340px;
  text-align: left;
  margin: 0px 0px 26px 0px;
  opacity:0.85;filter:alpha(opacity=85)
}

div#banner_about {
  height: 340px;
  background: url('images/banner_about.jpg') no-repeat;
  width: 950px;
  height: 340px;
  text-align: left;
  margin: 0px 0px 26px 0px;
  opacity:0.85;filter:alpha(opacity=85)
}

div#button {
  padding: 50px 0px 0px 20px;
}

div#button a {
  border-bottom: none;
}

div#button a:hover {
  opacity:0.75;filter:alpha(opacity=75)
}
/** --------------- **/

div#content-wrapper, td.content {
  font-family: Helvetica, Arial, Verdana, serif;
  font-size: 13px;
  color: #4e4e4e;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: left;
}

td#righthome {
  font-family: "Helvetica-Thin-Extended", Helvetica, Arial, Verdana, serif;
  font-size: 25px;
  line-height: 30px;
  background: #f2f2f2;
}

div#social {
  padding: 10px;
  height: 43px;
}

div#social a {
  border-bottom: none;
}

div#social a:hover {
  border-bottom: none;
  opacity:0.50;filter:alpha(opacity=50);
  position: relative;
}

div#footer {
  font-family: "HelveticaNeue-Light", Helvetica, Arial, Verdana, serif;
  font-size: 13px;
  color: #929292;
  text-align: center;
  padding: 10px 0px 20px 0px;
}

div#footer a {
  color: #929292;
  text-decoration: none;
  border-bottom: none;
}

div#footer a:hover {
  color: #929292;
  text-decoration: underline;
  border-bottom: none;
}

.home_side {
	position: relative;
	z-index: 9;
	margin: 0;
	display: block;
}

table#pricing, table#pricing td{
  font-family: Helvetica, Arial, Verdana, serif;
  font-size: 13px;
  color: #4e4e4e;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: center;
  background: #f2f2f2;
  border: 1px solid #2e2e2e;
  border-collapse: collapse;
}

img.footer {
  border: 2px solid #878585;
  padding: 0px;
  margin: 0px 1px 0px 1px;
}

img.side {
  border: 2px solid #878585;
  padding: 0px;
  margin: 10px 1px 10px 1px;
}

img.side_top {
  border: 2px solid #878585;
  padding: 0px;
  margin: 0px 1px 10px 1px;
}

img.home_top {
  border: 0px solid #878585;
  padding: 0px;
  margin-bottom: 20px;
}

.valign {
	vertical-align: top;
}

p.tight {
  line-height: 10px;
}

form, input {
  margin: 0px;
  padding: 0px;
}