@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg_page.gif);
	background-repeat: repeat-y;
	background-position: center;
	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: #FFFFFF;
	background-color: #111;
}
.checker {
	background: url(images/checker.gif);
}
.grad {
	background: url(images/gradient_inv.png) repeat-x;	
}
.hometext {
	font-size: 12px;
	line-height: 16px;
	padding: 7px 0px;
}
.hometext ul {
	list-style-type: square;
}
.oneColFixCtr #container {
	width: 853px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(images/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
td.copyright {
	background-image:url(images/bg_copyright.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	font-size: 9px;
}
#ConnectMe {
	padding: 5px 0;
	width: 130px;
	position: relative;
	float: right;
}
#rightPanel {
	vertical-align: top;
}
#mainPanel {
	vertical-align: top;
}
.head {
	font: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ff6600;
	margin: 5px;
}
.head_divider {
	background-color: #ff6600;
	height: 5px;
	margin-bottom: 10px;
}
a:active, a:visited, a:link {
	color: #ffffff;	
}
a:hover {
	color: #ff6600;	
}
#splash {
	text-align: center;	
}
#msgOnTheInternet {
	height: 15px;	
	padding: 5px;
	font-size: 12px;
}
td.banner {
	text-align: center;
}
td.content {
	padding: 10px 20px;	
}
td.content h1 {
	font-size: 16px;
	font-weight: bold;
	color: #F90;
}
td.content h2 {
	margin-bottom: -10px;
	font-size: 14px;
	font-weight: bold;
	color: #FC0;
}
td.content h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FC0;
}

td.content p, td.content li{
	font-size: 12px;	
}
input, select {
	font-size: 12px;
}
.smalltext
{
	font-size: 11px;
	height: 18px;
	display: block;
}
#Submenu {
	width: 150px;
	padding: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
	border: solid thin #999;
	float: left;
}
table.submenu {
	width: 100%;
	font-size: 14px;
}
table.submenu tr.selected {
	font-weight: bold;
	background-color: #F90;
	color: #333;
}

.clearFlow {
	clear: both;
}

.factLayer {
	width: 160px;
}
.fact {
	font: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FC0;
	margin: 5px;
}
.fact_divider {
	background-color: #FC0;
	height: 2px;
	margin-bottom: 5px;
}
td.fact_text p{
	font-size: 9px;
}

#book {
	float: left;
	width: 150px;
}
img.book {
	padding-right: 10px;
	padding-bottom: 10px;
}
img.store {
	margin-left: -30px;
	padding-left: 0;
}

img.rad {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.hsubmenu {
	border: 1px solid #CCC;
	padding: 5px;
}
ul.hsubmenu {
	margin: 0px;
	padding: 0px;
}

ul.hsubmenu li {
	list-style-type: none;
	line-height: 1.1em;
	margin: 0 .5em 0 0;
	padding: 0 .5em 0 .5em;
	font-size: 14px;
	display: inline;
}

ul.hsubmenu li.selected {
	font-size: 14px;
	font-weight: bold;
	background-color: #F90;
	color: #333;
	display: inline;
}

.reviewer {
	margin-top: -7px;
	text-align: right;
}

/* *** Video Box *** */
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff; text-align: center; padding: 5px;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 5px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/*** NAV ***/
#nav {
	font: normal .8em/1.5em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 7px 6px 0;
	background: #252525 url(images/gradient.png) repeat-x 0 -110px;
	line-height: 100%;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;

	/*text-shadow: 0 1px 1px rgba(0,0,0, .3);*/
}
#nav a:hover {
	background: #000;
	color: #fff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background:url(images/bg_mainnav.gif) repeat-x 0;
	color: #ff6600;
	/*border-top: solid 1px #f8f8f8;*/

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

	/*text-shadow: 0 1px 0 rgba(255,255,255, 1);*/
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #ff6600 url(images/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #ddd url(images/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
}
#nav ul li:last-child > a {
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}
