/*
	Irongate Group screen styles

	Table of contents:
		Layout
*/

#wrapper{
	width:972px;
  margin:0 auto;
	padding:1em 0 0 0;
}
#header{
	background:transparent url(../assets/right-main_top_nowhite.jpg) no-repeat scroll left bottom;
	height:9.65em;
	width:718px;
	position:relative;
}
#content-container{
	background:transparent url(../assets/right_main_page_rpt.jpg) repeat-y scroll left top;
	float:left;
	width:716px;
}
#content-top{
	background:transparent url(../assets/right-main_middle.jpg) no-repeat scroll left top;
	float:left;
	width:716px;
}
#content-bottom{
	background:transparent url(../assets/right_main_bottom_incl_tab.jpg) no-repeat scroll left bottom;
	float:left;
	min-height:600px;
	padding:2em 3.5em 75px;
	position:relative;
	width:615px;
}
.faq #content-bottom{
	min-height:571px;
}
#menucontainer{
	background:transparent url(../assets/top_left_curve_wide.gif) no-repeat scroll left top;
	float:left;
	padding-top:7px;
	width:254px;
}
#container{
	float:left;
	background:transparent url(../assets/left_menu_rpt.jpg) repeat-y scroll left top;
}
#menu{
	background:#fff url(../assets/left_menu_main.jpg) no-repeat scroll left bottom;
	float:left;
	padding:0 26px 310px;
	width:202px;
}
.homepage #menu{
	background:#fff url(../assets/left_menu_main.jpg) no-repeat scroll left bottom;
	float:left;
	padding:0 26px 310px;
	width:202px;
/*	background-image:url(../assets/left_menu_main.jpg);
	padding-bottom:190px;
*/
}
.homecontent {
	overflow:auto; height:128px;
}
#footer{
	clear:left;
  width:100%;
	background:#999 url(../assets/bottom_edge_full.jpg) no-repeat scroll left top;
	text-align:center;
}