@charset "utf-8";
a{
	color:#00E;
}

a:visited {
	color:#00E;
}

div#floatMenu {
	/* position: fixed;	 */
	position:fixed;
	width:100%;
	z-index:1;
	height:34px;
}

div.mouseover_desc{
	position:absolute;
	background-color:#fff;
	color:#000;
	padding:15px;
	display:none;
	width:800px;
	max-width:50%;
	pointer-events:auto;
}

div.mouseover_desc.topright{
	top:34px;
	right:0;	
}

div.mouseover_desc.bottomleft{
	bottom:0;
	left:0;
}

div.mouseover_desc .float_right{
	float:right;
}

div.mouseover_desc .float_left{
	float:left;
}

div#descwindow{
	position:fixed;
	width:100%;
	height:100%;
	background:none;
	pointer-events : none;
	z-index:1;
}

div#slidewindow{
	position:relative;
	background-color:#F60;
	background:none;
	pointer-events:auto;
	top:34px;
}

div#slidewindow div#inner_slidewindow{
	width:100%;
	height:100%;
	position:relative;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#F28818;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	behavior: url(http://searchformecca.com/csshover.htc);
}

#backdiv{
	background-color:#F28818;
	padding-top:20px;
	padding-bottom:20px;
	background-image:url('background2.jpg');
	background-repeat:no-repeat;
	/*	background-attachment:fixed;*/
	background-position: center 0px;
	min-height:1096px;
}

a img{
	border:none;
}

ul.downloadList{
	padding-left:5px;
	list-style:none;
}

ul.downloadList li{
	margin-top:5px;
}

ul.downloadList a{

}

ul.downloadList a:hover{

}

#container {
	width: 800px;
	/*background-color:#fff;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 11pt;
}



.blue_bar{
	background-color:#000;
	padding:5px 5px;
	margin:0;
	font: Arial, Helvetica, sans-serif;
	position:relative;
	color:#fff;
	height:24px;
}

#blue3{
	text-align:right;
	position:relative;
}

ul.blue_menu{
	margin:0;
	text-indent:0;
	padding:0;
	/*overflow:auto;*/
}

ul.blue_menu li{
	list-style:none;
	position:relative;
	float:left;
	margin-right:5px;
	padding: 3px 8px;
	text-align:center;
}

ul.blue_menu li.b_right{
	float:right;
	font-size:9px;
	text-align:center;
}

ul.blue_menu li a{
	color:#fff;
	text-decoration:none;
}


ul.blue_menu li.selected{
	background-color:#fff;
	color:#336699;
	-moz-border-radius: 5px 5px;
	-webkit-border-radius: 5px 5px;
	-khtml-border-radius: 5px 5px;
	-o-border-radius: 5px 5px;
	border-radius: 5px 5px;
	
}

ul.blue_menu li.selected a{
	color:#336699;
}

ul.blue_menu li:hover{
	background-color:#fff;
	color:#336699;
	-moz-border-radius: 5px 5px;
	-webkit-border-radius: 5px 5px;
	-khtml-border-radius: 5px 5px;
	-o-border-radius: 5px 5px;
	border-radius: 5px 5px;	
}

ul.blue_menu li:hover a{
	color:#336699;
}

ul.blue_menu li ul.sub {
	display: none;
	position:absolute;
	/*
	width:100px;
	*/
	top: 24px;
	left: -3	px;
	font-weight: normal;

	margin-left:-1px;
	text-align: center;
	background:#369;
	border-radius: 5px 5px;
    padding: 0px 2px 2px 2px;
}

ul.blue_menu li ul.sub li{
	border-width:0 1px 1px 1px!important;
	padding: 3px 0px;
	top:-1;
	text-align: center;
	width:100%;
}

ul.blue_menu li ul.sub li a{
	font-weight: normal!important;	
	color:#fff;
}

ul.blue_menu li ul.sub li:hover a{
	-moz-border-radius: 0px 0px;
    -webkit-border-radius: 0px 0px;
    -khtml-border-radius: 0px 0px;
    -o-border-radius: 0px 0px;
    border-radius: 0px 0px;
	color:#336699;
}

ul.blue_menu li>ul {
	top: auto;
	left: auto;
}

ul.blue_menu li:hover ul.sub,     ul.blue_menu li.over ul.sub {
	display: block;
}


.clearfloat.blue_menu_clear{
	padding:3px;
}

#blue1{
	text-align:right;
	position:relative;
}

#header { 
	
} 

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "#sidebar1 p" rule.
*/
#sidebar1 {
	float: right;
	width: 170px; /* top and bottom padding create visual space within this div */
	font-size: 8pt;
}

a.a_black{
	text-decoration:underline;
	color:#000;
}

a.a_black:hover{
	text-decoration:underline;
	color:#000;
}

#sidebar1 .sect{
	margin-left: 10px; 
	margin-right: 10px;
}

#sidebar1 h3, #sidebar1 p{
	/*margin-left: 10px;  the left and right margin should be given to every element that will be placed in the side columns 
	margin-right: 10px;*/
}

#sidebar1 .sect.bookarea{
	font-size:10pt;
	text-align:center;
}

#sidebar1 .sect.cdarea{
	background-color:#CFF;
	padding-left:5px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	margin-right:0px;
}

#sidebar1 .sect.mqarea div{
	background-color:#FFF;
	color:#000;
	padding:5px 0px;
}

#sidebar1 .sect.mqarea a{
	color:#000;
	font-size:14px;
}


#sidebar1 .sect.cdarea p{
	margin:5px;
}

.mainContainer{
	background-color:#fff;
}

#mainContent {
	margin-top:0px;
	padding:20px 10px;
	margin-right: 175px;
	margin-bottom: 0;
	margin-left: 10px;
} 

.mainContainer div{
	
}

.mainContainer h1{
	margin-top:0px;

} 

.mainContainer p{

} 

.mainContainer .quote{
	font-style:italic;
} 

.mainContainer .ref{
	text-align:right;
	width:100%;
	font-style:normal;
} 

.mainContainer span.ref:before{
	content:" -- ";
}

#mainContent_full {
	padding:20px 10px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
} 

#mainContent_full p{
	font-size:11pt;
}

#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#belowContent {
  	margin: 10px;
	background-color:#fff;
} 

/* Miscellaneous classes for reuse */
.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;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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; 
}

.innerblackness1 {
	position: absolute;
    background:#000;
	width:760px;
}

.innerblackness2 {
	position: absolute;
    background:#000;
	width: 800px;
}


#blue1 a{
	text-decoration:none;
	color:#fff;
	
}

#blue1 a:hover{
	text-decoration:underline;
}

.b1inner{
	min-height:20px;
}

.b1inner.narrow{
	padding:0px 20px;
	position:relative;
}

.b1inner.narrow .innerblackness{
	background-color:#000;
	width:100%;
	min-height:20px;
}

.b1inner.wide{
	background-color:#000;
	margin:0px 0px;
	position:relative;
	width:100%;
	color:#fff;
	text-align:center;
}

.b1inner.wide a.question{
	text-decoration:none;
	color:#fff;
	padding:10px 25px;
	display:block;
}

.b1inner.wide a.question div{
	background-color:#F28818;
	font-size:18px;
	color:#000;
	padding:5px;
}

.b1inner.wide a.question:visited{
	text-decoration:none;
	color:#fff;
}

/* corners */
.corner {
	position: absolute;
	width: 20px;
	height: 20px;
	background: url('corners2.png') no-repeat;
	font-size: 0%;
	background-image: url(corners2.png);
}
.corner.TL { top: 0px; left: 0px; background-position: 0 0; }
.corner.TR { top: 0; right: 0px; background-position: -20px 0; }
.corner.BL { bottom: 0; left: 0; background-position: 0 -20px; }
.corner.BR { bottom: 0; right: 0; background-position: -20px -20px; }
.twoColElsRtHdr #backdiv #container #belowContent table tr td {
	font-weight: normal;
	font-style: normal;
	color: #000;
	font-size: 12pt;
	text-align: center;
}

.canbooks_title {
	font-weight: bold;
	color: #336699;
	background-color: #BFD6ED;
	padding: 10px;
	text-align: center;
}

.store_link a{
	color: #36F;
	font-style: normal;
	text-align: center;
	padding-left:15px;
	padding-right:15px;
}

.twoColElsRtHdr #backdiv #container #mainContent table tr td .independent {
	color: #336699;
	font-weight: bold;
}

.twoColElsRtHdr #backdiv #container #mainContent table tr td .nonfiction {
	color: #336699;
	padding: 0;
	margin: 0;
	line-height: 0;
}

a.par_link{
	text-decoration: none;
	color: #000;
}

#newa_title {
	text-align: center;
}

.order_title{
	font-size:18pt;
	font-weight: bold;
	margin-left:5px;
	margin-right:5px;
	margin-top:20px;
}

.cdrom{
	background-color:#ccffff;
}

.books{
	background-color:#ddffbb;
}

.ebooks{
	background-color:#ffffcc;
}

.games{
	background-color:#ffd5d5;
}

.other{
	background-color:#dcd2af;
}

#pay_info{
	font-size:12pt;
}

.store_bold{
	color:#ff0000;
	font-weight:bold;
	font-size:90%;
}

.subtitle{
	text-align:center;
	font-style:italic;
	font-size:10pt;
}

.image_holder{
	position:relative;
}

.corner_image{
	float:right;
	right:10px;
}

/* For the petra game file */
.desc{
	
}

.desc .petra_pic{
	float:left;
	margin:5px;
}

.petra_pic_right{
	float:right;
	margin:5px;
}

.center{
	text-align:center;
	font-size:10pt;
}