/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Jono
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Verdana, sans-serif;
	line-height: 14px;
	background: #dad9c7;
	colour:#444444;
	background-image:url(http://invisiblecircus.co.uk/asls/ndxz-studio/site/img/beige-abstract-background.jpg);
	background-repeat:no-repeat;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none;	color: #444444 }
a:active { text-decoration: none;	color:#939986 }
a:hover { text-decoration: none; background-color:#F43D44; color: #FFFFFF }

a img { border: none; }

#the-background {
position: fixed;
overflow: hidden;
z-index:1;
width: 100%;
height:100%;
top:0;
left:0;
}
#wrapper { 
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left:0;
}

#menu {
	background-color: #FFFFFF;
	position: absolute;
    width: 210px;
	height: auto;
    overflow: auto;
    top: 0;
	margin-left: 27px;
	left: 0;
	color:#000000;
	margin-top: 18px;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
	-khtml-opacity:0.85;
}



#menu ul {
	list-style: none;
	margin: 0 0 18px 0px;
}

#menu ul li a,#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited {
	line-height: 14pt;
	padding: 0 0 0 0;
	margin: 0 0 0 15px;

}

#menu ul li.section-title { 
	font-size: 11px; 
	color:#F43D44; 
	font-weight: bold; 
}


#content {
    width: 600px;
    height: 100%;
    margin: 40px 0 0 250px;
    top: 0;
}

#the-background {
position: fixed;
overflow: hidden;
z-index:1;
width: 100%;
height:100%;
top:0;
left:0;
}
#wrapper { 
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left:0;
}

.container {
    padding: 10px 10px 25px 10px;
}

#content p { width: 520px; margin: 0 0 9px 0; }

p {
    margin: 0 0 9px 0;
}

h1 { font-family: Georgia, serif; font-size: 19px; font-weight: normal; color:#333333; }
h2 { font-size: 9px; font-weight: normal; color:#333333; line-height: 22px; }
h3 { font-family: Georgia, serif; text-transform:uppercase; font-size: 13px; font-weight: bold; color:#F43D44;}
h4 { font-family: Georgia, serif; font-size: 16px; font-weight: bold; font-style:italic; color:#FFFFFF; line-height: 17px; letter-spacing: 0.05em; }
h5 { font-size: 11px; font-weight: bold; color:#F43D44; text-align:center; }
h6 { font-size: 12px; font-weight: normal; font-style:italic; color:#F43D44;}
h7 { font-size: 11px; font-weight: bold; color:#F43D44;}
h8 { color:#555555;}
h9 { font-size: 11px; color:#F43D44; font-weight: bold;}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#img-container span.backgrounded a,
#img-container a.thickbox,
#img-container a.thumb-img,
#img-container #d-col1 a { background: transparent; }

#once { clear: left; }