#systems {
	background-color: #e0e5ea;
	position: relative;
	float: left;
	background-position: right;
	background-repeat: repeat-y;
	background-image: url(../images/systems/sidebar_color.gif);
	padding-bottom: 1px;
}
#pageSystemsIntro #systems {
	background-image: url(../images/systems/introSide.gif);
}

#systems .inner {
	width: 745px;
}

#main {
	width: 545px;
}

.product {
	padding-bottom: 10px;
	width: 545px;
	display: block;
	float: left;
	clear: both;
}

.alt {
	background-color: #D4DAE2;
}

.product h2 {
	padding: 0px;
	margin: 0 0 1em 0;
}

.product img {
	margin-right: 10px;
	display: block;
	float: left;
}

#footer {
	clear: both;
}

.product p, .product h2 {
	padding: 0 10px;
}

#side {
	font-size: .8em;
	left: 545px;
	position: absolute;
	border-width: 200px;
}

#sidePadding {
	padding: 0 10px;
}

#main h1, #main p {
	padding: 0 10px;
}

#systemsWrap {
	width: 100%;
	float: left;
	background-color: #9ca6b7;
}

#systemsImg {
	background-color: #b5bdca;
}

#systemsNav {
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 0px;
	width: 100%;
	float: left;
	list-style-type: none;
	padding: 0px;
	background-color: #b5bdca;
}

#systemsNav li {
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	float: left;
}

#systemsNav a {
	font-weight: bold;
	color: #333;
	background-color: #cbd1da;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
}

#systemsNav a:hover {
	background-color: #9ca6b7;
}

#systemsNav a.current {
	background-color: #dfe5ea;
}

#intro {
	background-color: #b3bcc8;
	padding: 1px 0;
}
#pageSystemsIntro #systemsImg {
	background-color: #9ca6b7;
}

.systemsSection {
	clear: both;
	background-color: #fff;
	background: url(../images/systems/systemsSectionSide.gif) repeat-y right #fff;	
	float: left;
	width: 100%;
}
.systemsSection h1, #pageSystemsIntro h1 {
	margin: 0;
	font-size: 16px;
	color: #333;
	display: block;
	padding: 10px;
	background-color: #b3bcc8;
	border-bottom: solid 1px #fff;
}
#pageSystemsIntro #systems p {
	width: 525px;
	padding-left: 10px;
}

.systemsSection ul {
	margin: 0;
	list-style: none;
	padding: 0;
	float: right;
}
.systemsSection li {
	width: 200px;
	margin: 0;
	padding: 0;
}
.systemsSection li a {
	display: block;
	width: 200px;
	text-decoration: none;
	color: #333;
	border-bottom: solid 1px #fff;
	background-color: #e0e5ea;
}
.systemsSection li a strong {
	padding: 5px 10px;
}
.systemsSection li a:hover {
	background-color: #b3bcc8;
}
#systemsIntro {
	/* border-top: solid 5px #fff; */
	border-bottom: solid 5px #fff;
	/* background-color: #e0e5ea; */
	padding: 1px 10px;
}
#systemsIntro h1 {
	position: relative;
	margin: 0 -10px;
}
#pageSystemsIntro #systemsIntro p {
	width: 500px;
	padding-left: 0;
	/* font-size: 1.1em; */
	line-height: 1.2em;
}

#side ul.downloads {
	margin-right: 0;
	padding: 0;
	list-style: none;
}
#side ul.downloads li {
	display: block;
}
#side ul.downloads li a {
	padding: 5px 0 5px 20px;
	margin: 0;
	color: #000;
}
#side ul.downloads li a:hover {
	color: #666;
}
