/*@charset "UTF-8";
 CSS Document */


/*General styles*/
body {
	margin:0;
}

#container {
	width: 605px;
	margin: 0;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	padding: 0;
	color: #333;
}
#mainContent {
	padding: 0 30px;
	margin:0;
	background: #FFF;
	width: 545px;
}
a {
	color: #028ED8;
	text-decoration:underline;
}
a:hover {
	color: #000;
	text-decoration:underline;
}

/*Top banner styles*/
#header2 {
	width: 605px;
	height: 180px;
	background-image: url(../../powerpack/images/top_banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#links {
	margin-left:385px;
	padding: 14px 0 0 0;
}
#links ul {
	margin:0;
	padding:0;
}
#links ul li {
	list-style-type:none;
	line-height:25px;
	padding-bottom:5px;
	width:210px;
	text-align:center;
}
#links a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	background-image:none;
	padding-left:15px;
}
#links a:hover {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	background:url(../../powerpack/images/bullet_black.gif) no-repeat left center;
	padding-left:15px;
}

/*Content styles*/
h1 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #028ED8;
}
h2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #028ED8;
}
h3 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
}
#middleContent {
	padding: 0;
	width: 575px;
	margin: 20px 0 20px -30px;
}
.system {
	padding:0;
	margin:0;
	width: 215px;
	float:left;
}
.applications {
	padding:0;
	margin-left:220px;
}

ul.benefits  {
	margin: 0px;
	padding: 0px;
}
ul.benefits li {
	background: url(../../powerpack/images/bullet_blue.gif) no-repeat left top;
	padding-left: 20px;
	list-style-type: none;
	line-height: 20px;
}
