/*
This file is the basic css file and is used for clients who do not use js
Before javascript acts all pages have the id #IEDIE, javascript replaces that tag with #as (in ie6 this tag is not replaced). Style.css uses the #as id to override rules here and ie.css uses #IEDIE
*/

/*
everything with .System is for the systempages - home, contact, error login etc
.AboutPage is for the Aboutpage
*/

body{
	background: url(../images/bg-body.png) left top;
	margin: 0; /*header h, subNav w, navigation h, left border w*/
	font-size: 62.5%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, Tahoma, sans-serif;
	text-align: center;
 }


/*
=========================================
----------------=bodyContainer=-----------------
=========================================
*/

.System #mainContainer{
	background-image: none;
	background-color: #f2EDD9;/*#f4f1e0;*/
	margin: 0 33px 0 0; /*IE7 dont like it when you say: margin-right: 33px*/
} /*for homepage + systempage + contact*/


.System #mainContainer2 {padding-bottom: 40px;} /*for homepage + systempage + contact*/


#mainContainer{
	margin: 0 0 0 33px;
	background: url(../images/bg-body-container.png) repeat-y right top;
	/*overflow: hidden;*/
	display: block;
}
#mainContainer2{
	margin: 0;
	 background: url(../images/bg-container1.jpg) repeat-y left top;
	/*overflow: hidden;*/
	display: block;
}
/*
=========================================
----------------=HEADER=-----------------
=========================================
*/

 div#header {
  position: relative;
  margin: 0 203px 0 0;
  height: 21px;
  background: url(../images/bg-header.png) left top;
 }

#header .pager {
	background: black;
	display: block;
	width: 121px;
	height: 21px;
	margin: 0 auto;
	position: relative;
}

#header .pager a {
	display: block;
	position: absolute;
	height: 16px;
	width: 24px;
	top: 2px;
	font-size: 0.1px;
	line-height: 0.1px;
	text-indent: -10000px;
	white-space: nowrap; /* required in IE 6 */
    outline: 0; /* prevent dotted border in Firefox */
}

#header .pager a.prev:hover,
#header .pager a.next:hover {background-position: 0 -16px;}
#header .pager a.home:hover {background-position: 2px -16px;}

#header .pager a.next {
	background: url(../images/pager-next-arrow.png) no-repeat 0 0;
	right: 20px;
}

#header .pager a.prev {
	background: url(../images/pager-prev-arrow.png) no-repeat 0 0;
	left: 20px;
}

#header .pager a.home {
	background: url(../images/pager-home.png) no-repeat 2px 0;
	left: 55px;
	width: 12px;
}

/*
=========================================
=navigationCONTAINER =navigation
=========================================
*/

/*
#navigationContainer1 #navigationTab {height: 0; width:0; overflow: hidden; display: none;}
#navigationContainer1 #menuShade {height: 0; width:0; overflow: hidden; display: none;}
*/

#navigationContainer1 #navigationTab {
	visibility: visible;
	display: block;
	position: absolute;
	height: 42px;
	width: 121px;
	top: -29px;
	left: 30px;
	font-size: 0.1px;
	line-height: 0.1px;
	text-indent: -10000px;
	z-index: 102;
	background: url(../images/navigation-tab.png) no-repeat 0 0;
	white-space: nowrap; /* required in IE 6 */
    outline: 0; /* prevent dotted border in Firefox */
}

#navigationContainer1 #aboutTab {
	visibility: visible;
	display: block;
	position: absolute;
	height: 33px;
	width: 144px;
	top: -20px;
	left: 144px;
	font-size: 0.1px;
	line-height: 0.1px;
	text-indent: -10000px;
	z-index: 101;
	background: url(../images/about-tab.png) no-repeat 0 0;
	white-space: nowrap;
    outline: 0;
}
#navigationContainer1 #aboutTab:hover {background-position: 0 -33px;}

#navigationContainer1 #annomediaTab {
	visibility: visible;
	display: block;
	position: absolute;
	height: 94px;
	width: 13px;
	top: -94px;
	left: 2px;
	font-size: 0.1px;
	line-height: 0.1px;
	text-indent: -10000px;
	z-index: 101;
	background: url(../images/annomedia-tab.png) no-repeat 0 0;
	white-space: nowrap;
    outline: 0;
}

#navigationContainer1 #annomediaTab:hover {background-position: -13px 0;}


#navigationContainer1 #menuShade {
	visibility: visible;
	width: 216px;
	height: 43px;
	position: absolute;
	top: -43px;
	right: 0;
	background: url(../images/bg-menushade.png) no-repeat 0 0;
	display: block;

}

div#navigationContainer1{
  position: relative;
  padding-top: 13px;
  color: white;
  background: url(../images/navigation-border.png) left top;
  border-bottom: solid 2px black;
 }

div#navigationContainer2{
	background: url(../images/bg-navigation-container2.png) repeat-y left top #eee0bd;/*#ede2c6;*/
}
div#navigation{
	background: url(../images/bg-navigation.png) repeat-y right top;
	padding: 0 30px 100px 39px;
	text-align: left;
  	color: #3f3131;
  	font-size: 1.1em;
  	overflow: hidden;
}


div#navigation ul {
	padding-top: 12px;
	float: left;
	width: 170px;
	padding-right: 16px;
}

div#navigation ul li {
	padding-top: 1px;
	height: 34px;
	/*height: 36px;*/
	overflow: hidden;
}
div#navigation ul li a {
	background: url(../images/li-navigation.png) no-repeat left 4px;
	display: block;
	text-decoration: none;
	color: #3f3131;
	padding: 0 0 0 19px;
	line-height: 16px;

}

div#navigation ul li a:hover {
	background-image: url(../images/li-navigation-hover.png);
	color: #000;
}
div#navigation ul li.section a {
	color: #333;
	font-weight: bold;
}

div#navigation ul li.section a:hover {
	/*background-image: url(../images/li-navigation-current.png);*/
	color: #000;
}
/*
=========================================
=extraNav
=========================================
*/

#navigationContainer1 ul#extraNav {
	width: 132px;
	height: 13px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 168px;
	background: url(../images/alien-saints-button-no-js.png) no-repeat 0 0;
}

#navigationContainer1 #extraNav li {
	height: 13px;
	float: left;
	display: block;
}

#navigationContainer1 ul#extraNav li a {
	height: 13px;
	display: block;
	font-size: 0.1px;
	line-height: 0.1px;
	text-indent: -10000px;
	white-space: nowrap; /* required in IE 6 */
    outline: 0; /* prevent dotted border in Firefox */
    background: url(../images/alien-saints-button-no-js.png) no-repeat 0 0;
}

#navigationContainer1 ul#extraNav li.home {width: 96px;}
#navigationContainer1 ul#extraNav li.contact {width: 36px;}

#navigationContainer1 ul#extraNav li.home a {width: 96px; background-position: 0 0;}
#navigationContainer1 ul#extraNav li.contact a {width: 36px; background-position:  -96px 0;}

#navigationContainer1 ul#extraNav li.home a:hover {background-position: 0 -13px;}
#navigationContainer1 ul#extraNav li.contact a:hover {background-position:  -96px -13px;}


/*
=========================================
----------------=subNav=-----------------
=========================================
*/

/*div#subNav #subNavTab {height: 0; width:0; overflow: hidden; display: none;}*/

div#subNav #subNavTab {
	display: block;
	position: absolute;
	height: 90px;
	width: 44px;
	top: 200px;
	left: -77px;
	font-size: 0.1px;
	z-index: 200;
	z-index: 99;
	line-height: 0.1px;
	text-indent: -10000px;
	background: url(../images/subnav-tab.png) no-repeat 0 0;
	white-space: nowrap; /* required in IE 6 */
    outline: 0; /* prevent dotted border in Firefox */

}

 div#subNav {
  position: relative;
  float: right;
  width:171px;
  padding-top: 61px;
  background: url(../images/bg-subnav.jpg) no-repeat left top #d6d1c3;
  text-align: left;
  color: #393939;
  font-size: 1.1em;
  margin-top: -21px;
 }


#subNav h2 {
	background: url(../images/bg-subnav-h2.png) no-repeat left top #efeeea;
	color: black;
	line-height: 21px;
	padding: 0 0 0 33px;
	font-weight: bold;
	border-top: solid 1px #ccccc4;
	border-bottom: solid 1px #ccccc4;
	margin-left: -32px;
	width: 170px;
}

#subNav h2 a {color: black; text-decoration: none; display: block; padding: 0 3px 0 6px;}
#subNav h2 a:hover {color: white; background-color: #363636 }



div#subNavMenuContainer {
	position: relative;
	top: 0;
	left: -32px;
	width: 203px;
  	overflow: hidden;
  	background: url(../images/bg-subnav-menu.png) repeat-y 32px top;
 }


#subNav ul#subNavMenu {
	position: relative;/*jquery scrolling*/
	top: 0;/*jquery scrolling*/
	padding-bottom: 20px;
}

#subNav ul li {
	padding: 0 0 0 32px;
	line-height: 20px;
	background: url(../images/li-subnav.png) no-repeat 11px 6px;
	max-height: 42px;
	overflow: hidden;
}

#subNav ul li a {
	display: block;
	border-bottom: solid 1px #ccccc4;
	border-top: solid 1px #dddad1;
	color: #393939;
	text-decoration: none;
	padding: 0 3px 0 5px;
	max-height: 40px;
	overflow: hidden;
}

#subNav ul li a:hover {
	border-bottom: solid 1px #aaa;
	color: #000;
	background-color: #c1baa6;
	border-top: solid 1px #aaa;
}
#subNav ul li.current {background-image: url(../images/li-subnav-current.png);}

#subNav ul li.current a {
	border-bottom: solid 1px #ccccc4;
	border-top: solid 1px #dddad1;
	font-weight: bold;
	background: #dfddd6;
}

#subNav ul li.current a:hover {
	border-bottom: solid 1px #ccccc4;
	border-top: solid 1px #dddad1;
	background: none;
	background: #dfddd6;
}


#subNavPager {height: 0; width:0; overflow: hidden; display: none;}


/*
=========================================
     =CONTAINER1 =CONTAINER2
=========================================
*/

div#container1 {display: none;}

/*
=========================================
=CONTENTCONTAINER =CONTENT
=========================================
*/


div#contentContainer {
 padding: 45px 40px 40px 20px;
 text-align: left;
 color: #333;
 overflow: hidden;
}



