/*@import url("../site/content-layout-style.css");
For additional layout stylesheet */

/*light grey: e3e8e4
med blue: c5d4d1
light red: d70d1b
dark red: 9f0c1b
dark grey: 393028
green: 8e9940 */

/* =========== */
/* = General = */
/* =========== */

body {
  background-color: #e3e8e4;
  color: #393028;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

p {
  line-height: 140%;
  margin: 0;
  padding: 0 0 10px;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1 {
  display: block;
  font-size: 250%;
  margin: 10px 0;
}

h2 {
  display: block;
  font-size: 180%;
  margin: 10px 0;
}

h3 {
  display: block;
  font-size: 125%;
  margin: 10px 0;
}

h4 {
  font-size: 100%;
}

a {
  color: #8e9940;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

a.white {
  color: #FFF;
}

ol {
  list-style-position: inside;
  padding-left: 40px;
}

div#supp a {
  color: #000;
}

img {
  border: none !important;
}

.bold {
  font-weight: bold;
}

.photo-small {
  float: left;
  margin: 10px;
}

.metadata {
  font-size: 90%;
  color: #575451;
}

hr.divide {
  border: 0;
  background-color: #c5d4d1;
  clear: both;
  height: 1px;
  margin: 20px 0;
  overflow: hidden;
}

hr.divide-light {
  border: 0;
  background-color: #e3e8e4;
  clear: both;
  height: 1px;
  margin: 20px 0;
  overflow: hidden;
}

.margin-right {
  margin-right: 30px;
}

.margin-right-med {
  margin-right: 20px;
}

/* ============= */
/* = Structure = */
/* ============= */

div.col-full {
  clear: both;
  overflow: hidden;
  width: 100%;
}

div.col-large {
  margin: 0 auto;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  width: 940px;
}

div.col-half {
  float: left;
  width: 450px;
}

div.col-medium {
  float: left;
  padding-right: 100px;
  width: 540px;
}

div.col-small {
  float: left;
  width: 300px;
}

div.col-eight {
  float: left;
  margin-left: 20px;
  width: 620px;
}

div.left {
  padding-right: 40px;
}

div#header {
  background: #000 url(/img/header-bg.gif) no-repeat top center;
}

div#content {
  background-color: #FFF;
  overflow: hidden;
  padding: 40px 0;
}

div#supp {
  background: #c5d4d1 url(/img/supp-bg.gif) repeat-x top center;
  padding: 25px 0;
}

div#footer {
  background-color: /*#9f0c1b*/black;
  padding: 0 0 100px 0;
}

/* ========== */
/* = Header = */
/* ========== */


div#header div#description-bg {
  background: url(/img/header-red-band-bg.gif) repeat-x center top;
}

div#header div.col-large p#description {
  background: url(/img/description-bg.gif) no-repeat 510px top;
  display: block;
  height: 25px;
  padding: 0;
  text-indent: -9999px;
}

div#header div.col-large p#logo {
  float: left;
  margin: 10px 66px 0 26px;
  padding: 0;
}

div#header div.col-large p#logo a {
  background: url(/img/header-logo-bg.gif) no-repeat left top;
  display: block;
  height: 93px;
  text-indent: -9999px;
  width: 234px;
}

div#header div.col-large p#tagline {
  background: url(/img/header-tagline-bg.gif) no-repeat left top;
  display: block;
  float: left;
  height: 13px;
  margin: 59px 84px 0 0;
  padding: 0;
  text-indent: -9999px;
  width: 206px;
}

div#header div.col-large p#contact-number {
  background: url(/img/header-call-bg.gif) no-repeat left top;
  display: block;
  float: left;
  height: 50px;
  margin: 39px 0 0 0;
  padding: 0;
  text-indent: -9999px;
  width: 295px;
}

/* ============ */
/* = Nav Menu = */
/* ============ */

div#header ul#nav-main {
  list-style-type: none;
  height: 29px;
  margin: 15px 0 0 0;
  padding: 0;
  width: 940px;
}

div#header ul#nav-main li a {
  background-repeat: no-repeat;
  background-image: url(/img/GOM-Navigation.gif);
  display: block;
  float: left;
  height: 29px;
  margin-right: 8px;
  text-indent: -9999px;
}

div#header ul#nav-main li#nav-home a:link,
div#header ul#nav-main li#nav-home a:visited {
  background-position: left top;
  width: 64px;
}

div#header ul#nav-main li#nav-home a:hover,
div#header ul#nav-main li#nav-home a:focus,
div#header ul#nav-main li#nav-home a.current {
  background-position: left -29px;
  width: 64px;
}

div#header ul#nav-main li#nav-about a:link,
div#header ul#nav-main li#nav-about a:visited {
  background-position: -72px top;
  width: 70px;
}

div#header ul#nav-main li#nav-about a:hover,
div#header ul#nav-main li#nav-about a:focus,
div#header ul#nav-main li#nav-about a.current {
  background-position: -72px -29px;
  width: 70px;
}

div#header ul#nav-main li#nav-services a:link,
div#header ul#nav-main li#nav-services a:visited {
  background-position: -72px top;
  width: 70px;
}

div#header ul#nav-main li#nav-services a:hover,
div#header ul#nav-main li#nav-services a:focus,
div#header ul#nav-main li#nav-services a.current {
  background-position: -72px -29px;
  width: 70px;
}

div#header ul#nav-main li#nav-residential a:link,
div#header ul#nav-main li#nav-residential a:visited {
  background-position: -152px top;
  width: 115px;
}

div#header ul#nav-main li#nav-residential a:hover,
div#header ul#nav-main li#nav-residential a:focus,
div#header ul#nav-main li#nav-residential a.current {
  background-position: -152px -29px;
  width: 115px;
}

div#header ul#nav-main li#nav-commercial a:link,
div#header ul#nav-main li#nav-commercial a:visited {
  background-position: -277px top;
  width: 118px;
}

div#header ul#nav-main li#nav-commercial a:hover,
div#header ul#nav-main li#nav-commercial a:focus,
div#header ul#nav-main li#nav-commercial a.current {
  background-position: -277px -29px;
  width: 118px;
}

div#header ul#nav-main li#nav-team a:link,
div#header ul#nav-main li#nav-team a:visited {
  background-position: -404px top;
  width: 61px;
}

div#header ul#nav-main li#nav-team a:hover,
div#header ul#nav-main li#nav-team a:focus,
div#header ul#nav-main li#nav-team a.current {
  background-position: -404px -29px;
  width: 61px;
}

div#header ul#nav-main li#nav-news a:link,
div#header ul#nav-main li#nav-news a:visited {
  background-position: -473px top;
  width: 61px;
}

div#header ul#nav-main li#nav-news a:hover,
div#header ul#nav-main li#nav-news a:focus,
div#header ul#nav-main li#nav-news a.current {
  background-position: -473px -29px;
  width: 61px;
}

div#header ul#nav-main li#nav-contact a:link,
div#header ul#nav-main li#nav-contact a:visited {
  background-position: -545px top;
  width: 88px;
}

div#header ul#nav-main li#nav-contact a:hover,
div#header ul#nav-main li#nav-contact a:focus,
div#header ul#nav-main li#nav-contact a.current {
  background-position: -545px -29px;
  width: 88px;
}

div#header ul#nav-main li#nav-my-account a:link,
div#header ul#nav-main li#nav-my-account a:visited {
  background-position: -747px top;
  margin-left: 195px;
  width: 100px;
}

div#header ul#nav-main li#nav-my-account a:hover,
div#header ul#nav-main li#nav-my-account a:focus {
  background-position: -747px -29px;
  width: 100px;
}

div#header ul#nav-main li#nav-log-out a:link,
div#header ul#nav-main li#nav-log-out a:visited {
  background-position: -859px top;
  width: 66px;
}

div#header ul#nav-main li#nav-log-out a:hover,
div#header ul#nav-main li#nav-log-out a:focus {
  background-position: -859px -29px;
  width: 66px;
}

/* ========== */
/* = Promos = */
/* ========== */

div#promo-short {
  background: url(/img/promo-bar-bg.jpg) no-repeat center center;
}

div#promo-tall {
  background: url(/img/tall-promo-bar-bg.gif) no-repeat center center;
  padding: 28px 0;
}

div#promo-short p.sm-promo {
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
  padding: 0;
  width: 50%;
}

div#promo-short p.sm-promo a {
  display: block;
  height: 98px;
  text-indent: -9999px;
}

div#promo-tall p.lg-promo,
div#promo-tall p.video-promo {
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0;
  padding: 0;
}

div#promo-tall p.lg-promo {
  width: 408px;
}

div#promo-tall p.video-promo {
  float: left;
  margin-right: 5px;
  width: 131px;
}

div#promo-tall p.lg-promo a,
div#promo-tall p.video-promo a.video {
  display: block;
  text-indent: -9999px;
}

div#promo-tall p.lg-promo a {
  height: 146px;
}

div#promo-tall p.video-promo a.video {
  height: 98px;
}

div.home-promos {
  background: url(/img/homepage-promo-bg.jpg) no-repeat right center;
}

p.video-caption {
  font-weight: bold;
  margin: 10px 0;
}

p.video-caption a {
  color: #9f0c1b;
}

/* =========== */
/* = Content = */
/* =========== */

div#comment-form textarea.comment {
  width: 540px;
}

div#comment-form .button {
  clear: both;
  margin: 10px 0;
}

div.col-medium ul li,
div.col-medium ol li {
  line-height: 150%;
  margin: 5px 0;
}

/* ================= */
/* = Landing Pages = */
/* ================= */

.landing-medium {
  float: left;
  padding-bottom: 20px;
  width: 780px;
}

.landing-side {
  float: left;
  width: 160px;
}

.landing-large {
  clear: both;
  width: 940px;
}

div.landing-medium h1#switch-head {
  background: url(/img/landing-switch-h1-bg.gif) no-repeat left top;
  display: block;
  height: 116px;
  text-indent: -9999px;
  width: 486px;
}

.landing-medium p {
  margin-right: 240px;
}

div#switch p {
  width: 160px;
}

div#switch p a {
  display: block;
  text-indent: -9999px;
  width: 160px;
}

div#switch h3 {
  display: none;
}

div#switch p#landing-cctv a {
  background: url(/img/landing-promo-cctv.gif) no-repeat center top;
  height: 105px;
}

div#switch p#landing-options a {
  background: url(/img/landing-promo-options.gif) no-repeat center top;
  height: 124px;
}

div#switch-contact {
  background: url(/img/landing-switch-contact.gif) no-repeat center top;
  overflow: hidden;
}

div#switch-contact h2 {
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
}

div.landing-half {
  float: left;
  width: 430px;
}

div.switch-left {
  margin-right: 20px;
  padding: 15px;
}

div.switch-right {
  padding: 15px;
}

div.landing-half h2 {
  display: block;
  text-indent: -9999px;
  width: 370px;
}

div.landing-half h2#switch-think {
  background: url(/img/landing-switch-think.gif) no-repeat left top;
  height: 58px;
}

div.landing-half h2#switch-call {
  background: url(/img/landing-switch-call.gif) no-repeat left top;
  height: 28px;
}

div.landing-half p#switch-number {
  background: url(/img/landing-switch-number.gif) no-repeat left top;
  display: block;
  height: 30px;
  text-indent: -9999px;
  width: 205px;
}

h1.landing-head {
  background-repeat: no-repeat;
  background-position: center top;
  display: block;
  text-indent: -9999px;
  width: 940px;
}

h1#alwayson-h1 {
  background-image: url(/img/landing-alwayson-artwork.gif);
  height: 336px;
}

h1#flood-h1 {
  background-image: url(/img/landing-flood-h1.gif);
  height: 36px;
}

h1#packages-h1 {
  background-image: url(img/landing-packages-h1-rev.gif);
  height: 36px;
}

h1#flood-h1-rev {
  background-image: url(/img/landing-flood-h1-rev.gif);
  height: 315px;
}

h1#cctv-h1-rev {
  background-image: url(/img/landing-cctv-h1.gif);
  height: 289px;
}

h1#window-h1 {
  background-image: url(/img/landing-window-artwork.gif);
  height: 36px;
}

p#flooding-drawing {
  background: url(/img/landing-flood-artwork.gif) no-repeat left top;
  float: left;
  height: 225px;
  margin: 0 0 20px 0;
  text-indent: -9999px;
  width: 620px;
}

ul.landing-benefits {
  list-style-type: none;
  overflow: hidden;
  margin: 0 0 20px 0;
  padding: 0;
}

ul.landing-benefits li {
  background-repeat: no-repeat;
  background-position: left center;
  padding: 10px 0 10px 35px;
}

ul#alwayson-benefits {
  float: left;
}

ul#flood-benefits {
  float: right;
  margin-bottom: 0;
  width: 300px;
}

ul#alwayson-benefits li,
ul#flood-benefits-rev li {
  background-image: url(/img/landing-plus-bg.gif);
  float: left;
  width: 435px;
}

ul#flood-benefits li,
ul#window-benefits li {
  background-image: url(/img/landing-plus-bg.gif);
}

ul#window-warnings li {
  background-image: url(/img/landing-minus-bg.gif);
}

p#mobile-notification {
  background: url(/img/landing-flood-mobile.gif) no-repeat left center;
  display: block;
  float: right;
  height: 76px;
  text-indent: -9999px;
  width: 300px;
}

h2#broken-window {
  background: url(/img/landing-window-broken.gif) no-repeat left center;
  display: block;
  height: 276px;
  text-indent: -9999px;
  width: 450px;
}

h2#screen-window {
  background: url(/img/landing-window-screen.gif) no-repeat left center;
  display: block;
  height: 276px;
  text-indent: -9999px;
  width: 450px;
}

div.see-it {
  background-color: #f1f1f1;
  border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  clear: both;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 10px;
  zoom: 1;
}

div.see-it h2#see-it-h {
  background: url(img/landing-see-it-in-action-bg.gif) no-repeat left top;
  display: block;
  height: 48px;
  text-indent: -9999px;
  width: 460px;
} 
 
div.landing-more-info {
  background: #e3e8e4 url(/img/landing-strip-bg.gif) no-repeat left center;
  clear: both;
  padding: 20px 60px 20px 160px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 0 0 40px 0;
  overflow: hidden;
  zoom: 1;
}

div.landing-more-info p {
  float: left;
  margin-right: 20px;
  padding: 0;
}

div.landing-more-info a {
  background-repeat: no-repeat;
  display: block;
  height: 103px;
  padding: 0;
  text-indent: -9999px;
  width: 220px;
}

div.landing-more-info p#landing-see-it a:link,
div.landing-more-info p#landing-see-it a:visited {
  background-image: url(/img/landing-howitworks-bg.gif);
  background-position: center top;
}

div.landing-more-info p#landing-see-it a:hover,
div.landing-more-info p#landing-see-it a:focus {
  background-image: url(/img/landing-howitworks-bg.gif);
  background-position: center -104px;
}

div.landing-more-info p#landing-more a:link,
div.landing-more-info p#landing-more a:visited {
  background-image: url(/img/landing-moreinfo-bg.gif);
  background-position: center top;
}

div.landing-more-info p#landing-more a:hover,
div.landing-more-info p#landing-more a:focus {
  background-image: url(/img/landing-moreinfo-bg.gif);
  background-position: center -104px;
}

div.landing-more-info p#landing-quote a:link,
div.landing-more-info p#landing-quote a:visited {
  background-image: url(/img/landing-getaquote-bg.gif);
  background-position: center top;
}

div.landing-more-info p#landing-quote a:hover,
div.landing-more-info p#landing-quote a:focus {
  background-image: url(/img/landing-getaquote-bg.gif);
  background-position: center -104px;
}

div#landing-sidebar ul {
  margin: 0;
  padding: 0;
}

div#landing-sidebar ul li {
  margin: 0;
  padding: 5px 0;
}

p.landing-icon {
  padding-left: 80px;
}

p.landing-icon-rev {
  padding-right: 80px;
}

p#sensor {
  background: url(/img/landing-sensor-bg.gif) no-repeat right 3px;
}

p#vase {
  background: url(/img/landing-alwayson-vase.gif) no-repeat right 3px;
}

p#leak {
  background: url(/img/landing-flood-pipe.gif) no-repeat right 3px;
}

p#valve {
  background: url(/img/landing-flood-valve.gif) no-repeat right 3px;
}

p#window {
  background: url(/img/landing-window-bed.gif) no-repeat right 3px;
}

div#examples ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div#examples ul li {
  display: inline;
  float: left;
  width: 140px;
}

div#examples ul li.example-image {
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 150px;
}

div#examples ul li#bathroom {
  background-image: url(img/landing-flood-bathroom.jpg);
}

div#examples ul li#laundry {
  background-image: url(img/landing-flood-laundry.jpg);
}

div#examples ul li#kitchen {
  background-image: url(img/landing-flood-kitchen.jpg);
}

div#examples ul li#heater {
  background-image: url(img/landing-flood-wh.jpg);
}

div#examples ul li#tv {
  background-image: url(img/landing-sensor-tv.jpg);
}

div#examples ul li#gaming {
  background-image: url(img/landing-sensor-gaming.jpg);
}

div#examples ul li#computer {
  background-image: url(img/landing-sensor-computer.jpg);
}

div#examples ul li#art {
  background-image: url(img/landing-sensor-art.jpg);
}

div#examples ul li#tools {
  background-image: url(img/landing-sensor-tools.jpg);
}

h2.landing-packages {
  float: left;
  width: 460px;
}
  
h2.landing-packages a {
  background-repeat: none;
  display: block;
  height: 250px;
  text-indent: -9999px;
}

#wireless-packages a {
  background-image: url(img/landing-packages-wireless.gif);
}

#wireless-packages a:link,
#wireless-packages a:visited {
  background-position: left top;
}

#wireless-packages a:hover,
#wireless-packages a:focus {
  background-position: left -252px;
}

#prewired-packages a {
  background-image: url(img/landing-packages-prewired.gif);
}

#prewired-packages a:link,
#prewired-packages a:visited {
  background-position: left top;
}

#prewired-packages a:hover,
#prewired-packages a:focus {
  background-position: left -252px;
}

form.agreement {
  padding-bottom: 40px;
}

form.agreement fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

form.agreement fieldset legend {
  font-weight: bold;
  padding: 10px 0;
}

form.agreement input.textfield {
  width: 50%;
}

form.agreement p.disclaimer {
  color: #999999;
  font-size: 80%;
}

/* =========== */
/* = Sidebar = */
/* =========== */

div#sidebar h2 {
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  height: 24px;
  text-indent: -9999px;
  width: 300px;
}

div#sidebar h2#residential-services {
  background-image: url(/img/sidebar-resi-services-h-bg.gif);
}

div#sidebar h2#commercial-services {
  background-image: url(/img/sidebar-comm-services-h-bg.gif);
}

div#sidebar h2#latest-news {
  background-image: url(/img/sidebar-news-h-bg.gif);
}

div#sidebar h2#resources {
  background-image: url(/img/sidebar-resources-h-bg.gif);
}

div#sidebar div#sidebar-profile h2 {
  background: url(/img/sidebar-meet-the-team-h-bg.gif) no-repeat left top;
  display: block;
  height: 43px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  width: 300px;
}

div#sidebar div#sidebar-profile p {
  background: #f1f1f1 url(/img/sidebar-profile-tech.gif) no-repeat right top;
  padding: 15px 160px 15px 15px;
}

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

div#sidebar ul li a {
  display: block;
  padding: 2px 0;
}



div#sidebar-video h2 {
  background: url(/img/take-action-bg.gif) no-repeat left top;
  display: block;
  height: 59px;
  margin: 0 0 20px 0;
  padding: 0;
  text-indent: -9999px;
  width: 300px;
}

div.sidebar-info {
  background-color: #f1f1f1;
}

div.sidebar-info p {
  padding: 10px 20px;
}

/* =================== */
/* = Tables = */
/* =================== */

table.packages-table {
  border-collapse: collapse;
  text-align: left;
}


table.packages-table tr {
  border: 1px solid #828386;
}

.dark {
  background-color: #f1f4f3;
}

table.packages-table tr td,
table.packages-table tr th {
  border: 1px solid #828386;
  padding: 10px;
}

.item-name {
  font-weight: bold;
}

.package-items {
  background-repeat: no-repeat;
}

#wireless-silver {
  background-image: url(/img/wireless-silver.jpg);
  background-position: center 85px;
  padding-top: 95px !important;
}

#wireless-gold {
  background-image: url(/img/wireless-gold.jpg);
  background-position: center top;
  padding-top: 182px !important;
}

#wireless-platinum {
  background-image: url(/img/wireless-platinum.jpg);
  background-position: center top;
  padding-top: 182px !important;
}

.package-single {
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 65px !important;
}

#wireless-sensors {
  background-image: url(/img/wireless-sensor.gif);
}

#keypads {
  background-image: url(/img/wireless-keypad.gif);
}

#siren {
  background-image: url(/img/wireless-siren.gif);
}

#interior-sensor {
  background-image: url(/img/wireless-interior-sensor.gif);
}

#keyfob {
  background-image: url(/img/wireless-key.gif);
}

#smoke {
  background-image: url(/img/wireless-smoke.gif);
}

#prewired-silver {
  background-image: url(/img/prewired-silver.jpg);
  background-position: center 85px;
  padding-top: 95px;
}

#prewired-gold {
  background-image: url(/img/prewired-gold.jpg);
  background-position: center top;
  padding-top: 182px;
}

#prewired-platinum {
  background-image: url(/img/prewired-platinum.jpg);
  background-position: center top;
  padding-top: 182px;
}

#prewired-sensors {
  background-image: url(/img/prewired-sensor.gif);
}

/* ======== */
/* = Supp = */
/* ======== */

div#supp div.col-large div.col-half h2 {
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  height: 35px;
  text-indent: -9999px;
  width: 450px;
}

div#supp div.col-large div.col-half h2#news {
  background-image: url(/img/home-news-h-bg.gif);
}

div#supp div.col-large div.col-half h2#about {
  background-image: url(/img/home-about-h-bg.gif);
}

div#supp div.col-large div.col-half h2#testimonials {
  background-image: url(/img/home-customers-h-bg.gif);
  margin-top: 40px;
}

div#supp a.continue {
  background: url(/img/arrow-right.gif) no-repeat right center;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-top: 2px;
}

div#supp div.col-large div.col-half blockquote {
  float: left;
  margin: 0;
  padding: 0;
  width: 130px;
}

div#supp div.col-large div.col-half blockquote span {
  color: #575451;
  font-family: Georgia, Times, serif;
  font-size: 90%;
  font-style: italic;
}

div#supp div.col-large div.col-half .margin-right {
  margin-right: 30px;
}

div#supp div.col-large div.col-half .no-margin {
  margin-right: 0px;
}

div#form {
  background: url(/img/form-bg.gif) repeat-y center top;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  width: 960px;
}

div#form-bottom {
  background: url(/img/form-bottom-bg.gif) no-repeat center bottom;
  margin: 0 auto;
  padding: 0 0 15px 0;
  width: 960px;
}

div#form h3 {
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
  padding: 0;
  text-indent: -9999px;
}

div#form h3#sm-form-h {
  background-image: url(/img/sm-form-h-bg.gif);
  background-position: -1px top;
  height: 57px;
  width: 960px;
}

div#form h3#lg-form-h {
  background-image: url(/img/lg-form-h-bg.gif);
  background-position: -1px top;
  height: 72px;
  width: 960px;
}

div#form form#lg-form fieldset {
  border: none;
  display: inline;
  float: left;
  margin: 18px 0 0 30px;
  padding: 0;
  width: 570px;
}
div#form form#lg-form fieldset p {
  margin-right: 20px;
}

div#form form#lg-form fieldset {
  border: none;
  float: left;
  margin: 18px 0 0 30px;
  padding: 0;
  width: 275px;
}

div#form form#sm-form fieldset {
  border: none;
  display: inline;
  float: left;
  margin: 18px 0 0 30px;
  padding: 0;
  width: 490px;
}

div#form form#sm-form fieldset p {
  float: left;
  margin-right: 20px;
}

div#form p#sm-form-call {
  background: url(/img/sm-form-call.gif) no-repeat left top;
  display: block;
  float: left;
  height: 80px;
  margin: 13px 0;
  text-indent: -9999px;
  width: 410px;
}

div#form p#lg-form-call {
  background: url(/img/lg-form-call.gif) no-repeat left top;
  display: block;
  float: left;
  height: 211px;
  margin: 13px 0;
  text-indent: -9999px;
  width: 310px;
}

div.col-large div.col-medium div#comment-form fieldset {
  border: none;
  padding: 0;
}

div.col-large div.col-medium div.comment-bg {
  background-color: #e3e8e4;
  margin-bottom: 10px;
  padding: 10px;
}

/* ========== */
/* = footer = */
/* ========== */


div#footer div.col-large ul {
  list-style-type: none;
  margin: 28px 0 0 0;
  padding: 0;
}

div#footer div.col-large ul li {
  float: left;
}

div#footer div.col-large ul li a {
  background-repeat: no-repeat;
  background-image: url(/img/footer-nav-menu.gif);
  display: block;
  height: 18px;
  margin-left: 15px;
  text-indent: -9999px;
}

div#footer div.col-large ul li#sub-nav-guardomatic {
  background: url(/img/footer-nav-menu.gif) no-repeat left top;
  display: block;
  height: 18px;
  text-indent: -9999px;
  width: 127px;
}

div#footer div.col-large ul li#sub-nav-security a:link,
div#footer div.col-large ul li#sub-nav-security a:visited {
  background-position: -145px top;
  width: 96px;
}

div#footer div.col-large ul li#sub-nav-security a:hover,
div#footer div.col-large ul li#sub-nav-security a:focus {
  background-position: -145px -26px;
  width: 96px;
}

div#footer div.col-large ul li#sub-nav-theater a:link,
div#footer div.col-large ul li#sub-nav-theater a:visited {
  background-position: -258px top;
  width: 210px;
}

div#footer div.col-large ul li#sub-nav-theater a:hover,
div#footer div.col-large ul li#sub-nav-theater a:focus {
  background-position: -258px -26px;
  width: 210px;
}

div#footer div.col-large ul li#sub-nav-intercom a:link,
div#footer div.col-large ul li#sub-nav-intercom a:visited {
  background-position: -487px top;
  width: 101px;
}

div#footer div.col-large ul li#sub-nav-intercom a:hover,
div#footer div.col-large ul li#sub-nav-intercom a:focus {
  background-position: -487px -26px;
  width: 101px;
}

div#footer div.col-large ul li#sub-nav-vac a:link,
div#footer div.col-large ul li#sub-nav-vac a:visited {
  background-position: -605px top;
  width: 161px;
}

div#footer div.col-large ul li#sub-nav-vac a:hover,
div#footer div.col-large ul li#sub-nav-vac a:focus {
  background-position: -605px -26px;
  width: 161px;
}

div#footer div.col-large ul li#sub-nav-wiring a:link,
div#footer div.col-large ul li#sub-nav-wiring a:visited {
  background-position: -780px top;
  width: 160px;
}

div#footer div.col-large ul li#sub-nav-wiring a:hover,
div#footer div.col-large ul li#sub-nav-wiring a:focus {
  background-position: -780px -26px;
  width: 160px;
}

div#footer div.col-large p {
  color: #FFF;
  float: left;
  margin: 28px 20px 0 0;
}

div#footer div.col-large p#phone-number {
  font-weight: bold;
  padding-right: 35px;
}

div#footer div.col-large p#licenses {
  padding-right: 35px;
}

div#footer div.col-large p#nbfaa {
  background: url(/img/nbfa-logo.gif) no-repeat left top;
  display: block;
  height: 68px;
  text-indent: -9999px;
  width: 96px;
}

div#footer div.col-large p.association {
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  text-indent: -9999px;
}

div#footer div.col-large p#nbfaa {
  background-image: url(/img/nbfa-logo.gif);
  height: 68px;
  width: 96px;
}

div#footer div.col-large p#abfaa {
  background-image: url(/img/azbfaa-logo.gif);
  height: 89px;
  width: 89px;
}

div#footer div.col-large p#sdm {
  background-image: url(/img/sdm100-logo.gif);
  height: 89px;
  width: 89px;
}

.newscontent {
  display: block;
  float: left;
  margin: 0;
  padding: 0 0 10px 10px;
  width: 500px;
}
.text6 {
  color: #393028;
  display: block;
  float: left;
  font-family: "Trebuchet MS";
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  margin: 0;
  padding: 0;
  width: 500px;
}
.text7 {
  color: #808071;
  display: block;
  float: left;
  font-family: "Trebuchet MS";
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  padding: 5px 0 0;
  width: 500px;
}

/*---------------------------------contentinfoimgright, Text content on left, image on right--------------------------------*/
.textcontentdiv {
  width: 480px;
  height: 800px;
  margin: 0px 0 0 0;
  padding: 0px 0 0 0px;
  float: left;
  clear: both;
}
.textcontentdiv .span {
  width: 400px;
  height: 30px;
  margin: 0px 0 0px 0px;
  padding: 0px;
  float: left;
  font-family: Arial;
  font-size: 26px;
  color: #42555b;
  text-align: left;
}

.contentinfoimgright {
  width: 500px;
  height: 350px;
  margin: 10px 0 0 0;
  padding: 0px 0 0 40px;
  float: inherit;
  /*background:url(images/listContainerBigTan.jpg) no-repeat;*/
}
.contentinfoimgright p {
  width: 400px;
  margin: 5px 0 0 0;
  padding: 0px;
  float: left;
  font-family: "Trebuchet MS";
  font-size: 12px;
  color: #42555b;
}
.contentinfoimgright .pushp {
  width: 664px;
  margin: 0px;
  padding: 0px;
}
.contentinfoimgright span {
  width: 664px;
  height: 30px;
  margin: 10px 0 10px 0px;
  padding: 0px;
  float: left;
  font-family: Arial;
  font-size: 26px;
  color: #42555b;
  text-align: left;
}

.contentinfoimgright .pic1 {
  width: 127px;
  height: 186px;
  margin: 10px 0 0 30px;
  padding: 10px;
  float: left;
  background: url(images/DMP_wireless.jpg) no-repeat;
}

.contentinfoimgright .pic2 {
  width: 300px;
  height: 240px;
  margin: 0px 0 0 10px;
  padding: 10px;
  float: left;
  background: url(images/LYNXRKIT.jpg) no-repeat;
}

.contentinfoimgright .pic3 {
  width: 127px;
  height: 186px;
  margin: 10px 0 0 30px;
  padding: 10px;
  float: left;
  background: url(images/security_keypad_wiring.png) no-repeat;
}

.contentinfoimgright .pic4 {
  width: 300px;
  height: 240px;
  margin: 20px 0 0 10px;
  padding: 10px;
  float: left;
  background: url(images/7760w2.jpg) no-repeat;
}

.contentinfoimgright .textdiv {
  width: 350px;
  height: 275px;
  /*margin:20px 0 15px 0;*/
  margin: 0px;
  padding: 0px 0 3px 0;
  float: left;
  font-family: "Trebuchet MS";
  font-size: 12px;
  color: #808071;
  line-height: 18px;
  text-align: justify;
  z-index : 98;
}

.contentinfoimgright .textdiv a {
  font-family: "Trebuchet MS";
  font-size: 12px;
  color: #b73d12;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}


.contentinfoimgright a:hover {
  color: #256ca6;
}

.contentinfoimgright .subhead {
  width: 100%;
  margin: 0px;
  padding: 0px;
  float: left;
  font-family: "Trebuchet MS";
  font-size: 14px;
  /*color:#256ca6;*/
  color:#CC0000;
  font-weight: normal;
}

.bulletlist {
  width: 285px;
  margin: 0px 0 0 0px;
  padding: 0px;
  float: left;
}

.bulletlist ul {
  width: 250px;
  margin: 0px;
  padding: 0 0 0 18px;
  float: left;
}

.bulletlist ul li {
  width: 250px;
  margin: 2px 0 0 0;
  padding: px;
  float: left;
  display: block;
}

.bulletlist ul li .text3 {
  width: 250px;
  margin: 0px;
  padding: 0px;
  float: left;
  font-family: "Trebuchet MS";
  font-size: 12px;
  color: #b73d12;
}

.bulletlist ul li .text4 {
  width: 250px;
  margin: 0px;
  padding: px;
  float: left;
  font-family: "Trebuchet MS";
  font-size: 11px;
  color: #98a167;
  line-height: 13px;
}

.centerimagediv {
  clear: both;
  text-align: center;
  width : 540px;
}
.centerimagediv img {
  display: block;
  clear: both;
  border-style: none;
  margin :10px 0px 10px 0px;
}

/* productlist */

#productlist {
  width: 535px;
  margin: 10px 0 0 0;
  padding: 0px;
  float: left;
  text-align: left;
  clear: both;
}
#productlist span {
  float: left ;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
}
#productlist img {
  float: right ;
}
#productlist .text1 {
  clear : both ;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 5px 0 0 0;
  text-align : left;
}
#productlist ul {
  list-style-type :none;
  float: left;
}

#productlist ul li {
  margin: 70px 0 0 0;
  float: left;
}

#productlist ul li a {
  float: left ;
  margin : 0px 0 0 0;
  font-family: "Trebuchet MS";
  font-size: 12px;
  color: #b73d12;
  text-decoration: none;
}

#productlist ul li a:hover {
  text-decoration: underline;
}
