/* -------- COLOR SCHEME 
------------------------
---------blue bg #C9D5EA
-------blue font #336699
-------dark grey #333333
-----hover brown #5E3A20
------------------------
----------------------*/

/*  
 ____Body
|
|________#All
|
|____________#Header
|
|___________________#nav
|___________________/#nav
|
|____________/#Header
|
|____________#main
|____________/#main
|
|____________#footer
|____________/#footer
|
|________/#All
|
|____/Body

*/

* {
	border:0;
	padding:0;
	margin:0;
}

body  {
	margin:0px;
	background:#0D3475 url(../img/bg.jpg) repeat-x;
	font-family: arial, verdana, sans-serif;
	text-align:center;
	color:#333333;
	font-size: small;
	*font-size: x-small;
	height:auto;
}

a:link, a:visited	{color:#5E3A20;	text-decoration:none;}
a:link, a:hover {color:#336699;text-decoration:underline;}
a:link, a:active {color:#5E3A20;text-decoration:none;}

#all { /* surrounds everything */
	position:relative;
	width:770px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	height:auto;
}

#header { 
	position:relative;
	height:208px;
	background:url(../img/header.jpg) no-repeat;
	text-align:center;
}

#main {
	position:relative;
	top:0;
	display:block;
	width:760px;
	*width:770px;
	background-color:#FFF;
	text-align:left;
	padding:10px 0 10px 10px;
	line-height:1.7em;
}

#main.padded	{
	padding-right:10px;
}

h1 { 
	color:#336699;
	font-size:1.4em;
	font-weight:bold;
	padding-bottom:10px;
}

h1.tagline{  /* slogan in header */
	position:relative;
	top:130px;
	font-size:14px;
	color:#FFF;
	padding-bottom:0;
}

h2 { 
	color:#336699;
	font-size:1.2em;
	font-weight:bold;
	padding-bottom:10px;
}


#nav {  /* UL used for Global Navigaiton */
	padding-top:152px;
	margin-left:17px; /* adjust to center nav */
}

#nav ul li {
	padding:0px;
	float: left; /* creates horizontal nav from list items */
}	

#nav li, #nav li a:link, #nav li a:visited, #nav li a:active, #nav li a:hover {
	display:block;
	padding:0px 10px;
	line-height:31px;
	border-right:1px solid #90A2B2;
	font-size:11px;
	text-decoration: none;
	color:#336699;
}

.firstLink { /* added divider line before first nav link */
	border-left:2px solid #90A2B2;
}

#nav li a:hover {
	color:#FFF;
	background:#90A2B2;
}

#books{
	position:relative;
	top:0;
	background-color:#FFF;
	text-align:center;
	width:770px;
}

#books table {
	margin-left:auto;
	margin-right:auto;
}

#books table tr td {
	padding:10px;
	font-size:.7em;
	text-align:center;
}

#books  img  {
	width:161px;
	height:187px;
}

#quote {
	font-weight:bold;
	font-size:1.1em;
	text-align:center;
	width:auto;
	padding-bottom:10px;
}

#quoteSmall {
	font-size:.8em;
	text-align:center;
	width:auto;
	text-indent:-10px;
	padding-bottom:6px;
}

.indent {
 	padding-left: 360px;
	font-size:.7em;
}

#footer  {
	position:relative;
	top:0;
	height:105px;
	padding-top:25px;
	width:770px;
	margin-left:auto;
	margin-right:auto;
	line-height:24px;
	background:url(../img/footer.gif) no-repeat;
	text-align:center;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
}

ul.square {
	list-style-type: square;
	margin-left:20px;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	text-align: left;
	color: # 333333;
}

ul.fish {
	list-style-image: url(/img/fish.gif);
	list-style-position: inside;
	margin-left:0px;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	text-align: left;
	color: # 333333;
	line-height:1.4em;
}

.divider {
	background: url(/img/hr.gif) no-repeat ;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	height:4px;
}

.price {
	background: url(/img/burst.gif) no-repeat top right;
	color:#FFF;
	padding:13px 26px 0 0 ;
	text-align:right;
	height:48px;
	font-size:16px;
	font-weight:bold;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: #333333;
}

p {
	padding-bottom:10px;
	font-family: arial, verdana, sans-serif;
	font-size: small;
	*font-size: x-small;
}

.smallRed {
	color:#750D0D;
	font-size:.7em;
	font-weight:bold;
	padding:10px;
}

.clear {
	clear:both;
}

.right {
	float:right;
}

p.linkImg {
	padding:10px 35px;
}

.left {
	float:left;
}

#contactForm {
	padding:20px;
	text-align:center;
	background:#C9D5EA;
	margin-right:20px;
}

input.field, textarea.field{
	border:1px solid #336699;
	width:260px;
}

input.button {
	background:#336699;
	border:1px solid #333;
	color:#FFF;
	font-weight:bold;
	font-size:.7em;
	padding:.2em;
}
