html {
	background: #88cdf2;
}

body {
	margin: 0;
	padding: 0;
	background:transparent url(../images/cloud.png) no-repeat scroll right top;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 13px;
	color: #464646;
	line-height: 1.4em;
}

img.inline {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 30px;
	float: left;
}

img.inline_right {
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	float: right;
}

h2, h3, h4, h5 {
	font-family: verdana,helvetica,arial,sans-serif;
}

h2 {
	color: #713200;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}


h3 {
	color: #713200;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;	
}

h4, h4 a, h4 a:hover, h4 a:visited {
	color: #713200;
	font-weight: bold;
	font-size: 14px;
}

h5 {
	color: #713200;
	font-weight: bold;		
}

p {
	margin:0 0 0.5em;
}

hr {
	margin: 0.5em 0 0.5em 0;
	height: 1px;
	color: #eeeeee;
}

a {
	color:#1378AE;	
}

a:link {
	cursor: pointer;
	text-decoration: none;
}

a:visited {
	color:#1378AE;	
	text-decoration: none;	
}

a:active {
	text-decoration: none;	
}

a:hover {
	color:#0F5C86;	
	text-decoration: none;	
}

ul {
	margin-left: 20px;	
}

/* Sidebar */
#sidebar {
	margin-left: 20px;	
}

#sidebar ul {
	margin: 5px 0 0 0;
	padding-left:1em;
	text-indent:-1em;	
}

#sidebar li {
	margin-bottom: 5px;
	list-style: none;
}

#sidebar li a:hover {
	text-decoration: underline;
	list-style: none;
}

/* Background */
#ground {
	position:fixed;
	background: url(../images/ground.png) repeat-x left bottom;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 269px;
	z-index: -2;
}

#leaves {
	position:fixed;
	background: url(../images/leaves.png) no-repeat -150px 150px;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 269px;
	z-index: -1;
}

/* Forms */
fieldset {
	border: 1px solid #A57D00;
	background-color:#FFF8DF;
	float: left;    
	clear: left;    
	width: 100%;    
	margin: 0 0 1em 0;      
	padding: 0;	
}

fieldset.submit {    
	float: none;    
	width: auto;    
	border: 0 none #FFF;    
	padding-left: 11em;  
	background-color:transparent;	
}

legend {
	color: #713200;
	font-weight: bold;	
	margin-left: 1em;
	padding: 0 0 4px 0;
	
}

label {
	display: block;
	float:left;
	width: 10em;	
	margin-right:0.4em;
	text-align: right;
	padding-right: 12px;
}

div.optional, div.required {
    float: left;    
	clear: left;    
	width: 100%;    
	padding-bottom: 1em; 
}

div.required label {
	background-image: url(../images/asterix.gif);
    background-repeat: no-repeat;
    background-position: top right;
    /*background-position-y: 10px;*/	
}

select, .input_text, .input_password {
	width: 300px;
} 


/* Results table */
#results table {
	margin-top: 20px;
	border-collapse: collapse;
	border: 1px solid #A57D00;	
	clear: both;
}

#results th, #results td {
	border: 1px solid #A57D00;
	padding:2px;
	text-align:center;
}
	
#results th {
	color: #ffffff;
	background-color: #A57D00;		
}

/* Display table */
table.infotable {
	margin: 10px 0 15px 0;
	border-collapse: collapse;
	border: 1px solid #A57D00;	
	clear: both;
}

table.infotable th, table.infotable td {
	border: 1px solid #A57D00;
	padding:2px 4px 2px 4px;
	/*text-align:center;*/
}
	
table.infotable th {
	color: #ffffff;
	background-color: #A57D00;		
}

/* The comments box and quotes */
div.commentsBox {
	padding-left: 2px;
}

div.commentsBox h3 {
	margin: 5px 5px 5px 10px;
}

div.commentsBox blockquote {
	margin: 5px 5px 10px 10px;
}

blockquote {
	padding: 5px;
	margin: 0px;
	background-image: url(../images/openquote1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 23px;
}

blockquote span {
	font-size: 13px;	
	display: block;
	background-image: url(../images/closequote1.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

/* Override Blueprint */
.box {
	background: none repeat scroll 0 0;
	border: 1px solid #cccccc;
	margin-bottom:1.5em;
	padding:0.5em;
}

div.colborder {
	border-right: 1px solid #cccccc;
}

/* Header menu CSS */
#header-bottom {
	clear:both;
}

#header-bottom ul {
	margin: 10px 25px 0 20px;
	padding: 0;
}

#header-bottom ul#menu {
	float: left;
}

#header-bottom ul#login-menu {
	float: right;	
}

#header-bottom li {
	display: inline;
	font-size: 12px;
	/*font-weight: bold;*/
}

#header-bottom #login {
	text-align: right;
}

#header-bottom a:link, #header-bottom a:visited {
	text-decoration: none;
	color: #050845;
}

#header-bottom img {
	float: right;
	margin-right: 20px;
	margin-bottom: -20px;
	margin-top: -11px;
	padding-top: 9px;	
}

/* Logo CSS */
#logo {

}

#logo img {
	vertical-align: middle;
	margin-right: 10px;
	display: inline;
}

h1#webTitle {
	display:inline;
	background:transparent url(../images/ConkerMaths.png) no-repeat;
	width: 300px;
	height: 31px;
	text-indent: -9999px;
	vertical-align:middle;
}

/* FAQ Page */
.question {
	font-size:11px;	
	font-weight: bold;
	margin: 10px 0 2px 0;
	line-height: 1.2em;
}

.answer {
	font-size:11px;
	line-height: 1.2em;
	margin-bottom: 10px;
}

/* Content CSS */
#contentMiddle {
		
}

#homePageContentTop {
	margin-left: 10px;
}

/* This is the CSS for the content border */
#contentTopBorder {
	background:url(../images/border_top.png) no-repeat bottom left;
	height:16px;
	width: 950px;
	clear: both;
}

#contentMiddle {
	background:url(../images/border_middle.png) left top repeat;
	margin: 0px 0 0px 0;
	padding: 0px 20px 0 20px;
	float: left;
	width: 910px;
	min-height:550px;
}

#contentBottom {
	background:url(../images/border_bottom.png) top left no-repeat;
	height:30px;
	clear: both;
	padding-top: 10px;
}

#footer {
	text-align:center;
	font-size: 10px;
	font-weight: bold;
}

/* Menu Bar */
#menubar {
	margin-left:5px;
	margin-right:15px;	
}

#menubar h4, #menubar h4 a:visited, #menubar h4 a {
	color: #fff;
	background-color: #A57D00;
	padding: 2px 0px 2px 5px;
	font-weight: bold;
	margin:0;
}

#menubar ul {
	margin:2px 0 2px 0;
}

#menubar ul li, #menubar ul li a:visited, #menubar ul li a {
	padding: 2px 2px 5px 5px;	
	list-style: none;
	margin-bottom: 2px;
	background-color: #FFF8DF;	
}

#menubar a {
	color: #713200;
}

#menubar a:visited {
	color: #713200;
}

#menubar a:hover {
	color: #A57D00;
	text-decoration: underline;
}

#menubar h4 a:hover {
	color: #FFF8DF;
	text-decoration: underline;
}

/* Validation styles */
.validation-advice {
	display: none;	
}

.validation-summary { 	
	background-image: url(../images/error.gif); 
    background-repeat: no-repeat;
    background-position: 5px 5px;
    width: auto;
    height: auto;
    margin: 0px 0px 5px 0px;
    padding: 5px 5px 5px 25px;
    background-color: #ffffe1;
    border:1px solid #EEE8AA;
    color : #000;
    font-weight: normal;
    font-size: 0.85em;	 
}

/* Sale Item CSS */
.saleitem {
	clear: both;
	margin-top: 15px;	
}

.packimage {
	float: left;
	background-color: #fff;
	padding: 3px; 
	border: 1px solid #A57D00;
	margin: 5px 5px 5px 0;
	width: 100px;  		
}

.saleitem .itemdescription {
	margin-bottom: 10px;	
}

.saleitem .price {
	float: left;
	font-weight: bold;
	margin-right: 10px;
}

#cart {
	margin-top: 10px;
	text-align: center;
}

#info {
}

#info img {
	display: block;
	margin-left: 20px;
}

#info p {
	font-size:10px;
	line-height: 1.25em;
}

/** subFlashCardMenu **/
#examplecard {
	height: 260px;
	width: 150px;	
}

#carddemo {
	height: 250px;
	width: 150px;	
}

#carddemo img {
	margin: 5px 0 5px 0;	
}

#defaultcard {
	position: relative;
	top: 0px;
	left: 0px;	
}

#cardcaption {
	height: 35px;	
}

.caption {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	text-align: center;	
	font-size: 11px;
	line-height: 1.1em;
	font-style: italic;
	font-weight: bold; 
	height: 20px;
}
