
/* reset */
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

/* general */
body {
font-family:Georgia, "Times New Roman", Times, serif;
color:#000000;
}
.clear {
clear:both;
}

/* links */
a {

}
a:hover {

}

/* text */
h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:5.3em;
font-weight:normal;
padding:8px 0 0 8px;
height:110px;
}
h2 {
font-size:0.9em;
font-weight:normal;
background-color:#000;
color:#fff;
display:inline;
padding:0px 4px 2px 4px;
}
h3 {
font-size:0.7em;
font-weight:normal;
color:#808285;
padding:0 5px 0 5px;
}
.news h3 {
margin-top:10px;
font-size:0.8em;
font-weight:bold;
color:#000;
}
.little {
font-size:0.6em !important;
}

/* main layout */
#container {
width:100%;
height:auto;
float:left;
background-image:url(../img/bg.jpg);
background-repeat:no-repeat;
background-position:center top;
}
#content {
width:980px;
margin:29px auto 0 auto;
z-index:15;
position:relative;
}
#left_column {
width:180px;
float:left;
}
#right_column {
width:800px;
float:left;
}
#content_top {
height:212px;
}
#content_middle {
height:118px;
padding:0 0 0 56px;
width:550px;
}
#content_bottom {
height:210px;
}
.content_column {
width:160px;
background-color:#f1f1f1;
float:left;
margin:0 5px 0 0;
padding:5px;
}
.content_column p {
font-size:0.7em;
padding:5px;
}
.content_column_full {
width:790px;
background-color:#f1f1f1;
float:left;
margin:0 5px 0 0;
padding:5px;
}
.content_column_full p {
font-size:0.7em;
padding:5px;
}

/* central band */
#central_band {
width:100%;
position:absolute;
left:0;
top:331px;
height:118px;
z-index:10;
}

/* header */
#header {
text-align:right;
padding:0 40px 0 0;
font-size:0.9em;
height:90px;
}

/* menu */
#menu {
list-style:none;
padding:42px 0 0 0;
font-size:1.4em;
height:170px;
}
#menu li {
padding:0 0 13px 8px;
}
#menu a {
padding:1px 5px 2px 5px;
background-color:#000;
color:#fff;
text-decoration:none;
}
#menu .menu1.selected a, #menu .menu1 a:hover {
background-color:#940084;
color:#fff;
}
#menu .menu2.selected a, #menu .menu2 a:hover {
background-color:#e44d0a;
color:#fff;
}
#menu .menu3.selected a, #menu .menu3 a:hover {
background-color:#b3d7de;
color:#fff;
}
#menu .menu4.selected a, #menu .menu4 a:hover {
background-color:#243285;
color:#fff;
}

/* logo */
#logo {
padding:6px 0 0 0;
}

/* footer */
#footer_band {
width:100%;
height:50px;
margin:10px 0 0 0;
background-image:url(../img/footer_band_bg.jpg);
background-repeat:repeat-x;
}
#footer_content {
margin:0 auto;
width:940px;
text-align:right;
padding:20px 40px 0 0;
font-size:0.6em;
}
#footer_content a {
text-decoration:underline;
color:#000;
}
#footer_content a:hover {
text-decoration:none;
}

/* page types colouring */
.home #central_band {
background-color:#c8d400;
}
.contact #central_band {
background-color:#b3d7de;
}
.productions #central_band {
background-color:#e44d0a;
}
.tidy #central_band {
background-color:#940084;
}
.news #central_band {
background-color:#243285;
}
.tidy #content_middle {
color:#fff;
}

