body {
	margin: 0;
	font: 22px Arial, Verdana, sans-serif;
	background: #666;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
	display: block;
}
#wrapper {
	width: 950px;
	margin: 0 auto;
	background: url(../images/bg-main.gif);
	overflow: hidden;
}
/* header */
#header {
	background: url(../images/bg-header.jpg);
	width: 950px;
	height: 110px;
	overflow: hidden;
	position: relative;
}
.logo {
	background: url(../images/logo-new.png) no-repeat;
	text-indent: -9999px;
	width: 222px;
	height: 99px;
	margin: 0;
	position: absolute;
	top: 3px;
	left: 27px;
}
.logo a {
	display: block;
	width: 222px;
	height: 74px;
	overflow: hidden;
}
/* login form */
#header form {
	position: absolute;
	top: 19px;
	right: 39px;
	width: 222px;
}
#header form fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
#header input {
	float: left;
}
#header .txt {
	width: 132px;
	height: 17px;
	border: 1px solid #000;
	margin: 0 0 0 11px;
	padding: 0 0 0 4px;
	font-family: Arial, Verdana, san-serif;
}
/* header navigation */
#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	position: absolute;
	right: 33px;
	bottom: 22px;
}
#header ul li {
	float: left;
	background: url(../images/separator.gif) no-repeat 0 9px;
	margin: 0 2px 0 -2px;
	padding: 0 11px;
}
#header ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
/* main navigation */
#nav {
	background: #eec941;
	width: 950px;
	height: 31px;
	position: relative;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top:11px;
	right: 33px;
	font-size: 14px;
	line-height:20px;
	font-weight: bold;
}
#nav ul li {
	float: left;
	background: url(../images/bg-nav-item.gif);
	margin: 0 6px 0 0;
	display: inline;
}
#nav ul li a {
	color: #555450;
	display:block;
	text-align:center;
	width: 73px;
	height: 20px;
}
#nav ul li.active a {
	/*padding: 0 0 25px;*/
	background: url(../images/bg-nav-item-hover.gif);
	text-decoration: none;
}
#nav ul li a:hover {
	/*padding: 0 0 25px;*/
	background: url(../images/bg-nav-item-hover.gif);
	text-decoration: none;
}
/* content */
#content {
	padding: 26px 31px 23px 118px;
	background: url(../images/bg-content.gif) no-repeat;
	overflow: hidden;
	width: 801px;
}
/* home page */
#content p {
	margin: 50px 0 0 5px;
	line-height: 35px;
}
.main-block {
	width: 100%;
	overflow: hidden;
	padding: 16px 0 30px 0;
}
.questions {
	width: 390px;
	float: left;
}
#content .questions p {
	margin: 52px 0 0 5px;
}
.questions ul {
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
	line-height:37px;
	font-weight: bold;
	font-size: 15px;
}
.questions li {
	background: url(../images/bg-questions.png);
	width: 387px;
	height: 37px;
	margin: 10px 0 0;
}
.questions li a {
	color: #eec941;
	display:block;
	width: 372px;
	position: relative;
	padding:0 0 0 15px;
}
.take-tour {
	background: url(../images/bg-take-tour.png);
	width: 337px;
	height: 290px;
	float: right;
}
.take-tour a {
	background: url(../images/text-take-tour.png);
	position: relative;
	text-align: center;
	font-size: 12px;
	color: #fff;
	display: block;
	width: 136px;
	height: 25px;
	padding: 9px 0 0;
	overflow: hidden;
	margin: 125px 0 0 87px;
}
.powered-by {
	float: right;
	margin: 0 3px 0 0;
}
/* buy page */
.left-column {
	width: 430px;
	float: left;
}
.left-column .sub-nav {
	margin: 9px 0 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	overflow: hidden;
	width: 100%;
}
.left-column .sub-nav li {
	float: left;
	background: url(../images/separator1.gif) no-repeat 0 2px;
	margin: 0 2px 0 -2px;
	padding: 0 8px;
}
.left-column h2 {
	margin: 22px 0 0 4px;
	font-weight: normal;
	font-size: 22px;
}
.left-column p {
	color: #666;
	font-size: 12px;
	line-height: 23px !important;
	margin: 2px 0 28px 4px !important;
}
.left-column h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 0 4px;
	color: #666;
}
.right-column {
	width: 313px;
	float: right;
	padding: 0 4px 0 0;
}
.right-column p {
	margin: 0 !important;
	line-height: 32px;
}
.right-column ul {
	margin: 36px 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 313px;
}
.right-column ul li {
	float: left;
}
.right-column .right {
	margin: 0 0 0 52px;
}
.request-demo {
	background: url(../images/bg-request-demo.png);
	line-height: 22px;
	width: 296px;
	display: block;
	font-size: 16px;
	color: #fff;
	padding: 0 0 0 12px;
	margin: 25px 0 0 0;
}
.screens {
	padding: 0 0 19px 0;
}
.view-screen {
	background: url(../images/btn-view.png) no-repeat 100% 0;
	font-size: 12px;
	color: #666;
	line-height: 18px;
	float: left;
	margin: 5px 0 0 0;
	padding: 0 0 0 4px;
	width: 118px;
	cursor: pointer;
}
/* footer */
#footer {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}
#footer p {
	color: #fff;
	font-size: 12px;
	margin: 0 0 0 3px;
	line-height: 28px;
}

