/*
	Irongate Group screen styles

	Table of contents:
		Layout
*/

#wrapper{
	width:972px;
    margin:0 auto;
	padding:1em 0 0 0;
}
#header{
	background:transparent url(../assets/II_right-main_top_nowhite.jpg) no-repeat scroll left bottom;
	height:9.65em;
	width:718px;
	position:relative;
}
#content-container{
	background:transparent url(../assets/II_right_main_page_rpt.jpg) repeat-y scroll left top;
	float:left;
	width:716px;
}
#content-top{
	background:transparent url(../assets/II_right-main_middle.jpg) no-repeat scroll left top;
	float:left;
	width:716px;
}
#content-bottom{
	background:transparent url(../assets/II_right_main_bottom_incl_t.jpg) no-repeat scroll left bottom;
	float:left;
	min-height:500px;
	padding:2em 3.5em 75px;
	position:relative;
	width:615px;
}
.faq #content-bottom{
	min-height:571px;
}
#menucontainer{
	background:transparent url(../assets/II_top_left_curve_wide.gif) no-repeat scroll left top;
	float:left;
	padding-top:7px;
	width:254px;
}
#container{
	float:left;
	background:transparent url(../assets/II_left_menu_rpt.gif) repeat-y scroll left top;
}
#menu{
	background:#fff url(../assets/II_left_menu_main.jpg) no-repeat scroll left bottom;
	float:left;
	padding:0 26px 300px;
	width:202px;
}
.homepage #menu{
	background-image:url(../assets/II_left_menu_main.jpg);
	padding-bottom:300px;
}
#footer{
	clear:left;
  width:100%;
	background:#999 url(../assets/II_bottom_edge_full.jpg) no-repeat scroll left top;
	text-align:center;
}