@charset "utf-8";
/* CSS Document */
/* Resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	color: #1a3f57;
	background: #e7ddd3 url(images/background_spring.jpg) no-repeat fixed 0 0;
	font: 15px/21px Arial, Helvetica, sans-serif;
}
p {
  padding-bottom: 20px;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #333;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
hr {
	display: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.hide {
	display: none;
}
/* sets style for unique browsers around images */
.round {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
}
.round-top {
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -khtml-border-top-left-radius: 15px;
  -khtml-border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.round-bottom {
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -khtml-border-bottom-left-radius: 15px;
  -khtml-border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Link Styles */
a:link, a:visited {
	color: #528036;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #528036;
	text-decoration: none;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #2f332a;
  font-weight: bold;
  font-family: Helvetica, Arial;
  padding-bottom: 5px;
}
h2 {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.5px;
}
h3 {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.5px;
}
/* Wraps */
#header_wrap {
  position: relative;
  min-width: 940px;
  padding: 50px 30px 0 30px; /* controls the spacing around the header transparent box */
}
#content_wrap {
  position: relative;
  min-width: 940px;
  padding: 0 30px 85px 30px;
}
#footer_wrap {
  position: fixed;
  bottom: 0;
  height: 47px;
  width: 100%;
  background: #0091cb url(images/footer-bg.jpg) repeat 0 0;
  border-top: 1px solid #b7d95d;
  z-index: 99;
}
/* Header */
#header {
  position: relative;
  width: 940px;
  margin: 0 auto;
  height: 150px;
  background: transparent url(images/bg_75trans.png) repeat-x 0 0;
  border: 1px solid #b7d95d;
}
  .gearsense_logobug {
    position: absolute;
    left: -50px;
    bottom: 0px;
  }
  .header-text {
    padding: 40px 75px 255px 250px;
    font-size: 19px;
    line-height: 24px;
    color: #747d67;
    font-family: Helvetica;
  }
    .header-text img {
      padding: 0px 100px 15px 10px;
    }

  .brand_logos {
    padding: 20px 10px 10px 10px;
  }
/* sets style for upper right corner social icons and hover text */
  .social_icons {
    position: absolute;
    top: -45px;
    right: 5px;
  }
    .social_icons li {
      display: inline;
      font-size: 20px;
      line-height: 24px;
      font-weight: bold;
      font-family: Helvetica. Arial;
      color: #fff;
      padding-left: 90px;
    }
      .social_icons li span {
        border-bottom: 1px dotted white;
      }
      .social_icons li.facebook {
        background: url(images/community.png) no-repeat 60px 0;
      }
      .social_icons li.youtube {
        background: url(images/rss-twitter.png) no-repeat 22px 50%;
      }
  .m_mem {
    display: none;
    position: absolute;
    right: 190px;
    top: 30px;
  }
  .t_mem {
    display: none;
    position: absolute;
    right: 20px;
    top: 30px;
  }
  .tooltip {
    background: url(images/top-arrow.png) no-repeat 100% 0;
    border-bottom: 1px solid #f8fbf2;
    padding-top: 8px;
    width: 160px;
  }
    .tooltip p {
      padding: 5px 10px;
      padding-bottom: 7px;
      font-size: 12px;
      line-height: 15px;
      color: #fff;
      z-index: 9;
    }
	
/* Content */
#content {
  position: relative;
  width: 940px;
  margin: 0 auto;
}
  .nav-section {
    position: relative;
    height: 30px;
    font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
    font-size: 15px;
    letter-spacing: -0.5px;
    color: #efffa7;
  }
    .nav-section ul {
      position: absolute;
      right: 0;
      top: 0;
    }
      .nav-section ul li {
        display: inline;
        line-height: 60px;
        margin-left: 20px;
        border-bottom: 1px dotted white;
      }
      .nav-section ul li:first-child {
        border: none;
      }
        .nav-section ul li a {
          color: #fff;
          padding: 18px 0;
        }
	  
/* CONTENT WINDOW */
  #the-entry {
    position: relative;
    border: 1px solid #b7d95d;
    background: transparent url(images/bg_75trans.png) repeat;
    min-height: 200px;
    line-height: 25px;
  }
    .the-entry {
      display: block;
      padding: 50px 0 50px 70px;
    }
    .entry-left {
      float: left;
      width: 365px;
      padding: 40px 50px 10px 75px;
    }
      .button {
        position: relative;
        margin-bottom: 50px;
      }
      .button a {
        display: block;
        background: transparent url(images/form-btn.png) no-repeat 0 0;
        color: #fff;
        height: 28px;
        line-height: 26px;
        font-size: 13px;
        width: 115px;
        text-align: center;
        cursor: pointer;
      }
      .button a:hover {
        background: transparent url(images/form-btn.png) no-repeat 0 -28px;
      }
    .no-mag {
      padding: 0px 0px 0px 140px;
    }
    .entry-right {
      position: relative;
      float: right;
      width: 390px;
      padding: 40px 50px 10px 0;
    }
      .entry-right ul {
        padding-bottom: 20px;
      }
        .entry-right li {
          padding-bottom: 20px;
        }
          .entry-right li a {
            display: block;
            color: #747d67;
            text-decoration: underline;
          }
          .entry-right li a:hover {
            text-decoration: none;
          }
/* Footer */
#footer {
  position: relative;
  min-width: 1000px;
}
  .footer-logo {
    margin: 5px 0 0 30px;
  }
/* Footer button list navigation */
  .category_wrap {
  	position: absolute;
  	right: 315px; /* location of physical buttons */
  	top: 8px;
  	width: 182px;
  	font: 14px/24px "Trebuchet MS";
  	z-index: 10;
  	padding: 4px 0;
  }
    .category_wrap .category_header {
    	width:182px;
    	text-indent: -9999px;
    	background: transparent url(images/category_header.gif) no-repeat 0px 0px;
    }
	
    .category_wrap ul {
    	position:absolute;
    	left: 0px;
    	top:-335px; /* sets height of category menu when adding new categories*/
    	width:250px;
    	border:1px solid #393939;
    	background:#1a3f57;
    	padding: 12px 0px;
    	line-height: 18px;
    	display: none;
    	list-style: none;
    }
    .category_wrap:hover ul {
    	left: 0px;
    }
      .category_wrap ul li a {
      	display:block;
      	padding: 2px 15px;
      	color: #0091cb;
      	text-indent: 0;
      }
      .category_wrap ul li a:hover {
      	text-decoration: underline;
      	color: #f7f4ed;
      }
  .brands_wrap {
  	position: absolute;
  	right: 120px;
  	top: 8px;
  	width: 182px;
  	font: 14px/24px "Trebuchet MS";
  	z-index: 10;
  	padding: 4px 0;
  }
    .brands_wrap .brands_header {
    	width:182px;
    	text-indent: -9999px;
    	background: transparent url(images/brands_header.gif) no-repeat 0px 0px;
    }
    .brands_wrap ul {
    	position:absolute;
    	left: 0px;
    	top:-245px; /* sets height of category menu when adding new categories*/
    	width:250px;
    	border:1px solid #393939;
    	background:#1a3f57;
    	padding: 12px 0px;
    	line-height: 18px;
    	display: none;
    	list-style: none;
    }
    .brands_wrap:hover ul {
    	left: 0px;
    }
      .brands_wrap ul li a {
      	display:block;
      	padding: 2px 15px;
      	color: #0091cb;
      	text-indent: 0;
      }
      .brands_wrap ul li a:hover {
      	text-decoration: underline;
      	color: #f7f4ed;
      }
  .network_wrap {
  	position: absolute;
  	right: 30px;
  	top: 8px;
  	width: 123px;
  	font: 14px/24px arial, helvetica, sans-serif;
  	z-index: 10;
  	padding: 4px 0;
  }
    .network_wrap .network_header {
    	width:123px;
    	text-indent: -9999px;
    	background: transparent url(images/network_header.gif) no-repeat 0px 0px;
    }
    .network_wrap ul {
    	position:absolute;
    	left: 0px;
    	top:-224px;
    	width:121px;
    	border:1px solid #393939;
    	background:#262626;
    	padding:12px 0px;
    	line-height: 18px;
    	display: none;
    	list-style: none;
    }
    .network_wrap:hover ul {
    	left: 0px;
    }
      .network_wrap ul li a {
      	display:block;
      	padding: 2px 15px;
      	color: #9c9c9c;
      	text-indent: 0;
      }
      .network_wrap ul li a:hover {
      	text-decoration:none;
      	color: #fff;
      }