@charset "utf-8";
body {
  left: 0px;
  top: 0px;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000000;
  line-height: 130%;
}

#container {

}

/* HEADER */
#header  {
  width: 100%;
  height: 100px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: left;
  background-color:#000000;
  background-image: url(../images/header_background_small1.gif);
  background-repeat: repeat-x;
  background-position: left top;
  border-bottom: solid 3px #ffc52e;
}

#header #content  {
  width: 1000px;
  height: 100px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: left;
}
#delve_logo {
  height: 100px;
  width: 300px;
  padding-left: 20px;
  float: left;
  #margin-top: -2px;
}

/* MENU */
#menu_box {
  float: right;
  padding-top: 30px;
  padding-right: 20px;
}
#menu_items     {
  clear: both;
  float: right;
  padding-right: 21px;
}
#login_box {
  padding-bottom: 12px;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #E6E6E6;
}


#login_box a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #E6E6E6;
  text-decoration: none;
  }
#right_side_nav {
  float: right;
}
#right_side_button {
  padding-bottom: 10px;

}


#login_box a:hover {
  color: #FBAE17;
  text-decoration: none;
}

#menu {
  margin:0;
  clear: both;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  }
#menu li {
  list-style-type:none;
  float: left;
  width:100px;
  height:22px;
  font-family:arial, verdana, sans-serif;
  font-size:15px;
  color: #000000;
  text-align:center;
  text-decoration:none;
  padding-top: 4px;
  }
#menu a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #E6E6E6;
  text-decoration: none;
  }
#menu a:hover {
  color: #FBAE17;
  text-decoration: none;
  }

/* BLOG */
.blog_box {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #FBAE17;
  padding-left: 10px;
  margin-top: 12px;
  margin-bottom: 20px;
}
#blog-content {
  clear: both;
  float: left;
  width: 940px;
  padding-left: 20px;
  text-align: center;
}
.blog-section {
  float: left;
  width: 470px;
  padding-right: 20px;
}

#blog-container {
  clear:both;
  width:960px;
  margin:0 auto 50px auto;
}


/* COMPANY */
#company-content-box {
  float: left;
  width: 548px;
  text-align: left;
  padding-left: 20px;
  line-height: 21px;
}
#company-subheader {
  padding-top:29px;
  padding-bottom: 4px;
  line-height: 24px;
}
#company-team-member {
  padding-top:29px;
  padding-bottom: 4px;
  line-height: 24px;
}
#company-contact-info {
  padding-top:20px;
  padding-bottom: 4px;
}


/* SUPPORT */
#support-content-box {
  float: left;
  width: 560px;
  text-align: left;
  padding-left: 20px;
  line-height: 21px;
}
#support-content-box-full {
  float: left;
  width: 764px;
  text-align: left;
  padding-left: 20px;
  line-height: 21px;
}
#support-content-qa {
  padding: 10px 0px 10px 0px;
  line-height: 21px;
  background-color: #f2f2f2;
}
.support-question-off {
  padding: 5px 20px 5px 20px;
}
.support-question-on {
  padding: 5px 20px 5px 18px;
  background-color: #ffffff;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.support-section-text {
  color: #fbae17;
  font-weight: bold;
  font-size: 11pt;
  position: relative;
  left: 20px;
  margin-top: 20px;
}
.support-section-vt-link {
  font-weight: bold;
  font-size: 10pt;
  position: relative;
  left: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.support-question-text {
  color: #808080;
  font-weight: bold;
}
.support-answer {
  padding: 10px 0px 10px 1px;
  border-top: 1px solid #ebebeb;
  color: #000000;
  font-weight: normal;
  line-height: 16px;
}
.support-answer-on {
  padding: 10px 0px 10px 1px;
  border-top: 1px solid #ebebeb;
  color: #000000;
  font-weight: normal;
  line-height: 16px;
  display: ;
}
.support-content-carrot-off {
  color: #01acdb;
  font-size: 7pt;
  position: relative; top: -1px;
}
.support-content-carrot-on {
  color: #fbae17;
  font-size: 8pt;
  position: relative; top: -1px;
}
.support-content-qa-off {
  color: #01acdb;
  font-weight: bold;
}
.support-content-qa-on {
  color: #fbae17;
  font-weight: bold;
}

/* FORM */
#form_container {
  width: 1000px;
  text-align: left;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}
#form-title {
  padding-top: 30px;
}

#form-instructions {
  padding-top: 12px;
}
#form-box {
  padding-top: 15px;
  width: 372px;
}
#form-field {
  float: left;
  padding-top: 10px;
}
#form-name {
  width: 174px;
}
#form-trial-back {
  float: left;
  width: 360px;
  background-color: #f2f2f2;
  padding: 0px 0px 20px 20px;
}
/* PRODUCT */
#main  {
  width: 1000px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  text-align: left;
}
#main-content {
  position: absolute;
  top: 405px;
  z-index: 10;
  width: 100%;
  clear: both;
}
#main_buttons {
  float: left;
  padding-top: 42px;
  padding-left: 20px;
}
#main_nav_col {
  float: left;
  width: 568px;
  padding-left: 20px;
  padding-top: 10px;
}
#main_more_nav {
  line-height: 28px;
  float: left;
  padding-top: 6px;
}
#main_more_nav #more_nav_text {
  float: left;
}
#main_more_nav #more_nav_image {
  float: left;
  padding-top: 5px;
  padding-right: 5px;
}


#main_quote_col {
  float: left;
  padding-left: 20px;
  width: 372px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21px;
  color: #B3B3B3;
  line-height: 26px;
  padding-top: 23px;
}
.main_product_image {
  float: left;
}
.main_product_description {
  float: left;
  width: 220px;
  padding-top: 4px;
  padding-left: 8px;
}
.main_product_description #text {
  line-height: 15px;
}

#main_bottom_col {
  float: left;
  padding-left: 20px;
  padding-top: 30px;
}
#main_bottom_promo {
  padding-left: 20px;
  padding-top: 30px;
  clear: both;
}
#main-media {
  padding-top: 15px;
}


/* MEDIA */
#media_box {
  clear: both;
}
#media-image{
  float: left;
  padding-right: 20px;
}
#media-text {
  float: left;
  width: 254px;
  padding-top: 6px;
}


/* PRESS */
#press-box {
  clear: both;
  padding-top: 30px;
}
#press-image {
  padding-right: 20px;
  float: left;
}
#press-header {
  float: left;
  padding-top: 8px;
  width: 350px;
}
#press-text {
  clear: both;
  padding-top: 1px;
}
/* PRICING */
#pricing-content {
  position: absolute;
  top: 150px;
  z-index: 10;
  width: 100%;
  clear: both;
}

#pricing-table {
  width:100%;
}

#pricing-table #title {
  background-color:#ffd03b;
}

#pricing-table #title-header {
  background-color:#808080;
  text-align: center;
}

#pricing-table #pricing-header {
  background-color:#f2f2f2;
}

#pricing-table #pricing-header-header{
  background-color:#f2f2f2;
  text-align: center;
}
#pricing-table #pricing-header-content{
  padding-bottom: 5px;
  padding-left: 10px;
}

#pricing-table #pricing-info {
  text-align: center;
}
#pricing-info {
  vertical-align: middle;
  padding:5px 0;
}
#pricing-info-spacer {
  width: 28px;
}
#pricing-info-title {
  height:30px;
  text-align: left;
}
#pricing-line {
  background-color: #f2f2f2;
  height: 1px;
}
#pricing-table #features {
  background-color:#ffffff;
  height: 50px;
  text-align: left;
  vertical-align: middle;
}
/*#pricing-form-title {
  background-color: #ffd03b;
  height: 33px;
  padding-top: 17px;
  padding-right: 20px;
  padding-left: 20px;
}*/
#pricing-form-title {
  background-color: #ffd03b;
  padding: 25px 20px 10px 20px;
}
#pricing-form-content {
  background-color: #f2f2f2;
  padding-top: 5px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}

/* PRODUCT */
#product_description {
  padding-left: 216px;
  width: 568px;
}
#product_image_main {
  text-align: center;
  padding: 0px;
  margin: 0px;
  height: 310px;
  width: 1000px;
}
#product_text {
  width: 1000px;
  text-align: left;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

#product_details {
  float: left;
  padding-left: 20px;
  width: 274px;
  padding-top: 7px;
}
#product_details #title {
  line-height: 24px;
}

#product_details #text {
}

#product_image {
  float: left;
  padding-left: 20px;
  width: 274px;
}

#product_description #title {
  padding-bottom: 8px;
}
#product_description #text {
  line-height: 24px;
}
#product_nav_box {
  width: 176px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #CCCCCC;
  border-bottom-color:#CCCCCC;
  margin-left: 20px;
  float: left;
}
#product_nav_box .row {
  clear:both;
}
#product_nav_box .graphic {
  float: left;
}
#product_nav_box  .text {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #CCCCCC;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #FBAE17;
  font-weight: bold;
}

#overview_image {
  float: left;
  height: 310px;
  width: 488px;
  text-align: right;
  padding-right: 20px;
}
#overview_main_text {
  float: left;
  width: 468px;
}
#overview_title {
  padding-top: 70px;
  text-align: left;
}
#overview_text {
  line-height: 24px;
  text-align: left;
  padding-top: 6px;
}
#overview_buttons {
  padding-top: 18px;
  text-align: left;
}
.overview_item {
  width: 176px;
  padding-left: 20px;
  float: left;
}
.overview_item  #title {
  padding-top: 18px;
}
.overview_item  #text {
  line-height: 17px;
  padding-top: 2px;

}





#nav_menu_bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #FFCF3C;
  margin-left: 20px;
  padding-top: 7px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #FBAE17;
}
#breadcrumbs {
  float: left;
}
#page_navigation {
  float: right;
}

#sales-text {
  text-align: center;
  width: 100%;
  clear: both;
  padding-left: 52px;
  line-height: 30px;
}
#sales-text-small {
  text-align: center;
  width: 100%;
  clear: both;
  padding-top: 8px;
  padding-left: 52px;
  line-height: 24px;
}
#sales-form-image {
  float: left;
  height: 248px;
  width: 488px;
  text-align: right;
  padding-right: 20px;
}

#footer {
  clear: both;
  height: 100px;
  width: 100%;
  background-image: url(../images/footer-bkg_small1.gif);
  background-repeat: repeat-x;
  background-position: top;
}
#footer_content {
  width: 1000px;
  padding: 20px;
  margin: 0px auto;
}

#bottom-spacer {
  height:22px;
  clear:both;
}

#col2 {
  float: left;
  width: 176px;
  text-align: left;
}
#col3 {
  float: left;
  width: 274px;

}

#col4 {
  float: left;
  width: 372px;
  text-align: left;
}

#col6 {
  float: left;
  width: 588px;
}

#col7 {
  float: left;
  width: 666px;
}

#col8 {
  float: left;
  width: 784px;
}

.yellow_line {
  background-image: url(../images/yellow_line.png);
  background-repeat: repeat-x;
  background-position: bottom;
}

/*wide button hover effect*/

#button-trial-wide
{
  display: block;
  width: 184px;
  height: 40px;
  background: url(../images/button-trial-wide_3.gif) no-repeat 0 0;

}

#button-trial-wide:hover
{
  background-position: 0 -40px;
}

#button-trial-wide span
{
  display: none;
}

#button-demo-wide
{
  display: block;
  width: 184px;
  height: 40px;
  background: url(../images/button-demo-wide_small1.gif) no-repeat 0 0;

}

#button-demo-wide:hover
{
  background-position: 0 -40px;
}

#button-demo-wide span
{
  display: none;
}

#button-sales-wide
{
  display: block;
  width: 184px;
  height: 40px;
  background: url(../images/button-sales-wide_small1.gif) no-repeat 0 0;

}

#button-sales-wide:hover
{
  background-position: 0 -40px;
}

#button-sales-wide span
{
  display: none;
}

/*short button hover effect*/

#button-trial-short
{
  display: block;
  width: 120px;
  height: 40px;
  background: url(../images/button-trial-short_3.gif) no-repeat 0 0;
  float:left;
  margin:0 10px 0 0;

}

#button-trial-short:hover
{
  background-position: 0 -40px;
}

#button-trial-short span
{
  display: none;
}

#button-demo-short
{
  display: block;
  width: 120px;
  height: 40px;
  background: url(../images/button-demo-short_small1.gif) no-repeat 0 0;
  float:left;
  margin:0 10px 0 0;

}

#button-demo-short:hover
{
  background-position: 0 -40px;
}

#button-demo-short span
{
  display: none;
}

#button-sales-short
{
  display: block;
  width: 120px;
  height: 40px;
  background: url(../images/button-sales-short_small1.gif) no-repeat 0 0;
  float:left;

}

#button-sales-short:hover
{
  background-position: 0 -40px;
}

#button-sales-short span
{
  display: none;
}

#button-pricing-signup
{
  display: block;
  width: 78px;
  height: 28px;
  background: url(../images/button-pricing-signup_small2.gif) no-repeat 0 0;
  float:left;
  font-weight: bold;
  color: #ffffff;
  line-height: 27px;
}

#button-pricing-signup:hover
{
  background-position: 0 -28px;
}

#button-pricing-signup span
{
  display: none;
}

#button-pricing-contact
{
  display: block;
  width: 78px;
  height: 28px;
  background: url(../images/button-pricing.gif) no-repeat 0 0;
  float:left;
  font-weight: bold;
  color: #ffffff;
  line-height: 27px;
}

#button-pricing-contact:hover
{
  background-position: 0 -28px;
}

#button-pricing-contact span
{
  display: none;
}

#sales-force-info{
  width: 428px;
  padding-right: 80px;
}

#sales-force-title {
  padding-top: 20px;
  line-height: 35px;
}

#sales-force-title-main{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  clear: both;
  line-height: 35px;
}

#sales-force-text {
  float: right;
  text-align: left;
  clear: both;
  width: 168px;
  font-weight: bold;
}

#sales-force-image {
  float: right;
  border: 4px solid #CCCCCC;
}

#sales-force-text ul{
  position: relative;
  padding: 0px;
  margin: 0px;
  padding-left: 15px;
}

#sales-force-text li{}

/* PROMO */
#promo-content {
  width: 960px;
  padding-left: 20px;
  line-height: 21px;
}
#promo-left {
  float: left;
  width: 548px;
  text-align: left;
  padding-left: 20px;
}

#promo-left-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}
.promo-left-subheader {
  padding-top:20px;
  padding-bottom: 0px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

.promo-left-content {
  padding-top:20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #000000;
}


#whitepaper {
  width: 500px;
  text-align: center;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

#whitepaper-title{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}

#whitepaper-pdf-link{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000000;
  padding-top: 25px;
  padding-bottom: 25px;
}

#whitepaper-pdf-link a{
  color:#333333;
  text-decoration: underline;
  font-size: 1.25em;
  font-weight: bold;
}

#whitepaper-pdf-link a:hover{
  color: #01ACDB;
}

#whitepaper-content {
  padding-top:20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

#whitepaper #main_buttons{
  padding-left: 60px;
}

#whitepaper-buttons{
  padding-left: 60px;
  padding-top:15px;
}


div#details h4 {
  color: #FFBC00;
  padding: 0;
  margin: 0;
}

div#details td {
  vertical-align: top;
  color: #808080;
}
