/*
 * Positioning of page
 */
 
 html, body 
{
     height: 100%;
     margin: 0 auto;
     padding: 0;
}

.clear
{
	clear: both;
}


#container
{
     min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -56px;
	
     width: 884px;
}



#header
{
     height: 173px;
	 position: relative;
}

#footer, #footer_push 
{
     height: 56px;
     position:relative;
}



#content
{
     
     

}


#menu
{
	position: absolute;
	right: 0;
	top: 0;
}

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

#menu ul li
{
	float: left;
}



#scrollers
{
	height: 270px;
}

#scrollers .scroller_header
{
	position: absolute;
	width: 900px;
	height: 29px;
	top: 0px;
	left: 0px;
	margin-top: -29px;
	margin-left: -8px;
	background: transparent url('/img/scroller_header.png');
}

#scrollers .scroller_footer
{
	position: absolute;
	width: 900px;
	height: 29px;
	top: 270px;
	left: 0px;
	margin-left: -8px;
	background: transparent url('/img/scroller_footer.png');
}

#scrollers .scroller_left
{
	position: absolute;
	width: 72px;
	height: 270px;
	top: 0px;
	left: 0;
	margin-left: -30px;
	background: transparent url('/img/dotted_scroller_left.png');
	z-index: 100;
}

#scrollers .scroller_right
{
	position: absolute;
	width: 72px;
	height: 270px;
	top: 0px;
	right: 0px;
	margin-right: -30px;
	background: transparent url('/img/dotted_scroller_right.png');
	z-index: 100;
}
#scroller_content
{
	z-index: 90;
	visibility: hidden;
}

#scrollers2
{
	height: auto;
}

#scrollers2 .scroller_header2
{
	position: absolute;
	width: 900px;
	height: auto;
	top: 0px;
	left: 0px;
	margin-top: -29px;
	margin-left: -8px;
	background: transparent url('/img/scroller_header2.png');
	background-repeat:no-repeat
}
