
/* ---------------------------------------------
	ppSD2 Demo Website
	Primary Style Sheet
	http://demo.passwordprotectorsd.com/
--------------------------------------------- */

/* Global Settings */

body {
  padding: 0;
  margin: 0;
  background: url('imgs/bg.jpg') repeat-x #252A2C;
}

a[class ~="video"] {
   padding-right: 18px;
   background: transparent url('/imgs/video_icon.png') no-repeat center right;
}

a:link, a:visited {
  color: #71CEF5;
  text-decoration: none;
}

#footer a:link, #footer a:visited {
  color: #7F7F7F;
  text-decoration: none;
}

#blue_bar a:link, #blue_bar a:visited {
  color: #F5D171;
  text-decoration: none;
}

a:active, a:hover, #footer a:active, #footer a:hover {
  color: #FFBE00;
  text-decoration: none;
}

h1 {
  color: #F9A52C;
  padding: 0;
  margin: 0 0 15px 0;
  font-family: trebuchet ms, verdana, arial;
  font-size: 1.8em;
  font-weight: normal;
}

h2 {
  color: #fff;
  padding: 0;
  margin: 0 0 5px 0;
  font-family: trebuchet ms, verdana, arial;
  font-size: 1.3em;
  font-weight: normal;
}

h2.padbot {
  margin: 0 0 15px 0;
}

h3 {
  color: #fff;
  padding: 0;
  margin: 0 0 10px 0;
  font-family: trebuchet ms, verdana, arial;
  font-size: 1.1em;
  font-weight: normal;
  font-style: italic;
}

h2.faq {
  margin: 15px 0 5px 0;
}

.faq_entry {
  margin: 20px 0 20px 0;
  padding: 0 0 0 0;
  border-bottom: 1px solid #252A2C;
}

p.top {
  font-size: 0.7em;
  text-align: right;
}

input[type=text], input[type=password], textarea, select {
  background-color: #252A2C;
  padding: 3px;
  color: #fff;
  font-family: tahoma;
  font-size: 0.8em;
  border: 1px solid #1D2224;
}

.basic_form {
  background-color: #2A4A54;
  border: 1px solid #1D2224;
  padding: 3px;
  color: #fff;
  font-family: tahoma;
  font-size: 0.8em;
}

button.submit {
  border-top:1px solid #eee;
  border-left:1px solid #eee;
  border:1px solid #dedede;
  margin: 0 7px 0 10px;
  padding: 3px 10px 3px 7px;
  line-height: 100%;
  font-family: tahoma, verdana, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  width: auto;
  overflow: visible;
  color: #255798;
}

button:hover {
  background-color: #dff4ff;
  border: 1px solid #c2e1ef;
  cursor: pointer;
}

button img {
  margin: 0 3px -3px 0 !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
}

.clear {
  clear: both;
}

.spacing20 {
  height: 20px;
}

.spacing30 {
  height: 30px;
}

#top_center {
  width: 922px;
  margin: 0px auto;
  height: 30px;
  background: url('imgs/top_center.jpg') no-repeat center;
}

#main {
  width: 922px;
  margin: 0px auto;
  background-color: #252A2C;
}

#main_pad {
  padding: 0 0 29px 0;
  margin: -10px 29px 0px 29px;
  background-color: #2A3032;
}

#topbar {
  height: 154px;
  background: url('imgs/top_bg.jpg') no-repeat;
}

#topbar_right {
  float: right;
  width: 564px;
  height: 144px;
  margin: 0 0 0 0;
  background: url('imgs/top_cp_screen.png') no-repeat bottom right;
}

#blue_bar {
  height: 46px;
  background: url('imgs/nav_bg.jpg') repeat-x;
  font-family: verdana, arial;
  font-size: 0.8em;
  line-height: 46px;
  padding: 0;
  margin: 0;
}

#blue_bar_pad {
  padding: 0 20px 0 20px;
}

#blue_bar span#tl {
  float: left;
  width: 4px;
  height: 4px;
  background: url(imgs/b_tl.jpg) no-repeat;
}

#blue_bar span#tr {
  float: right;
  width: 4px;
  height: 4px;
  background: url(imgs/b_tr.jpg) no-repeat;
}

ul#nav {
  line-height: 46px;
  height: 46px;
  padding: 0;
  margin: 0;
  list-style: none;
}

ul#nav li#last {
  height: 44px;
  padding: 0 10px 0 10px;
}

ul#nav li#right {
  float: right;
  line-height: 46px;
  padding: 0 10px 0 10px;
  font-size: 1.1em;
  font-family: tahoma;
  font-weight: bold;
  color: #FFBE00;
}

ul#nav li#right:hover {
  float: right;
  line-height: 46px;
  padding: 0 10px 0 10px;
  font-size: 1.1em;
  font-family: tahoma;
  font-weight: bold;
  background: transparent;
  border: 0px;
  color: #FFBE00;
}

ul#nav li {
  float: left;
  line-height: 46px;
  padding: 0 10px 0 10px;
}

ul#nav li:hover, ul#nav li.on {
  background: url('imgs/nav_on_bg.jpg') repeat-x top left #2A3032;
  border-top: 2px solid #F4DB66;
  height: 44px;
  line-height: 43px;
}

#content {
  font-family: verdana, arial;
}

#content_pad {
  padding: 38px;
  min-height: 500px;
}

#content1 {
  font-family: verdana, arial;
}

#content1_pad {
  padding: 38px;
  min-height: 500px;
}

#content_pad p {
  line-height: 1.5em;
  font-size: 0.8em;
  color: #F5F5F5; 
  margin: 0 0 20px 0;
  padding: 0;
}

#content_pad p.comp {
  line-height: 1.5em;
  font-size: 0.8em;
  color: #F5F5F5; 
  margin: 0 0 10px 0;
  padding: 0;
}

/* --- Three Columns --- */
.left_col {
  float: left;
  width: 30%;
  text-align: justify;
}

.right_col {
  float: right;
  width: 30%;
  text-align: right;
}

.mid_col {
  width: 34%;
  margin-left: 33%;
  text-align: justify;
}
/* --------------------- */

.ele_entry {
  margin-bottom: 20px;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #252A2C;
}

.ele_entry1 {
  margin: 0;
  padding: 0 0 10px 0;
}

.left_side {
  float: left;
  width: 150px;
}

.right_side {
  margin-left: 160px;
}

ul.option_list {
  font-size: 0.75em;
  color: #F5F5F5;
  margin: 0 0 20px 0;
}

ul.option_list li {
  margin: 0 0 10px 0;
}

#main_bot {
  text-align: center;
}

#footer {
  width: 850px;
  margin: 10px auto 50px auto;
  font-family: tahoma, verdana;
  font-size: 0.7em;
  color: #7F7F7F;
}

#footer p {
  margin: 30px 0 30px 0;
  padding: 0;
  text-align: center;
}

#footer ul {
  margin: 0 20px 0 0;
  padding: 0;
  list-style-image: url("imgs/bullet.png");
  list-style-position: inside;
  width: 270px;
  float: left;
}

#footer li.title {
  margin: 0;
  padding: 14px 0 6px 0;
  font-weight: bold;
  list-style: none;
  text-transform: uppercase;
}

#footer li.title:hover {
  margin: 0;
  padding: 14px 0 6px 0;
  font-weight: bold;
  list-style: none;
  text-transform: uppercase;
  background-color: transparent;
}

#footer li {
  margin: 0;
  padding: 4px 0 4px 0px;
}

#footer li:hover {
  margin: 0;
  padding: 4px 0 4px 4px;
  background-color: #2E3537;
  list-style-image: url("imgs/bullet_on.png");
}

#footer ul.last {
  margin: 0 0 0 0;
  padding: 0;
  list-style-image: url("imgs/bullet.png");
  list-style-position: inside;
  float: left;
}


label {
  width: 180px;
  font-family: verdana, arial;
  font-size: 0.8em;
  color: #FFFFFF;
  margin: 0 5px 0 10px;
}

#home_features_left {
  float: left;
  width: 50%;
}

#home_features_right {
  margin-left: 50%;
}

ul.home_features {
  list-style: none;
  list-style-position: inside;
  margin: 0;
  padding: 0;
  line-height: 1.3em;
}

ul.home_features li.f1 {
  background: url("imgs/f_user_authentication.png") no-repeat top left;
}

ul.home_features li.f2 {
  background: url("imgs/f_dig_prod.png") no-repeat top left;
}

ul.home_features li.contact {
  background: #252A2C;
  padding: 0;
  font-family: verdana, arial;
  color: #fff;
  margin: -10px -40px 0 0;
}

.sm_home {
  margin: 8px 0 8px 0;
  padding: 0;
  font-size: 0.70em;
  color: #A5A5A5;
}

#home_contact_form {
  padding: 20px;
  margin: 0 0 25px 0;
}

div.hm_e_left {
  float: left;
  width: 75px;
  font-size: 0.8em;
  margin-bottom: 5px;
}

div.hm_e_right {
  margin-left: 80px;
  margin-bottom: 5px;
}


ul.home_features li.f3 {
  background: url("imgs/f_user_manage.png") no-repeat top left;
}

ul.home_features li.f4 {
  background: url("imgs/f_shopping_cart.png") no-repeat top left;
}

ul.home_features li.f5 {
  background: url("imgs/f_customize.png") no-repeat top left;
}

ul.home_features li.f6 {
  background: url("imgs/f_stats.png") no-repeat top left;
}

ul.home_features li.f7 {
  background: url("imgs/f_email.png") no-repeat top left;
}

ul.home_features li.f8 {
  background: url("imgs/f_module.png") no-repeat top left;
}

ul.home_features li.f9 {
  background: url("imgs/f_leads.png") no-repeat top left;
}

ul.home_features li.f10 {
  background: url("imgs/f_support.png") no-repeat top left;
}

ul.home_features li.f11 {
  background: url("imgs/f_events.png") no-repeat top left;
}

ul.home_features li {
  margin: 0 0 25px 0;
  padding: 0 10px 0 55px;
  background: url("imgs/home_feature.jpg") no-repeat top left;
}

span.feature_desc {
  font-family: verdana, arial;
  font-size: 0.8em;
  color: #fff; 
}

#video_testi {
  background-color: #252A2D;
  margin: 40px 0 0 0;
}

#video_testi_left {
  float: left;
  width: 506px;
}

#video_testi_left p#quote {
  margin: 0;
  padding: 0;
  font-family: georgia, trebuchet ms, verdana;
  font-size: 1.2em;
  font-style: italic;
  color: #fff;
  line-height: 1.5em;
}

#video_testi_left p#vid_links {
  font-size: 0.7em;
  font-family: verdana, arial;
  color: #fff;
  margin-top: 10px;
}

#video_testi_right {
  margin-left: 486px;
  text-align: right;
}

#video_testi_pad {
  padding: 30px;
}

.feature_left {
  height: 30px;
  line-height: 30px;
  font-family: verdana, arial;
  color: #fff;
  font-size: 0.8em;
  background-color: #252A2D;
  padding: 0 0 0 5px;
  font-weight: bold;
}

.update_order {
  font-family: tahoma,verdana, arial;
  color: #fff;
  font-size: 0.7em;
  background-color: #252A2D;
  padding: 10px;
  margin-top: 15px;
  text-align: center;
}

.f_left {
  float: left;
  width: 45px;
}

.f_right {
  margin-left: 50px;
}


ul.phone {
  font-family: verdana, arial;
  color: #fff;
  font-size: 0.8em;
  list-style: square inside;
  padding: 10px;
  margin: 0;
}

ul.phone li {
  padding: 0 0 8px 0;
}



ul.additional_link {
  font-family: verdana, arial;
  color: #fff;
  font-size: 0.75em;
  list-style: square inside;
  padding: 10px;
  margin: 0 0 0 30px;
}

ul.additional_link li {
  padding: 0 0 2px 0;
}

div.quote {
  padding: 0;
  margin: 0 30px 15px 30px;
  font-style: italic;
  font-size: 0.75em;
  color: #fff;
  font-align: justify;
  background-color: #252A2C;
}

.testi_links {
  font-size: 0.8em;
  margin: 15px 0 0 15px;
  font-style: normal;
}

div.quote_pad {
  padding: 20px;
}

ul.feature_details {
  font-family: verdana, arial;
  color: #fff;
  font-size: 0.70em;
  list-style: square inside;
  padding: 10px;
  margin: 0;
}

ul.feature_details li.corporate {
  padding: 0 0 4px 0;
  color: #FFE148;
}

ul.feature_details li {
  padding: 0 0 4px 0;
}

ul.component {
  font-family: verdana, arial;
  color: #fff;
  font-size: 0.70em;
  list-style: square inside;
  padding: 0 0 10px 0;
  margin: 0;
}

ul.component li.limitations {
  padding: 0 0 10px 30px;
  color: #686E70;
  margin: 0 0 0 10px;
  font-style: italic;
}

ul.component li {
  padding: 0 0 4px 0;
}

span.comp_desc {
  color: #686E70;
  margin: 0 0 0 10px;
  font-style: italic;
}


#sub_nav {
  border-top: 6px solid #2A3032;
  padding: 10px 0 10px 0;
  font-family: tahoma, verdana;
  font-size: 0.7em;
  background-color: #252A2C;
  text-align:center;
  color: #fff;
}

#sub_nav span {
  margin-right: 10px;
}

ul.terms {
  font-family: verdana, arial;
  font-size: 0.8em;
  color: #fff;
  margin: 20px 0 20px 20px;
  padding: 0;
  list-style-position: inside;
}

.important {
  background-color: #232A2C;
  color: #F9A52C;
  font-family: tahoma, verdana, arial;
  font-size: 0.8em;
  margin: 20px 0 20px 0;
  border: 3px solid #522B2B;
}

.important_pad {
  padding: 13px;
}

table.contact {
  font-size: 1.0em;
}

table.contact td.con1 {
  margin: 0;
  padding: 0 0 25px 0;
  font-family: verdana, arial;
  font-size: 0.8em;
  color: #fff;
}

table.contact td {
  margin: 0;
  padding: 0 0 25px 0;
  font-size: 1.2em;
}

#sub_contact {
  text-align:center;
  margin: 10px 0 0 0;
}

.screen_left {
  float: left;
  width: 50%;
}

.screen_right {
  margin-left: 50%;
}

.screen_left_pad {
  padding: 0 10px 20px 0;
}

.screen_right_pad {
  padding: 0 0 20px 10px;
}

.screen_caption {
  font-family: verdana, arial, tahoma;
  font-size: 0.7em;
  font-weight: normal;
  font-style: italic;
  text-align: center;
  width: 385px;
  margin: 8px auto;
  color: #fff;
}

span.screen_click {
  cursor: pointer;
}


#faded {
  display: none;
  z-index: 5;
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
  /* for Mozilla */
  -moz-opacity:0.7;
}

#image_window {
  display: none;
  z-index: 10;
  position: absolute;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  width: 860px;
  background-color: #fff;
  border: 10px solid #252A2C;
}

#img_holder {
  display: none;
  position: relative;
  margin: 30px;
  cursor: pointer;
}

#click_close {
  display: none;
  z-index: 10;
  position: fixed;
  top: 40px;
  right: 0;
  width: 28px;
  height: 32px;
  background: url('imgs/close.png') no-repeat top left #252A2C;
  cursor: pointer;
}

.order_select {
  float: left;
  margin-right: 40px;
  display: inline;
}

.order_pad {
  padding: 2px;
}

.order_icon {
  float: left;
  width: 50px;
}

.order_right {
  margin-left: 55px;
  line-height: 50px;
  color: #fff;
  font-family: verdana, arial;
  font-size: 0.8em;
  cursor: pointer;
}

table.order {
  font-family: verdana, arial;
  font-size: 0.8em;
  color: #fff;
}

table.order td {
  padding: 6px 3px 6px 0px;
}

table.order td.midcol {
  padding: 0 16px 0 0;
}

table.order tr.on {
  background-color: #252A2D;
}

.iframe {
  border: 1px solid #252A2D;
}

.bill_left {
  font-family: verdana, arial;
  font-size: 0.8em;
  color: #fff;
  float: left;
  width: 200px;
}

.bill_right {
  margin-left: 200px;
}

.bill_entry {
  margin: 0 0 15px 0;
}

.bill_help {
  margin: 5px 0 0 200px;
  padding: 0;
  color: #A0A0A0;
  font-size: 0.7em;
}

table.billing_recap {
  
}

table.billing_recap td.total {
  font-weight: bold;
}

table.billing_recap td.total_left {
  font-style: italic;
  text-align: right;
  padding-right: 20px;
}

table.billing_recap td {
  font-family: verdana, arial;
  font-size: 0.8em;
  padding: 3px 0 8px 0;
  color: #fff;
}

.testimonial_logo {
  background-color: #252A2D;
  margin: 10px 0 30px 0;
  display: inline-block;
  padding: 20px;
}

.testi_main_left {
  float: left;
  width: 384px;
}

.testi_main_right {
  width: 394px;
  margin-left: 394px;
}

.testi_sample {
  color: #D7D7D7;
  font-family: tahoma, verdana;
  font-size: 0.70em;
  line-height: 1.6em;
  padding: 15px 0px 10px 15px;
}

.testi_more {
  text-align: right;
  font-size: 0.75em;
  padding-top: 7px;
}

.testi_entry {
  margin-bottom: 20px;
  background-color: #252A2D;
}

.testi_main_pad {
  padding: 20px;
}


p.main_testi {
  margin: 20px 0;
  padding: 0;
  font-family: verdana, georgia, trebuchet ms, verdana;
  font-size: 0.8em;
  color: #fff;
  line-height: 1.7em;
}

.testi_next {
  float: right;
  display: inline-block;
  padding: 5px 10px 5px 10px;
  font-family: verdana, arial;
  color: #fff;
  font-size: 0.8em;
  background-color: #252A2D;
  font-weight: bold;
  margin-top: 20px;
}

.testi_prev {
  float: left;
  display: inline-block;
  padding: 5px 10px 5px 10px;
  font-family: verdana, arial;
  color: #fff;
  font-size: 0.8em;
  background-color: #252A2D;
  font-weight: bold;
  margin-top: 20px;
}