html, body {
	margin:0px;
	padding:0px;
	font-family:verdana,arial,sans-serif;
	font-size:0.9em;
	color:#777;
	height:100%;
	background:#275fac url(images/bodybg.jpg) repeat-x;
}

#container {
	position:relative;
	width:940px;
	text-align:left;
	min-height:100%;
	margin:20px auto;
  background:#fff url(images/containerbg.jpg) no-repeat top;
}

* html #container{
	background:#fff;
	height:100%;
	}/* ie6 and under*/
	


#toplinks {
	color:#f4e325;
}

#header {
	height:75px;
	}



#header h1 a:hover {
	text-decoration:none;
}

.tagline {
	position:absolute;
	top:0px;
	right:0px;
	background-image:url(images/tagline.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:310px;
	height:60px;
}

.taglinetext {
	position:absolute;
	top:5px;
	color:#fff;
	font-size:0.9em;
}

#menu {
	margin-bottom:0px;
	background:#fff url(images/menubg.jpg) no-repeat center;
}
	
#menu ul {	
	padding:13px 0px 13px 0px;
	margin:0px 20px;
	}

#menu li {
	list-style:none;
	display:inline;
}

#menu a {
	color:#fff;
	height:23px;
	font-size:0.9em;
	padding:0.5em 10px 0px 10px;
	text-decoration:none;
	font-weight:bold;
}

#menu a:hover {
	text-decoration:underline;
	color:#fff;
}




#col1 {
	float:left;
	width:570px;
	background:#fff;
	padding:0px 10px 10px 20px;
	margin:20px 20px 0px 0px;
	text-align:justify;
	line-height:1.4em;
}

#col2 {
	float:left;
	width:268px;
	background:#f5f5f5;
	border:1px solid #eee;
	margin:20px 20px 20px 0px;
	padding:0px 10px 10px 20px;
	line-height:1.4em;
}

#wide {
	float:left;
	width:900px;
	padding:0px 20px 10px 20px;
}

#footer {
	position:absolute;
	bottom:0px;
	background:#fff url(images/footerbg.jpg) no-repeat bottom;
	height:80px;
	width:900px;
	text-align:left;
	padding:0px 20px;
}

#footer a {
	color:#3b7cd6;
	text-decoration:none;
	}

#footer a:hover {
	text-decoration:underline;
	background:none;
	}


#clearfooter{clear:both;height:120px;width:100%}

a {
	color:#3b7cd6;
	text-decoration:none;
}

a:hover {
	color:#3b7cd6;
	text-decoration:underline;
}

.logo {
}


.logo h1 a {
	display:block;
	width:261px;
	height:46px;
	position:absolute;
	top:20px;
	left:20px;
	background: url(images/logo.jpg) no-repeat;
	text-indent:-9999px;
}

img {
	border:none;
}

h1 {
	font-family: "trebuchet ms","helvetica", sans-serif;
	font-size:1.4em;
	font-weight: normal;
	color: #363636;
	margin:0px;
	padding:0px;
}

h2 {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size:1.6em;
	font-weight: normal;
	color: #363636;
	margin-top:10px;
	margin-bottom:0px;
}

h2.intro {
	font-size:2.1em;
	line-height:1.2em;
}

.review h2 {
	display:inline;
	font-size:1.2em;
}

h3,h4 {
	font-size:1.4em;
	color: #363636;
	font-weight:normal;
}

h1.top {
	float:right;
	margin:0px;
	padding:0px;
	margin-top:10px;
	line-height:1.2em;
	width:200px;
	color:#fff;
	font-weight:normal;
	font-size:1.2em;
}

ul h4 {
	font-size:1.2em;
	margin:0px;
	padding:0px;
}

form {
	margin-top:10px;
}

.textbox {
	width:100%;
	border:1px solid #eee;
	margin-top:3px;
}

.textarea {
	width:100%;
	border:1px solid #eee;
	margin-top:3px;
}


.submit {
	background:#eee;
	border:1px solid #ccc;
	width:73px;
	height:31px;
	cursor:pointer;
	font-weight:bold;
	color:#6d6d6d;
	margin-top:10px;
}

fieldset {
	padding:0px;
	border:none;
}

blockquote {
	background:#fff;
	padding:5px;
	color:#363636;
	font-style:italic;
	margin:0px;
}


#col2 ul {
	margin-left:0px;
	padding-left:20px;
}


#col2 ul li {
	list-style-image: url(images/bullet_go.png);
	margin-left:5px;
}

.leftimg {
	float:left;
	padding: 0px 10px 10px 0px;
	border:2px solid #eee;
}

.smallcover {
	float:left;
	padding: 5px;
	margin:10px 10px 10px 0px;
	border:1px solid #eee;
	width:70px;
	height:100px;
}

.leftimg {
	float:left;
	padding: 0px 10px 10px 0px;
	border:2px solid #eee;
}

.rating {
	font-weight:bold;
	float:left;
}

table h2 {
	padding:0px;
	margin:0px;
}

table {
	border:1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top:10px;
	width:100%;
}

th {
	background:#eee;
	padding:10px;
	border-bottom:1px solid #ccc;
}


td {
	padding:5px 10px;
	vertical-align:top;
}

td.bg {
	background:#f2f2f2;
}

.list p a {
	display:block;
	margin-bottom:0px;
	padding:0px;
}

td p {
	margin-top:0px;
	margin-bottom:10px;
}

.book {
	float:left;
	width:150px;
	height:185px;
	margin-right:15px;
	margin-bottom:15px;
}

.more-button {
	display:block;
	background:#1b5bb5 url(images/more-buttonbg.gif) repeat-x top;
	border:1px solid #104997;
	color:#fff;
	padding:10px 20px;
	margin-bottom:20px;
	width:120px;
	float:left;
	clear:both;
}

a.more-button {
	color:#fff;
}
a.more-button:hover {
	color:#fff;
}

.rating {
	margin-top:10px;
	margin-left:-5px;
}


.list p a {
	display:block;
	margin-bottom:0px;
	padding:0px;
}

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

ul.review li {
	margin:0px;
	padding:0px;
	list-style:none;
}

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

li {
	list-style-image: url(images/bullet_go.png);
	margin-bottom:10px;
}

.apply li {
	margin-bottom:5px;
}


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

ul.nobullet li {
	list-style:none;
}

ul.reviewlist {
	float:left;
}

ul.reviewlist li {
	float:left;
}


.hidden {
	display:none;
}

#col2 ul {
	padding:0px 10px 0px 20px;
}

.rank {
	font-size:1.2em;
	color:green;
	font-weight:bold;
}


p {
}

p.author {
	margin:0px;
	padding:0px;
	font-size:1.1em;
	color:#363636;
}
