/* CSS Reset from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
/* (slightly modified by me to add img {display:block} to get <li> with images
inside them to display padding and margins properly in firefox) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, hr, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

img {
	display: block;
}

/* -------------------- Sally's Kitchen ---------------------- */

img, div, input, .headercontainer, .contentcontainer { behavior: url("iepngfix.htc") }

body {
	background: url(images/pagebg.jpg) repeat #fff200;
}

.centraliser {
	width:970px;
	height: auto;
	clear:both;
	overflow:hidden;
	margin: 0 auto;
}

.headercontainer {
	width: 100%;
	height: auto;
	background: url(images/fff200-transp.png) repeat;
	margin: 2em 0;
}

.contentcontainer {
	width: 100%;
	height: auto;
	background: url(images/fff200-transp-darker.png) repeat;
	padding: 1em 0 2em 0;
}

.contentleft {
	width: 250px;
	margin-right: 50px;
	float:left;
	background: none;
}

ul#nav {
	font: 1.2em/1.3 "Monaco", "Courier New", Courier, monospace;
	width: 200px;
}

ul#nav li {
	margin-bottom: 1em;
}

ul#nav li a {
	color: #000;
	text-decoration:none;
}

ul#nav li a:hover, ul#nav li a.current {
	text-decoration:underline;
}

.contentright {
	width: 550px;
	float:left;
}

.contentright h2 {
	font: 1.2em/1.3 "Monaco", "Courier New", Courier, monospace;
	color: #000;
	text-decoration:underline;
	margin-bottom: 0.6em;
	text-transform:uppercase;
}

.contentright h3 {
	font: 1em/1.3 "Monaco", "Courier New", Courier, monospace;
	color: #000;
	margin-bottom: 0.4em;
	text-transform:uppercase;
	
}

.contentright p {
	font: 0.8em/1.3 "Monaco", "Courier New", Courier, monospace;
	color: #000;
	margin-bottom: 1em;
}

.contentright p.nomargin {
	margin-bottom: 0;
}

.contentright a {
	color: #000;
	text-decoration:none;
	font-weight:bold;
}

.contentright a:hover {
	text-decoration:underline;
}
	
.contentright ul {
	margin-bottom: 1em;
	font: 0.8em/1.3 "Monaco", "Courier New", Courier, monospace;
	color: #000;
}

.contentright ul li {
	list-style-image:url(images/bullet.gif);
	list-style-position:outside;
	margin-left: 20px;
	padding-left: 1em;
}

.contentright img {
	margin-bottom: 1.5em;
}

.visual {
	margin-bottom: 1.5em;
}	
.visual img {
	float:left;
	width: 400px;
}

.visual p {
	float:right;
	width: 120px;
}

.footer {
	margin: 1.5em 0;
	font: 0.8em/1.3 "Monaco", "Courier New", Courier, monospace;
	color: #000;
	background: url(images/fff200-transp-darker.png) repeat;
	height: 2em;
	
}

.footer a {
	color: #000;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}
.copyright {
	float:left;
}

.digbridge {
	float:right;
}




