img, div, a, input { behavior: url(iepngfix.htc) }

body {
  background: #f5f6f7;
  font: 1.05em "Lucida Grande", Arial, sans-serif;
  font-weight: normal;
}

.header {
  width: 960px; height: 100px;
  margin: 0 auto 0 auto;
}

.header .logo, .header .navigation {
  float: left;
  width: 50%;
  margin: 20px 0 0 0;
}

 .header .navigation {
   text-align: right;
}

.header .navigation ul {
  list-style: none;
  display: inline-block;
}

.header .navigation ul li {
  float: left;
  margin: 0 0 0 20px;
}

.header .navigation ul li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #363636;
}

.header .navigation ul li a:hover {
  text-decoration: underline ;
}

.masthead-container {
  width: 960px; height: 420px;
  margin: 0 auto 0 auto;
  -webkit-border-top-right-radius: 10px; -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px; -moz-border-radius-topleft: 10px;
  overflow: hidden;
  border:1px solid #8EA1C8;

}

.masthead-container .slider {
  width: 5760px;
  height: 420px;

  
}

.masthead-container div.main {
  width: 960px; height: 420px; float: left; cursor: pointer;
  background: #ffffff url("../images/main.jpg") no-repeat 50% 50%;
  -webkit-border-top-right-radius: 10px; -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px; -moz-border-radius-topleft: 10px;
border:1px solid #8EA1C8;
}
.masthead-container div.television {
  width: 960px; height: 420px; float: left; cursor: pointer;
  background: #ffffff url("../images/television.jpg") no-repeat 50% 50%;
  -webkit-border-top-right-radius: 10px; -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px; -moz-border-radius-topleft: 10px;
border:1px solid #8EA1C8;
}
.masthead-container div.radio {
  width: 960px; height: 420px; float: left; cursor: pointer;
  background: #ffffff url("../images/radio.jpg") no-repeat 50% 50%;
  -webkit-border-top-right-radius: 10px; -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px; -moz-border-radius-topleft: 10px;
border:1px solid #8EA1C8;
}
.masthead-container div.print {
  width: 960px; height: 420px; float: left; cursor: pointer;
  background: #ffffff url("../images/print.jpg") no-repeat 50% 50%;
  -webkit-border-top-right-radius: 10px; -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px; -moz-border-radius-topleft: 10px;
border:1px solid #8EA1C8;
}
.masthead-container div.interactve {
  width: 960px; height: 420px; float: left; cursor: pointer;
  background: #ffffff url("../images/interactive.jpg") no-repeat 50% 50%;
  -webkit-border-top-right-radius: 10px; -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px; -moz-border-radius-topleft: 10px;
border:1px solid #8EA1C8;
}
.masthead-container div.mobile {
  width: 960px; height: 420px; float: left; cursor: pointer;
  background: #ffffff url("../images/mobile.jpg") no-repeat 50% 50%;
  -webkit-border-top-right-radius: 10px; -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px; -moz-border-radius-topleft: 10px;
border:1px solid #8EA1C8;

}

.feature-list {
  width: 960px; height: 186px;
  margin: 0 auto 0 auto;
  background: #ffffff url("../images/feature-list.gif") no-repeat 50% 50%;
}

.feature-list .feature {
  width: 191px; height: 186px;
  float: left;
	position: relative;
}

.feature-list .feature.bordered {
  border-left: 1px solid #e1e1e1;
}

.feature-list .feature.selected {
  background: url("../images/feature-selected.gif") no-repeat 0 0;
}

.feature-list .feature:hover {
  background: #e1e1e1;
  cursor: pointer;
}

.feature-list .feature h1 {
  margin: 0 0 5px 0; padding: 0;
  font-size: .82em;
  font-weight: bold;
}

.feature-list .feature .description {
  font-size: .69em;
  font-weight: normal;
}

.feature-list .feature .description .feature-arrow {
  width: 19px; height: 23px;
	position:absolute;
	top: 150px; left: 160px;
  background: url("../images/feature-arrows.png") no-repeat 0 0;
}

.feature-list .feature.selected h1 {
  color: #9e9e9e;
}

.feature-list .feature.selected .description {
  color: #9e9e9e;
}

.feature-list .feature.selected .description .feature-arrow {
  width: 19px; height: 23px;
	position:absolute;
	top: 150px; left: 160px;
  background: url("../images/feature-arrows.png") no-repeat 0 -23px;
}

.padding-box {
  padding: 15px;
}

.padding-box a {
  color: #5f9abf;
}

.padding-box a:hover {
  color: #b32828;
}

.clear {
  clear: both;
}

.wrapper {
  width: 960px;
  margin: 0 auto 0 auto;
  -webkit-border-radius: 10px; -moz-border-radius: 10px;
  background: #ffffff;
}

.wrapper .content {
  float: left;
  width: 60%;
}

.wrapper h1 {
  font-size: 1.8em;
  margin: 0px;
  padding: 0px;
	color: #259cb7;
}
.wrapper form h1 {
	font-size: 1.4em;
	color:#000;
}
.wrapper .form {
  float: left;
  width: 40%;
}

.footer {
  text-align: right;
  padding: 20px 0 0 0;
  font-size: .8em;
  color: #7c7c7c;
  width: 960px;
  margin: 0 auto 0 auto;
}

.footer a {
	text-decoration:none;
	color:#000}

label {
  clear: both;
  display: block;
}

select {
  padding: 5px;
}

input {
  padding: 5px;
  border: 1px solid #c8c8c8;
}

input.full {
  width: 250px;
}

input.small {
  width: 150px;
}

input.phone-3 {
  width: 30px;
}

input.phone-4 {
  width: 50px;
}

form {
  background: #f2f3f4;
  padding: 15px;
  -webkit-border-radius: 10px; -moz-border-radius: 10px;
}

form p {
  font-size: .7em;
}

button {
	background:none;
}