*
{
padding: 0px;
margin: 0px;
}

body
{
background: #F9F9F7 url('../images/a1.gif') repeat-x;
font-size: 11px;
font-family: "trebuchet ms", helvetica, sans-serif;
color: #8C8C73;
line-height: 18px;
}

a
{
color: #FF7800;
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}

p
{
margin-bottom: 14px;
text-align: justify;
}


/* ================== Layout	============= */


body{
	width: 100%;
	height: 100%;
	display: block;
}


#upbg
{
position: absolute;
top: 0px;
left: 0px;
background: #fff url('../images/upbg.gif') no-repeat;
width: 747px;
height: 264px;
z-index: 1;
}

#wrapper{
	position: relative;
width: 747px;
margin: 0 auto;
margin-bottom: 0px;
background: #fff url('../images/abg.gif') repeat-y;
}		
#inner_wrapper{
position: relative;
padding: 13px 30px 0px 30px;
margin-bottom: 0px;
z-index: 2;
}
		
#header{
position: absolute;
width: 202px;
height: 92px;
color: #fff;

}
#header img{
	float: left;	
	border: none;
}
#inner_wrapper #header a {
  border: none;
}
h1{
top: 4px;
font-family: "trebuchet ms";
font-size: 18px;
line-height: 25px;
color: #656551;
background: url('../images/a22.gif') bottom repeat-x;
padding: 0px 0px 10px 15px;
margin-bottom: 20px;
}
h2{
font-family: "trebuchet ms";
font-size: 16px;
line-height: 25px;
color: #656551;
background: url('../images/a22.gif') bottom repeat-x;
padding: 0px 0px 10px 0px;
margin-bottom: 20px;
}
h4{
font-family: "trebuchet ms";
font-size: 12px;
color: #656551;
background: url('../images/a22.gif') bottom repeat-x;
padding: 0px 0px 10px 0px;
margin-bottom: 10px;
}
#search_form{
	display: block;
	float: right;
	font-size: 12px;
	padding: 5px;
	margin: 0px;
	margin-top: 15px;
	z-index: 30;
	background-image: url(../images/search_bg.jpg);
	background-repeat: no-repeat;
}
#search_form fieldset {
  border: none;
  padding: 0px;
  margin: 0px;
  height: 17px;
  width: 140px;
  position: relative;
   
}
#search_form input#search {
  position: absolute;
  top: 0px;
  left: 5px;
  	width: 110px;
	height: 14px;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #333;
        background: none;
	border: none;
}
#search_form input.search_button {
  position: absolute;
  top: 1px;
  left: 118px;
  	width: 40px;
	padding: 0px;
	font-size: 10px;
		height: 16px;
			color: #333;
background: none;
background-image: url('../images/search_mag.png');
background-repeat: no-repeat;
	border: solid 0px #ccc;
}
#splash
{
position: absolute;
right: 30px;
/*background: #EAEAE2 url('../images/a10.jpg') no-repeat;*/
width: 458px;
height: 92px;
}

img#banner_2{
  display: none;
}
img#banner_3{
  display: none;
}
img#banner_4{
  display: none;
}

#menu
{
position: relative;
background: #46461F url('../images/a16.gif') repeat-x;
height: 67px;
padding: 0px 20px 0px 5px;
margin: 98px 0px 20px 0px;
}

/* ==================================== NAVIGATION =================================*/

#menu ul#top_nav {
}

#menu ul#top_nav li {
display: inline;
line-height: 52px;
padding-left: 3px;
}

#menu ul#top_nav li a {
background-color: transparent;
background-repeat: repeat-x;
padding: 8px 12px 8px 12px;
font-size: 12px;
color: #fff;
font-weight: bold;
}

#menu ul#top_nav li a.active{
background: #fff url('../images/a18.gif') repeat-x top;
color: #4A4A24;
text-decoration: none;
}
/* ============= SITE MAP ====== */

#site_map{
	padding: 10px;
	margin: 10px;
}
#site_map .summary{
	font-size: inherit;
	color: #666;
}
#site_map .topnav_level{
	margin-top: 8px;
	font-size: 12px;
}
#site_map .subnav_level{
	margin-top: 6px;
	padding-left: 5px;
	font-size: 11px;
}
#site_map .subsubnav_level{
	margin-top: 4px;
	padding-left: 10px;
	font-size: 10px;
}

/* ===================================== CONTENT BLOCKS ================ */

#secondarycontent
{
position: relative;
width: 180px;
float: right;
}

#secondarycontent h3
{
position: relative;
top: 4px;
font-size: 16px;
line-height: 25px;
color: #656551;
letter-spacing: -1px;
background: url('../images/a22.gif') bottom repeat-x;
padding: 0px 0px 10px 10px;
margin-bottom: 20px;
}

#secondarycontent .content
{
padding: 0px 10px 0px 10px;
margin-bottom: 20px;
}

#primarycontent
{
position: relative;
width: 480px;
float: left;
}

#primarycontent h3
{
position: relative;
top: 4px;
font-family: "trebuchet ms";
font-size: 18px;
line-height: 25px;
color: #656551;
background: url('../images/a22.gif') bottom repeat-x;
padding: 0px 0px 10px 15px;
margin-bottom: 20px;
}

#primarycontent .content
{
padding: 0px 15px 0px 15px;
margin-bottom: 20px;
}

#primarycontent p img {
  margin-right: 10px;
  border: solid 1px;
}

/* ============================ FOOTER ================== */
#footer{
	clear: both;
	display: block;
	padding-top: 20px;
}
#footer p{
	margin: auto;
	text-align: center;
	font-size: 10px;
	color: #666;
}



/* ======================================== form validation highlighter ==============================*/
label.js-fError {
  color:#cc0000 !important;
  font-weight:bold !important;
}
input.js-fError, textarea.js-fError {
  background-color:#fec1c1 !important;
  border:1px solid #c76060 !important;
}
/*============Photo Album==============================================*/



#photoalbum p{
text-align: center;
}
.photoalbum_item{
	padding: 4px;
	background-color: #999; 
	float: left;
	width: 150px;
}
.clear {
  clear: both;
}
#photoalbum_single_view p{
	padding: 4px;
	background-color: #999; 
}
#photoalbum_single_view img{
	float: left;
margin-left: 18px;
}
#photoalbum_single_view div.title{
  font-size: 14px;
font-weight: bold;
margin: 0px 0px 10px 128px; 

}
#photoalbum_single_view div.description{
margin: 0px 0px 10px 128px;
height: 100px;   
}

#photoalbum_single_view a.back_link {
  display: none;
} 
.photo{
	padding: 4px; 
	float: left;
	width: 150px;
	text-align: center;
}/*=========================== CONTACT FORM ======================================*/
#contact form div {
  clear: both;
  display: block;
  /*width: 450px;*/
}

#contact form input,form select,form textarea {
  color: #747474;
  width: 250px;
  float: left;
}
#contact fieldset {
  border: 1px solid #eee;
  margin: 0px 0px 13px 0px;
  padding: 0px 0px 10px 0px;
  color: #747474;
  font-size: 1em;
   width: 450px;
}
#contact fieldset legend {
  font-size: 1.1em;
  font-weight: 700;
  color: #FF9410;
}
#contact fieldset p {
  padding: 10px;
  color: #747474;
}
#contact fieldset label {
  width: 100px;
  float: left;
  font-weight: 700;
  text-align: right;
  padding-right: 7px;
  color: #747474;
  font-size: 11px;
}
#contact form fieldset div {
  padding: 8px 0px 8px 0px;
  _padding: 6px 0px 0px 0px;
}
#contact div.fieldset_header {
  border: solid 1px #ccc;
  margin: 0px;
  display: none;
  padding: 6px 0px 6px 10px;
  width: 445px;
  background-color: #fefefe;
  background-image: url(../images/menu_th.gif);
  background-repeat: repeat-x;
  font-weight: bold;
  color: #747474;
}
*html #contact div.fieldset_header {
  width: 453px;
}
#contact form textarea,form select {
  border: solid 1px #747474;
  margin-left: 20px;
}
#contact form#order_form textarea,form select {
  border: solid 1px #747474;
  margin-left: 0px;
}
#contact form input {
  margin-left: 0px;
}
#contact form span.star {
  color: red;
}

#contact form#contact_form input {
  margin-left: 20px;
}

label.error {
  color: red;
  font-size: 10px;
  width: 318px;
}

/*===============BOOKS======================*/

#home_books{
margin-top: 30px;
}
#home_books img{
border: none;
}
div.home_book_item{
width: 160px;
float: left;
  text-align: center;
}
#home_book_3{
  text-align: center;
}
div.home_book_title h4{
  font-size: 13px;
}
div.home_book_author h5{
  font-size: 10px;
}
/*======BOOKS=========*/
div.books_item{
  border: solid 0px #ccc;
  margin-bottom: 40px;
position: relative;
background-color: #fffefd;
padding: 22px;
border: solid 1px #eee;
}
div.books_item div.title{
  position: absolute;
  left: 250px;
  font-size: 13px;
  font-weight: bold;
}
div.books_item div.author{
  position: absolute;
  left: 250px;
  top: 60px;
}
div.books_item div.isbn{
  position: absolute;
  left: 250px;
  top: 80px;
}
div.books_item a.read_more_link {
  position: absolute;
  left: 250px;
  top: 100px;
}
div.books_item img {
  width: 100px;
  border: solid 1px #ccc;
}
/*=========Single view books ======================*/
#book_detail #front_cover img {
width: 450px;
margin: 20px 0px 20px 0px;
margin: 20px 0px 20px 0px;
}
#book_detail #back_cover img {
width: 450px;
}
#book_detail #title {
  font-size: 16px;
  font-weight: bold; 
}
#book_detail #author {
  font-size: 16px;
  font-weight: bold; 
}
#book_detail #isbn{
  font-size: 11px;

}
/*======================NEWS WIDGET====================*/
ul#news_widget{
list-style: none;
}
ul#news_widget li a{
  text-decoration: none;
  
}
ul#news_widget li{
width: 160px;
margin-bottom: 5px;
list-style: circle;
margin-left: 20px; 
}
div.headline{
font-size: 16px;
font-weight: bold;
padding: 12px 0px 12px 0px;
}
div.news_item {
margin-bottom: 30px;
}
#times_img {
  border: solid 1px #777;
  margin: 2px;
  height: 162px;
  padding: 12px;
  background-color: #f3f3f3;
}
#times_img img{
  border: solid 1px #777;
  margin-right: 12px;

}
/*=====================BOOKS WIDGET======================*/
#books_widget{
  text-align: center;
  width: 160px;
}
#books_widget #books_widget_title{
  text-align: center;
  font-weight: bold;
}
#books_widget #books_widget_image a {
  border: none;
}
#books_widget #books_widget_image img{
  border: none;
  margin-top: 10px;
  margin-bottom: 10px;
}


/*============END=============*/
#end {
	position: relative;
width: 746px;
margin: 0 auto;
height: 50px;
display: block;
clear: both;
border-left: solid 0px #eee;
border-right: solid 0px #eee;
border-bottom: solid 0px #eee;
border-top: solid 1px #f9f9f7;
background: #f9f9f7 url('../images/footer_bg1.jpg') no-repeat;
}
#footer_address {
  margin: 20px 20px 10px 50px;
width: 600px;
}
#sitemap {
display: inline;
width: 70px;
position: absolute;
top: 20px;
right: 20px;
}


