/* @override http://164andmore.com/site3/stylesheet/screen.css */

/* @override http://164andmore.com/site3/stylesheet/screen.css */

/* @override http://164andmore.com/site3/stylesheet/screen.css */

/* @override http://164andmore.com/site3/stylesheet/screen.css */

/* @override http://164andmore.com/site3/stylesheet/screen.css */

/* @override http://164andmore.com/site3/stylesheet/screen.css */

/* @override http://164andmore.com/site3/stylesheet/screen.css */

body {
	background: #fff;
	color: #000;
	font: 13px Verdana, "Lucida Grande", Lucida, sans-serif;
	margin: 0px;
}
h1 {
	font-size: 18px;
	line-height: 19px;
	color: #002083;
	margin-bottom: 15px;
	margin-top: 2px;
	
}
body#home h1{
	text-align: center;
}
h2 {
	font-size: 16px;
	color: #002083;
	margin-bottom: 10px;
	margin-top: 2px;
	
}
body.faq h2{
	margin-top: 20px;
}

a.toplink {
display: block;
	text-align: right;
	font-size: 11px;
}
a:link		{ 
 color: #1839a0;
 text-decoration: underline;


 }
a:visited	{ 
 color: #1839a0;
 text-decoration: underline;

 }
a:hover		{ 
color: #363636;
 text-decoration: underline;
 
}

img {
	border:none;
}

.passage{
	margin-left: 60px;
}

.invisible{
	display: none;
}

.clear {
	font-size: 0;
	line-height: 0.0;
	height: 0;
	clear: both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

hr{
	border-bottom: 1px solid #e7ede4 ;
	border-top: none;
}
#maincontainer{
width: 970px; /*Width of main container*/
margin: 10px auto 0; /*Center container on page*/
}

/* Header */


#topsection{
background: #EAEAEA url(../images/header-bg.jpg) no-repeat left top;
height: 119px; /*Height of top section*/
}
.search{
	padding-top: 10px;
	width: 250px;
	float: right;
}
.search input {
float: left;
	margin-right: 5px;
}

input.search-input {
	padding: 4px;
	height: 15px;
	background-color: #fcfbf4;
	border: 1px solid #9eb583;
	width: 160px;
}

/* Navigation */


#navigation ul{
	border-bottom: 1px solid #80561b;
	border-top: 1px solid #80561b;
	margin-top: 3px !important;
	margin-bottom: 3px !important;
	background: url(../images/nav-bg.gif) right;
}
#navigation ul, #navigation ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
#navigation ul li{
	display: inline;
}
#navigation ul li a{
	display: block;
	float: left;
	padding: 5px 12px;
	color: #80561b;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	background-color: #fff;
		border-right: 1px solid #80561b;
	font-weight: bold;
}
#navigation ul li a:hover, #navigation ul li.nav-book a:hover{
	background-color: #80561b;
	color: #fff;
}
#navigation ul li.nav-book a{
	color: #d8623a;
}
#navigation ul li a.last{
	border: none;
}

/* Content */

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 250px;
	color: #000;
	line-height: 19px;
	font-size: 14px;
	padding-top: 20px;
	padding-right: 50px;
}
#contentcolumn p{
	margin-top: 5px;
	margin-bottom: 15px;
}

#contentcolumn .bottom{
	margin-top: 5px;
	margin-bottom: 15px;
	clear: left;
}

#contentcolumn .top{
	margin-top: 5px;
	margin-bottom: 15px;
	clear: none;
	padding-top: 35px;
}
.testimonials blockquote{
	margin: 0 0 5px;
	background: url(../images/quote1.gif) no-repeat left top;
	padding-top: 20px;
	padding-left: 20px;
}
.testimonials hr{
	margin-bottom: 20px;
	margin-top: 20px;
}
.testimonials span{
	display: block;
	font-size: 12px;
	color: #666;

	padding-top: 30px;
	margin-top: -20px;
	padding-left: 20px;
}

a.order-btn {
display: block;
	margin-top: -40px;
}

body.about .burst{
	display: block;
	float: right;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

img.book-page {
display: block;
	margin: 0 auto 40px;
}

.about-book-box {
width: 25%;
float: left;
	margin: 0 30px 30px 0;
}
.about-book-box ul{
	padding: 0;
	margin: 10px 0 0;
}
.about-book-box  ul li{
	list-style-type: none;
	font-size: 12px;
	margin: 0 0 5px;
	padding: 0;
}


.destination{
	font-size: 12px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}
.destination span{
	display: block;
	float: left;
	margin-right: 10px;
}
table.book-pricing {
width: 660px;
	margin-bottom: 20px;
	font-size: 11px;
}
table.book-pricing tr.headings td{
	background-color: #f1f4ea;
	font-weight: bold;
	font-size: 14px;
}

table.book-pricing td{
	width: 100px;
	text-align: center;
	padding: 8px;
	background-color: #f2f6f9;
	border: 1px solid #ebebeb;
	font-size: 13px;
}

input.order-btn {
	margin-left: 560px;
}

/* Right Column */

#sidecolumn{
float: left;
width: 250px; /*Width of left column*/
margin-left: -250px;
	padding-top: 20px;
}

.side-box {
	background-color: #f5f3e5;
	margin-bottom: 15px;
}
.side-box .box-content{
	padding: 10px 20px 20px;
}
.side-box p, .side-box li{
	color: #3d2606;
	margin-top: 0px;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 15px;


}
.side-box li{
	margin-bottom: 5px;
}
.side-box h3{
	background-color: #dbe4d7;
	font-weight: bold;
	color: #002083;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 10px 10px 20px;
	margin: 0;
}
.top-searches ul{
	padding: 0;
	margin: 0;
}
.top-searches ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.top-searches ul li a{
	display: block;
	padding: 3px 0;
	margin: 0px;

}

.buy-book img.burst {
	position: absolute;
	margin-top: -65px;
	margin-left: 145px;
}
.buy-book p{
	margin-top: 10px;
}

img.kindle-sm {
float: right;
	margin-top: -30px;
	margin-right: -15px;
}
.kindle-box ul{
	padding-left: 0;
}
.kindle-box ul li{
	margin-left: 25px;
}

/* Footer */


#footer{
clear: left;
width: 670px;
padding: 4px 0;
}
#footer .note{
border: 2px solid #002083;
	padding: 8px;
	font-size: 11px;
   line-height: 15px;}
   
#footer .note .burst{
	float: right;
	margin: 0;
	display: inline;
}
   
#footer ul{
	overflow: hidden;
	margin: 10px 0 !important;
	font-size: 11px;
	margin-left: 140px !important;
}

p.address {
	font-size: 11px;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 250px;
}

p.contactaddress {
	margin-left: 60px;
}

p.copyright {
	font-size: 11px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer ul, #footer ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#footer ul li{
float: left;
}#footer ul li a{
	display: block;
	padding: 5px;
}
.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


/* AJAX Search Styles */
div.autocomplete {
  position:absolute;
  left: -900px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
  font-size: 14px;
  font-family: courier, monospace;
  z-index: 800;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:14px;
  cursor:pointer;
}
span.count {
  float: right;
  width: 20px;
}
span.countLabel {
  float: right;
  width: 47px;
}

.sidebyside {
  width: 800px;
}

col1 {
  float: left;
  width: 375px;
}
col2 {
  float: right;
  margin-left: 380px;
}

img.left {
float: left;
}
img.right {
float: right;
}