#solutions {
	background: url(themes/fge_images/standard/background.gif) repeat-y;
	background-position: center 150px;
}
#solutions #main {
	background: url(themes/fge_images/standard/top_panel_bg.jpg) repeat-x;
	background-position: 0px 134px;	
}
#solutions_top_panel {
	background: url(themes/fge_images/standard/standard_top_panel_bg.jpg) no-repeat top right;
	height: 99px;
	position: relative;
}
#solutions_top_panel h2 a {
	color: #fff;
	font-size: 38px;
	font-weight: 700;
	padding-top: 15px;
	margin-left: 10px;
	width: 500px;
	text-decoration: none;
}

#solutions_items {
	float: left;
	width: 700px;
	margin-top: 20px;
}
.solutions_item {
	width: 500px;
	padding-left: 200px;
	clear: both;
	margin-bottom: 20px;
}
.solutions_item_image {
	background: url(themes/fge_images/standard/list_page_item_bg.jpg) no-repeat;
	width: 142px;
	padding-left: 8px;
	height: 142px;
	padding-top: 8px;
	float: left;
	margin-left: -190px;
	margin-bottom: 20px;
	display: inline;
}
.solutions_item p {
	font-size: 12px;
	line-height: 18px;
	width: 450px;
}
.solutions_item a {
	font-size: 13px;
	text-decoration: none;
	font-weight: 700;
}
.solutions_item h3 a {
	margin-bottom: 20px;
	font-size: 22px;
	color: #0f5aad;
	font-weight: normal;
	width: 450px;
	text-decoration: none;
}

/* Right hand */
#right_hand_nav {
	float: left;
	margin-left: 40px;
	padding-left: 20px;
	width: 180px;
	position: relative;
}
#right_hand_nav a {
	float: left;
	display: block;
	width: 180px;
	padding-top: 10px;
	padding-bottom: 9px;
	border-bottom: 1px solid #d4dde5;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
}
#right_hand_nav a.last {
	border-bottom: none;
	margin-bottom: 30px;
}
#right_hand_nav .left_corner {
	position: absolute;
	top: 0px;
	left: -12px;
	background: url(themes/fge_images/home/left_corner.gif) no-repeat;
	width: 13px;
	height: 10px;
	display: block;
}
#right_hand_nav .right_corner {
	position: absolute;
	top: 0px;
	right: -33px;
	background: url(themes/fge_images/home/right_corner.gif) no-repeat;
	width: 13px;
	height: 10px;
	display: block;
}
#right_hand_nav h4 {
	border-bottom:2px solid #AAB9C6;
	padding-bottom:20px;
	color:#1C3756;
	font-size:18px;
	margin-bottom:10px;
	margin-top: 20px;
}
#right_hand_nav p {
	font-size: 12px;
}