/********************************************
	LAST MODIFIED:    April 01, 2009      	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

abbr {
	text-decoration: none;
	border: none;
}

body {
	background: #CCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #666666; 
	text-align: center;
	margin: 0;
}

/* links */
a, a:visited {	
	color: #5A93C9;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}

h1 {
	font-size: 190%;	
	font-weight: normal;
	color: #555;
}

h2, h3	{
	padding: 10px 0 7px 10px;  
	margin: 0;			
}	

h2 {
	font-size: 130%;
	color: #88ac0b;
}

h3 {
	font-size: 125%;
}

h1, p {
	padding: 5px 8px 5px 10px;		
	margin: 0;
}

#main.normal p	{
	padding-bottom: 1px;
}

#main p.book-info	{
	padding: 0; margin: 0;
	padding-left: 10px;
	margin-bottom: -10px;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

ol.features li {
	margin-bottom: 8px;
}

ul {
	list-style: none;
}

/* images */
img {
	background: #FAFAFA;
   border: 1px solid #DCDCDC;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}

img.float-left {
  	margin: 5px 10px 10px 0px;
}

img.tree-of-life {
	display: inline;
	float: right;
  	margin: 5px 0px 10px 10px;  
}

#main.examples img	{
	border: none;
	background: inherit;
	padding-bottom: 0;
	margin-bottom: 0;
	height: 70px;
	width: 120px;
	text-align: center;
}

#main.examples a:link img, #main.examples a:visited img	{
	background-color: inherit;
	padding: 0;
	margin: 0;
	border: 1px solid #EFF9D9;
}

#main.examples a:hover img, #main.examples a:active img	{
	border: 1px solid #BBB;
}

img.logo	{
	border: none;
	padding: 0; margin: 0;
}

img.purchasing	{
	border: none;
	background-color: #FFF;
}

blockquote {
	margin: 0 10px;
	margin-bottom: 0px !important;
	border-bottom: 1px solid #582 !important;
	border-top: 10px solid #F6FFF6;
 	padding: 7px;
/*    background: url('../images/post.jpg'); */
    background-color: #E7F9D9;
	font-family:  'Trebuchet MS', Tahoma, Sans-serif;
	color: #777;
}

blockquote p {
	font-style: normal;
	padding: 5px 8px 0px 10px;		
	margin: 0;
}

blockquote p q {
	text-decoration: none;
	font-style: normal;
	quotes: none;
}	

blockquote cite	{
	display: block;
	text-align: right;
	color: #582;
	font-size: .9em;
	padding: 5px 0px 0px 10px;
	margin-bottom: 0;	
	font-style: normal;
}

#main #download-trial	{
	text-align: center;
	font-size: 1.2em;
	clear: both;
	padding: 2px 0;
	margin: 0 10px;
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	background-color: #DFFFEF;
}

#download-trial a:link, #download-trial a:visited	{
	color: #258;
	padding: 0 5px;
	text-decoration: underline;
} 

#download-trial a:hover, #download-trial a:active	{
	color: #285;
	text-decoration: none;
} 

blockquote.download {
	margin: 0 10px !important;
 	padding: 5px 3px 5px 3px;
 	border: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3 !important;
    background: none;
    background-color: #EEE;
	font-family:  'Trebuchet MS', Tahoma, Sans-serif;
	color:#CF502F;
	color: #777;
	font-size:1.2em;
/*	font-size-adjust:none; */
	font-style:normal;
	font-variant:normal;
	line-height:1.4em;
	letter-spacing: 1px;
	word-spacing: 2px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;
	width: 96%;	
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C url(../images/greenbar.jpg) repeat-x;
	height: 14px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 15px;
}
td {
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 820px;
	background: #CCC url(../images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#top-bg {
   position: absolute;
	width: 820px;
	height: 19px;
	background: #CCC url(../images/top-bg.jpg) repeat-y center top;	
	top: 0; left: 0;
	z-index: 2;	
	clear: both;
}

#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 790px;	
	padding: 0; 	
	background: #F6FFF6; /*	background: #E8E8E8; */	
	/* border-top: 5px solid #FFF; */
	border-bottom: 1px solid #DDD;
	margin-left: 15px;	
	display: inline;
}
#header {
	width: 790px;
	padding: 0 !important; margin: 0;	
	margin-left: 15px;
	position: relative;
/*	background: #CCC url(../images/header-bg.jpg) repeat-y center top; */
	background: #FDFBFC url(../images/process.png) no-repeat bottom center;
	background-position: 220px bottom ;
	color: #FFF;
	height: 169px;
}

#header.flowchart-header {
	background: #FDFBFC url(../images/process_flowchart.jpg) no-repeat bottom center;
	background-position: 215px bottom ;
}

#header h1#logo-text a {
	position: absolute;
	font: bold 36px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #787676;
	text-transform: none;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 22px; left: 12px;	
}

#header h1#logo-text a img {
	background-color: #FDFBFC;
}

#header h1#logo-text span {
	color: #9A9696;
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 14px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #9CB01A;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 147px; left: 0px;		
}

/* header links */
#header #header-links {
	position: absolute;
	top: 20px; right: 20px;	
	color: #838181;
	font-size: 10px;	
}
#header #header-links a {	
	color: #838181;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #444;		
}

/* header-photo */
#header-photo {
	clear: both;
	height: 200px;
	width: 790px;
	margin: 0 auto;
	background: #FFF url(../images/process2.jpg) no-repeat center center;
}

/* Greenbar */
#greenbar {
	clear: both;	
	padding: 0;		
}

#greenbar ul {
	float: left;
	list-style: none;
	background: url(../images/greenbar.jpg) repeat-x;	
	width: 790px;		
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 0;	
	display: inline;
}

#greenbar ul li {
	display: inline;
	margin: 0; padding: 0;
}

/* Main Column */
#main {
	float: right;
	width: 74%;
	padding: 10px 0 0 0; margin: 0 0 0 10px;
	display: inline;
	min-height: 450px;
}
#main h2 {
	font: normal 1.9em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #85970C; 
	text-transform: none;
}

#main h2 a {
	color: #85970C;
	text-decoration: none;	
}

#main h2#pageTitle	{
	text-align: center;
	padding-right: 20px;
	margin-bottom: 15px;
}

#main ul.lists	{
	margin: 0 0 0 3% !important;
	padding: 0 0 0 2% !important;
	float: left;
	width: 27%;
}

#main ul li {
	list-style-image: url(../images/bullet1.gif);
}

#main ol.toc	{
	padding-top: 0;
	margin-top: -6px;
}

#main ol.toc li	{
	font-weight: bold;
	margin-bottom: 5px;
}

#main ol li ul, #main ol li ul li	{
	font-weight: normal !important;
}

#main ol.toc li	ul li {
	margin-bottom: 0px;
}

#main ol li ul li ul {
	margin-left: 0px !important;
}

#main ol li ul li ul li	{
	list-style-image: none;
}

#main ul.externalLinks, #main ul.externalLinks ul	{
	padding: 0 5px 0 15px; margin: 0 5px 5px 10px;
}

#main ul.externalLinks li ul	{
	padding-left: 0;
}
	 
#main ul.externalLinks li	{
	list-style-image: none !important;
	list-style-type: disc;
	margin-bottom: 7px;
}

#main ul.externalLinks li ul li	{
	margin-bottom: 0;
	list-style-type: none;
}

#main.examples ul.screenshots	{
	margin: 0 0 0 37px; padding: 0;
}

#main.examples ul.screenshots li	{
	width: 158px;
	height: 82px;
	margin: 0 2px; padding: 15px 0;
	list-style: none;
	float: left;
	background-color: #EFF9D9;
	text-align: center;
	font-size: 7pt;
	border: 1px solid #CFDFBF;
}

#main.examples ul.screenshots li ul,
	#main.examples ul.screenshots li ul	li {
	padding: 0; margin: 0;
	height: 20px;
	border: none;
}

#main.sitemap ul.page-links {
	float: left;
	padding: 0; margin: 0;
	width: 33%;
}

#main.sitemap ul.page-links li	{
	list-style: none;
	list-style-image: none;
	padding: 0; margin: 0 15px;
	color: #575;
	font-size: 10pt;
}

#main.sitemap ul.page-links li.pageSection	{
	border-bottom: 1px solid #575;
}

#main.sitemap ul.page-links li a:link,
	#main.sitemap ul.page-links li a:visited	{
	font-size: 8pt;
	padding-left: 12px;
	color: #B73;
	font-weight: normal;
}

#main.sitemap ul.page-links li a:hover,
	#main.sitemap ul.page-links li a:active	{
	color: #951;
}

a.bookAmazon	 {
	color: #B22222;
}

#main div#buy-box	{
	position: relative;
	margin: 0;
}

#main div#buy-box ul li.buy-now-image {
	margin: 0; padding: 0;
	position: absolute;
	left: 500px;
	bottom: 17px;
	line-height: 21px;
}

#main div#buy-box ul li.buy-now-image a:link,
	#main div#buy-box ul li.buy-now-image a:visited	{
	background: #FAFAFA;
   	border: 1px solid #DCDCDC;
	padding: 5px;
}

#main div#buy-box ul li.buy-now-image a:hover,
	#main div#buy-box ul li.buy-now-image a:active	{
	background-color: #d8fc5e;
	border-color: #88ac0b;
	text-decoration: none;
	color: #557c0b;
}

#main p#buy-link {
	clear: both;
	line-height: 40px;
	width: 100%;
	padding-right: 15px !important;
	text-align: center;
}

#main #buy-link a:link, #main #buy-link a:visited {
	background-color: #d8fc5e;
	border: 1px solid #88ac0b;
	text-decoration: none;
	color: #557c0b;
	padding: 10px;
	font-size: 1.4em;
}

#main #buy-link a:hover, #main #buy-link a:active	{
	border: 1px solid #466c0b;
	color: #153c0b;
	background-color: #ddff65;
}

#main div#buy-box ul.buy-now-content	{
	padding: 10px; margin: 10px 10px 0 10px;
	border: 1px solid #CCC;
	border-bottom: none;
	background-color: #FFF !important;
	height: 98px;
}

#main div#buy-box ul li	{
	list-style-image: none;
}

#main div#buy-box ul.buy-now-content li	{
	padding: 2px 0; margin: 0;
	float: left;
	width: 50%;
	min-height: 17px;
}

#main div#buy-box ul li.full-width	{
	width: 100%;
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 20.5%;
	padding: 20px 10px 0 0; margin: 0;		
}	
#sidebar h3 {
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #8C9F0D; 		
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 14px 8px 0; padding: 0;
	text-decoration: none;		
	background: url(../images/dots.gif) repeat-x left top;
}

#sidebar ul.sidemenu > li {
	background: url(../images/dots.gif) repeat-x left bottom;
	width: 139px;
}

#sidebar ul.sidemenu li {
	position: relative;
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
/*	color: #8F8F8F; */
	color: #666;
}

* html body #sidebar ul.sidemenu li {
	height: 1%;
}

#sidebar ul.sidemenu li ul	{
	display: none;
	position: absolute;
	top: -3px;
	left: 139px;
	z-index: 100;
	padding: 0 0 3px 0;
	margin: 0 0 0 5px;
/*	height: 120px; */
}

#sidebar ul.sidemenu li a:link,
	#sidebar ul.sidemenu li a:visited {
	display: block;
	text-decoration: none;	
	background-image: none;	
	color: #666666;		
	cursor: pointer;	
}

#sidebar ul.sidemenu li a:hover,
	#sidebar ul.sidemenu li:hover  {	
	color: #1773BC;
	cursor: pointer;
}

#sidebar ul.sidemenu li ul li	{
	padding: 1px 0;
	border-top: 1px dotted #DDD;
}

#sidebar ul.sidemenu li ul a	{
	padding: 0;
	padding-left: 15px;
}

#sidebar ul.sidemenu li ul li.first	{
	border-top: none;
}

#sidebar ul.sidemenu li ul li.first a	{
	padding-top: 2px !important;
}

#sidebar ul.sidemenu li ul a:hover	{
	text-decoration: underline;
	background-image: url("../images/arrow_hover.gif");
	background-position: 6px 7px;
	background-repeat: no-repeat;
}		

#sidebar ul.sidemenu li ul li.first a:hover	{
	background-position: 6px 9px;
}

#sidebar ul.sidemenu li:hover ul	{
	display: block !important;
	width: 119px;
	background-color: #FFF;
	border: 1px solid #9a9a9a;
}

#sidebar ul.sidemenu li:hover ul li:hover a	{
	display: block !important;
}

#sidebar ul.sidemenu li ul li	{
	width: 115px;
	background: none;
}

/* footer */
#footer-wrap {
	clear: both;
	width: 820px;
	font-size: 95%;	
	text-align: left;
	padding: 0 0 13px 0;
	margin: 0;
	background: url(../images/footer-bottom.jpg) no-repeat center bottom;	
}
#footer-wrap a {
	text-decoration: none;
	color: #999;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding: 0;
	margin: 0;
}
#footer-wrap h3 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
	text-transform: uppercase;
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #666;	
	margin: 0 auto 0 15px; 
/*	width: 820px; */
/*	padding: 0 0 10px 0; */
	width: 790px;	
	padding: 0; 	
	text-align: center;
	background: #FDFBFC; /*	background: #E8E8E8; */
	font-size: 80%;
}

/* postmeta */
.post-footer {
	background: url(../images/post.jpg);
	padding: 5px; margin: 5px 10px 10px 10px;	
	font-size: 95%;	
	color: #AEA471; 
	color: #7E7441;
	border: 1px solid #E0DBC9;
	text-align: center;
}

p.footer-text	{
	float: left;
	clear: none;
	text-align: center;
	margin-left: 45% !important;
}

p.validation	{
	float: right;
	clear: none;
	text-align: right;
}

#main ul.default-bullets {padding: 0 20px; margin: 0 15px;}
#main ul.default-bullets li {
	list-style-image: none;
	list-style: disc;
}

#main ul.no-bullets	{padding: 0; margin: 0 15px;}
#main ul.no-bullets li	{
	list-style-image: none;
	list-style: none;
}

.post-footer .date{ margin: 0 10px 0 5px;	}
.post-footer a.comments { margin: 0 10px 0 5px;	}
.post-footer a.readmore { margin: 0 10px 0 5px;	}
.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #888; }

#main p.post-table { margin-top: -15px; float: right; margin-right: 10px;}
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center {text-align: center;}

/* display and additional classes */
.clear { clear: both; }
p.clear { padding: 5px; margin: 5px;}

.text-bold {font-weight: bold;}
.colorBlack	{color: #000;}
.color-B22 {color: #B22222;}
.color-2B2 {color: #22B222;}
.color-333 {color: #333;}

.size-12 {font-size: 12pt;}
