body
{
	color: #444;
}

/* BASIC ELEMENTS */

a,
a:visited
{
	color: #184274;
	text-decoration:none;
}

a img {
	border: none;
}

a:hover
{
	text-decoration:underline;
}

p {
	margin:0; 
	padding:0;
}

div.clear {
	margin:0;
	padding:0;
	width:0;
	height:0;
	font-size:0;
	clear:both;
	float:none;
}

/* HEADERS */

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	color: #ff7800;
	font-size: 18px;
	margin-bottom: 8px;
}

h2 a {
	color: #184274;
	text-decoration: none;
}

h3 {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	color: #cd4b17;
	font-size: 16px;
	margin-bottom: 8px;
}

span.small {
	font-size: 11px;
}

div#featured_content h2 {
	font-size: 20px;
	color: #ff7800;
}

div#site_footer {
	color: #ff7800;
	font-size: 11px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
}

div#site_footer a,
div#site_footer a:visited,
div#site_footer a:hover {
	color: #ff7800;
	font-size: 14px;
}

/* PAGE LAYOUT */

div#page {
  width: 100%;
  margin: 0px;
  padding-top: 1px;
}

body#home div#page {
	background:url(../images/background_tile_03.jpg) #3465a2 top repeat-x;
	background-attachment:fixed;
}

body#medium_header div#page {
	background: url(../images/bg_gradient_medium.gif) repeat-x top left;
}

body#small_header div#page {
	background: url(../images/bg_gradient_small.gif) repeat-x top left;
}

div#page_wrapper {
	width: 965px;
	margin: 0px auto 0px auto;
}

/* header */
#home #header ul li a.home,
#blog #header ul li a.blog,
#tour #header ul li a.tour,
#tourTranscript #header ul li a.tour,
#buzz #header ul li a.buzz,
#pricing #header ul li a.pricing,
#about #header ul li a.about,
#help #header ul li a.help {
	color:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:#ff7800;
}

#pricingButton em{
	color:#99ce00;
}
#header ul li a:hover {
	color:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:#ff7800;
}

/* CSS hacks to get background to align for IE 6, IE 7, and Safari */

*html div#page_menu {
  padding: 0px 4px 5px 4px;
}

*:first-child+html div#page_menu {
  padding: 0px 4px 7px 4px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
  div#page_menu {
    padding: 0px 4px 7px 4px;
  }
}

div#page_menu h1 {
	float: left;
	background: url(../images/site_title.png) no-repeat bottom left;
	width: 280px;
	height: 83px;
	padding-top:0px;
}

div#page_menu h1 span {
	display: none;
}

div#page_menu ul {
	float:right;
	list-style-type:none;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

div#page_menu ul li {
	float:left;
	color: #000;
}

div#page_menu ul a,
div#page_menu ul a:active,
div#page_menu ul a:visited {
	font-size: 134%;
	display:block;
	color: #b9bdc4;
}

div#page_menu ul a:hover {
	color: #fff;
}

div#page_menu ul li a.home {
	color:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:#ff7800;
}

div#page_menu ul a.current,
div#page_menu ul a.current:active,
div#page_menu ul a.current:visited {
	font-weight: bold;
	color: #cd4b17;
}

div#page_header div#intro_message {
	background: url(../images/site_main_header.gif) no-repeat top left;
	height: 321px;
	position:relative;
}

div#page_header div#intro_message div#screenshot {
	position: absolute;
	bottom:52px;
	right:20px;
}

* html div#page_header div#intro_message div#screenshot {
	bottom:48px;
}

*:first-child+html div#page_header div#intro_message div#screenshot {
	bottom:49px;
}

div#page_header a#tour_link span { display:none;}
div#page_header a#tour_link {
	display:block;
	width:95px;
	height:24px;
	position: absolute;
	bottom:14px;
	left:44px;
	background: url(../images/intro_links.gif) no-repeat top left;
	background-position: 0 -48px;
}
div#page_header a#tour_link:hover {
	background-position: 0 -72px;
}

div#page_header a#blog_link span { display:none;}
div#page_header a#blog_link {
	display:block;
	width:107px;
	height:24px;
	position: absolute;
	bottom:14px;
	right:47px;
	background: url(../images/intro_links.gif) no-repeat top left;
}

div#page_header a#blog_link:hover {
	background-position: 0 -24px;
}

div#page_header div#small_header {
	background: url(../images/site_small_header.gif) no-repeat top left;
	height: 87px;
	position:relative;
	text-align: left;
}

div#page_header div#small_header h1 {
	padding: 24px 0px 0px 30px;
	color: #fff;
	font-size: 28px;
}

*html div#page_header div#small_header h1 {
	padding: 19px 0px 0px 30px;
}

html>body div#page_header div#small_header h1 {
  *padding: 19px 0px 0px 30px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
  div#page_header div#small_header h1 {
    padding: 19px 0px 0px 30px;
  }
}

div#page_header div#medium_header {
	background: url(../images/site_medium_header.gif) no-repeat top left;
	height: 119px;
	position:relative;
	text-align: left;
}

div#page_header div#medium_header h1 {
	padding: 24px 0px 0px 30px;
	color: #fff;
	font-size: 28px;
}

*html div#page_header div#medium_header h1 {
	padding: 16px 0px 0px 30px;
}

html>body div#page_header div#medium_header h1 {
  *padding: 19px 0px 0px 30px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
  div#page_header div#medium_header h1 {
    padding: 19px 0px 0px 30px;
  }
}

div#page_header div#medium_header span.secondary {
	position: absolute;
	bottom:19px;
	left:30px;
	color: #FFF;
}

div#background_wrapper {
	background: url(../images/site_border_background.gif) repeat-y top left;
	margin-bottom: 10px;
}

div#border_background_top {
	background: url(../images/site_border_background.gif) no-repeat top left;
}

div#page_content {
	padding:0 3px;
	text-align:left;
}

div#featured_content {
	background: #F5F5F5 url(../images/site_sub_header_bg.gif) repeat-x top left;
	padding: 25px 25px 25px 25px;
}

* html div#featured_content {
	padding-bottom: 0px;
}

*:first-child+html div#featured_content {
	padding-bottom: 0px;
}

div#featured_content div.left {
	float:left;
	width: 480px;
}

div#featured_content div.right {
	float: right;
	width: 325px;
}

div#featured_content p {
	font-size: 14px;
	line-height: 24px;  
	color: #484848;
}

div#featured_content_bottom {
	background: #F5F5F5 url(../images/site_featured_content_bottom_bg.gif) repeat-x top left;
	height: 5px;
}

div.featured_button {
	background: url(../images/featured_button_bg.gif) top left no-repeat;
	height: 45px;
}

div.featured_button table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	height: 45px;
	width: 100%;
	height: 100%;
}

div.featured_button table td {
	vertical-align: middle;
	font-size: 14px;
	padding: 2px 0px 0px 7px;
	color: #454545;
}

div.featured_button table td div.trial-message
{
	padding-top:1px;
	font-size:11px;
}

div.featured_button table td.right {
	width: 100%;
}

a.sign-up-now-button {
	display: block;
	margin-left: 0px;
	width: 129px;
	height: 32px;
	background: url(../images/sign_up_now_button_off.gif);
}

a.sign-up-now-button.centered {
	margin: auto auto;
}

a.sign-up-now-button:hover {
	background: url(../images/sign_up_now_button_on.gif);
}

a.button {
	display:block;
}

a.button span {
	display: none;
}

div.featured_button ul {
	margin:0;
	padding: 16px 0 0 10px;
	list-style-type:none;
}

div.featured_button ul li {
	padding: 3px 0 15px 24px;
}

li#feature_icon_people {
	background: url(../images/feature_icon_people.gif) no-repeat top left;
}
li#feature_icon_clock {
	background: url(../images/feature_icon_clock.gif) no-repeat top left;
}
li#feature_icon_gear {
	background: url(../images/feature_icon_gear.gif) no-repeat top left;
}


div#page_content_inner {
	padding:25px;
}

div#page_content_inner div.left {
	float:left;
	width: 550px;
	padding-right:20px;
	border-right: 1px solid #DFDFDF;
}

div#page_content_inner div.right {
	float:right;
	width: 250px;
}

div#three_pic_overview {
	margin: 0px 0px 10px -18px;
	text-align: center;
}

div.benefit-section {
	width: 100%;  
	margin-bottom: 20px;
	border-bottom: 1px solid #DFDFDF;
	color: #666;
}

div.benefit-section h3 {
	font-weight: bold;
	color: #FF7800;
}

div.benefit-section a,
div.benefit-section a:visited {
	color: #FF7800;
	text-decoration: none;
}

div.benefit-section a:hover
{
	text-decoration :underline;
}

div.benefit-section p a,
div.benefit-section p a:visited {
	color: #184274;
	text-decoration: none;
}

div.benefit-section p a:hover
{
	text-decoration :underline;
}

*html div.benefit-section h3 {
	font-weight: bold;
}

*:first-child+html div.benefit-section h3 {
	font-weight: bold;
}

div.benefit {
	float: left;
	margin-bottom: 15px;
	margin-left: 18px;
	padding-left: 30px;  
	width: 29%;
	border-left: 1px solid #DFDFDF;
}

div.benefit.first {
	border-left: 0px solid #DFDFDF;
	padding-left: 0px;
	margin-left: 18px;
}

*html div.benefit.first {
	margin-left: 5px;
}


div.benefit p {
	font-size:12px;
	line-height:18px;
	color: #184274;
}

div.benefit ul {
	list-style-type: none;
	padding:10px 0 10px 0px;
	margin:0;
	font-size:12px;
}

div.benefit li {
	padding: 0px 0px 6px 12px;
	background: url(../images/arrow.gif) no-repeat top left;
	background-position: 0 28%;
}

div.security-message {
	background-color: #f8f8f8;
	padding: 10px;
}

div.security-message div.heading {
	padding: 3px 0px 0px 25px;
	background: url(../images/padlock.gif) no-repeat top left;
}

div.security-message p {
	font-size:14px;
	line-height:18px;
	color: #184274;
}

div.security-message ul {
	list-style-type: none;
	padding:10px 0 10px 16px;
	margin:0;
	font-size:13px;
}

div.security-message li {
	padding: 0px 0px 6px 12px;
	background: url(../images/arrow.gif) no-repeat top left;
	background-position: 0 28%;
}

div.side-column {
	float:right;
	width: 255px;
}

div.side-column div.box {
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

div.side-column div.box div.heading {
	background-color: #e1e1e1;
	padding: 7px 5px 5px 5px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

div.side-column div.box div.content {
	padding: 5px;
	line-height: 16px;
}

div.side-column div.centered {
	text-align:center;
}

div.side-column div.v-spaced {
	margin:7px 0px 7px 0px;
}

div.testimonial {
	margin-bottom: 25px;
	font-size:12px;
	line-height:16px;
}

div.testimonial div.title {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

div.testimonial div.author {
	float: right;
	color: #666;
	margin-top: 5px;
	text-align:right;
}

div.return-link {
	margin: -10px 0px 20px 0px;
	font-size: 11px;
}

div.return-link a {
	color: #353535;
}

/* quote styles */

div.quote {
	font-size:11px;
	line-height:18px;
}

div.author {
	text-align:left;
	color: #666;
	margin-top:4px;
	float:right;
	font-size: 11px;
}

/* tour styles */

div#tour_video {
	background: url(../images/tour/tour_movie_bg.gif) no-repeat top left;
	height: 260px;
	width: 100%;
	padding: 20px;
}

div#tour_video div.left {
	float: left;
	width: 360px;
	border: 0px;
	padding-left: 20px;
}

div#tour_video div.right {
	float: right;
	width: 418px;
	border: 0px;
}

div#tour_video div.heading {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	color: #cd4b17;
	font-size: 24px;
	margin: 40px 0px 20px 0px;
}

div#tour_video div.body {
	font-size: 14px;
}

div#tour_video div.main-link {
	font-size: 18px;
	margin-top: 10px;
}

div.tour-contents div.left-column {
	float: left;
	width: 406px;
	border: 0px;
}

div.tour-contents div.right-column {
	float: right;
	width: 410px;
	padding-right: 5px;
	border: 0px;
}

div.tour-contents div.text {
	float: left;
	width: 200px;
}

div.tour-contents div.image {
	float: right;
	width: 193px;
}

div.tour-contents div.clear {
	height: 25px;
}

div.tour-contents p {
	line-height: 16px;
}

div.tour-contents a.heading {
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin: 5px 0px 10px 0px;
}

div.tour-contents a.more-link {
	font-size: 11px;
	display: block;
	margin-top: 5px;
}

div.tour-divider {
	width: 100%;
	border-bottom: 1px solid #E1E1E1;
	margin-bottom: 40px;
}
/* why page */

div.why-heading h1 {
	color: #353535;
}

div.why-heading div.why-intro {
	margin-top: 20px;
	font-size: 14px;
}

div.why-heading div.why-intro p {
	margin-bottom: 10px;
	line-height: 18px;
}

div.use-cases-heading {
	font-size: 24px;
	font-weight: normal;
	margin: 35px 0px 10px 0px;
}

div.use-case {
	margin-bottom: 25px;
}

div.use-case p {
	line-height: 16px;
}

/* secondary page styles */

div.page-menu {
	float: left;
	width: 125px;  
	text-align: right;
}

div.page-menu a,
div.page-menu a:active,
div.page-menu a:visited {
	display: block;
	font-size: 14px;
	color: #666;
	margin-bottom: 15px;
	padding-right: 15px;
	background: url(../images/arrow.gif) no-repeat top right;
	background-position: right 3px;
}

div.page-menu a.current,
div.page-menu a.current:active,
div.page-menu a.current:visited {
	font-weight:  bold;
}


div.page-content {
	float: right;
	width: 685px;
	padding-left: 17px;
	border-left: 1px solid #DFDFDF;
}

div.page-content h1 {
	margin-bottom: 20px;
}

div.page-content p {
	font-size: 12px;
	line-height: 16px;
}

/* legal content */

div.policy {
	font-size: 14px;
	line-height: 18px;
}

div.policy div.section {
	margin-bottom: 25px;
}

div.policy div.section li {
	margin-bottom:2px;
}

div.policy div.heading {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

div.policy p {
	margin-bottom: 15px;
}

/* pricing page */

table#price-table {
	width: 100%;
	font-size: 14px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table#price-table th {
	text-align: center;
	font-size: 14px;
	padding: 5px;
	background-color: #333;
	border-top: 1px solid #000;
	border-right: 1px solid #666;
	color: #fff;
}  

table#price-table th.first {
	border-left: 1px solid #000;
}

table#price-table th.last {
	border-right: 1px solid #000;
}

table#price-table th.enterprise {
	background-color: #bababa;
}

table#price-table td {
	text-align: center;
	padding: 15px 10px 5px 10px;
	border: 1px solid #ccc;
	vertical-align: top;
	width: 175px;
}
  
table#price-table td.sign-up {
	font-size: 18px;
	padding: 20px 0px 20px 0px;
	font-weight: bold;
	background-color: #fff;
}

table#price-table td.bottom {
	background-color: #eaeaea;
	font-size: 12px;
	padding: 5px;
	border: 0px;
} 

table#price-table p {
	margin-top: 10px;
}

table#price-table span.pricing {
	color: #cd4b17;
	font: 24px "Trebuchet MS", Helvetica, Arial;
}

table#price-table span.pricing-label {
	color: #cd4b17;
	font: 11px "Trebuchet MS", Helvetica, Arial;
}

table#price-table span.trial {
	color: #333;
	font: 11px "Trebuchet MS", Helvetica, Arial;
	background-color: #fff995;  
}

table#price-table span.free {
	color: #333;
	font: 11px "Trebuchet MS", Helvetica, Arial;
}

table#price-table div.signup-text {
	margin: 18px 0px 14px 0px;
}

table#price-table a.signup {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

table#price-table span.signup-label {
	color: #666;
	font: 11px "Trebuchet MS", Helvetica, Arial;
}

table#price-table ul {
	margin:0;
	padding:15px 0 10px 0;
	font-size: 12px;
	border-top: 1px solid #e4e4e4;
}

table#price-table ul li {
	float:none;
	list-style:none;
	padding:0 0 2px 0;
	margin:0px;
}

div.questions {
	margin-top: 20px;
	padding: 20px;
}

div.questions p {
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 18px;
}


/* contact sales */

div.contact-sales {
	padding: 15px;
	border: 1px solid #ccc;
} 

div.contact-sales th {
	padding: 5px;
	vertical-align: top;
}

div.contact-sales table td.asterisk {
	width: 5px;
	color: #cd4b17;
}

div.contact-sales table td.field {
	padding: 5px 0px 5px 0px;
}

span.asterisk {
	color: #cd4b17;
}

input.contact-sales {
	padding: 2px;
	width: 350px;
}

textarea.contact-sales {
	padding: 2px;
	width: 350px;
	height: 100px;
}

div.contact-sales select {
	padding: 2px;
	width: 200px;
}


/* sign up form */

div.signup-intro {
	font-size: 14px;
	margin-bottom: 20px;
	font-weight: normal;
}

div.signup-section {
	background-color: #f2f2f2;
	border-top: 1px solid #bababa;
	padding: 10px;
	margin-bottom: 30px;
}

div.signup-section.final {
	border: 1px solid #bababa;
}

div.signup-section p {
	line-height: 16px;
	margin-bottom: 15px;
}

div.signup-section span.small {
	line-height: 14px;
}

div.signup-section div.form table {
	width: 100%;
}

div.signup-section div.form table th {
	text-align: right;
	white-space: nowrap;
	padding-left: 10px;
}

div.signup-section div.form table td.field {
	padding: 5px;
	width: 100%;
}

div.signup-section div.form table td.field.left {
	width: 0%;
}

div.signup-section div.form table td.right {
	text-align: left;
	width: 100%;
}

div.signup-section div.divider {
	margin: 10px 0px 10px 0px;
	border-bottom: 1px solid #ccc;
}

div.signup-section div.form input.text {
	width: 250px;
	padding: 2px;
}

/* company page */

ul.company-page {
	padding: 5px 0px 0px 25px;
	margin: 0px;
}

div#office_pic {
	float: right;
	border: 1px solid #ccc;
	padding: 3px;
	margin: 40px 20px 0px 0px;
}

/* video */

div#video {
	margin: auto auto;
	width: 546px;
	text-align: center;
	border: 1px solid #353535;
}

div#video_message {
	margin: auto auto;
	width: 546px;
	text-align: center;
	color: #666;
	font-size: 11px;
	padding: 8px;
}

/* cancel page */

div#cancel_message p {
	margin-bottom: 20px;
	font-size: 14px;
}

#home #page #site_footer {
	font-size: 14px;
}
