.slide_bullets {
	margin: 0;
	padding: 0 0 .5em 0;
  color: #47332d;
  font-family: "Myriad Pro", Tahoma, "Helvetica Neue", Helvetica, Arial, san-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2em;
}
css html { 
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	margin: 0;
	padding: 0;
  color: #000;
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
	text-align: center;
  background-color: #604D46;
  background-image: url(/imgD/bkg_body.png);
  background-position: center top;
  background-repeat: repeat-x;
}


pre {
	color: #000000;
	background-color: #DFDBDA;
	font-size: 13px;
	font-family: monospace;
	display: block;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
}


p, ul, ol, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	line-height: 1;
}
p {
	margin: 0;
	padding: 0 0 1em 0;
	line-height: 1.4em;
}
ul {
	margin: 0;
	padding: 0 0 1em 0;
}
li {
	margin: 0 0 0 25px;
	padding: 0;
	line-height: 1.4em;
}
h1 {
	margin: 0;
	padding: 0 0 .5em 0;
  color: #47332d;
  font-family: "Myriad Pro", Tahoma, "Helvetica Neue", Helvetica, Arial, san-serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.2em;
}
h2 {
	margin: 0;
	padding: 0 0 .5em 0;
  color: #69c3d0;
  font-family: "Myriad Pro", Tahoma, "Helvetica Neue", Helvetica, Arial, san-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2em;
}
h3 {
	margin: 0;
	padding: 0 0 .5em 0;
  color: #69c3d0;
  font-family: "Myriad Pro", Tahoma, "Helvetica Neue", Helvetica, Arial, san-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2em;
}
h4 {
  margin: 0;
  padding: 0;
  color: #a99e9a;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2em;
}
a {
  color: #db610b;
	text-decoration: none;
  outline: none;
}
a:hover {
  color: #db610b;
	text-decoration: underline;
}
img {
	border: none;
}
form {
  margin: 0;
  padding: 0;
}



/* ************************************************** div#page ****************************** */
div#page {
	width: 988px;
	margin: 0 auto;
	padding: 0;
}



/* ************************************************** div#header ****************************** */
div#header {
  overflow: hidden;
	width: 988px;
  height: 89px;
	margin: 0 auto;
	padding: 0;
}
#header a.logoreturn {
  float: left;
  width: 191px;
  height: 74px;
  margin: 0;
  padding: 0;
}
#header .logoreturn img {
  display: block;
  width: 191px;
  height: 74px;
  margin: 0;
  padding: 0;
}
#header div#loginform {
  float: right;
  overflow: hidden;
  height: 33px;
  margin: 0;
  padding: 6px 0 0 0;
  display: inline;
}
#header div#livechat {
  float: right;
  overflow: hidden;
  height: 33px;
  margin: 0;
  padding: 6px 0 0 0;
  display: inline;
  width: 75px;
}
#header div#loginform .formfield {
  float: left;
  width: 125px;
  margin: 5px 8px 0 0;
  padding: 1px 2px;
  color: #dfdbda;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  background-color: #B3A3A3;
  border: solid 1px;
  border-color: #938787 #C8BEBD #C8BEBD #938787;
}
#header div#loginform .formbutton {
  float: left;
  display: inline;
  margin: 0;
  padding: 0;
}
#header div#loginform .formbutton.help {
  margin: 0 0 0 6px;
}
#header ul.navmain {
  clear: right;
  float: right;
  overflow: hidden;
  width: 754px;
  margin: 0;
  padding: 8px 0 0 0;
  list-style-type: none;
}
#header .navmain li {
  float: left;
  display: inline;
  height: 30px;
  margin: 0 0 0 40px;
  padding: 0;
}
#header .navmain li a {
  display: block;
  height: 28px;
  margin: 0;
  padding: 0 0 2px 0;
  color: #47332d;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  text-indent: -9000px;
  line-height: 28px;
  background-position: 0 0;
  background-repeat: no-repeat;
  outline: none;
}
#header .navmain li a.current,
#header .navmain li a:hover {
  color: #db610b;
  background-position: 0 -30px;
}
.navmain li.whydialogs a {
  width: 119px;
  background-image: url(/imgD/nav_whydialogs.gif);
}
.navmain li.features a {
  width: 76px;
  background-image: url(/imgD/nav_features.gif);
}
.navmain li.websites a {
  width: 76px;
  background-image: url(/imgD/nav_projects.gif);
}
.navmain li.dialogsdetails a {
  width: 63px;
  background-image: url(/imgD/nav_dialogsdetails.gif);
}
.navmain li.support a {
  width: 74px;
  background-image: url(/imgD/nav_support.gif);
}
.navmain li.getdialogs a {
  width: 105px;
  background-image: url(/imgD/nav_getdialogs.gif);
}



/* ************************************************** div#main ****************************** */
div#mainwrap {
	width: 988px;
	margin: 18px auto 0 auto;
	padding: 0 0 25px 0;
  background-image: url(/imgD/bkg_mainwrap.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
div#main {
  overflow: hidden;
	width: 958px;
  min-height: 470px;
	margin: 0;
	padding: 15px;
  text-align: left;
  background-color: #fff;
  background-image: url(/imgD/bkg_main.gif);
  background-position: center top;
  background-repeat: no-repeat;
}



/* ************************************************** div#content ****************************** */
div#content {
  float: right;
	width: 723px;
	margin: 0;
	padding: 0 15px 0 0;
}
div#content.narrow {
	width: 501px;
}
#content p.leadin {
  padding: 0;
}
#content hr {
  clear: both;
  height: 3px;
  margin: 0 0 .8em 0;
  background-color: #fff;
  background-image: url(/imgD/bkg_content_border_light.gif);
  background-repeat: repeat-x;
  background-position: left center;
  border: 0 none;
}

div.hiddenmodal {
  display: none;
}
div.jobs {
  margin: 0 0 15px 0;
  padding: 6px;
  border: solid 1px #8e7d77;
}
div.listdetail {
  display: none;
}
/* ************************************************** div#columnfeatured ****************************** */
div#columnfeatured {
  float: right;
	width: 207px;
	margin: 0;
	padding: 0 0 0 15px;
}
#columnfeatured div.badge {
  width: 193px;
  margin: 0 0 15px 0;
  padding: 6px;
  border: solid 1px #8e7d77;
}
#columnfeatured .badge a,
#columnfeatured .badge img {
  display: block;
  margin: 0;
  padding: 0;
}
#columnfeatured div.testimonial {
  width: 193px;
  margin: 0 0 15px 0;
  padding: 6px;
  border: solid 1px #8e7d77;
}
#columnfeatured .testimonial p {
  margin: 0;
  padding: 0;
  color: #a99e9a;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
}

#columnfeatured .testimonial p.credit {
  padding: 4px 0 0 0;
  color: #7f7673;
  font-family: "Times New Roman", Times, serif;
  font-size: 10px;
  font-weight: bold;
  font-style: italic;
}



/* ************************************************** div#column ****************************** */
div#column {
  float: left;
	width: 190px;
	margin: 0;
	padding: 0 30px 0 0;
}
/*
.sectionbox -- grey bkg box
*/
#column div.sectionbox {
  width: 190px;
  margin: 0 0 15px 0;
  padding: 0;
  background-color: #DFDBDA;
  background-image: url(/imgD/bkg_column_sectionbox_top.gif);
  background-repeat: no-repeat;
  background-position: center top;
}
#column div.sectionboxwrap {
  width: 160px;
  margin: 0;
  padding: 15px 15px 4px 15px;
  font-family: Tahoma, Geneva, Helvetica, Arial, sans-serif;
  background-image: url(/imgD/bkg_column_sectionbox_btm.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
}
#column .sectionbox hr {
  height: 3px;
  margin: 0 0 .8em 0;
  background-color: #DFDBDA;
  background-image: url(/imgD/bkg_column_sectionbox_divider.gif);
  background-repeat: repeat-x;
  background-position: left center;
  border: 0 none;
}
#column .sectionbox h2 {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4em;
  text-transform: uppercase;
}
#column .sectionbox p {
  margin: 0;
  padding: 0 0 1em 8px;
  color: #47332d;
  font-size: 11px;
  line-height: 1.4em;
}
#column .sectionbox ul {
  margin: 0;
  padding: 0 0 1em 8px;
  list-style-type: none;
}
#column .sectionbox li {
  margin: 0;
  padding: 0;
  color: #47332d;
  font-size: 11px;
  line-height: 1.4em;
}
#column .sectionbox .nav_level_0 a {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4em;
  text-transform: uppercase;
}
#column .sectionbox a,
#column .sectionbox .nav_level_1 li a {
  color: #47332d;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.4em;
  text-decoration: none;
  text-transform: none;
}
#column .sectionbox .nav_level_1 li a.current,
#column .sectionbox a:hover {
  color: #db610b;
}
#column .sectionbox ul.navfeatures {
  padding: 0 0 1em 2px;
}
#column .sectionbox .navfeatures li {
  line-height: 35px;
}
#column .sectionbox .navfeatures a {
  display: block ;
  height: 35px;
  margin: 0;
  padding: 0 0 0 38px;
  line-height: 35px !important;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#column .sectionbox .navfeatures a.current,
#column .sectionbox .navfeatures a:hover {
  background-position: 0 -35px;
  color: #db610b;
}
#column .sectionbox .navfeatures .cms a {
  background-image: url(/imgD/column_featuresnav_cms.jpg);
}
#column .sectionbox .navfeatures .design a {
  background-image: url(/imgD/column_featuresnav_design.jpg);
}
#column .sectionbox .navfeatures .web20 a {
  background-image: url(/imgD/column_featuresnav_web20.jpg);
}
#column .sectionbox .navfeatures .flash a {
  background-image: url(/imgD/column_featuresnav_flash.jpg);
}
#column .sectionbox .navfeatures .ecommerce a {
  background-image: url(/imgD/column_featuresnav_ecommerce.jpg);
}
#column .sectionbox .navfeatures .seo a {
  background-image: url(/imgD/column_featuresnav_seo.jpg);
}
#column .sectionbox .navfeatures .social a {
  background-image: url(/imgD/column_featuresnav_social.jpg);
}
#column .sectionbox .navfeatures .security a {
  background-image: url(/imgD/column_featuresnav_security.jpg);
}
#column .sectionbox .navfeatures .data a {
  background-image: url(/imgD/column_featuresnav_data.jpg);
}
#column .sectionbox .navfeatures .applications a {
  background-image: url(/imgD/column_featuresnav_proservices.jpg);
}
#column .sectionbox .navfeatures .accessibility a {
  background-image: url(/imgD/column_featuresnav_accessibility.jpg);
}
#column .sectionbox .navfeatures .docs a {
  background-image: url(/imgD/column_featuresnav_docs.jpg);
}


#column div.badge {
  width: 193px;
  margin: 0 0 15px 0;
  padding: 6px;
  border: solid 1px #DFDBDA;
}
#column .badge a,
#column .badge img {
  display: block;
  margin: 0;
  padding: 0;
}
#column div.testimonial {
  width: 193px;
  margin: 0 0 15px 0;
  padding: 6px;
  border: solid 1px #DFDBDA;
}
#column .testimonial p {
  margin: 0;
  padding: 0;
  color: #b3a3a3;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
}
#column .testimonial p.credit {
  padding: 4px 0 0 0;
  color: #604d46;
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
}

#column a.linkrss {
	display: block;
	margin: 0 0 .8em 0;
	padding: 0;
	background-image: url(/images/connections/icon_rss_on_tan.jpg);
	background-repeat: no-repeat;
	background-position: 90px 0;
	text-decoration: none;
	line-height: 30px;
}



/* ************************************************** div#contentadditional ****************************** */
div#contentadditional {
  overflow: hidden;
	width: 958px;
	margin: 0;
	padding: 10px 0 0 0;
}



/* ************************************************** div#footer ****************************** */
div#footer {
  overflow: hidden;
	width: 988px;
	margin: 0 auto;
	padding: 10px 0 0 0;
  background-image: url(/imgD/bkg_footer_top.png);
  background-position: center top;
  background-repeat: no-repeat;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
}


/* 
#footer #footernav 
*/
div#footernav {
  overflow: hidden;
	width: 958px;
	margin: 0;
	padding: 0 15px 10px 15px;
  background-image: url(/imgD/bkg_footer_mdl.gif);
  background-position: center top;
  background-repeat: repeat-y;
}
#footernav div {
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
  text-align: left;
}
#footernav h3 {
  color: #dfdad9;
  font-size: 13px;
  text-transform: uppercase;
}
#footernav p {
  margin: 0;
  padding: 0 0 0 7px;
  color: #aca9a8;
  font-size: 11px;
}
#footernav ul {
  margin: 0;
  padding: 0 0 0 7px;
  color: #aca9a8;
  font-size: 11px;
  list-style-type: none;
}
#footernav li {
  margin: 0;
  padding: 0;
}
#footernav a {
  color: #aca9a8;
  text-decoration: none;
}
#footernav a:hover {
  color: #dfdbda;
}

/* 
Individual footernav sections 
*/
#footernav div.features {
  width: 340px;
  padding: 0 0 0 11px;
}
#footernav .features ul {
  float: left;
  width: 145px;
}
#footernav div.about {
  width: 160px;
}
#footernav div.recent {
  width: 160px;
}
#footernav div.contact {
  width: 160px;
}
#footernav div.extras {
  width: 120px;
}
#footernav .connections p {
  overflow: hidden;
  width: 120px;
  padding: 0 0 10px 0;
}
#footernav .connections a {
  float: left;
  margin: 0 2px 2px 0;
  padding: 0;
  border: none;
}
#footernav .connections img {
  display: block;
  margin: 0;
  padding: 0;
}
#footernav div.search {
  clear: left;
  float: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#footernav .formfield {
  float: none;
  width: 105px;
  margin: 0;
  padding: 1px 2px;
  color: #dfdbda;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  background-color: #604D46;
  border: solid 1px;
  border-color: #1E0702 #8E8382 #8E8382 #1E0702;
}
#footernav .formbutton {
  float: none;
  margin: 4px 0 0 10px;
  padding: 0;
}


/* 
#footer #credits 
*/
div#credits {
  overflow: hidden;
	width: 922px;
	margin: 0;
	padding: 20px 33px;
  font-size: 11px;
  text-align: left;
  background-image: url(/imgD/bkg_footer_btm.png);
  background-position: center top;
  background-repeat: no-repeat;
}
#credits p {
  color: #432e28;
  line-height: 21px;
}
#credits .poweredby {
  float: right;
}
#credits a {
  color: #432e28;
  text-decoration: underline;
}



/* ************************************************** TESTIMONIALS PAGE ****************************** */
#content #testimonialslist {
	margin: 30px 0 0 0;
	padding: 0;
  background-image: url(/imgD/bkg_content_border.gif);
  background-repeat: repeat-x;
  background-position: left top;
}
#content #testimonialslist .item {
	margin: 0;
	padding: 20px 0 10px 0;
  background-image: url(/imgD/bkg_content_border.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
}
#content #testimonialslist .item p {
	color: #A99E9A;
	font-family: "Times New Roman",Times,serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2em;
}
#content #testimonialslist .item p.credit {
	color: #7f7673;
	font-family: "Times New Roman",Times,serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2em;
}










