


body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 50px 0;
	background-color: #fff;
}



pre,
code{
	background-color: #e9e9e9;
}
pre{
	padding: 10px;
	margin-bottom: 5px;
}



h1{
	height: 57px;
	padding: 19px 0 0 28px;
	border-bottom: 2px solid #999;
	margin: 0 0 3px 0;
}
h1 a{
	display: block;
	width: 165px;
	height: 0;
	padding-top: 38px;
	overflow: hidden;
	background: transparent url(/images/source-code-analysis.gif) scroll no-repeat top left;
}
.bar_top{
	height: 3px;
	border-top: 2px solid #999;
	overflow: hidden;
}

h2, h4, h5, h6{
	margin: 0 0 1em 0;
	padding: 0;
}
h2{
	font-size: 15px;
}
h3{
	padding: 0;
	font-size: 12px;
	margin-bottom: 5px;
}
h3 a:hover{
	color: #333;
	text-decoration: none;
}
#policy h3{
	text-transform: uppercase;
}
h4{
	font-size: 11px;
}
h5{
	font-size: 10px;
	font-style: italic;
}
h6{
	font-size: 9px;
}

.hr{
	background: #ccc;
	height: 1px;
	margin-bottom: 15px;
}
hr{
	display: none;
}

ul{
	padding: 0;
	margin: 0 0 15px 0;
}
ul li{
	padding: 0 0 0 10px;
	margin: 0 0 5px 0;
	background: transparent url(images/bullet.gif) 0 7px no-repeat;
	list-style-type: none;
}
p{
	padding: 0;
	margin: 5px 0 15px 0;
}
a img{
	border-width: 0;
}




.intro{
	font-weight: bold;
	margin-top: 0;
}
.quote,
.attribution{
	padding: 0 40px;
}
.quote{
	font-style: italic;
}
.attribution{
	text-align: right;
	border: 0;
	margin-bottom: 15px;
}



/*   "white" is unsemantic, class name's should explain WHY it is white, not just that it IS white   */
#white a:link {
	color: #fff;
}
white_link a:visited {
	color: #fff;
	text-decoration: line-through;
}
white_link a:active {
	color: #fff;
}
white_link a:hover {
	color: #fff;
	text-decoration: none;
}



span.top_bar_index_text{
	display: none;
}




/* Link Styles */
a:link,
a:visited{
	color: #369;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

a.whttxt:link,
a.whttxt:visited{
	color: #fff;
	text-decoration: none;
}
a.whttxt:hover {
	text-decoration: underline;
}
a.whttxt2{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
a.whttxt2:link {
    color: white;
    text-decoration: none;
}
a.whttxt2:visited {
    color: white;
    text-decoration: none;
}
a.whttxt2:hover {
    color: white;
    text-decoration: underline;
}
a.footertxt:link {
    color: #9d9e9e;
    text-decoration: none;
}
a.footertxt:visited {
    color: #9d9e9e;
    text-decoration: none;
}
a.footertxt:hover {
    color: #9d9e9e;
    text-decoration: underline;
}
a.whitehdr:link {
    color: #ccc;
    text-decoration: none;
}
a.whitehdr:visited {
    color: #ccc;
    text-decoration: none;
}
a.whitehdr:hover {
    color: white;
    text-decoration: none;
}
a.footertxt:link{
	font-weight:normal;
}
a.footertxt:visited{
	font-weight:normal;
}
a.footertxt:hover{
	font-weight:normal;
}
.ft_tab{
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

/* Text Styles */
/* For maintxt color: #696b6f;*/
.maintxt{
	font-size: 12px;
	color: #333;
	line-height: 1.5em;
}

.listtxt{
    font-size: 11px;
    color: #2a2a2a;
	line-height: 1.4em;
}

.caption{
    font-size: 10px;
    color: #444;
}

.mainhdr{
    font-size: 12px;
	font-weight:bold;
    color: #2a2a2a;
	text-transform:uppercase;
}
.hdr{
	font-size: 15px;
	font-weight:bold;
	color: #333;
	text-transform:capitalize;
}
.hdr2{
	font-size: 12px;
	font-weight:bold;
	color: #333;
	text-transform:capitalize;
	line-height: 1.2em;
}
.hdr3{
    font-size: 11px;
	font-weight:bold;
    color: #474747;
}
.green_hdr3{
    font-size: 11px;
	font-weight:bold;
    color: #030;
}
.whitehdr{
	font-size: 12px;
	font-weight: bold;
	color: #ccc;
	text-transform: uppercase;
	display: block;
	height: 47px;
	padding: 15px 0 0 10px;
}

.whitehdr2{
  	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding: 3px 0 0 0;
}

a.scan-box{
	display: block;
	padding: 20px 28px 0 10px;
	font-weight: normal;
	height: 120px;
	margin: 0;
	color: #fff;
	cursor: pointer;
}
a.scan-box img{
	float: right;
}
a.scan-box:hover, a.scan-box:active, a.scan-box:visited{
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}
a.scan-box:hover span b{
	text-decoration: underline;
}
a.scan-box span{
	clear: both;
	float: right;
	margin-top: 10px;
	padding-right: 3px;
}
a.scan-box span img{
	float: none;
	vertical-align: top;
	margin-left: 6px;
}
.grayhdr {
    font-size: 12px;
    color: #696b6f;
	text-transform: uppercase;
}

.whttxt{
    font-size: 10px;
    color: #fff;
}
.whitetxthome{
    font-size: 12px;
    color: white;
}
.graytxt{
	font-family: Verdana; /* not sure why this is Verdana? */
	font-size: 11px;
	color: #D9D5D2;
}
.footertxt {
    font-size: 9px;
    color: #9d9e9e;
}


/* Padding and Border Styles */

.bpad5{
    padding-bottom: 5px;
}

.bpad10{
    padding-bottom: 10px;
}

.tpad3{
    padding-top: 3px;
}
.tpad5{
    padding-top: 5px;
}

.tpad10{
    padding-top: 10px;
}
.tpad15{
    padding-top: 15px;
}
.stndpad{
    padding: 15px 0 5px 0;
}

.grybdr{
    border: 1px solid #91867E;
}

/* Tables */
.actualtable td,
.actualtable th{
	border: black solid;
	border-width: 0 1px 1px 0;
	padding: 5px;
	margin: 0;
}
.actualtable td{
	vertical-align: top;
}
.actualtable{
	border: black solid;
	border-width: 1px 0 0 1px;
}






#menubox{
	width: 230px;
	padding: 9px 0;
	margin: 0;
}

#menubox ul{
	padding: 0;
	margin: 0;
	position: relative;
	list-style-type: none;
}
#menubox ul li ul li ul{
	margin-bottom: 8px;
}
#menubox ul li{
	margin: 0;
	padding: 2px 0;
	text-indent: 28px;
	background-image: none;
}
#menubox ul li ul li{
	padding: 0;
}

#menubox ul li a{
	color: #fff;
	display: block;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
}
#menubox ul li a:hover{
	text-decoration: none;
	background-color: #006ace;
}
#menubox ul li.current,
#menubox ul li.current a{
	background-color: #006ace;
}
#menubox ul li.current ul{
	border-top: 2px solid #1f3f6f;
}
#menubox ul li.current ul li ul{
	border-top: none;
}
#menubox ul li.current a:hover,
#menubox ul li.current ul li.selected,
#menubox ul li.current ul li.selected a{
	background-color: #009dff;
}
#menubox ul li.current ul li.selected ul li,
#menubox ul li.current ul li.selected ul li a{
	background-color: #006ace;
}
#menubox ul li.current ul li.selected ul li a:hover{
	background-color: #009dff;
}
#menubox ul li ul li a{
	font-size: 12px;
	font-weight: normal;
	/*text-transform: capitalize;*/
}
#menubox ul li ul li ul li a{
	padding-left: 22px;
	font-size: 11px;
	line-height: 15px;
	height: 15px;
	overflow: hidden;
}

#menubox .roi_link{
	border: solid #ccc;
	border-width: 1px 0;
	margin: 5px 0;
	padding: 5px 0;
}






/* Partners page */
.partnersbox{
  padding-top: 20px;
  clear: left;
}
.partnersbox img{
  float: left;
  padding-right: 10px;
}





.tripanel div{
	width: 138px;
	float: left;
	margin: 0 15px 0 0;
}
.tripanel h4{
	margin-bottom: 5px;
}
.tripanel p{
	font-size: 11px;
}
.tripanel div div.panel_graphic{
	float: none;
	width: auto;
	margin: 0;
	min-height: 213px;
	line-height: 213px;
}
* html .tripanel div div.panel_graphic{
	height: 213px;
}
.tripanel div div.panel_graphic img{
	vertical-align: middle;
}
.half{
	width: 210px;
	text-align: center;
	float: left;
	margin-right: 24px;
	padding: 10px 0;
	font-size: 11px;
	line-height: 13px;
}
.last,
.tripanel div.last{
	margin-right: 0;
}
.half p{
	margin: 8px 0;
}
.third li{
	margin-bottom: 3px;
}

.right_side_line {
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #FF0000;
	background-image: url(images/1pix_gray.gif);
	background-repeat: repeat-y;
	padding-top: 200px;
}
.right_side_hdr {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
 

#boxy{
	background: transparent url(images/right_freetrial_box-small.jpg) scroll no-repeat left bottom;
	height: 154px;
	width: 217px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.boxy_freetrial{ 
	height: 184px !important;  
	background-image: url(images/right_freetrial_box-big.jpg) !important;
}

#boxy #header{
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	position: relative;
	top: 25px;
	padding: 0 20px;
}
#boxy #copy {
	font-size: 11px;
	color: #fff;
	top: 25px;
	position: relative;
	line-height: 13px;
	font-weight: normal;
	padding: 0 20px;
}
#boxy #linkage_bot {
	font-size: 11px;
	color: #336699;
	position: relative;
	left: 23px;
	top: 50px;
	text-transform: capitalize;
	font-weight: bold;
}
.linkage_bot_freetrial{
	left:0 !important;
	top: 15px !important;
}
/* Home Page Styles */

.maintxt_index {
	font-size: 13px;
	color: #333333;
	line-height: 22px;
}
.hdr_index {
	font-size: 16px;
	font-weight:bold;
	color: #333333;
	text-transform:capitalize;
}



#homepage_intro{
	margin-bottom: 15px;
}
#homepage_intro_banner{
	float: left;
}
#homepage_intro_body{
	margin-left: 253px;
}
#homepage_intro h3{
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 0;
}
#homepage_intro p{
	color: #666;
	font-size: 12px;
	line-height: 15px;
	margin: 5px 0;
}
#homepage_intro .learn_more_link{
	display: block;
	font-size: 11px;
	border-top: 1px solid #ccc;
	padding: 5px 0;
}


#buckets{
	background: transparent url(images/index_buckets.jpg) scroll no-repeat right top;
	width: 703px;
	height: 230px;
	height: 290px;
/*	overflow: hidden; */
	margin: 0;
	padding: 0;
}

a.bck {
	font-size: 11px;
	color: #336699;
	text-decoration: none;
	font-weight: bold;
}

a.bck:link {
    color: #336699;
    text-decoration: none;
	font-weight: bold;
}
a.bck:visited {
    color: #336699;
    text-decoration: none;
	font-weight: bold;
}
a.bck:hover {
	color: #336699;
	text-decoration: underline;
	font-weight: bold;
}

#buckets #bucket_1_contain {
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 15px;
	top: 10px;
	width: 200px;
	height: 100px;
	line-height: 14px;
}
#buckets #bucket_2_contain {
	margin: 0;
	padding: 0;
	position: relative;
	left: 253px;
	top: -89px;
	width: 195px;
	width: 212px;
	height: 100px;
	line-height: 14px;	
}
#buckets #bucket_3_contain {
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 492px;
	top: -190px;
	width: 210px;
	height: 100px;
	line-height: 14px;	
}
#buckets #bucket_4_contain {
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: -153px;
	width: 210px;
	position: relative;
	line-height: 14px;	
}
#buckets #hdr1 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	position: relative;
	width: 200px;
}
#buckets #hdr2 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	position: relative;
	width: 200px;
}
#buckets #hdr3 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	position: relative;
	width: 200px;
}
#buckets #txt {
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	position: relative;
}
#buckets #txt2 {
	font-size: 11px;
	line-height: 13px;
	color: #666666;
	position: relative;
}
#buckets #txt3 {
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	width: 209px;
	position: relative;
}
#buckets #linkage {
	font-size: 11px;
	position: relative;
	width: 140px;
	top: 19px;
	font-weight: bold;
}
#buckets #linkage2 {
	font-size: 11px;
	position: absolute;
	width: 140px;
	top: 88px;
	font-weight: bold;
}
#buckets #linkage3 {
	font-size: 11px;
	position: relative;
	width: 200px;
	top: 5px;
	font-weight: bold;
}
#buckets #hdr4 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	position: relative;
	left: 14px;
	width: 200px;
}
#buckets #txt4 {
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	width: 475px;
	position: relative;
	left: 15px;
}
#buckets #linkage4 {
	font-size: 11px;
	position: relative;
	left: 15px;
	width: 200px;
	height: 32px;
	top: 10px;
	font-weight: bold;
}
#buckets #linnux_float {
	position: absolute;
	left: 525px;
	top: 16px;
	width: 120px;
}
#buckets #footerco {
	font-size: 11px;
	color: #999999;
	position: absolute;
	top: 105px;
	left: 430px;
	width: 250px;
	
}
.left_gray_hdr {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	border: 1px solid #CCCCCC;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.left_gray_list {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left: 10px;
	line-height: 13px;
	padding-top: 5px;
}
.left_gray_box {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.left_gray_link {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	line-height: 13px;
	padding-top: 5px;
	padding-right: 5px;
}
.left_gray_list_final {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left: 20px;
	line-height: 13px;
	padding-top: 5px;
	padding-right: 5px;
}
.left_gray_join {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding-bottom: 5px;
	padding-left: 20px;
	line-height: 13px;
	padding-top: 5px;
}
.palm_float{
	float: right;
	padding: 4px;
}

.bar_top_tab{
	color: #fff;
	background-image: url(images/free_trial_tab.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 4px;
	width: 156px;
	position: relative;
	text-align: center;
}

.bar_bot{
	height: 3px;
	border-bottom: 2px solid #999;
	overflow: hidden;
}


.resource_link,
.resource_link:link,
.resource_link:visited,
.resource_link:active{
	border-top: 1px solid #d9d5d2;
	color: #666;
	font-size: 10px;
	padding: 15px 3px 10px 3px;
	margin: 5px;
	display: block;
	font-weight: normal;
}
.resource_link:hover{
	color: #333;
	text-decoration: none;
}
.resource_link_icon{
	float: left;
	width: 45px;
	height: 60px;
	text-align: center;
	margin-right: 10px;
	margin-left: 5px;
}
.resource_link:hover .resource_link_title{
	color: #00aacc;
	color: #009dff;
}
.resource_link_title{
	display: block;
	color: #0066cc;
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 5px;
}



.supplemental_module{
	font-size: 12px;
	color: #666;
	font-weight: bold;
	padding: 13px 0 20px 0;
	background: #fff url(/style/supplemental_module_top.png) scroll no-repeat top left;
}
.supplemental_module_inner{
	background: transparent url(/style/supplemental_module_bot.png) scroll no-repeat bottom left;
	padding: 6px 16px 19px 16px;
}
.supplemental_module_heading{
	font-size: 24px;
	line-height: 24px;
	color: #06c;
	margin-bottom: 5px;
}
.supplemental_module_percentage{
	font-size: 20px;
}
.supplemental_module_percentage sup{
	font-size: 12px;
}









.check{
	width: 21px;
	height: 0;
	background: transparent url(/images/check.gif) scroll no-repeat top left;
	padding-top: 20px;
	overflow: hidden;
	margin: 0 auto;
}

.note{
	font-size: 10px;
	line-height: 10px;
}





.field,
.empty_field,
.radio_field{
	margin-bottom: 5px;
}
.field label,
.check_label{
	width: 160px;
	display: block;
	float: left;
	padding: 5px;
	text-align: right;
}
.empty_field{
	padding-left: 185px;
}



.whitepaper_link{
	padding-left: 13px !important;
}
.datasheet_resource{
	line-height:15px;
	padding-bottom:0px;
	padding-left:15px;
	padding-right:0px;
	padding-top:12px;
	text-align:left;
}


#customers{
	padding: 10px 0;
}
#customers h3{
	margin: 0 0 10px 0;
	color: #444;
}
#customers .customer_group{
	margin-bottom: 40px;
}
#customers .customer{
	display: block;
	overflow: hidden;
	float: left;
	width: 89px;
	height: 32px;
	margin: 0 2px 0 0;
	padding-bottom: 2px;
	background-color: #fff;
}
#customers .customer:hover{
	background-color: #999;
}



.required{
	color: #f00;
}



/* clearing space - standards browsers */
.customer_group:after,
#homepage_intro:after,
.field:after,
.radio_field:after,
.empty_field:after,
.resource_link:after,
.tripanel:after,
.customer_bin:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
/* clearing space - ie6/win */
* html .customer_group,
* html #homepage_intro,
* html .field,
* html .tripanel,
* html .radio_field,
* html .empty_field,
* html .resource_link,
* html .customer_bin{
	height: 1%;
}
/* clearing space - ie7/win */
*:first-child+html .customer_group,
*:first-child+html #homepage_intro,
*:first-child+html .field,
*:first-child+html .tripanel,
*:first-child+html .radio_field,
*:first-child+html .empty_field,
*:first-child+html .resource_link,
*:first-child+html .customer_bin{
	height: 1%;
}
/* clearing space - ie5/mac */
/*\*//*/
.customer_group,
#homepage_intro,
.field,
.tripanel,
.radio_field,
.empty_field,
.resource_link,
.customer_bin{
	display: inline-block;
}
/**/
