@charset "utf-8";
/* CSS Document */
.SlidingPanels {
	float: left;
	position: relative;
	width: 575px;
	padding: 0px;
	border: none;
}

.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 10000px;
	margin: 0px;
	padding: 0px;
	border: none;
}

.SlidingPanelsContent {
	float: left;
	width: 575px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	padding-right:10px;
	border: none;
}

 A {
	color:#cc3300;
	text-decoration:none;
}
A:hover {
	text-decoration:underline;
}

.SlidingPanelsAnimating * {
	overflow: hidden !important;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #444;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

UI, LI, P {
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	margin:0;
	padding:0;
	font-size:18px;
	color: #595959;
}
h2 {
	font-size:12px;
	color:#444;
	color: #595959;
}

p.caption {
	font: normal 10px/14px Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 20px 16px;
}
.twoColFixLtHdr #container { 
	background:url(content_bg.png) repeat-y;
	width: 756px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	 background: url(header_bg.png) repeat-x;
	 height:143px;
} 
.headerLeftCorner {
	float:left;height:143px; width:10px; background:url(header_crnr_lft.png) no-repeat;
}
.headerRightCorner {
	float:right;height:143px; width:10px; background:url(header_crnr_rt.png) no-repeat;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 10px 0px 20px;
}
.twoColFixLtHdr #sidebar1 UL{
	margin:0;
	padding:0;
}
.twoColFixLtHdr #sidebar1 LI{
	list-style-type:none;
}
.twoColFixLtHdr #sidebar1 A {
	font: 12px/24px Verdana, Arial, Helvetica, sans-serif;
	color:#444;
	text-decoration:none;
}.twoColFixLtHdr #sidebar1 A:hover {
	color:#f60;
}
.twoColFixLtHdr #sidebar1 A:active {
	color:#f60;
}
/*jes added*/
.twoColFixLtHdr #sidebar1 book {
	float: left;
	padding: 0px 0px 0px 0px;
	height:90px; 
	width:100px;
}

/*jes added*/
.twoColFixLtHdr #sidebar1 man {
	float: left;
	padding: 10px 10px 0px 20px;
	height:300px; 
	width:72px;
	
}

/*jes added*/
.twoColFixLtHdr #sidebar1 flash {
	float: left;
	padding: 0px 0px 0px 0px;
	height:200px; 
	width:125px;
	}


/*end jes added*/
.twoColFixLtHdr #mainContent { 
	margin: 10px 0 0 160px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */	
	padding: 0 10px;
	border-left:1px solid #ababab;
}
.contentDivider {
	border-bottom:1px solid #969696;
	height: 1px;
}
.twoColFixLtHdr #footer { 
	background:url(footer_bg.png) bottom left repeat-x;
	height:10px;
    font-size: 1px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
#footer .fltlft {
	height:10px; width:10px; background:url(footer_crnr_lft.png) top left no-repeat;
}
#footer .fltrt {
	float:right;
	height:10px; width:10px; background:url(footer_crnr_rt.png) top right no-repeat;
	}
#header .floatLogo {
	float: left;
	padding:24px 0 0 22px;
}
#header .floatDownload {
	background:url(from_adobe_labs.png) top right no-repeat;
	float:right;
	padding:63px 12px 0 0;
	margin-top:15px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#copyright-terms {
	text-align:left;
	margin: 0px auto;
	width: 646px !important;
	width: 650px;
	
	}
#copyright-terms P{
	color:#999;
	
}
#copyright-terms a {
	color:#fff;
	text-decoration:none;
}

.slidingTabPanelWrapper {
	background:url(tab_shadow.png) bottom center no-repeat;
	border-bottom:1px solid #969696;
	height:46px;
	margin:20px 0 10px 0;
	display: none;
}
.slidingTabPanel {
	list-style:none;
	margin:0 auto;
	padding:0;
	width:288px;
	height:46px;
}
.slidingTabPanel LI {
	list-style:none;
	float:left;
	width:50px;
	margin:0 2px;
}
.tabActive {
	position:relative;
	top:1px;
	display:block;
	width:50px;
	height:46px;
	cursor:default;
	outline:none;
}
.tab {
	position:relative;
	top:1px;
	display:block;
	width:50px;
	height:46px;
	background-position:-100px;
	cursor:pointer;
	outline:none;
}
.tab:hover {
	background-position:-50px;
}
#nutshell {
	background-image:url(tab_nutshell_II.png);
}
#widgets {
	background-image:url(tab_widgets_II.png);
}
#data {
	background-image:url(tab_data_II.png);
}
#effects {
	background-image:url(tab_effects_II.png);
}
.quoteBox {
	float:right;
	width:175px;
	font:italic 14px/18px Georgia, 'Times New Roman', Times, serif;
	color:#444; 
	background-color: #F8F8F8; 
	margin: 0 0 10px 10px;
	text-indent:-5px;
}
.quote {
	background-color: #F8F8F8; 
	margin:20px;
	width:135px;
}
	
.quoteBox SPAN {
	float:right;
	text-align:right;
	color:#818181;
	font-size:10px;
	line-height:12px;
	margin-top:6px;
}

