/* CSS Document */

#container {
	width:960px;
	margin:0 auto;
	padding:5px;
	background-color: #FFFFFF;
}

#header {
	width:960px;
	height:120px;
	float:left;
	background-image: url(images/graphics/toy-banner.jpg);
}

#topnav {
	width:960px;
	height:25px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #FFFFFF;
}

#guide {
	width:795px;
	height:20px;
	float:left;
	margin-top:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#sidenav {
	width:158px;
	float:left;
	margin-right:5px;
	margin-top:5px;
	overflow:visible;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A00000;
}

#content {
	width:785px;
	float:left;
	overflow:visible;
	padding: 5px;
	background-color: #FFFFFF;
}

#footer {
	width:958px;
	height:240px;
	float:left;
	margin-top:5px;
	border: 1px solid #A00000;
	background-color: #FFFFFF;
	-moz-border-radius:20px;
	background-image: url(images/graphics/red-back.jpg);
	background-repeat: repeat-x;
}
p {
	font-family: Verdana;
	font-size: .8em;
	color: #000000;
}
li {
	font-family: Verdana;
	font-size: 0.8em;
}


h1 {
	font-family: Verdana;
	font-size: 30px;
	color: #A00000;
}
h2 {
	font-family: Verdana;
	font-size: 16px;
	color: #B70000;
}
a:link {
	color: #000000;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 1em;
}
a:visited {
	color: #000000;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 1em;
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-family: Verdana;
	font-size: 1em;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 1em;
}
h3 {
	font-family: Verdana;
	font-size: 16px;
	color: #000000;
}
.redtext {
	font-family: Verdana;
	font-size: 1.2em;
	color: #FF0000;
}
.Whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight: normal;
}
.div-border {
	border: .05em solid #999999;
	-moz-border-radius:20px;
}
.redtext-large {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #FF0000;
}
.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
}
.tabletopcolour {
	font-size: 0.9em;
	font-family: Verdana, Arial;
	font-weight: normal;
	-moz-border-radius:5px;
	padding: 5px;
	border-top-width: medium;
	border-bottom-width: 0.5px;
	border-top-style: solid;
	border-bottom-style: dashed;
	border-top-color: #C90C1F;
	border-bottom-color: #C90C1F;
	margin-right: 5px;
	margin-left: 5px;
}

.tablemidcolour {
	background-color: #EFEFF8;
	font-size: 12px;
	font-family: Verdana, Arial;
}

#sidebar1 a:link, #navlist a:visited
{
	color: #000000;
}

#sidebar1 a:hover {
}

#sidebar1 a.selected {
  color:white;
  font-weight:bold;
}
.tablenocolour {
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial;
}
.tablebuttonsbiggertext {
	background-color: #FFFFFF;
	font-size: 14px;
	font-family: Verdana;
}

.smallredtext {
	font-size: 15px;
	font-family: Verdana;
	color: #FF0000;
	font-weight: bold;
}
.smallredtextgreen {
	background-color: #E8E8F4;
	font-size: 1em;
	font-family: Verdana;
	color: #FF0000;
	font-weight: bold;
}
.tablenocolourbold {
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial;
	font-weight: bold;
}
.Blacktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #000000;
	font-weight: normal;
}
h4 {

	font-family: Verdana;
	font-size: 16px;
	color: #0066FF;
}
h5 {
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.Whitetextsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	font-weight: bold;
}
#sidebar ul {
  margin-left: 0; 
  padding-left: 0;
  list-style-type:none;
}
#sidebar a {
	display:block;
	padding: 5px;
	width: 146px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #FFB5B5;
}
#sidebar a:link, #navlist a:visited
{
	color:#000000;
	border-bottom-style: dashed;
	border-bottom-color: #FFB5B5;
	border-bottom-width: thin;
}

#sidebar a:hover {
	background-color:#FFE3E3;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFB5B5;
}

#sidebar a.selected {
	color:white;
	font-weight:bold;
	background-color:#BED6C2;
}
