@charset "UTF-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #ECECEC;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height:19px;
	color: #5e5e5e;
}

.oneColFixCtr h1 {
	font-size:16px;
	color:#000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:26px;
	background-image:url(../images/h1_bkgd.gif);
	background-repeat:no-repeat;
	display:block;
	background-position:0px bottom;
	padding-left:8px;
	
}

.oneColFixCtr h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#666;
	margin-bottom:-5px;
}

.oneColFixCtr h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5d5d5d;
	font-weight:bold;
}

.oneColFixCtr ul {
	line-height:30px;
}

.oneColFixCtr #container {
	width: 856px;
	margin: 0 auto;
	text-align: left;
	margin-top:33px;
}

.bold_dark {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5d5d5d;
	font-weight:bold;
}

.bold_yellow {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d09300;
	font-weight:bold;
}

.bold_red {
	font-family:Arial, Helvetica, sans-serif;	
	font-weight:bold;
	font-size:12px;
	color:#b83d00;
}

.normal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:19px;
	color: #5e5e5e;
	font-weight:normal;
}

a {color: #d09300; text-decoration:none; }

a:active {color: #d09300; text-decoration:none; }

a:hover {text-decoration:underline;}

a:visited { }

/*////// BEGIN GOOGLE SEARCH (ABOVE TRIAL, EMAIL, PHONE TABS) ////////*/

.oneColFixCtr #search_bar {
	width:275px;
	height:58px;
	float:right;
	display:block;
}

.oneColFixCtr #search_box {
	float:right;
	display:block;
}
.oneColFixCtr #search {
	width:275px;
	height:37px;
	float:right;
	display:block;
}

/**
 * Google Shiny theme used in custom search box and results formattign
 *
 */
/* Slight reset to make the preview have ample padding. */
.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 2%;
  width: 96%;
}
.cse .gsc-branding,
.gsc-branding {
  display: none;
}
.cse .gsc-control-cse div,
.gsc-control-cse div {
  position: normal;
}
/* Selector for entire element. */
.cse .gsc-control-cse,
.gsc-control-cse {
  font-family: Verdana, sans-serif;
  background-color: #dae0e5;
  border: 1px solid;
  border-color: #dae0e5;
}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
  border: none;
}
/**
 * Table cell containing the search input.
 * 4 pixels added to create more space between input and button.
 */
.cse td.gsc-input,
td.gsc-input {
  padding-right: 4px;
}
/* Search form element */
.cse form.gsc-search-box,
form.gsc-search-box {
  background: #d8d8d8 url('/cse/images/look/cse_theme_shiny_form_bg.png') repeat-x top left;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  width: 257px;
  padding: .9em 2% 1em 2%;
  margin: 0 0 2% 0;
  -webkit-box-shadow: 0 1px 2px #333333;
  -moz-box-shadow: 0 1px 2px #333333;
  display: block;
}
/* Search input */
.cse input.gsc-input,
input.gsc-input {
  font-size: 14px;
  border: 1px solid;
  border-color: #8A99A6;
  padding: 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.cse input.gsc-input,
input.gsc-input {
  font-family: inherit;
  font-size: 14px;
  border: 1px solid;
  border-color: #8A99A6;
  padding: 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
/* Search button */
.cse input.gsc-search-button,
input.gsc-search-button {
  font-family: inherit;
  font-size: 14px;
  color: #292B33;
  font-weight: bold;
  text-shadow: 0 1px 2px #ffffff;
  padding: 2px 8px 3px 8px;
  background: #d0d1d4;
  border: 1px outset #d0d1d4;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px #333333;
  -moz-box-shadow: 0 1px 2px #333333;
}
/* Base tab selector styles */
.cse .gsc-tabHeader,
.gsc-tabHeader {
  text-shadow: 0 1px 2px #fff;
  padding: 2px 8px 0 8px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
}
/* Inactive tab */
.cse .gsc-tabHeader.gsc-tabhInactive,
.gsc-tabHeader.gsc-tabhInactive {
  background-color: #b2bdc6;
  border: 1px solid;
  border-bottom: none;
  border-color: #b2bdc6;
  color: #000;
}
/* Active tab */
.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
  background-color: #8A99A6;
  border: 1px solid;
  border-bottom: none;
  border-color: #8A99A6;
  color: #000;
}
/* This is the tab bar bottom border. */
.cse .gsc-tabsArea,
.gsc-tabsArea {
  margin-top: 1em;
  border-bottom: 1px solid;
  border-color: #8A99A6;
  padding: 0;
}
/* Wrapper for all results */
.cse .gsc-results,
.gsc-results {
  width: 100%;
  background-color: #FFFFFF;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
}
.cse div.gs-title,
div.gs-title,
.cse .gs-snippet,
.gs-snippet,
.cse .gs-visibleUrl,
.gs-visibleUrl,
.cse .gs-visibleUrl-short,
.gs-visibleUrl-short {
  padding: 0 8px;
}
/* Inner wrapper for a result */
.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result {
  padding: 6px 0;
  border-top: 1px solid;
  border-color: #ffffff;
}
/* Result hover event styling */
.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover {
  border-top: 1px solid;
  border-color: #d2d6dc;
  background-color: #ededed;
  -webkit-box-shadow: 0 1px 4px #8A99A6;
  -moz-box-shadow: 0 2px 2px #8A99A6;
}
/* Set link colors. */
.cse .gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link,
.cse .gs-webResult.gs-result a.gs-title:link b,
.gs-webResult.gs-result a.gs-title:link b,
.cse .gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited,
.cse .gs-webResult.gs-result a.gs-title:visited b,
.gs-webResult.gs-result a.gs-title:visited b,
.cse .gs-webResult.gs-result a.gs-title:hover,
.gs-webResult.gs-result a.gs-title:hover,
.cse .gs-webResult.gs-result a.gs-title:hover b,
.gs-webResult.gs-result a.gs-title:hover b,
.cse .gs-webResult.gs-result a.gs-title:active,
.gs-webResult.gs-result a.gs-title:active,
.cse .gs-webResult.gs-result a.gs-title:active b,
.gs-webResult.gs-result a.gs-title:active b,
.cse .gsc-cursor-page,
.gsc-cursor-page,
.cse a.gsc-trailing-more-results:link,
a.gsc-trailing-more-results:link {
  color: #0568cd;
}
/* Override default.css selector to disable underlines. */
.cse .gs-result .gs-title,
.gs-result .gs-title,
.cse .gs-result .gs-title *,
.gs-result .gs-title * {
  text-decoration: none;
}
.cse .gs-webResult.gs-visibleUrl,
.gs-webResult.gs-visibleUrl,
.cse .gs-webResult.gs-visibleUrl-short,
.gs-webResult.gs-visibleUrl-short {
  color: #5f6a73;
  font-weight: bold;
  font-size: 11px;
}
/* Snippet text color */
.cse .gs-webResult.gs-result .gs-snippet,
.gs-webResult.gs-result .gs-snippet {
  color: #333333;
}
/* Pagination container centered */
.cse .gsc-cursor-box,
.gsc-cursor-box {
  border-color: #8A99A6;
  padding: 1.2em 0 2em 0;
  text-align: center;
}

/* Pagination */
.cse .gsc-cursor-page,
.gsc-cursor-page {
  padding: .2em .5em;
  background-color: #fff;
  border:1px solid;
  border-color: #b2bdc6;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-decoration: none;
}
/* Selected pagination */
.cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page,
.gsc-results .gsc-cursor-page.gsc-cursor-current-page {
  color: #1c001e;
  text-shadow: 0px 1px 1px #fff;
  text-shadow: 0 1px 2px #fff;
  background-color: #8A99A6;
  border:1px solid;
  border-color: #d2d6dc;
}
/*Promotion Settings*/
/* The entire promo */
.cse .gs-promotion.gs-result,
.gs-promotion.gs-result {
  background-color: #D0D1D4;
  border: 1px solid;
  border-color: #D2D6DC;
}
/* Promotion image */
.cse .gs-promotion.gs-result .gs-promotion-image,
.gs-promotion.gs-result .gs-promotion-image {}
/* Promotion title */
.cse .gs-promotion.gs-result a.gs-title:link,
.gs-promotion.gs-result a.gs-title:link {
  color: #0066CC;
}
.cse .gs-promotion.gs-result a.gs-title:visited,
.gs-promotion.gs-result a.gs-title:visited {
  color: #0066CC;
}
.cse .gs-promotion.gs-result a.gs-title:hover,
.gs-promotion.gs-result a.gs-title:hover {
  color: #0066CC;
}
.cse .gs-promotion.gs-result a.gs-title:active,
.gs-promotion.gs-result a.gs-title:active {
  color: #0066CC;
}
/* Promotion snippet */
.cse .gs-promotion.gs-result .gs-snippet,
.gs-promotion.gs-result .gs-snippet {
  color: #333333;
}
/* Promotion url */
.cse .gs-promotion.gs-result ..gs-visibleUrl,
.gs-promotion.gs-result .gs-visibleUrl {
  color: #5F6A73;
}

/*////// BEGIN TOP BOX (ABOVE YELLOW NAVIGATION BAR) /////////*/

.oneColFixCtr #logo_line {
	width:856px;
	height:58px;
}

.oneColFixCtr #logo {
	width:274px;
	height:58px;
	float:left;
	display:block;
}

.oneColFixCtr #trial_tab {
	width:83px;
	height:21px;
	float:right;
	background-image:url(../images/free_trial_tab.gif);
	display:block;
}

.oneColFixCtr #trial {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align: center;
	color:#000000;
	text-decoration:none;
	margin-top:2px;
	text-transform:uppercase;
}

.oneColFixCtr #trial a {
	color:#000000;
	text-decoration:none;

}

.oneColFixCtr #trial a:hover {
	text-decoration:underline;

}

.oneColFixCtr #trial a:active {
	text-decoration:underline;

}

.oneColFixCtr #phone_tab {
	width:109px;
	height:21px;
	float:right;
	background-image:url(../images/phone_tab.gif);
	display:block;
}

.oneColFixCtr #phone {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align: center;
	color:#000000;
	text-decoration:none;
	margin-top:2px;
	text-transform:uppercase;
}

.oneColFixCtr #phone a {
	color:#000000;
	text-decoration:none;

}

.oneColFixCtr #phone a:hover {
	text-decoration:underline;

}

.oneColFixCtr #phone a:active {
	text-decoration:underline;

}

.oneColFixCtr #topright {
	width:140px;
	float:right;
	margin-top:37px;
	font-size:11px;
	text-align:right;
}

.oneColFixCtr #topright a {
	text-decoration:none;
	color:#5e5e5e;
}

.oneColFixCtr #topright a:hover {
	text-decoration:underline;
}

.oneColFixCtr #topright a:active {
	text-decoration:underline;
}



/*/////////////// BEGIN TOP YELLOW NAV BAR //////////////////*/

.oneColFixCtr #nav_contain {
	width:801px;
	height:25px;
}

/*//////////// GLOBAL AND HOME PAGE SPECIFIC /////////////*/

.oneColFixCtr #mainContent {
	background: #FFFFFF;
	width:801px;
	margin-left:55px;
	margin-top:2px;
}

.oneColFixCtr #top_art_contain {
	width:801px;
	height:255px;
}

.oneColFixCtr #top_art {
	width:464px;
	height:255px;
	float:right;
	display:inline;
}

.oneColFixCtr #top_art_products {
	width:357px;
	height:255px;
	float:right;
	display:inline;
}

/*//////////// PAGE HEADLINES /////////////*/

.oneColFixCtr #headline {
	display:inline;
	float:left;
}

.oneColFixCtr #headline_home {
	display:inline;
	float:left;
	background-image:url(../images/home_head.jpg);
	width:337px;
	height:163px;
}

.oneColFixCtr #headline_kid {
	display:inline;
	float:left;
	background-image:url(../images/kidboss_headline.jpg);
	width:444px;
	height:152px;
}

.oneColFixCtr #headline_ad1 {
	display:inline;
	float:left;
	background-image:url(../images/ad1_headline.jpg);
	width:444px;
	height:152px;
}

.oneColFixCtr #headline_msdnad {
	display:inline;
	float:left;
	background-image:url(../images/msdnad_headline.jpg);
	width:444px;
	height:152px;
}

.oneColFixCtr #headline_net {
	display:inline;
	float:left;
	background-image:url(../images/.net_headline.jpg);
	width:444px;
	height:152px;
}

.oneColFixCtr #headline_products {
	display:inline;
	float:left;
	background-image:url(../images/products_headline.jpg);
	width:444px;
	height:152px;
}

.oneColFixCtr #headline_tutorial {
	display:inline;
	float:left;
	background-image:url(../images/tutorial_headline.jpg);
	width:444px;
	height:152px;
}

.oneColFixCtr #headline_espanol {
	display:inline;
	float:left;
	background-image:url(../images/es_headline.jpg);
	width:444px;
	height:152px;
}

.oneColFixCtr #headline_features {
	display:inline;
	float:left;
	background-image:url(../images/features_headline.jpg);
	width:444px;
	height:152px;
}

.oneColFixCtr #headline_resources {
	display:inline;
	float:left;
	background-image:url(../images/resources_headline.jpg);
	width:444px;
	height:152px;
}

.oneColFixCtr #headline_reporting {
	display:inline;
	float:left;
	background-image:url(../images/reporting_headline.jpg);
	width:444px;
	height:152px;
}

.oneColFixCtr #headline_support {
	display:inline;
	float:left;
	background-image:url(../images/support_headline.jpg);
	width:444px;
	height:152px;
}

.oneColFixCtr #headline_purchase {
	display:inline;
	float:left;
	background-image:url(../images/purchase_headline.jpg);
	width:444px;
	height:152px;
}

.oneColFixCtr #headline_pptdesign {
	display:inline;
	float:left;
	background-image:url(../images/pptdesign_headline.jpg);
	width:444px;
	height:152px;
}

.oneColFixCtr #headline_vault {
	display:inline;
	float:left;
	background-image:url(../images/thevault_headline.jpg);
	width:444px;
	height:152px;
}

.oneColFixCtr #subheadline {
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
margin-left:40px;
margin-top:110px;
width:300px;
}


.oneColFixCtr #try_it {
	display:inline;
	float:left;
}

.oneColFixCtr #home_content_left {
	width:410px;
	margin-left:35px;
	margin-top:30px;
	display:inline;
	float:left;
}

.oneColFixCtr #home_content_right {
	width:293px;
	display:inline;
	float:right;
	margin-right:35px;
	margin-top:30px;
}

.oneColFixCtr #home_content_icons {
	float:left;
	display:inline;
	text-align:right;
}

.oneColFixCtr #home_content_subright {
	width:200px;
	float:right;
	display:inline;
}

.oneColFixCtr #home_flag {
	margin-top:10px;
	width:70px;
}

.oneColFixCtr #home_arrow {
	width:65px;
	margin-top:142px;
	margin-left:5px;
}

.oneColFixCtr #home_thirdtag {
	width:70px;
	margin-top:210px;
}

.oneColFixCtr #home_microsoft {
	float:left;
	display:inline;
	margin-left:15px;
	margin-top:10px;

}

.oneColFixCtr #home_quote {
	float:left;
	display:inline;
	width:268px;
	

}

.oneColFixCtr #vert_div {
	display:inline;
	float:left;
	width:1px;
	height:600px;
	background-image:url(../images/gray_div.gif);
	background-repeat:repeat-y;
	margin-top:35px;
	margin-left:17px;
	margin-right:10px;
}

.oneColFixCtr ol {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:22px;
	color:#bababa;
	margin-left:-8px;
	
}

.list li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:19px;
	color: #5e5e5e;
	font-weight:normal;
	margin-bottom:10px;

}

.list blockquote {
	margin-top:-10px;
	margin-bottom:-10px;

}

/*////////////// LEFT COLUMN ////////////////*/

.oneColFixCtr #products_content_left {
	width:491px;
	margin-left:35px;
	margin-top:30px;
	display:inline;
	float:left;
}

.oneColFixCtr #content_full_width {
	width:720px;
	margin-left:35px;
	margin-top:30px;
	display:inline;
	float:left;
}

.short_horz_rule {
	height:1px;
	width:175px;
	background-image:url(../images/gray_div.gif);
}


/*////////////// RIGHT COLUMN ////////////////*/


.oneColFixCtr #products_vert_div {display:inline; float:left; width:1px; background-image:url(../images/gray_div.gif); background-repeat:repeat-y; margin-top:35px; margin-left:25px; margin-right:1px;}

.oneColFixCtr #products_content_right {
	width:185px;
	display:inline;
	float:right;
	margin-right:35px;
	margin-top:30px;
}

.oneColFixCtr #products_content_right h1 {
	font-size:16px;
	color:#000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:26px;
	padding:0px;
	background-image:none;
}

.oneColFixCtr #products_content_right a {
	color: #d09300;
	text-decoration:none;
	font-weight:normal;

}

.oneColFixCtr #products_content_right a:active {
	color: #d09300;
	text-decoration:underline;

}

.oneColFixCtr #products_content_right a:hover {
	color: #d09300;
	text-decoration:underline;

}

.oneColFixCtr #products_content_right a:visited {
	

}

.oneColFixCtr #products_content_right ul {
	list-style-image:url(../images/yellow_bullet.gif);
	line-height:18px;	
}

.oneColFixCtr #products_content_right li {
margin-left:-24px;

}



/*////////////// FORM PAGE SPECIFIC ////////////////*/

.oneColFixCtr #form_content_left {
	width:720px;
	margin-left:35px;
	margin-top:30px;
	display:inline;
	float:left;
}

.oneColFixCtr #form_content_right {
	width:219px;
	display:inline;
	float:right;
	margin-right:35px;
	margin-top:30px;
	line-height:16px;
}

.oneColFixCtr #form_box_right {
	width:215px;
	height:194px;
	background-image:url(../images/form_top_grey_side.gif);
	margin-bottom:10px;
	
	
}

.oneColFixCtr #form_subbox_right {
	width:163px;
	margin:auto;
	
}

.oneColFixCtr #form_box_right h1 {
	font-family:Arial, Helvetica, sans-serif;	
	font-weight:bold;
	font-size:12px;
	color:#b83d00;
	line-height:16px;
	
}

.oneColFixCtr #form_box_right p {
	margin-top:-5px;
}

.spacer {
	width:140px;
	height:8px;

}

.oneColFixCtr #form_box2_right {
	
	width:215px;
	height:137px;
	background-image:url(../images/form_bottom_grey_side.gif);
	
	
}

.oneColFixCtr #form_subbox2_right {
	width:163px;
	margin:auto;
}



/*////////////// BEGIN BOTTOM LINKS ///////////////////*/

.oneColFixCtr #bottom_links {
	width:801px;
	height:44px;
	float:right;
	background-image:url(../images/bottom.gif);
	background-repeat:no-repeat;
	margin-bottom:30px;
	margin-top:-10px;
	text-align:center;
}

.oneColFixCtr #bottom_links a {
	font-size:10px;
	color:#474646;
	text-decoration:none;
	
}

.oneColFixCtr #bottom_links a:hover {
	text-decoration:underline;
	color:#474646;
}

.oneColFixCtr #bottom_links a:active {
	text-decoration:underline;
	color:#474646;
}

.oneColFixCtr #bottom_links a:visited {
	text-decoration:none;
	color:#474646;
}

.oneColFixCtr #copyright {
	font-size:10px;
	color:#666666;
	margin-top:10px;
}

.oneColFixCtr #horz_rule {
	height:1px;
	width:728px;
	margin-left:35px;
	margin-top:20px;
	background-image:url(../images/gray_div.gif);
	background-repeat:repeat-x;
}


.clearfloat {
	clear:both;
    height:0px;
    font-size: 0px;
    line-height: 0px;
}
.oneColFixCtr_h2_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #F00;
	font-weight: bold;
}
.HTML_LINK_RED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
	font-weight: bold;
}

