/* Barry Jonsberg				 */
/* ----------------------------- */
/* Template: Standard v1.0		 */
/* Author: I Am Tyce 			 */
/* URL: http://www.iamtyce.com	 */
/* Created: Sep - Nov 2009	 	 */
/* ----------------------------- */

/* Reset CSS Values */

body {
	padding: 0;
	margin: 0;
	font: 12px Arial, Verdana, Helvetica;
	font-size: small;
}

h1, h2, h3, h4, h5, h6, ul, li, em, strong, pre, code {
	padding: 0;
	margin: 0;
	line-height: 1em;
	font-size: 100%;
}

table {
	font-size: inherit;
}

ul {
	list-style: none;
}

img {
	border: 0;
}

p {
	margin: 1em 0;
}

/* Define Basic CSS Values */

html {
	/*background-image: url(../images/backgrounds/cracks.jpg);
	background-position: top center;
	background-repeat: repeat;*/
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #557488;
	background-image: url(../images/backgrounds/main.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

h2 {
	margin: 0px;
	padding: 8px 4px;
	color: #AA0000;
	font-size: 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h2 a {
	color: #AA0000;
	text-decoration: none;
}

h2 a:hover {
	color: #AA0000;
	text-decoration: underline;
}

h3 {
	margin: 0px;
	padding: 4px;
	color: #222;
	font-size: 18px;
}

h3 a {
	color: #222;
	text-decoration: none;
}

h3 a:hover {
	color: #222;
	text-decoration: none;
	border-bottom: 1px dotted #222;
}

h4 {
	margin: 0px;
	padding: 4px;
	color: #555;
	font-size: 11px;
}

h4 a {
	color: #555;
	text-decoration: none;
}

h4 a:hover {
	text-decoration: underline;
}

h5 {
	margin: 0px;
	padding: 4px 0px 4px 4px;
	color: #aa0000;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

p {
	margin: 0px;
	padding: 4px 4px;
	font-size: 12px;
	line-height: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #222;
}

p a {
	color: #000;
	text-decoration: underline;
}

p a:hover {
	color: #000;
	text-decoration: none;
}

/* Container */
/* */

.container {
	margin: 0px auto;
	padding: 0px;
}

b.htop, b.hbottom{display:block;background: #557488}
b.htop b, b.hbottom b{display:block;height: 1px;
    overflow: hidden; background: #fff}
b.h1{margin: 0 5px}
b.h2{margin: 0 3px}
b.h3{margin: 0 2px}
b.htop b.h4, b.hbottom b.h4{margin: 0 1px;height: 2px}

/* Header */
/* */

.header {
	height: 170px;
	text-align: center;
}

.header-main {
	margin: 0px auto;
	padding: 0px;
	width: 1050px;
	height: 170px;
	text-align: center;
}

.header-link {
	width: 225px;
	height: 95px;
	position: relative;
    top: 16px;
	left: 80px;
	display: block;
	text-indent: -3900%;
	float: left;
	/*border: 1px solid #F00;*/
}

/* Main Menu */
/* */

.menu {
	margin: 0px auto;
	padding: 0px;
	width: 480px;
	float: right;
	position: relative;
	right: 220px;
	top: 30px;
}

ul#topnav {
	margin: 0px auto; 
	padding: 0px;
	list-style: none;
	font-size: 1.2em;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul#topnav li {
	float: left;
	margin: 0px; 
	padding: 0px;
}

ul#topnav li a {
	margin: 0px 4px;
	padding: 8px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
}

ul#topnav li a:hover {
	color: #111;
}
ul#topnav li:hover { 
	background-color: #f1f1f1; 
	text-decoration: none;
	color: #111; 
	/*--Top right rounded corner--*/
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	/*--Top left rounded corner--*/
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

ul#topnav .active a {
	background-color: #f1f1f1; 
	text-decoration: none; 
	color: #111; 
	/*--Top right rounded corner--*/
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	/*--Top left rounded corner--*/
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

/* Content */
/* */

.content {
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	background-color: #fff;
}

.main-content {
	margin: 0px;
	padding: 10px 0px 10px 10px;
}

.main-content p a {
	padding: 2px 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	background-color: #fff4e0;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

.main-content p a:hover {
	color: #000;
	text-decoration: underline;
}

div.rounded div {
  height: 1px;
  overflow: hidden;
}
#radiusx, #radiusy {
  text-align: right;
  width: 30px;
}

.shadow {
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}

.left {
	margin: 0px 0px 0px 10px;
	padding: 10px 0px;
	float: left;
	width: 575px;
}

.left h4 {
	display: block;
	color: #ccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
}

.left h4 a {
	width: 70px;
	height: 13px;
	float: right;
	padding: 9px 10px 7px 30px;
	color: #999;
	text-decoration: none;
	background-image: url(../images/read-more.jpg);
	border: 1px solid #f0e8d9;
}


.left h4 a:hover {
	color: #333;
	text-decoration: none;
	background-image: url(../images/read-more-roll.jpg);
	border: 1px solid #e5d7c4;
}

img.left-aligned {
	float: right;
	padding: 5px;
}

.right {
	width: 260px;
	margin: 15px 20px 15px 0px;
	padding: 0px;
	float: right;
	background-color: #edf2f5;
}

b.rtop, b.rbottom{display:block;background: #fff}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #edf2f5}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

/* Home Content */
/* */

.home-content {
	margin: 0px;
	padding: 0px 10px;
}

.home-content-icon {
	margin: 10px;
	padding: 3px;
	float: right;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
}

.home-content-icon:hover {
	background-color: #f0f0f0;
	border: 1px solid #aaa;
}

/* Side Column */
/* */

.side-column {
	margin: 0px;
	padding: 10px;
}

.side-column h2 {
	padding: 0px 4px 8px 4px;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.side-column h2 a {
	color: #333;
}

.side-column h3 {
	font-size: 15px;	
	line-height: 18px;
	font-weight: normal;
}

.side-column h4 {
	margin: 0px;
	padding: 2px 2px 4px 4px;
	color: #999;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
}

.side-column h4 a {
	color: #777;
	text-decoration: none;
}

.side-column h4 a:hover {
	color: #333;
	text-decoration: underline;
}

.side-column h4 img {
	padding-right: 3px;
	position: relative;
	top: 3px;
}

h4.buy-online {
	padding: 0px;
	float: right;
}

.side-column-icons {
	clear: right;
	text-align: center;
}

.side-column-icons img {
	padding: 4px 2px 0px 2px;
}

.side-column-homepage {
	margin: 7px;
	padding: 0px;
	width: 65px;
	float: left;
	text-align: center;
}

.side-column-homepage a img {
	margin: 0px auto;
}

.side-column-homepage h3 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	top: 0;
}

.side-column-homepage-book {
	margin: 0px 0px 8px 0px;
	padding: 3px;
	float: left;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
}

.side-column-homepage-book:hover {
	background-color: #f0f0f0;
	border: 1px solid #aaa;
}

/* Breadcrumb */
/* */

.breadcrumb {
	margin: 2px 0px 8px 10px;
	padding: 0px;
}

.breadcrumb h6 {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 18px;
}

.breadcrumb h6 a {
	padding: 2px 4px;
	color: #666;
	text-decoration: none;
	background-color: #f4f4f4;
}

.breadcrumb h6 a:hover {
	padding: 1px 3px;
	color: #fff;
	text-decoration: none;
	background-color: #888;
	border: 1px solid #777;
	cursor: pointer;
}

/* Books */
/* */

.books-icon {
	margin: 5px 0px 10px 5px;
	padding: 3px;
	width: 75px;
	float: right;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
}

.books-icon:hover {
	background-color: #f0f0f0;
	border: 1px solid #aaa;
}

.books-icon-lrg {
	margin: 5px 0px 10px 5px;
	padding: 3px;
	float: right;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
}

.books-icon-lrg:hover {
	background-color: #f0f0f0;
	border: 1px solid #aaa;
}

.book-panel {
	margin: 10px 20px 10px 8px;
	padding: 0px 5px;
	width: 257px;
	min-height: 190px;
	float: left;
}

.book-panel h3 {
	font-size: 16px;
	line-height: 20px;
}

.book-panel h4 {
	margin: 0px;
	padding: 2px 2px 4px 4px;
	color: #999;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.book-panel h4 a {
	color: #777;
	text-decoration: none;
}

.book-panel h4 a:hover {
	color: #333;
	text-decoration: underline;
}

.book-panel h4 img {
	padding-right: 3px;
	position: relative;
	top: 3px;
}

.book-cover {
	float: right;
	width: 210px;
	text-align: center;
}

img.audio {
	position: relative;
	top: 5px;
}

img.teachers {
	position: relative;
	top: 5px;
}

h6.book-purchase {
	margin: 0px;
	padding: 2px 2px 4px 4px;
	color: #999;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: none;
	border: none;
}

h6.book-purchase a {
	color: #777;
	text-decoration: none;
}

h6.book-purchase a:hover {
	color: #333;
	text-decoration: underline;
}

h6.book-purchase img {
	padding-right: 3px;
	position: relative;
	top: 3px;
}

/* Footer */
/* */

.footer {
	clear: both;
	margin: 0px auto;
	padding: 20px;
	text-align: center;
}

.footer p {
	color: #fff;
	padding: 3px 0px 3px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.footer p a {
	text-decoration: none;
	color: #fff;
}

.footer p a:hover {
	text-decoration: underline;
	color: #fff;
}

.footer img {
	padding-left: 2px;
	position: relative;
	top: 2px;
}

/* Bottom Footer */
/* */

.bottom {
	width: 800px;
	height: 150px;
	margin: 0px auto;
}

/* Bottom Columns */

.column {
	float: left;
	margin: 5px;
	padding: 10px;
}

.column h2 {
	font-size: 18px;
	color: #fff;
}

.column ul {
	margin: 0px;
	padding: 0px 10px;
}

.column ul li {
	list-style-type: none;
	margin: 3px;
	padding: 0px;
	font-size: 11px;
}

.column ul li a {
	color: #fff;
	text-decoration: none;
}

.column ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Contact */
/* */

#contact {
	width: 570px;
	float: left;
	position: relative;
}

#contact .input-bg {
	clear: left;
	margin: 5px 0px;
	padding: 10px;
	border: 1px solid #fff;
}
	
#contact input {
	padding: 5px;
	width: 360px;
	color: #222;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	border: 1px dashed #ccc;
}

#contact textarea {
	padding: 5px;
	width: 360px;
	height: 180px;
	color: #222;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	border: 1px dashed #ccc;
}

#contact select {
	padding: 10px 8px 1px 8px;
	width: 372px;
	height: 40px;
	color: #222;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	border: 1px dashed #ccc;
	cursor: pointer;
}

#contact option {
	padding: 5px;
	cursor: pointer;
}

#contact select option:hover {
	background-color: #fff;
}

#contact select option:focus {
	border: 1px solid #d0dde5;
	background-color: #edf2f5;
}

#contact .input-bg:hover {
	cursor: pointer;
}

#postcode {
	width: 100px;
}
	
#contact .active {
	border: 1px solid #d0dde5;
	background-color: #edf2f5;
}

#contact label {
	margin: 0px 11px 0px 0px;
	padding: 11px 0px 0px 9px;
	width: 150px;
	display: block;
	float: left;
	text-align: left;
	font-size: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #222;
}

#contact label.error {
	clear: left;
	width: 250px;
	text-align: left;
	padding: 14px 0px 4px 0px;
	color: #da3939;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	position: relative;
	left: 170px;
}

#contact h3 {
	padding: 10px 0px;
	font-size: 22px;
	clear: both;
}

.form-checkbox {
	margin: 5px;
	padding: 5px;
	width: 25px;
	height: 25px;
	text-align: left;
}

.form-book {
	clear: left;
	width: 525px;
	padding: 5px 10px;
	float: left;
}

.form-book-checkbox {
	float: left;
	margin: 2px 15px 0px 0px;
	padding: 0px;
	width: 25px;
	height: 25px;
	border: none;
}

.form-book-copies {
	float: right;
	margin: 0px;
	position: relative;
	top: -3px;
	right: -3px;
}

.form-book img {
	float: left;
	margin: 0px 10px 0px 0px;
}

.form-book p {
	float: left;
	margin: 3px 0px 0px 0px;
	font-size: 15px;
}

.form-button {
  	width: 371px;
	height: 75px;
	margin: 0px auto;
	padding: 15px;
	float: right;
	background-color: #d3873c;
	border: 7px solid #fff3e6;
	color: #fff;
	font-size: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	top: 10px;
	right: 12px;
}

.form-button:hover {
	color: #fff;
	background: #860303;
	border: 7px solid #ffe6e6;
	cursor: pointer;
}

/* Clear */
/* */

.clear {
	clear: both;
}

/* Content Temp */
/* */

.content-temp {
	margin: 0px auto;
	padding: 15px;
	background-image: url(../images/panel-bg.jpg);
	background-repeat: repeat-x;
	background-color: #171717;
	text-align: center;
}

.content-temp h2 {
	margin: 0px;
	padding: 15px 0px;
	color: #fff;
}

.content-temp h3 {
	margin: 8px auto;
	padding: 8px 0px;
	width: 210px;
	text-align: center;
	color: #ccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

.content-temp h4 {
	margin: 0px;
	padding: 15px 0px;
	color: #999;
	font-weight: normal;
}

.content-temp h4 a {
	color: #999;
}