/* Main Page Layout */
body {
	text-align: center;
	
}
.main {
	text-align: left;
	height: 800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	border: medium solid #880000;
	width: 1000px;
	background-color: #FFFFFF;
	background-image: url(../images/calcolor.gif);
	background-repeat: repeat;
}
.header {
	height: 15%;
	width: 100%;
	padding:0;
	background-image: url(../images/bookhead.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#logo {
	float: left;
}
#headmid {
	float: right;
	text-align: right;
}
.page {
	height: 83%;
	width: 100%;
	clear:both;
	background-image: url(../images/book.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

/* Page content blocks */
.content {
	width: 83%;
	height: 95%;
	float: right;
	padding: 10px 10px 5px;
	text-align: right;
	

}
#tabmenu {
		border-bottom: 2px solid black;
		margin: 12px 0px 0px 0px;
		padding: 0px;
		z-index: 1;
		padding-left: 10px;
		}

#tabmenu li {
		display: inline;
		overflow: hidden;
		list-style-type: none;
}
#tabmenu a {
	color: #000000;
	background: #ffffbb;
	border: 2px solid black;
	padding: 2px 5px 0px 5px;
	margin: 0px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12pt;
}

#page {
	background-image: url(../images/pageback.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width:100%;
	height:600px;
	border: 2px solid black;
	border-top: none;
	z-index: 2;
	background-color: #FFFFFF;
}

#blocktitle {
	margin-top:10px; 
	text-transform:uppercase; 
	font-size:25px; 
	font-weight:bold;
}

#block1 {
	display:none;
	padding:1px 10px 0px;
	text-align: left;
	vertical-align: top;	
}
#block2 {
	display:none;
	padding:1px 10px 0px;
	text-align: left;
	
}

#block3 {
	display:none;
	padding:1px 10px 0px;
	text-align: left;
}

/* Main left Menu */
#menu {
	border: thin solid #000000;
	width: 8em;
	float:left;
	margin-left:10px;
	margin-top:30px;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
z-index: 3;
}
#menu a, #menu h2, #menu h3, #menu h4 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
z-index: 3;
}

#menu h2 {
	color: #fff;
	text-transform: uppercase;
	background-color: #550000;
	z-index: 3;
}

#menu h3 {
	color: #fff;
	text-transform: uppercase;
	background-color: #FF9900;
	z-index: 3;
}

#menu h4 {
	color: #fff;
	text-transform: uppercase;
	background-color: #6633FF;
	z-index: 3;
}

#menu a {
	color: #000;
	text-decoration: none;
	background-color: #ffffcc;
	z-index: 3;
}

#menu a:hover {
color: #a00;
background: #fff;
z-index: 3;
}

#menu li {position: relative;
z-index: 3; }

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
z-index: 3;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/* Page contents */
#results {
	height:500px;
	width:775px;
	float:none;
	overflow: auto;
	padding: 0px 5px 5px;
	position:absolute;
	top:260px;
	clear: none;
}
.desc {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background-image: url(../images/calcolor.gif);
	background-repeat: repeat;
	margin: 10px;
	padding: 10px;
	border: thin solid #990000;
	clear: left;
	position: relative;
	
}
#item {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
#item a {
	color:#990000;
	text-decoration: none;
}
#itemrow:hover {
	background-color:#CCFFFF;
}
#itemrow:hover a {
	text-decoration: underline;
}
#price {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-right: 40px;
	border: thin solid #990000;
	text-align: left;
	background-image: url(../images/calcolor.gif);
	background-repeat: repeat;
}
#custaddcart {
	padding: 5px;
	border: medium double #990000;
	margin-top: 20px;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	text-transform: uppercase;
	text-decoration: none;
}
#box {
	background-color: #FFFFCC;
	padding: 20px;
	border: thin solid #990000;
	text-align: left;
	}
#subtitle {
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bolder;
	text-decoration: underline;
}
.tryalso {
	background-color: #FFFF99;
	margin: 5px;
	padding: 5px;
	border: thin solid #990000;
}

