
@import url('reset.css');

	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;
	}
	.btn {
		display: inline-block;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	sup {
		position: relative;
		top: -3px;
		font-size: 10px;
	}
	
	/* HEADER */
	
	#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: -15px 0 0 20px;
	}
	#header ul li {
		display: block;
		float: left;
		margin: 0;
		position: relative;
		padding: 0 8px 0 8px;
		border-right: 1px solid #054760;
	}
	#header ul li a {
		display: block;
		float: left;
		font-size: 14px;
		color: #fff;
		margin: 0;
		position: relative;
		padding: 6px 6px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	#header li a:hover {
		background: #fff;
		color: #0076A8;
		text-shadow: none;
	}
	#header ul ul {
		width: 150px;
		padding: 8px;
		background: #fff;
		position: absolute;
		z-index: 9999;
		top: 40px;
		left: -12px;
		display: none;
		-moz-box-shadow: 0 2px 2px #aaa;
		-webkit-box-shadow: 0 2px 2px #aaa;
		box-shadow: 0 2px 2px #aaa;
		-webkit-border-radius: 3px;
		-webkit-border-top-left-radius: 0;
		-moz-border-radius: 3px;
		-moz-border-radius-topleft: 0;
		border-radius: 3px;
		border-top-left-radius: 0;
	}
	#header li:hover ul {
		display: block;
	}
	#header ul ul li {
		border: 0;
		margin-bottom: 5px;
		float: none;
		clear: both;
	}
	#header li:hover a {
		background: #fff;
		color: #0076A8;
		text-shadow: none;
	}
	#header ul ul li a {
		width: 130px;
		border: 0;
		color: #0076A8;
		text-shadow: none;
		font-size: 12px;
		display: block !important;
	}
	#header ul ul li a:hover {
		text-decoration: underline;
	}
	.lastEntry,
	.lastEntry a {
		border: 0 none !important;
	}
	#header ul li ul ul {
		display: none !important;
		position: relative;
		z-index: 9999;
	}
	#header ul li ul ul li a {
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	#header ul li ul ul li:first-child a {
		-webkit-border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-topright: 3px;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}
	#header ul li ul ul li:last-child a {
		-webkit-border-bottom-right-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-bottomright: 3px;
		-moz-border-radius-bottomleft: 3px;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 0;
	}
	#header ul li ul li:hover ul {
		width: 230px;
		height: 110px;
		display: block !important;
		position: absolute;
		top: -10px;
		left: 130px;
		z-index: 999;
		margin: 0;
		padding: 0;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#header ul li ul li ul li {
		margin-bottom: 10px;
	}
	ul.subnav {
		height: 140px;
	}
	ul.subnav ul a {
		width: 200px !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 {
		padding-top: 60px !important;
	}
	#products {
		font-size: 12px;
		margin: 10px 0 0 10px;
	}
	#bottom a {
		display: block;
		color: #008ab5;
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	#bottom 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;
	}

