#wrapper {
	width: 975px;
	padding-left: 0;
	padding-right: 0;
}

#top_nav {
	margin-top: 17px;
}

/*#top_nav ol li a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}*/

#content {
	width: 877px;
	padding: 10px 45px 20px;
	margin: 0 auto;
	color: #bfbfbe;
	position: relative;
}

#askExpertLink {
	position: absolute;
	top: -29px;
	left: 235px;
}

#askExpertForm {
	position: absolute;
	top: 0;
	left: 129px;
	width: 280px;
	padding: 20px 35px;
	background-color: #000;
	border: 1px solid #999;
	border-top: 0;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	display: none;
}

#askExpertForm.inPage {
	display: block;
	border: 0;
	background: none;
	-webkit-border-radius: 0;
	-moz-broder-radius: 0;
	position: static;
	top: auto;
	left: auto;
}

#askExpertForm .results {
	width: 100%;
	height: 35px;
	overflow: hidden;
	display: none;
}

#askExpertForm label {
	display: block;
	margin-top: 10px;
}

#askExpertForm label span.error {
	float: right;
	color: #F33;
}

#askExpertForm label span {
	float: left;
}

#askExpertForm label:first-child {
	margin-top: 0;
}

#askExpertForm input, #askExpertForm textarea {
	width: 100%;
	clear: both;
}

#askExpertForm .close {
	float: right;
	margin-right: -20px;
	margin-bottom: -10px;
}

h1 {
	background: url(../images/split-landing/high-volume.png) no-repeat;
	width: 513px;
	height: 17px;
	text-indent: -10000px;
}

#links_bar {
	width: 915px;
	height: 42px;
	background: url(../images/split-landing/bar-shadow.png) bottom center no-repeat;
	text-align: right;
	padding: 5px 30px 0;
}

#bottom_nav {
	width: 975px;
	height: 191px;
	background: url(../images/split-landing/bottom-nav.png) bottom center no-repeat;
	margin: 10px 0 30px;
}

#bottom_nav a {
	display: block;
	width: 225px;
	height: 95px;
	float: left;
	margin: 5px 0 0 10px;
	padding: 80px 44px 0 43px;
	color: #868686;
	line-height: 1.5em;
	font-size: 10px;
}

#bottom_nav a#application {
	width: 280px;
	padding-left: 16px;
	padding-right: 16px;
	color: #e8e8e7;
}

#bottom_nav a#revolution {
	width: 240px;
	padding-left: 36px;
	padding-right: 36px;
}

#bottom_nav a span {
	color: #d70a3d;
}

.inputLabel {
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}
