body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Page reset */
	margin:0px;
	padding:0px;
}

body{
	/* Setting default text color, background and a font stack */
	color:#444444;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #f2f2f2;
	background-image: url(../images/pld.gif);
	background-repeat: repeat;
}

/* Gallery styles */

#gallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:1px solid white;
	
	background:url(../img/panel.jpg) repeat-x bottom center #ffffff;
	
	/* The width of the gallery */
	width:920px;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:747px;
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:1120px;
	overflow:hidden;
}

.slide{
	float:left;
}

#menu{
	/* This is the container for the thumbnails */
	height:45px;
}

ul{
	margin:0px;
	padding:0px;
}

li{
	/* Every thumbnail is a li element */
	width:60px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;
}

li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(../img/pic_bg.png) repeat;
}

li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(../img/active_bg.png) no-repeat;
}

li.act a{
	cursor:default;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(../img/divider.png) no-repeat right;
}

li a{
	display:block;
	background:url(../img/divider.png) no-repeat right;
	height:35px;
	padding-top:10px;
}

a img{
	border:none;
}


/* The styles below are only necessary for the demo page */

h1{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:36px;
	font-weight:normal;
	margin-bottom:15px;
}

h2{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	position:absolute;
	right:0;
	text-transform:uppercase;
	top:15px;
}

#main{
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	position: relative;
	width: 920px;
	padding-bottom: 100px;
}
.leftbottom {
	padding: 2px;
	width: 30%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	background-color: #FFF;
	float: left;
}
.middlebottom {
	width: 30%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

p{
	padding:10px;
	text-align:left;
	font-size: 18px;
}
#main table tr td pre {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: medium;
	color: #000;
}
.bottomcontent {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 2px;
}
.spacer {
	margin-right: auto;
	margin-left: auto;
	background:url(../img/panel.jpg) repeat-x bottom center #ffffff;
	padding-top: 25px;
	padding-bottom: 50px;
	position: relative;
}
h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: large;
	color: #006;
	letter-spacing: 2px;
	text-align: center;
	vertical-align: middle;
	background-color: #FFF;
}

 #ilogo {
	float: left;
	margin: 3px;
	padding: 3px;
	z-index: 0;
	position: relative;
}
#bdbnnr {
	position: relative;
	top: 25%;
	z-index: -1;
	width: 100%;
}
h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: x-large;
	color: #000;
}
.rightbottom {
	padding: 2px;
	width: 30%;
	float: right;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #666;
	text-align: left;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	background-color: #FFF;
}
.btmimage {
	margin: 2px;
	padding: 2px;
}td img {display: block;}
.container {
	width: 90%;
	background-color: #FFF;
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	border:1px solid white;
	background:url(../img/panel.jpg) repeat-x bottom center #ffffff;
	margin-top: 125px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 100px;
	padding-left: 25px;
	margin-bottom: 125px;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	min-width:1120px;
}
#bookdescript {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: medium;
	color: #009;
	letter-spacing: 3px;
}
.content {
	background-color: #FFF;
	width: 100%;
	padding: 3px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	font-size: 18px;
}
tr td {
	font-size: 18px;
}
.list li {
	text-align: left;
	list-style-type: disc;
	width: 100%;
	list-style-position: outside;
}
.list2 {
	text-indent: 75px;
	list-style-type: square;
	white-space: pre;
}
.subhead {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #006;
	letter-spacing: 1px;
	word-spacing: 5px;
	font-size: x-large;
}
