/* 
    Document   : all
    Created on : 13-Jan-2009, 11:06:43 AM
    Author     : creid
    Description:
        Purpose of the stylesheet follows.
*/

html, body
{
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #fdf3e7;
}
#body
{
	text-align: center;
	background-image: url("../images/bodybg.gif");
	background-position: center;
	background-repeat: repeat-y;
	width: 928px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -475px;
	padding-left: 10px;
	padding-right: 9px;
}
#bodycap
{
	padding-left: 10px;
	padding-right: 9px;
	position: fixed;
	height: 10px;
	width: 928px;
	bottom: 0;
	left: 50%;
	margin-left: -475px;

	background-image: url("../images/bodybgcap.gif");
	background-repeat: no-repeat;
}
.ie6 #bodycap
{
	display: none;
}
img
{
	border: none;
}
a
{
	color: #ffffff;
}
#wrapper
{
	width: 928px;
	text-align: left;
	background-image: url("../images/indexbg.jpg");
	background-repeat: no-repeat;
	background-position: 0px 105px;
	height: 744px;
}
#top
{
	text-align: center;
	background-color: #ec9122;
	padding-top: 5px;
}
#logo
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 676px;
	height: 76px;
}
#menu
{
	padding-top: 10px;
	padding-bottom: 10px;
}
#menu ul, #menu ol
{
	margin: 0;
	padding: 0;
}
#menu li
{
	list-style: none;
	display: inline;
	padding-left: 0.9em;
	padding-right: 0.9em;
}
#menu li a
{
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	color: #ffffff;
}
#main, #main_home
{
	font-size: 14px;
	line-height: 1.35em;
	letter-spacing: 0.025em;
	position: relative;
	top: 105px;
	left: 480px;
	width: 410px;
	color: #ffffff;
}
#main_home
{
	position: absolute;
	left: 590px;
	top: 230px;
	width: 340px;
}
#main .first, .first_home
{
	margin-top: 0;
}
#main .last
{
	margin-bottom: 0;
}
#main p
{
	margin-top: 0.25em;
	margin-bottom: 1em;
}
#main h1, #main h2, #main h3, #main h4, #main h5
{
	color: #5b84a5;
	margin-bottom: 0.25em;
}
#main h1
{
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 1.25em;
}
#main h2
{
	font-size: 16px;
	margin-bottom: 0.5em;
}
#main h3
{
	font-size: 14px;
}
.author
{
	font-style: italic;
	text-align: right;
}
#book_home
{
	position:absolute;
	margin-left:420px;
	margin-top:25px;
}	
th
{
	text-align:left;
	padding-left: 10px;
}
.product_id
{
	width:90px;
}
.products td
{
	vertical-align:top;
	padding: 10px;
}
.product_price{
	width: 130px;
}