/* SCREEN.css */

/* reset all margins */
* {
	margin:0;
	padding:0;
}

/* ================================================= */
/* ------ PAGE LAYOUT ------ */
/* body */
body {
	background-image:url(../jpg/body-background.jpg);
	background-repeat:repeat-x;
	background-color:#cae8e6;
	margin: 20px auto 10px auto;
	text-align:center;
}

/* WRAPPER */
#Wrapper {
	margin: 0 auto 0 auto;
	text-align:center;
	width: 864px;
}

/* HEADER */
#Header {
	height:69px;
	text-align:center;
	width: 864px;
}

/* BACKGROUNDIMAGE */
#BackgroundImage {
	background-image:url(../png/content-background.png);
	background-position:top;
	background-repeat:repeat-y;
	text-align:center;
	width:864px;
}

/* NAVIGATION */
#Navigation {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align:center;
	width:864px;
}
#Navigation div.navigationBorder {
	padding:0 32px 0 32px;
	width:800px;
}
#Navigation ul.navlist {
	list-style-type:none;
	margin-bottom:0;
	margin-left:2px;
}
#Navigation li {
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	padding: 5px;
}
#Navigation li.separator {
	display:none;
}
#Navigation a {
	color: #000000;
	margin: 0;
	text-decoration: none;
	width: auto;
}
#Navigation a:hover, #Navigation a:active {
	color:#81c4a5;
}
#Navigation a.active {
	color:#851379;
}

/* CONTENT */
#Content {
	padding:0 32px 0 32px;
	text-align:left;
	width:800px;
}

/* FULLWIDTH */
#Content div.fullWidth {
	background-color:#ddddcc;
	min-height:300px;
	padding:15px;
	width:770px;
}
*html #Content div.fullWidth {
	height:300px;
}


#Content div.contentRepeat {
	background-image:url(../jpg/content-repeat.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}
/*#Content div.contentBottom {
	background-image:url(../jpg/content-bottom.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	min-height:216px;
}
*html #Content div.contentBottom {
	height:216px;
}*/	
	


/* TWOCOLUMN */
/* twoColumnLeft */
#Content div.twoColumnLeft {
	float:left;
	min-height:100px;
	width: 144px;
}
*html #Content div.twoColumnLeft {
	height:100px;
}

#Content div.twoColumnLeft div.menu2 {
	margin-top:10px;
	margin-bottom: 160px;
	width:144px;
}
/* navlist */
#Content div.twoColumnLeft ul.navlist {
	list-style-type: none;
	margin-bottom:0;
	margin-left:0px;
}
/* topseparator */
#Content div.twoColumnLeft ul.navlist li.topseparator {
	background-image:url(../jpg/leftmenu-divider.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:6px;
	width:144px;
}
/* title */
#Content div.twoColumnLeft ul.navlist li.title {
	background-image:url(../jpg/leftmenu-divider.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	color:#000000;
	font-size: 0.75em;
	font-weight:bold;
	line-height:1.1em;
	padding:3px 5px 9px 5px;
	width:134px;
}
#Content div.twoColumnLeft ul.navlist li.title a {
	color: #000000;
	text-decoration: none;
}
/* main */
#Content div.twoColumnLeft ul.navlist li.main {
	background-image:url(../jpg/leftmenu-divider.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	color:#000000;
	font-size: 0.75em;
	line-height:1.1em;
	padding:3px 5px 9px 5px;
	width:134px;
}
#Content div.twoColumnLeft ul.navlist li.main a {
	color:#000000;
	text-decoration: none;
}
#Content div.twoColumnLeft ul.navlist li.main a:link, #Content div.twoColumnLeft ul.navlist li.main a:visited {
}
#Content div.twoColumnLeft ul.navlist li.main a:hover, #Content div.twoColumnLeft ul.navlist li.main a:active {
	color:#3b1d4f; 
}
#Content div.twoColumnLeft ul.navlist li.main a.active {
	color:#851379;
}
/* sub */
#Content div.twoColumnLeft div.menu2 ul.navlist li.sub {
	background-image:url(../jpg/leftmenu-divider.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	color:#374249;
	font-size: 0.75em;
	line-height:1.1em;
	padding:3px 5px 9px 14px;
	width:125px;
}
#Content div.twoColumnLeft div.menu2 ul.navlist li.sub a {
	color:#374249;
	text-decoration: none;
}
#Content div.twoColumnLeft div.menu2 ul.navlist li.sub a:link, #Content div.twoColumnLeft div.menu2 ul.navlist li.sub a:visited {
}
#Content div.twoColumnLeft div.menu2 ul.navlist li.sub a:hover, #Content div.twoColumnLeft div.menu2 ul.navlist li.sub a:active {
	color:#3b1d4f;
}
#Content div.twoColumnLeft div.menu2 ul.navlist li.sub a.active {
	color:#851379;
}


/* twoColumnRight */
#Content div.twoColumnRight {
	float: left;
	padding:31px 8px 20px 8px;
	width: 640px;
}

/* THREECOLUMN */
/* threeColumnLeft *//*
#Content div.threeColumnLeft {
	background-color: #DCE1E5;
	border: 1px solid #A6A6A6;
	float:left;
	width: 180px;
}
/* navlist *//*
#Content div.twoColumnLeft ul.navlist {
	list-style-type: none;
	margin-bottom: 10px;
}
/* title *//*
#Content div.threeColumnLeft ul.navlist li.title {
	background-image:url(../jpg/menu-title-background.jpg);
	background-position:top left;
	color: #FFF;
	display: block;
	font-size: 0.75em;
	padding:4px;
}
#Content div.threeColumnLeft ul.navlist li.title a {
	color: #FFF;
	text-decoration: none;
}
/* main *//*
#Content div.threeColumnLeft ul.navlist li.main {
	display: block;
	font-size: 0.75em;
}
#Content div.threeColumnLeft ul.navlist li.main a {
	display: block;
	width: 172px;
	color:#585858;
	text-decoration: none;
	padding:4px;
	margin-top: 3px;
}
#Content div.threeColumnLeft ul.navlist li.main a:link, #Content div.threeColumnLeft ul.navlist li.main a:visite {
	color:#585858;
}
#Content div.threeColumnLeft ul.navlist li.main a:hover, #Content div.threeColumnLeft ul.navlist li.main a:active {
	color:#585858;
	background-color: #BED5EC;
}
#Content div.threeColumnLeft ul.navlist li.main a.active {
	display: block;
	width: 172px;
	background-color: #CDD1D4;
	color:#585858;
	text-decoration: none;
	padding:4px;
	margin-top: 3px;
}
/* threeColumnCentre *//*
#Content div.threeColumnCentre {
	float: left;
	margin-left: 10px;
	width: 485px;
}
/* threeColumnRight *//*
#Content div.threeColumnRight {
	background-color: #DCE1E5;
	border: 1px solid #A6A6A6;
	float:left;
	width: 180px;
	margin-left: 10px;
}
/* navlist *//*
#Content div.threeColumnRight ul.navlist {
	list-style-type: none;
	margin-bottom: 10px;
}
/* title *//*
#Content div.threeColumnRight ul.navlist li.title {
	background-image:url(../jpg/menu-title-background.jpg);
	background-position:top left;
	color: #FFF;
	display: block;
	font-size: 0.75em;
	padding:4px;
}
#Content div.threeColumnRight ul.navlist li.title a {
	color: #FFF;
	text-decoration: none;
}
/* main *//*
#Content div.threeColumnRight ul.navlist li.main {
	display: block;
	font-size: 0.75em;
}
#Content div.threeColumnRight ul.navlist li.main a {
	display: block;
	width: 172px;
	color:#585858;
	text-decoration: none;
	padding:4px;
	margin-top: 3px;
}
#Content div.threeColumnRight ul.navlist li.main a:link, #Content div.threeColumnRight ul.navlist li.main a:visite {
	color:#585858;
}
#Content div.threeColumnRight ul.navlist li.main a:hover, #Content div.threeColumnRight ul.navlist li.main a:active {
	color:#585858;
	background-color: #BED5EC;
}
#Content div.threeColumnRight ul.navlist li.main a.active {
	display: block;
	width: 172px;
	background-color: #CDD1D4;
	color:#585858;
	text-decoration: none;
	padding:4px;
	margin-top: 3px;
}


/* FOOTER */
#Footer {
	background-image:url(../png/footer-background.png);
	background-position:bottom;
	background-repeat:no-repeat;
	border-top: 1px solid #000;
	margin-right:1px;
	text-align:center;
	width: 864px;
}
#Footer p {
	margin-bottom:0;
}
#Footer div.footerArea {
	background-image:url(../png/footer-repeat.png);
	background-position:top;
	background-repeat:repeat-y;
	margin-bottom:33px;
	width: 864px;
}
#Footer div.footerAddress {
	padding:12px 37px 5px 37px;
	width:790px;
}
#Footer div.footerMenu {
	padding:5px 37px 0px 37px;
	width:790px;
}

#Footer ul.navlist {
	display:inline;
	list-style-type:none;
	margin-bottom:0;
	margin-left:0px;
}
#Footer ul.navlist li {
	color:#000;
	display:inline;
	font-size:0.6em;
}
#Footer ul.navlist li.separator {
	color:#000;
	display:inline;
	font-size:0.6em;
}

#Footer a {
	color: #000;
	text-decoration:none;
}
#Footer a:hover, #Footer a:active {
	color: #000;
	text-decoration:none;
}

/* ================================================= */
/* CLASSES */
/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* ================================================= */


/* SITEMAP */
#SiteMap * {
	margin:0;
	padding:0;
}
#SiteMap ul {
	margin-left: 40px;
	font-size: 11px;
}
#SiteMap li {
	font-size: 1em;
	margin: 5px 0 5px 0;
}



/* ================================================= */
/* HOMEPAGE */
#HomePage {
	margin-top:-10px;
}

/* page content */
#HomePage div.homecontentRepeat {
	background-image:url(../jpg/homecontent-repeat.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	width:639px;
}
#HomePage div.homecontentBottom {
	background-image:url(../jpg/homecontent-bottom.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:639px;
}
#HomePage div.homecontentTop {
	background-image:url(../jpg/homecontent-top.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	min-height:225px;
	width:639px;
}
*html #HomePage div.homecontentTop {
	height:225px;
}

/* FOR HOME PAGE BOX WITH SQUIGGLE IMAGE
#HomePage div.homecontentArea {
	padding:30px 93px 5px 26px;
	text-align:justify;
	width:520px;
}*/
#HomePage div.homecontentArea {
	padding:30px 51px 2px 28px;
	text-align:justify;
	width:560px;
}
#HomePage div.homecontentArea p {
	line-height:1.4em;
	padding-top:6px;
	margin-bottom:8px;
}



/* buttons */
#HomePage div.homeButtons {
	background-image:url(../png/btnHome-background.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin-top:30px;
	padding:10px 13px 8px 13px;
	width:611px;
}
#HomePage div.homeButtons div.button {
	float:left;
	width:180px;
}
#HomePage div.homeButtons div.buttondivider {
	float:left;
	width:35px;
}


/* ================================================= */
/* OPUS PAGE */
#OpusPage {
	margin-top:30px;
}

/* Opus List */
#OpusList {
	margin-top:10px;
	width: 640px;
}
#OpusList div.opusrow {
	padding:6px 11px 5px 11px;
	width: 618px;
}
#OpusList div.opus {
	float:left;
	text-align:center;
	width:103px;
}
#OpusList div.opus p {
	padding-top:1px;
/*	padding-top:5px;*/
}


/* Opus Details */
#OpusDetails {
	width: 640px;
}

#OpusDetails div.displayinfo {
	float:left;
	margin-right:18px;
	padding-top:2px;
	width:360px;
}
#OpusDetails div.displayimages {
	float:left;
	padding-bottom:15px;
	width:262px;
}

div.mainimage {
}

/* small images  */
div.smallimages {
	padding-top:2px;
}
div.smallimages div.imagerow {
	padding-top:5px;
}

div.smallimages div.image {
	float:left;
}
div.smallimages img.imagelink {
	cursor:hand;
}
div.smallimages div.spacer {
	float:left;
	width:5px;
}

#OpusDetails div.extrainfo {
	padding-top:15px;
}

#OpusDetails p.back {
	font-size:0.7em;
	margin-bottom:0;
	padding-right:2px;
	text-align:right;
}

/* ================================================= */
/* Links to Innova.css */

table.tablewithcellborder td {
	border-bottom:1px solid #000;
	border-left:1px solid #000;
}




