﻿body {
	font-family: Tamoha, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
	background: #4E83B9 url('../main-image/gradient-blue.jpg') repeat-x;
}
/*===================================== 
indicates no border around any image 
=======================================*/
body img {
	border: 0px;
	text-decoration: none;
}
/* ============================================ 
margins auto center the container on the page
===============================================*/
#container {
	margin: 10px auto 10px auto;
	padding: 20px;
	background-color: #ffffff;
	width: 90%;
}
/*====================== 
styles for mainbanner 
========================*/
#banner {
	background-position: left;
	padding: 3px;
	background-color: #9CD1E1;
	background-image: url('../images/logo3.jpg');
	height: 217px;
	background-repeat: no-repeat;
	color: #000000;
}
#banner .title {
	float: left;
	background-color: transparent;
	color: #F3F7F9;
	margin-top: 20px;

	/*vertical-align: top;*/
}
#banner .tagline {
	font-size: medium;
	font-style: italic;
	background-color: transparent;
	color: #44413B;
	font-weight: bold;
}
/*====================== 
styles for topmenu 
========================*/
#topmenu {
	background-color: #AAC9DB;
	color: #F3F7F9;
	text-align: center;
	font-size: .90em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 3px;
	border-top: 5px solid #4F84B9;
	border-bottom: 5px solid #DAE6EB;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topmenu li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 1em;
}
/*=================
all site links
====================*/
a:link {
	font-weight: bold;
	color: #3D4036;
	background: transparent;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #535955;
	background: transparent;
	padding: 0px;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration : none;
	background: #F0F3F1;
	color: #292C2A;
}
a:active {
	font-weight: bold;
	text-decoration : none;
	background: #BCC5BF;
	color: #292C2A;
}
/*============================== 
styles for main content area 
================================*/
#content {
	background-color: #FFFFFF;
	margin-left: 200px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
.text-red {
	color: #FF0000;
}
.text-bold-red {
	color: #F52727;
	font-weight: bold;
}
.text-cen {
	text-align: center;
}
/*============================
content area list items
==============================*/
#content ul li {
	list-style-image: url('../main-image/aquarium.gif');
	margin: 2px;
	padding: 2px;
}
#content li li {
	list-style-image: url('../main-image/aquarium.gif');
	padding: 2px 0;
}
/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */
#vertmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 160px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	float: left;
}
#vertmenu .heading {
	display: block;
	background-color: #4F84B9;
	color: #F3F7F9;
	font-size: 90%;
	padding: 3px 0 5px 3px;
	border: 1px solid #DAE6EB;
	margin: 0px;
	width: 159px;
	font-weight: bold;
}
#vertmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#vertmenu ul li {
	margin: 0px;
	padding: 0px;
}
#vertmenu ul li a {
	font-size: 80%;
	display: block;
	border-bottom: 1px dashed #416B1F;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	color: #4980B7;
	width: 160px;
}
#vertmenu ul li a:focus {
	color: #000000;
	background-color: #9BB9D7;
}
#vertmenu ul li a:hover {
	color: #000000;
	background-color: #9BB9D7;
}
/*======================= 
Styles for footer 
=========================*/
#footer {
	font-size: 80%;
	border-top: 2px solid #9EB2C6;
	clear: both;
	padding: 5px;
	background-color: inherit;
	text-align: center;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*================== 
general styles 
=================*/
hr {
	width: 80%;
	text-align: center;
	background-color: #9EB2C6;
	height: 2px solid;
}
/* =======================
Styles for heading tags 
========================== */
h4 {
	color: #02121E;/*dk blue*/;
	background-color: inherit;
}
h3 {
	color: #02121E;/*dk blue*/;
	background-color: inherit;
}
h2 {
	color: #02121E;/*dk blue*/;
	background-color: inherit;
}
h1 {
	color: #02121E;/*dk blue*/;
	background-color: inherit;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: .9em;
}
/*=====================
used to center anything
=======================*/
.center {
	text-align: center;
}
/* =============================
floats images to right or left 
================================*/
.imgrht {
	margin: 7px;
	float: right;
	padding: 10px;
}
.imglft {
	margin: 7px;
	float: left;
	padding: 10px;
}
.level {
	vertical-align: middle;
	margin: 7px;
	float: left;
	padding: 10px;
}
/* ===================
center image on the page
=======================  */
.imgctr {
	display: block;
	margin: 0px auto;
}
.center {
	text-align: center;
}
/* =============================
styles book titles etc
================================*/
.title {
	color: #284663;
	font-weight: bolder;
	text-decoration: underline;
}
.isbn {
	color: #3366FF;
	font-weight: bolder;
	clear: both;
	font-family: "Arial Narrow Bold", sans-serif;
}
.buy {
	background-color: #D3E0ED;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 100%;
	letter-spacing: 2px;
	vertical-align: baseline;
}
.highlight {
	background-color: #FFFF99;
	padding: 3px;
}
.title-red {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF0000;
	background-repeat: no-repeat;
	width: 46%;
}
/* =============================
styles bookends table
================================*/
#bookends {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 100%;
	border-collapse: collapse;
}
#bookends td, #bookends th {
	font-size: 1em;
	border: 1px solid #C2D0C7;
	padding: 3px 7px 2px 7px;
	text-align: justify;
}
#bookends td, #bookends th {
	font-size: 1em;
	border: 1px solid #98bf21;
	padding: 3px 7px 2px 7px;
	text-align: justify;
}
#bookends th {
	font-size: 1.1em;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 4px;
	background-color: #4F84B9;
	color: #ffffff;
}
#bookends tr.alt td {
	color: #000000;
	background-color: #D5DDE5;
	border: 5px solid #C2D0C7;
}
#bookends tr.reg td {
	color: #000000;
	background-color: #EEF2F5;
	border: 5px solid #C2D0C7;
}
/* =============================
styles boxes 
================================*/
.nd-box {
	width: 100%;
	border: 2px solid #4e83b9;
	background-color: #D5DDE5;
	padding: 1px 10px;
	background-repeat: no-repeat;
	line-height: normal;
	text-indent: inherit;
}
.lt-box {
	width: 100%;
	border: 5px solid #C2D0C7;
	background-color: #EBE5B8;
	padding: 1px 4px;
	background-repeat: no-repeat;
	line-height: normal;
	text-indent: inherit;
}
/*====================
styles walks 
======================*/
#walks caption {
	font-size: large;
	font-weight: bold;
	text-align: center;
}
#walks td {
	vertical-align: top;
	padding: 5px;
	border: thin #000000 solid;
}
/*====================
colors boxes
======================*/
.bkgrd-green {
	float: right;
	margin-left: 8px;
	margin-right: 8px;
	padding: 5px 0px, 5px, 0px;
	color: #FFFFFF;
	border: medium;
	border: 1px dark green;
	font-weight: bold;
	background-color: #7BA27B;
	background-repeat: no-repeat;
	width: 65%;
}
.bkgrd-yellow {
	float: right;
	margin-left: 8px;
	margin-right: 8px;
	color: #000000;
	font-weight: bold;
	background-color: #FFFF99;
	background-repeat: no-repeat;
	width: 65%;
}
.bkgrd-red {
	float: right;
	margin-left: 8px;
	margin-right: 8px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF0000;
	background-repeat: no-repeat;
	width: 65%;
}
.bkgrd-purple {
	float: right;
	margin-left: 8px;
	margin-right: 8px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #990099;
	background-repeat: no-repeat;
	width: 65%;
}
.bkgrd-orange {
	float: right;
	margin-left: 8px;
	margin-right: 8px;
	color: #000000;
	font-weight: bold;
	background-color: #FF9900;
	background-repeat: no-repeat;
	width: 65%;
}
.pixel {
	float: right;
}
.unique {
	font-size: 75%;
	background-color: #AAC9DB;
}
/* ===========  styles item names ==============*/
.item {
	color: blue;
	font-weight: bolder;
	font-size: 1.1em;
}
itemdk {
	color: #0C151D;
	font-weight: bolder;
	font-size: 1.1em;
}
/*=========== cart button =============*/
.cart {
	width: 87px;
	height: 23px;
}
/*========== product price ===========*/
.price {
	color: #BF6500;
	font-weight: bold;
}
/* ========= soldout products =============*/
.soldout {
	font-size: small;
	color: #800000;
	background-color: #FFD9AE;
}
.sales {
	text-decoration: line-through;
}
.maps {
	margin-top: 15px;
	margin-bottom: 15px;
}
.smtxt {
	width: 95%;
	font-size: .8em;
}
.text {
	color: #FFFFFF;
	font-weight: bold;
}
/* =======================
Styles for heighlighting text 
========================== */
.site-high {
	font-size: 1.em;
	font-weight: bold;
	padding-bottom: .5em;
	background-color: #f5ebca;
	color: #161205;
	margin: 5px 0px 5px 10px;
	border: 1px solid #362c0b;
}
/* Styles for search page */
.highlight {
	background: #FFFF40;
}
.searchheading {
	font-size: 130%;
	font-weight: bold;
}
.summary {
	font-size: 80%;
	font-style: italic;
}
.suggestion {
	font-size: 100%;
}
.results {
	font-size: 100%;
}
.category {
	color: #999999;
}
.sorting {
	text-align: right;
}
.result_title {
	font-size: 100%;
}
.description {
	font-size: 100%;
	color: #008000;
}
.context {
	font-size: 100%;
}
.infoline {
	font-size: 80%;
	font-style: normal;
	color: #808080;
}
.zoom_searchform {
	font-size: 100%;
}
.zoom_results_per_page {
	font-size: 80%;
	margin-left: 10px;
}
.zoom_match {
	font-size: 80%;
	margin-left: 10px;
}
.zoom_categories {
	font-size: 80%;
}
.zoom_categories ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.zoom_categories li {
	display: inline;
	margin-left: 15px;
	list-style-type: none;
}
.cat_summary ul {
	margin: 0px;
	padding: 0px;
	display: inline;
}
.cat_summary li {
	display: inline;
	margin-left: 15px;
	list-style-type: none;
}
input.zoom_button {
}
input.zoom_searchbox {
}
.result_image {
	float: left;
	display: block;
}
.result_image img {
	margin: 10px;
	width: 80px;
	border: 0px;
}
.result_block {
	margin-top: 15px;
	margin-bottom: 15px;
}
.result_altblock {
	margin-top: 15px;
	margin-bottom: 15px;
}
.result_pages {
	font-size: 100%;
}
.result_pagescount {
	font-size: 100%;
}
.searchtime {
	font-size: 80%;
}
.recommended {
	background: #DFFFBF;
	border-top: 1px dotted #808080;
	border-bottom: 1px dotted #808080;
	margin-top: 15px;
	margin-bottom: 15px;
}
.recommended_heading {
	float: right;
	font-weight: bold;
}
.recommend_block {
	margin-top: 15px;
	margin-bottom: 15px;
	clear: left;
}
.recommend_title {
	font-size: 100%;
}
.recommend_description {
	font-size: 100%;
	color: #008000;
}
.recommend_infoline {
	font-size: 80%;
	font-style: normal;
	color: #808080;
}
.recommend_image {
	float: left;
	display: block;
}
.recommend_image img {
	margin: 10px;
	width: 80px;
	border: 0px;
}
#quotetable {
	background: #FFD9B3;
	border: 1px solid #000000;
}
#quotetable td {
	padding: 15px;
}
