@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: 224px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: left;
  background-color:#000000;
  background-image: url(../images/bg_02.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

#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: 19px;
  padding-right: 50px;
}
#menu_items     {
  clear: both;
  float: right;
  padding-right: 21px;
  position:relative;
}
#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: #f38f1d;
  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:85px;
  height:22px;
  font-family:arial, verdana, sans-serif;
  font-size:15px;
  color: #000000;
  text-decoration:none;
  padding-top: 4px;
  }
#menu a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #E6E6E6;
  text-decoration: none;
  }
#menu a:hover {
  color: #d5e04d;
  text-decoration: none;
  }

/* BLOG */
.blog_box {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #939ba1;
  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: #333333;
  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: #8cc63f;
  font-size: 7pt;
  position: relative; top: -1px;
}
.support-content-carrot-on {
  color: #000;
  font-size: 8pt;
  position: relative; top: -1px;
}
.support-content-qa-off {
  color: #8cc63f;
  font-weight: bold;
}
.support-content-qa-on {
  color: #f38f1d;
  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: 500px;
  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: #939ba1;
  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: 225px;
  z-index: 10;
  width: 100%;
  clear: both;
}

#pricing-table {
  width:100%;
}

#pricing-table #title {
  background-color:#d5e04d;
}

#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: #f38f1d;
  height: 33px;
  padding-top: 17px;
  padding-right: 20px;
  padding-left: 20px;
}*/
#pricing-form-title {
  background-color: #d5e04d;
  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: #333333;
  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: #939ba1;
  margin-left: 20px;
  padding-top: 7px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #f38f1d;
}
#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: 250px;
  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 {
  border-bottom:1px solid #939ba1;
}

/*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;
}

/*NEW*/

.headband{
  margin:-108px auto 0px auto;
  height:108px;
  width:1024px;
  position:relative;
  background:url(../images/vps-head.jpg) no-repeat center;
}
.headband li{
  float:left;
  list-style-type: none;
  margin-left:1px;
}
.headband a{
  display:block;
  padding:7px 15px 5px 15px;
  color: #000;
  background:url(/images/green-grad.jpg) repeat-x;
  border-left:1px solid #456e00;
  border-top:1px solid #456e00;
  -webkit-border-radius: 10px 10px 0px 0px;
  -khtml-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
}
ul#vps-menu{
  position:absolute;
  bottom:8px;
  right:185px;
}
.fixxer{
  position: relative;
}

/* ========= */
/* PULL-DOWN */
#menu{
  margin:0px;
  padding:0px;
}
#menu *{
  margin:0px;
  padding:0px;
}
#menu li{
  position: relative;
  text-align: center;
}
#menu li ul a{
  padding-bottom: 0px;
}

#header ul#menu ul.pull{
  position: absolute;
  float:left;
  text-align: left;
  background: url(../images/pull-bott.png) no-repeat bottom;
  width: 190px;
  padding-bottom: 25px;
  top:45px;
  left: -55px;
  font-size: 12px;
  z-index:96;
  display:none;
}
#header ul#menu ul.pull li{
  float: none;
  padding-bottom:1px;
  margin-bottom: 10px;
  width:190px;
  height:15px;
}
#header ul#menu ul.pull li.top{
  background: url(../images/pull-top.png) no-repeat bottom;
  position: absolute;
  width: 190px;
  height: 25px;
  top:-25px;
}
#header ul#menu ul.pull li a{
  color: #666;
  border: none;
  display:block;
  margin: 0px 20px 0px 15px;
}
#header ul#menu ul.pull li a:hover{
  color: #f38f1d;
}
#header ul#menu ul.pull li.navdiv{
  border-top: 1px solid #ccc;
  margin: 0px 20px 0px 15px;
  padding-bottom:0px;
  height:1px;
  width:150px;
}

/* /PULL-DOWN */
/* ========== */

