@charset "utf-8";

	* {
		margin: 0;
		padding: 0;
		outline: none;
	}
	a {
		text-decoration: none;
		outline: none;
	}
	img {
		border: 0;
	}
	ul {
		list-style: none;
	}
	body {
		background: #fff url(../../images/bg.jpg) repeat-x;
		text-align: center;
		font: 12px/17px Arial, Helvetica, sans-serif;
		color: #5e5e5e;
	}
	#wrapper {
		background: url(../../images/header_bg.jpg) no-repeat;
		height: 152px;
		width: 906px;
		text-align: left;
		margin: 0 auto;
	}
	#header {
		height: 152px;
		text-shadow: 1px 1px 0px #077380;
	}
	#header #logo {
		background: url(../../images/logo.gif) 20px 60% no-repeat;
		width: 400px;
		height: 130px;
		display: block;
		text-indent: -9999px;
	}
	#header ul {
		float: left;
		margin: -10px 0 0 20px;
	}
	#header ul li {
		display: block;
		float: left;
		margin: 0 0 0 0;
		position: relative;
		padding: 0 10px 0 10px;
		border-right: 1px solid #054760;
	}
	#header ul li a {
		display: block;
		float: left;
		font-size: 14px;
		color: #fff;
		margin: 0 0 0 0;
		position: relative;
		padding: 2px 4px;
	}
	#header li a:hover {
		background: #fff;
		color: #0076A8;
		text-shadow: none;
	}
	#header ul ul {
		width: 150px;
		padding: 5px;
		background: #fff;
		position: absolute;
		top: 31px;
		left: -10px;
		display: none;
	}
	#header li:hover ul {
		display: block;
	}
	#header ul ul li {
		border: 0;
		margin-bottom: 5px;
	}
	#header li:hover a {
		background: #fff;
		color: #0076A8;
		text-shadow: none;
	}
	#header ul ul li a {
		border: 0;
		color: #0076A8;
		text-shadow: none;
		font-size: 12px;
		display: block;
	}
	#header ul ul li a:hover {
		text-decoration: underline;
	}
	.lastEntry,
	.lastEntry a {
		border: 0 none !important;
	}
	#header div {
		background: url(../../images/signin_icon.gif) no-repeat;
		width: auto;
		float: right;
		padding-left: 23px;
		margin: -10px 20px 0 0;
	}
	#header div a {
		color: #fff;
		display: block;
		float: left;
	}
	#header div a:hover {
		color: #CBCBCB;
	}
	#header div a strong {
		margin: 0 0 0 10px;
		border-left: 1px solid #8abad0;
		padding-left: 10px;
	}
	#banner {
		background: url(../../images/banner_bg.jpg) no-repeat;
		width: 906px;
		height: 214px;
		display: block;
	}
	#bottom {
		background: url(../../images/bottom_bg.gif) no-repeat;
		width: 906px;
		height: 185px;
	}
	#bottom div {
		width: 245px;
		padding: 45px 0 0 25px;
		float: left;
	}
	#solutions,
	#products {
		padding-top: 50px !important;
	}
	#bottom ul li {
		background: url(../../images/bullet.gif) 0 50% no-repeat;
		padding-left: 15px;
		margin-bottom: 2px;
		font-size: 12px;
	}
	#products {
		font-size: 12px;
		margin-left: 10px;
	}
	#products a,
	#about a {
		display: block;
		color: #008ab5;
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 1px;
	}
	#products a:hover,
	#about a:hover {
		color: #358DB1;
		padding-left: 1px;
	}
	#products span {
		display: block;
		padding-bottom: 3px;
		margin-bottom: 2px;
	}
	#about {
		width: 300px !important;
		margin-left: 15px;
	}
	#about a {
		margin-top: 10px;
	}
	#footer {
		background: url(../../images/footer_bg.gif) no-repeat;
		height: 100px;
		font-size: 11px;
		padding-top: 20px;
	}
	#footer div {
		width: 400px;
		margin-left: 20px;
		float: left;
	}
	#footer a {
		color: #008ab5;
	}
	#footer ul {
		float: right;
		margin-right: -10px;
	}
	#footer ul li {
		display: block;
		float: left;
		margin: 0 15px 0 0;
		border-right: 1px solid #e2e2e2;
		padding-right: 15px;
	}
	#footer ul li a {
		display: block;
		float: left;
		padding: 0 2px 0 2px;
	}
	#footer ul li a:hover {
		background: #008ab5;
		color: #fff;
	}
