/*	Color Palette
	BodyBG #cc9
	Navy #036
*/

:link, :visited { text-decoration: none }
ul, ol	{ list-style: none }
h1, h2, h3, h4, h5, h6, pre, code { font-size: 1em }
body, html, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, p, blockquote, img { margin: 0; padding: 0; }
a img, :link img, :visited img { border: none }
address { font-style: normal }

/* basic elements */

body {
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: url(../images/header/back.gif);
	background-repeat: repeat-x;
  }
  
.spacer{display:block; clear:both; height:0; line-height:0.1; font-size:0; overflow:hidden; }

html>body div.spacer{height:.01em; }

p { 
  font-size: 12px;
  line-height: 15px;
  margin: 8px 0 8px 0;
  padding: 0;
  }

h1 { 
  font-face:"arial", "helvetica", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
  padding: 0; 
  color: #036;
  }

h2 { 
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
  padding: 0; 
  color: #2B5DC5;
  }
  
h3 { 
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
  padding: 0; 
  color: #333;
  } 

ol {
  list-style-type: upper-alpha;
  font-size: 11px;
  }
  
address {
  font-style: normal;
  }

img {
  border: 0;
  display: block;
  }

strong {
  font-weight: bold;
  }
  
table {
  margin: 0 0 8px 0;
  border: 0;
  padding: 0;
  }

td.currency {
  font-weight: bold;
  text-align: right;
  }

/* links */
a:link { 
  text-decoration: none; 
  color: #0063DC;
  }
a:visited { 
  text-decoration: none; 
  color: #0063DC;
  }
a:hover, a:active { 
  text-decoration: underline; 
  color: #003768;
  }
  
/* page sections */

#wrapper {
	border:0;
	margin-top: 200px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0;
  }

#contentshell {
	padding: 0;
	border:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	min-width: 1100px;
	max-width: 1500px;
  }
  
#contentmain {
	width: 700px;
	float: left;
	background-color: #fff;
	margin: 0;
  }
#topQuickSearch {
	position: absolute;
	z-index: 10;
	height: 75px;
	width: 280px;
	left: 703px;
	top: 152px;  
}
  
#contentsidebar {
	width: 250px;
	float: left;
	background-image: url(../images/sideBar.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25px;
	display: block;
	height: 600px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
  }
#contentsidebar p { 
  font-size: 11px;
  line-height: 14px;
  margin: 8px 0 8px 0;
  padding: 0;
  }   
  
#contentsidebar ol {
  list-style-type: upper-alpha;
  font-size: 11px;
  }
  
#contentsidebar ul {
  font-size: 11px;
  }  
  
#contentsidebar td {
  font-size: 11px;
  padding: 0 10px 10px 0;
  vertical-align: top;
  }  

#masthead {
	width:418px;
	position: absolute;
	z-index: 2;
	height: 199px;
	left: 0px;
	top: 0px;
	background-image: url(../images/header/logo.png);
	background-repeat: no-repeat;
	background-repeat: repeat-x;
	height: 199px;
}


#footer {
  clear:both;
  margin:0;
  padding:  10px 0 10px 0;
  text-align: center;
  font-size: 11px;
  background-color:#fff;
}
  

/* navigation */

#nav {
	padding: 0;
	border:0;
	clear:both;
	text-align:center;
	font-weight:bold;
	height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 150px;
	position: absolute;
	z-index: 4;
	left: 41px;
	top: 98px;
}
#nav .mainNav {
	width: 154px;
	display: block;
	float: left;
	background-image: url(../images/menu/bTab.gif);
	background-repeat: no-repeat;
	text-transform: capitalize;
	color: #000;
	padding-top: 12px;
	height: 38px;
}

#nav .mainNav:hover {
	color: #333;
	text-decoration: none;
	background-position: 0px -50px;
}
#nav .mainNavOn {
	width: 154px;
	height: 38px;
	display: block;
	float: left;
	background-image: url(../images/menu/bTabOn.gif);
	background-repeat: no-repeat;
	text-transform: capitalize;
	color: #fff;
	padding-top: 12px;
}
.highlight {
  background: #ffc;
  }
  
.booktitle { 
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  margin: 0;
  padding: 0; 
  color: #2B5DC5;
  }    
  
.price {
  font-weight: bold;
  font-size: 12px;
  color: #900;
  }
  
.center {
  text-align: center;
  }
#builderSource {
	position: absolute;
	z-index: 12;
	height: 24px;
	width: 195px;
	top: 0px;
	right: 0px;	
}
#secNav {
	position: absolute;
	z-index: 13;
	height: 41px;
	width: 230px;
	top: 43px;
	left: 750px;		
}
