/** .class, #id -Also p.jam :TB/LR, T/RL/B:f=white**/
body {margin:0; padding:0; border:0; color:black; font:normal 100%/120% verdana,arial,SunSans-Regular,sans-serif;
	background-image:url(images/bg.png);}
#menu {position:absolute; left:0; top:125px; width:195px; font-size:0.8em;}
#stuff {margin-left:209px; margin-right:209px; background-color:#fcf; padding:5px 20px; /*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurely close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
	*/
		
	voice-family:"\"}\""; voice-family:inherit;
   	margin-left:211px;
   	margin-right:211px;}
	html>body #stuff {margin-left:211px; margin-right:211px;}

#rightcontent {position:absolute; right:10px; top:125px; width:190px; background:#f0f;}
#banner {height:110px; margin:0; border:0; padding-bottom:4px; border-bottom:solid 3px #f0f;
	voice-family:"\"}\""; voice-family:inherit; height:109px;}
html>body .banner {height:109px;}
#banner span {color:#f0f; font-size:2.2em; font-weight:bold;}	

#footer {color:#999; border-top:solid 3px #f0f; margin-top:0.8em; text-align:center;}
#footer a {text-decoration:none; color:#999;}
#footer a:hover {text-decoration:underline; color:#666;}
.scrt2::after {content:'.co.uk';}
/* --------------- */

p,h1,h2,h3,pre,ul {margin:0; padding:0;}
img {border:none;}

#stuff,#footer,#rightcontent {margin:0.5em 0; font-size:0.875em;}
#stuff p {margin-top:0.5em;}
#stuff {padding-bottom:1.5em;}

h1,h2,h3 {font-size:1.5em; padding-top:1em; color:#00c; font-weight:bold;}
h2 {font-size:1.2em; padding-top:2em;}
h3 {font-size:1em; padding-top:1em;}
ul {margin-left:2em; list-style-position:inside;}
/* --------------- */
#menu ul {list-style:none; margin:0;}
#menu li {display:inline;}
#menu li a {text-decoration:none; color:black; color:yellow; display:block;
background-image:url(images/gradient.png);
}
#menu li a:link,#menu li a:visited {padding:.2em; background-color:#f0f; border:solid 2px white;}
#menu li a:hover {color:white; color:red; background-color:#ff0; border:solid 2px white;}
* html #menu li a {height:1px;}
/* --------------- */
#banner ul {float:right; line-height:0 list-style:none; font-size:0.8em;}
#banner li {display:inline; border-right:1px solid #fff; margin-left:0; background-color:#ffc;}
#banner li a {text-decoration:none; color:black; padding:0px .4em 0;}
#banner li a:link, #banner li a:visited {background-color:#fcf;}
#banner li a:hover {color:#333; background-color:#f6f;}

/* --------------- */
.picture {float:right; margin:0.5em 0.3em 0 0.5em; line-height:0.9em; font-style:italic;}
td .picture {margin:0.1em 0.3em 0 0.5em;}
.picture p {position:relative; top:-2em; left:1.5em; margin:0; color:red; font-weight:bold;}
/* --------------- */
.price {float:right; font-size:0.8em;}
blockquote {background:url(slquo.gif) left top no-repeat; background-color:white;}
.quo {padding:0 42px; background:url(srquo.gif) right bottom no-repeat;}
.citation {font-size:0.8em; font-style:italic; padding-left:2em;}
/* --------------- */
.quotation {background:#9cf; background-image:url(quoteleft.gif); background-repeat:no-repeat; background-position:left 0px;
	 padding:0.5em 20px; font-style:italic;}
.quotation span {background-image:url(quoteright.gif); background-repeat:no-repeat; background-position:right bottom; display:block;}
#rightcontent p {padding:0.5em; color:#000;}
.message, .news {background-color:white; color:#f00; border:solid 2px #ccc;}
h2.blog {padding-top:.3em;}
/* --------------- */
input:focus,textarea:focus {background-color:yellow; color:black;}

label {display:block; float:left; width:170px; padding:0; margin:7px 0 0; text-align:right;}
input, textarea {width:auto; margin:4px 0 0 8px;}
textarea {overflow:auto;}

/* forms ------------------------------- */
form {overflow:hidden;}
fieldset {border:1px solid #bbb; padding:0.5em; background:#bbf; margin-bottom:10px;}
legend {font-size:1em; padding:.2em .8em; background:#fff; border:1px solid #bbb;}
fieldset p {margin:0 0 0.3em;}
fieldset p label {width:98%;}
fieldset p input {width:98%;}
fieldset p select {width:99%;}
fieldset p label {float:left; line-height:1.2em; margin-right:3%; text-align:right; width:32%;}
fieldset p input, fieldset p textarea {width:60%;}
fieldset input.cleared {clear:left; margin-left:35%;}
fieldset input.button {margin-left:35%;}

/* form small {display:block; padding:1px 3px; font-size:88%;} */

form br {clear:left;}
form h3 {padding-top:0;}

/* Tables ------------------------------------- */
td {border:2px solid #ccc; padding:5px;}
table {border-collapse:collapse; margin-top:5px;}
table.full {width:100%;}

/* text highlights ---------------------- */
.warning {background:#f66; color:#400; padding:2px 5px;}
a.external {background:url(/images/external.png) center right no-repeat; padding-right:13px;}
.dimmed {color:#888;}
