/* HTML Tag Redefinition */
html, body {height: 100%;  }
body { padding: 0px; margin: 0px; }
a { cursor:pointer}
.clear { clear: both; }

ul {
	/*list-style:none;
	margin:0;
	padding:0;*/
}
ul li {
	/*padding:0 0 0 15px;
	margin:0;
	background: url(../images/arrow.gif) no-repeat 2px 6px;
	*/
}

clear{
	clear:both;
}

/* ----------- PAGE STRUCTURE ----------- */
div#page{
	background:url(../images/bg-overlay.png) no-repeat fixed center 0px;
	padding-top:21px;
	padding-bottom:67px;
}


div#page.home{
	/*background:url(../images/bg-overlay.png) no-repeat fixed center 0px;*/
}


div#page_container  {
	width:850px;
	margin:0 auto;

}

div#header {
	width:100%;
	margin:0 0 5px 0;
}

div#body {
	width:100%;
	background-color:#FFF;
	position:relative;
}

div#leftcontent{
	float:left;
	width:200px;
	padding:30px 0 37px 37px;
	
}

div#leftcontent div#leftcontent_inner{
	width:143px;
}

.centeralign{
	text-align:center;
}

div#footer{
	position: absolute;
	bottom: 16px;
	left: 200;
	/*margin-top: 37px;*/
	font-size:10px;

}


div#content{
	float:left;
	width:537px;
	padding:30px 37px 37px 37px;
	min-height:200px;
	
}

div#content.home{
	background:url(../images/homepage-pattern.gif) no-repeat scroll right bottom;
}



div#content div#homecontent {
	/*background:url(../images/homepage-pattern.gif) no-repeat scroll right bottom;
	min-height:340px;
	position:absolute;*/
}

div#image_overlay{
	/*
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	z-index:-1;
	background:url(../images/bg-overlay.png) no-repeat fixed center 0px;
	opacity:0.5;
	filter:alpha(opacity=50);
	border: medium dotted #F00;
	overflow:hidden;
	*/
}


/* ----------- MENU ----------- */
#menucontainer{
	padding-left:210px;
}

#menucontainer #menu {
	height:40px;
	width:100%;
	background:url(../images/menu-bg.png) repeat-x scroll 0 0;
}

#menucontainer #menu ul {
      list-style-type:none;
      margin:0;
      padding:0;
}

#menucontainer #menu ul li {
      float:left;
}

#menucontainer #menu a, #menucontainer #menu a:visited, #menucontainer #menu a:active {
      text-decoration:none;	
      display:block;
      height:20px;
      padding:10px 7px 10px 7px;
      color:#434343;
      font-size:13px;
      font-weight:bold; 
}

#menucontainer #menu a:hover {
      color:#000000;
}

#menucontainer #menu a.selected, #menucontainer #menu a:hover, #menucontainer #menu li.first a.selected:hover{
	background:url(../images/menu-bg-over.gif) repeat-x scroll 0 0;
}

#menucontainer #menu li.first a{
      padding:10px 10px 10px 52px;
}

#menucontainer #menu li.first a.selected{
      background:none;
}


#menucontainer #menu #menu_overlay{
      background:url(../images/menu-corner-overlay.png) no-repeat scroll 0 0;
      width:42px;
      height:40px;
      position:absolute;
}
