	body {
		background:url(../images/bg.jpg) repeat-x;
		font-family: Arial;
	}
	#header {
		position:absolute;
		left:0px;
		width:100%;
		height:142px;
		z-index:-1;
	}
	#content h1 {
		display:block;
		height:142px;
		width:350px;
		background:url(/public/images/logo.png) no-repeat;
		text-indent:-1000px;
		font-size:0;
		margin-bottom: 30px;
	}
	#content h2.caps {
		font-family: "Helvetica", Arial;
		font-size:24px;
		text-transform:uppercase;
		font-weight:bold;
		color:#2d2d2d;
		margin-bottom:4px;
		margin-top: 15px;
	}
	#content a {
		color:#358bff; 
		font-weight:bold;
		text-decoration:none;
	}
	#content p {
		color:#111;
		font-size:14px;
		line-height:24px;
		font-family: "Lucida Grande", "Lucida Sans", Arial;
	}
	#content {

	}
			
	.container {
		position: relative;
	}
	
	a {
		text-decoration: none;
		color: #44a2ff;
		font-weight: bold;
	}
	
	a:hover {
		cursor: pointer;
		color: #999;
	}
	
	ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	small {
		font-size: 12px;
	}
	
	.cap {
		text-transform: capitalize;
	}
	
	.green {
		color: green;
	}

	.red {
		color: red;
	}
	
	.floatR {
		float:right;
	}
	
	.floatL {
		float:left;
	}
	
	tr.alt td, 	tr.alt th{
		background-color: #eee;
		border-top: solid 1px #ddd;
		border-bottom: solid 1px #ddd;
	}	
	
	#top-menu p {
		margin: 8px 0 10px 0;
		color: #555;
	}
	
	#top-menu-message p {
		margin-left: 12px;
	}
	
	#top-menu-links {
		text-align: right;
	}
	
	#top-menu-links p {
		color: #ccc;
		padding-right: 10px;	
	}
	
	#menu {
		background: url(/public/images/global/logomenu.png) no-repeat;
		height: 46px;
	}
	
	#menu h1 {
		
	}
	
	#menu h1 a {
		display: block;
		width: 230px;
		text-indent: -3000px;
	}
	
	#menu ul li {
	}
	
	#menu ul li a {
		padding: 11px 29px;
		float: left;
		color: #232323;
		font-weight: bold;
		font-size: 15px;
		letter-spacing: -0.5px;
 		border-left: solid 1px #ddd;
	}

	#menu ul li a:hover, #menu ul li a.current {
		background: url(/public/images/global/logomenu-hover.png) repeat-x;
		color: #eee;
	}
	
	a.button {
		padding: 6px 12px;
		background: #ddd url(../images/global/buttonbg.png) repeat-x bottom;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		font-size: 16px;
		font-weight: bold;
		color: #333;
		border: solid 1px #ddd;
		border-bottom-color: #aaa;
		border-right-color: #aaa;
		display: block;
	}
	
	a.button:hover {
		background-color: #bbbbbb;
		color: #fff;
	}
	
	a.search-button {
		display: block;
		background: url(/public/images/global/button-sprite.png) no-repeat 0px 0px;
		height: 33px;
		width: 104px;
		text-indent: -3000px;
	}
	
	a.search-button:hover {
		background: url(/public/images/global/button-sprite.png) no-repeat 0px -33px;
	}
	
	#page.span-24 {
		width: 926px;
		padding: 20px 12px 0 12px;
	}

	#page p {
		font-size: 16px;
	}
	
	#page h2 {
		font-size: 28px;
		font-weight: bold;
		letter-spacing: -1px;
		margin: 0;
	}
	
#page h2.price {
	display: block;
	padding: 4px 0 3px 0;
	background: url(../images/global/price-99.png) no-repeat right top;
	padding-right: 110px;
}

#page h2.price-149 {
	background-image: url(../images/global/price-149.png);
}

#page h2.price-199 {
	background-image: url(../images/global/price-199.png);
}

#page h2.price-249 {
	background-image: url(../images/global/price-249.png);
}

#page h2.price-299 {
	background-image: url(../images/global/price-299.png);
}

	#page h3 {
		font-size: 18px;
		font-weight: bold;
		letter-spacing: -1px;
		margin: 0 0 10px 0;
	}
	
	#page p.tagline {
		font-size: 18px;
	}

	#page div.page-input {
		margin-bottom: 40px;
	}
	
	#page div.page-input .row {
		border-bottom: solid 1px #ccc;
		padding: 15px 0;
		margin: 0 0 0 0;
	}

	#page div.page-input .row.no-border {
		border-bottom: none;
	}
	
	#page div.page-input p {
		font-size: 16px;
		font-weight: normal;
		margin: 0;
		padding: 4px 0 0 0;
	}	

	.input-box {
		font-size: 18px;
		font-weight: bold;
		font-family: Arial;		
		padding: 4px 8px;
		margin: 0;
		width: 290px;
		background: #eee;
		border: solid 1px #ccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	#page div.page-input #year_seperator {
		font-size: 18px;
		text-align: center;
		font-weight: bold;
		margin-right: 3px;
	}
	
	#page .callout {
		padding: 20px;
		background: #ddd;
		border: solid 1px #ccc;
	}
	
#home #page ul li {
	float: left;
	width: 33%;
	text-align: center;
}

#home #page .home {
	background: url(../images/global/phone.png) no-repeat right center;
}

#home #page #note {
	width: 230px;
	height: 215px;
	background: url(../images/global/note.png) no-repeat;
}

#home #page div.home-feature-block {
	padding: 10px 0px 10px 0px;
	margin: 20px 10px 20px 0px;
	background: #eee ;
	border: solid 1px #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 8px;
	text-align: left;
}

#home #page div.home-feature-block.see-how-it-works {
	height: 20px;
	padding-bottom: 15px;
	margin-top: 0;
}

#home #page div.home-feature-block.see-how-it-works a {
	color: #232323;
}

#home #page div.home-feature-block img.questionnaire-icon {
	float: right;
	margin-right: 30px;
	margin-top: -30px;
}

#home #page div.home-feature-block img.down-arrow {
	float: right;
	margin-right: 30px;
	position: relative;
	top: 8px;
}

#home #page div.home-feature-block h2 {
	font-size: 18px;
	letter-spacing: -1px;
	margin-bottom: 0px;
	padding: 0 15px;
}

#home #page div.home-feature-block p {
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans", Arial;
	margin-bottom: 0;
	padding: 0 15px;	
}

#home #page .home-feature-graphic {
	height: 100px;
	width: 259px;
	border: solid 1px #eee;
	margin: 0 auto;
}

#page .step {
	padding-top: 139px;
	margin-bottom: 20px;
}

#page .step.step-1 {
	background: url(../images/global/guy-think.png) no-repeat 6px 13px;
}

#page .step.step-2 {
 	background: url(../images/global/girl-order.png) no-repeat 0px 0px; 
}

#page .step.step-3 {
	background: url(../images/global/team.png) no-repeat 11px 3px;
}

#page .step.step-4 {
	background: url(../images/global/guy-happy.png) no-repeat 11px 1px;
}

#page .step.step-5 {
 	background: url(../images/global/icon-download.png) no-repeat 25px 15px; 
}

#page .step.step-6 {
 	background: url(../images/global/guy-biz.png) no-repeat 25px -1px; 
}

#page .step h3 {
	border-top: solid 1px #ccc;
	padding-top: 15px;
}

#page .step p {
	font-size: 12px;
	padding-right: 25px;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial;
}

#page .steps-24hr {
	height: 85px;
	background: url(../images/global/24hrs.png) no-repeat;
	text-indent: -1000px;
	margin-bottom: 40px;
}

#page .helper {
	display: none;
	position: absolute;
	left: 483px;
	margin-top: 15px;
	background: #424242 url(../images/global/helperbg.png) no-repeat left top;
}
#page #wizard textarea {
	height: 100px;
}

#page .industry .helper {
	left: 1360px;
}

#page .registration .helper {
	left: 2053px;
}

#page .row .helper p {
	padding: 10px 15px 10px 53px;
	font-size: 12px;
	color: #fff;
}

#page .row .helper p.required, #page .row .helper p.optional {
	background: red;
	padding: 3px 6px;
	margin: 10px 15px 0 53px;
	color: #eee;
	font-weight: bold;
	text-transform: uppercase;
}

#page .row .helper p.optional {
	background: #ccc;
	color: dodgerBlue;
}

#footer {
/* 	background: url(/public/images/global/footerbg.png) repeat-x; */
	background: #444;
	border-top: solid 3px #333;
	padding: 40px 0 0 0;
	height: 80px;
	margin-top: 80px;
}

#footer a.nexus-logo {
	position: relative;
	top: 3px;
	display: block;
	width: 78px;
	height: 11px;
	background: url(/public/images/global/nexus-logo.png) 0px 0px no-repeat;
	overflow: hidden;
}

#footer a:hover.nexus-logo {
	background-position: 0px -11px;
}

#footer .small-links {
	color: #ccc;
	font-size: 11px;
	margin-top: 25px;
}

#footer ul li a {
	float: left;
	color: #fff;
	margin-right: 20px;
	padding-right: 20px;
	border-right: dotted 1px #666;
}

/* jQuery Tools Wizard */

/* the root element for scrollable */ 
#wizard { 
    overflow:hidden;
    position:relative; 
    height: 600px;
} 
 
/* scrollable items */ 
#wizard .items { 
    width:20000em; 
    clear:both; 
    position:absolute; 
} 
 
/* single scrollable item called ".page" in this setup */ 
#wizard .page {  
    float:left; 
} 

#wizard h2 {
	border-bottom: solid 1px #ccc;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

#wizard .button {
	width: 55px;
}

#wizard .next-button .button {
	float: right;
}

#wizard .error {
	border: solid 1px red;
	color: #222;
}

#wizard table td span {
	color: #999;
	font-style: italic;
} 

#wizard #confirm-order.button {
	background-color: #00c000;
	width:110px;
	color: #fff;
}

#wizard #payment-loading {
	float: right;
	font-family: "Lucida Grande", "Lucida Sans", Arial;
	font-weight: bold;
	font-size: 12px;
}

#wizard #payment-loading img {
	position: relative;
	top: 3px;
}

#status-wrap {
	margin-bottom: 30px;

}

#status li {
	float: left;
	margin-right: 25px;
	padding: 8px 12px;
	font-size: 18px;
	color: #aaa;
}

#status li.active {
	font-weight: bold;
	background: #ddd;
	color: #222;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;	
	-webkit-border-top-right-radius: 6px;	
}
 
/* validation error message bar. positioned on the top edge */ 
#drawer { 
    overflow:visible; 
    position:fixed; 
    left:0; 
    top:0;
    z-index: 999;
    display: none;
    width: 100%;
    text-align: center;
    padding: 30px 0;
    background:#222;
    border-bottom: solid 2px #ccc;
}

#drawer h3 {
	color: #fff;
}

#drawer h3 strong {
	color: red;
}

#blocker {
	position: absolute;
	width: 450px;
	margin-left: -200px;
	z-index: 999;
	background: #ccc;
	padding: 20px;
	border: 3px solid #aaa;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	display: none;
}

#blocker strong {
	color: red;
}