	.about #banner,
	.support #banner,
	.customers #banner,
	.solutions #banner,
	.contacts #banner,
	.products #banner,
	.press #banner,
	.studies #banner,
	.partners #banner,
	.resources #banner,
	.capabilities #banner,
	.investors #banner,
	.careers #banner,
	.singletone #banner,
	.singlekey #banner,
	.singleview #banner {
		height: 109px;
	}
	.resources #banner {
		background: url(../../images/resources_banner.jpg) no-repeat;
	}
	.singletone #banner {
		background: url(../../images/singletone_banner.jpg) no-repeat;
	}
	.singlekey #banner {
		background: url(../../images/singlekey_banner.jpg) no-repeat;
	}
	.singleview #banner {
		background: url(../../images/singleview_banner.jpg) no-repeat;
	}
	.investors #banner {
		background: url(../../images/investors_banner.jpg) no-repeat;
	}
	.careers #banner {
		background: url(../../images/careers_banner.jpg) no-repeat;
	}
	.capabilities #banner {
		background: url(../../images/capabilities_banner.jpg) no-repeat;
	}
	.press #banner {
		background: url(../../images/press_banner.jpg) no-repeat;
	}
	.about #banner {
		background: url(../../images/about_banner.jpg) no-repeat;
	}
	.support #banner {
		background: url(../../images/support_banner.jpg) no-repeat;
	}
	.customers #banner {
		background: url(../../images/customers_banner.jpg) no-repeat;
	}
	.solutions #banner {
		background: url(../../images/solutions_banner.jpg) no-repeat;
	}
	.contacts #banner {
		background: url(../../images/contacts_banner.jpg) no-repeat;
	}
	.products #banner {
		background: url(../../images/products_banner.jpg) no-repeat;
	}
	.studies #banner {
		background: url(../../images/studies_banner.jpg) no-repeat;
	}
	.partners #banner {
		background: url(../../images/partners_banner.jpg) no-repeat;
	}
	#content {
		background: url(../../images/content_bg.jpg) repeat-y;
		position: relative;
		font-size: 13px;
		overflow: hidden;
		line-height: 20px;
	}
	#contentWrapper a {
		color: #127c9e;
	}
	#contentWrapper {
		width: 75%;
		min-height: 100%;
		padding: 0 0 0 30px;
	}
	#content h3 {
		color: #127c9e;
		font-weight: normal;
		font-size: 18px;
		line-height: 22px;
		padding-bottom: 15px;
		border-bottom: 1px solid #e2e2e2;
	}
	#content p {
		margin: 15px 0 0;
	}
	#contentFooter {
		background: url(../../images/content_footer_bg.jpg) no-repeat;
		height: 43px;
	}
	.indent {
		padding-left: 20px;
	}
	ol.indent {
		margin-left: 40px;
	}
	.indent strong {
		display: block;
		font-size: 20px;
		font-weight: normal;
		color: #1393D0;
		margin-bottom: 3px;
	}
	.indent em {
		font-size: 13px;
		font-weight: bold;
	}
	.contacts #contentWrapper {
		width: 534px;
		float: left;
	}
	#form {
		background: url(../../images/form_bg.gif) no-repeat;
		width: 286px;
		height: 338px;
		float: right;
		margin: 0 20px 0 0;
		padding: 10px 0 0 20px;
	}
	#form div {
		clear: both;
		margin-bottom: 15px;
	}
	#form label {
		color: #fff;
		display: block;
		margin-bottom: 3px;
	}
	#form div input[type=text],
	#form div textarea {
		background: #fff;
		width: 260px;
		height: 18px;
		border: 1px inset #aaa;
		padding: 2px 0 0 2px;
		color: #777;
		font: inherit;
	}
	#form div textarea {
		height: 100px;
	}
	#form em {
		width: 152px;
		display: block;
		float: left;
		font-size: 11px;
		color: #fff;
	}
	#form p {
		margin-top: -10px;
	}
	#form input[type=button] {
		background: url(../../images/submit_button.gif) no-repeat;
		width: 98px;
		height: 36px;
		border: 0 none;
		float: right;
		font-size: 0;
		text-indent: -999px;
		margin: 5px 22px 0 0;
	}
	.cast {
		position: absolute;
		display: block;
	}
	.left {
		float: left;
	}
	.right {
		float: right;
	}
	h3 span {
		display: block;
		font-size: 13px;
	}
	.bulletlist {
		margin: 15px 0;
	}
	.bulletlist li {
		margin-bottom: 15px;
		padding-left: 20px;
	}
	.bulletlist li span {
		display: inline-block;
		margin-right: 5px;
	}
	.cbox {
		background: #F6F6F6;
		padding: 15px;
		border: 1px solid #E2E2E2;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		margin: 20px 0;
	}
	.cbox .title {
		font-size: 14px;
	}
	.cbox ul {
		width: 95%;
	}
	.plaintable {
		margin: 20px 0;
	}
	.plaintable thead {
		font-size: 14px;
		font-weight: bold;
	}
	.plaintable th {
		background: #5E5E5E;
		color: #fff;
		padding: 10px;
	}
	.plaintable tbody tr {
		background: #F3F3F3;
		border-bottom: 1px solid #E2E2E2;
	}
	.plaintable tbody tr:nth-child(odd) {
		background: #f9f9f9;
	}
	.plaintable td {
		padding: 10px;
	}
	ul.products {
		display: table;
		text-align: center;
		margin: 30px auto 20px auto;
		clear: both;
	}
	ul.products li {
		width: 220px;
		float: left;
	}
	ul.products span {
		font-size: 12px;
		font-weight: bold;
	}
