@charset "UTF-8";
/* CSS Document */

/* global */

html 	{	}

body	{height: 100%}

img	{border-style:none }

/* Liner Gradient (Left -> Right */

body {
  /* fallback */
  background-color: #aab5ca;
  background-image: url(images/linear_bg.png);
  background-repeat: repeat-y;
  
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #cfb788, #865c32);
  
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, left top, right top, from(#cfb788), to(#865c32));
  
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(left, #cfb788, #865c32);
  
  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #cfb788, #865c32);
}

#wrap	{
	width: 980px; 
	margin: 0 auto;
	min-height: 100%
}

#maincontent {
	position: relative;
	overflow:auto;
	top: -180px;
	overflow-x: hidden;
	/*border: 1px dotted #FF0000;*/
}


/* alignment */

#top-icons	{
	width: 960px;
	text-align: right;
	z-index: 10;
	border-bottom-color: #0F0;
	border-bottom-style: solid;	/*border: 1px dotted #FF0000;*/
	border-bottom-width: thin;
}
#banner1	{
	position: relative;
	z-index: 1;
	left: 0px;
	top: 4px;
	width: 960px;
	height: 348px 
	text-align: center; 
	margin: 0;
	/*border: 1px dotted #FF0000;*/
}

#banner2	{
	position: relative; 
	z-index: 1; 
	left: 220px; 
	top: -190px; 
	width: 740px; 
	text-align: right;
	margin: 0;
	/*border: 1px dotted #FF0000;*/

}

#daveneta1	{
	position: absolute;
	z-index: 200;
	left: 37px;
	top: 262px;
}

#flyout1	{
	position:relative;
	z-index: 900;
	top: -440px;
}


#box1	{
	position:relative;
	z-index: 4;
	left: 220px;
	top: -30px;
	width: 740px;
	text-align: left;	
	margin-top: 10px;
	/*border: 1px dotted #FF0000;*/
}

#box2	{
	position:relative;
	/*z-index: 4;*/
	left: -220px;
	top: 40px;
	width: 960px;
	text-align: left;
	/*border: 1px dotted #FF0000;*/
}

#box-blog	{
	position:relative;
	/*z-index: 4;*/
	left: -220px;
	top: 40px;
	width: 645px;
	text-align: left;
	/*border: 1px dotted #FF0000;*/
}


#columnleft2	{
	width: 648px;
	float: left;
	padding-right: 25px;
	/*border: 1px dotted #FF0000;*/
}

#columnleft-blog	{
	width: 648px;
	float: left;
	padding-right: 25px;
	/*border: 1px dotted #FF0000;*/
}


#columnleft-full	{
	width: 910px;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	background-color:#FFFFFF
	/*border: 1px dotted #FF0000;*/
}


#orderleft	{
	float: Left;
	width: 280px;
	padding-top: 0px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 23px;
	border-left: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
	text-align: center;
}
#orderright	{
	float: right;
	width: 260px;
	padding-top: 0px;
	padding-right: 25px;
	padding-left: 25px;
	/*padding-bottom: 25px;*/
	border-left: 1px solid #FF0000;
	/*border-right: 1px solid #FF0000;*/
	text-align: center;
}
#columnright2	{
	margin-left: 675px;
	padding-top: 50px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
	border-left: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
	text-align: center;
}

#columnright-flush-left2	{
	margin-left: 675px;
	padding-top: 50px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
	border-left: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
	/*text-align: center;*/
}


#columnright-blog	{
	position:absolute;
	top: 360px;
	margin-left: 465px;
	width: 225px;
	padding-top: 15px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
	border-left: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
	text-align: left;
}


#columnright-noborder2	{
	margin-left: 675px;
	padding-top: 50px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
	text-align: center;
}

#nav-box1	{
	position:relative;
	z-index: 100;
	left: 220px;
	top: -8px;
	width: 740px;
	text-align: left;
	/*border: 1px dotted #FF0000;*/
}

#nav-box2	{
	position:absolute;
	z-index: 90;
	left: 0px;
	top: 286px;
	width: 740px;
	text-align: left
	/*border: 1px dotted #FF0000;*/
}

#tagline1	{
	position: relative;
	z-index: 60;
	left: 0px;
	top: 200px;
	width: 180px;
	text-align: left;
	margin-top: -30px;
	margin-bottom: -50px;
	height: 220px;
	/*border: 1px dotted #FF0000;*/
}

#tagline2	{
	position: relative;
	z-index: 70;
	left: 0px;
	top: 0px;
	width: 180px;
	text-align: left;
	margin-bottom: -50px;
	height: 220px;
	/*border: 1px dotted #FF0000;*/
}

#order-icon	{
	position:relative;
	z-index: 40;
	left: 845px;
	top: 120px;
}

#preorder-icon	{
	position:relative;
	z-index: 40;
	left: 880px;
	top: 310px;
}

#featured-books1 {
	position: relative;
	z-index: 80;
	left: 0px;
	padding-bottom: 20px;
	width: 960px;
	margin-top: -200px;
	text-align: left;
	border-top: 2px solid #0f0;
	}


#footer1 {
	position: relative;
	z-index: 80;
	left: 0px;
	border-top: 3px #0F0 solid;
	padding-bottom:20px;
	width: 960px; 
	margin-top: 10px;
	height: 60px;
	text-align: center;
	clear:both;
	/*border: 1px dotted #FF0000;*/
}

#footer2 {
	position: relative;
	z-index: 80;
	left: 0px;
	border-top: 3px #0F0 solid;
	padding-bottom:20px;
	width: 960px; 
	margin-top: -160px;
	height: 60px;
	text-align: center;
	clear:both;
	/*border: 1px dotted #FF0000;*/
}



/* Tag Styles */

h1, h2, h3, h4, h5 {font-family: Arial, Helvetica, sans-serif;}

h1	{
	font-size: 2.25em;
	line-height: 50%;
}

h2	{font-size: 1.85em;}

h3	{
	font-size: 1.15em;
	font-style:italic;
	color: #FFFFFF;
	line-height: 50%;
}

h4	{font-size: 1em;}

h5	{line-height: 20%}


p	{font-family:Arial, Helvetica, sans-serif; font-size: 0.875em; line-height: 150%;}

ul	{font-family:Arial, Helvetica, sans-serif;}

ol	{font-family:Arial, Helvetica, sans-serif;}

.underline {
	text-decoration: underline;
	}

.caption	{
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align:center;
	font-size: 0.75em; 
	line-height: 110%;
	position: relative; 
	top: -10px;
	}

.Notes	{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-align: left;
	font-size: 0.75em; 
	line-height: 110%;
	position: relative; 
	top: -10px;
	}

	
.callout	{
	font-size: 30px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	}


a	{	}

a:link {color:#0F0; text-decoration: none;}
a:visited {color:#0F0; text-decoration: none;}
a:active {color:#000; text-decoration: none;}
a:focus	{color:#666; text-decoration: none;}
a:hover	{color:#F00; text-decoration: none;}


/* Class Styles */

.more-text	{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	clear:both; 
	/*text-align:center;*/
	position:relative;
	left:50%;
	bottom:100%;
	}

/* drop shadow */
.shadow {
	-moz-box-shadow:    8px 8px 20px -4px #000;
	-webkit-box-shadow: 8px 8px 20px -4px #000;
	 box-shadow:        8px 8px 20px -4px #000;

	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";

	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}



/* These will allow text wrap around images when applied in the properties*/

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

.float-right	{float:right; margin: 10px 0px 10px 10px;}



/* id styles define the way things are laid out--width, padding, margins, box */
#featured-books1 p {
	color: #FFF;
}
#banner2 #box2 #columnright2 p strong {
	color: #FFF;
}
