/* @override http://incent/css/screen.css */

html {
	font-family: Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	color: #333;
}

.container_12 {
	text-align: left;
}

.hidden {
	display: none;
}

.wrap {
	float: left;
	min-width: 100%;
}

hr {
	border: 1px dotted #ccc;
	border-style: dotted none none none;
	height: 1px;
	clear: both;
	width: 99.9%;
	margin: 0 0 10px 0;
}

hr.space {
	margin-top: 30px;
}

.grid_6 hr.space, .grid_6 hr {
	width: 96%;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* @group header */

.header {
	padding: 10px 0 0 0;
}

.header h1 a {
	display: block;
	width: 229px;
	height: 84px;
	text-indent: -999em;
	padding-bottom: 0px;
}

#background {
	z-index: -1;
	position:absolute;
	width: 20%;
	height: 20%;
}

.header-navigation {
	float: right;
}

.header-navigation li {
	float: left;
	border-right: 1px dotted #ccc;
}

.header-navigation li span {
	font-size: 1.1em;
	text-transform: uppercase;
	padding-right: 15px;
}

.header-navigation a {
	text-decoration: none;
	color: #333;
	text-transform: uppercase;
	font-size: 1.1em;
	display: block;
	padding: 1px 15px 1px 15px;
}

.header-navigation a:hover, .header-navigation a:focus {
	text-decoration: underline;
}

.header-navigation a.selected {
	font-weight: bold;
}

.header-navigation li:last-child {
	border-right: none;
	padding-right: 0;
}

.header-navigation li:last-child a {
	padding-right: 0;
}

.header_text
{ 
	font-size:13px;
	line-height:20px;
	margin-left:320px;
	margin-top:30px;
}


.content h2, .content h4 a,
.headings h2 a:hover,
.content p a,
.site-navigation li a,
.site-navigation h4 a:hover,
.grid_3 p strong, .grid_4 p strong,
.contact-form label,
h3 span, .team-index a {
	color: #3165cb;
}

/* @end */

/* @group global-navigation */

.global-navigation {
	float: left;
	width: 940px;
	padding-bottom: 20px;
}

.global-navigation li {
	float: left;
}

.global-navigation a {
	text-indent: -999em;
	display: block;
	text-decoration: none;
	float: left;
	height: 50px;
	background-position: 0 -100px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#products { background-image: url(http://incentalign.com/images/products.gif); width: 115px;}
/* #partners { background-image: url(http://incentalign.com/images/partners.gif); width: 113px;} */
#industries { background-image: url(http://incentalign.com/images/industries.gif); width: 113px;}
#contact { background-image: url(http://incentalign.com/images/contact.gif); width: 129px;}
#about { background-image: url(http://incentalign.com/images/about.gif); width: 112px;}
#verticals { background-image: url(http://incentalign.com/images/verticals.gif); width: 112px;}
#blog { background-image: url(http://incentalign.com/images/blog.gif); width: 112px;}

.global-navigation a:hover {
	background-position: 0 -50px;
}

.global-navigation a.selected, .global-navigation a.selected:hover, .global-navigation a.selected:focus {
	background-position: 0 0;
}

#demo {
	width: 359px;
	background: url(http://incentalign.com/images/search-bg.gif) no-repeat left top;
	height: 50px;
}

#demo a {
	width: 162px;
	height: 26px;
	background: url(http://incentalign.com/images/demo.png) no-repeat 0 -26px;
	float: right;
	margin: 13px 20px 0 0;
	display: inline;
}

#demo a:hover, #demo a:focus {
	background-position: 0 0;
}

/* @end */

/* @group banner */

.banner {
	background: url(http://incentalign.com/images/banner.jpg) no-repeat left top;
	height: 260px;
	padding-bottom: 20px;
	position: relative;
}

.banner h1 {
	background: url(http://incentalign.com/images/empowering.png) no-repeat left;
	width: 560px;
	height: 83px;
	text-indent: -999em;
	position: absolute;
	right: 15px;
	top: 70px;
}

.banner a {
	position: absolute;
	text-decoration: none;
	right: 0;
	bottom: 55px;
	background: url(http://incentalign.com/images/button.png) no-repeat 0 -25px;
	display: block;
	font-size: 1.2em;
	color: #111;
	font-weight: bold;
	width: 220px;
	height: 25px;
	text-transform: uppercase;
	text-indent: 15px;
	line-height: 27px;
	text-shadow: 0 1px 0 #fff;
	overflow: hidden;
}

.banner a:hover {
	background-position: 0 0;
	text-shadow: 0 1px 0 #eee;
}

/* @end */

/* @group content */

.headings {
	height: 5em;
}

.content {
}

.content .grid_6 {
	padding-bottom: 20px;
}

.content h2 {
	font-size: 2.4em;
	font-weight: bold;
	margin-bottom: 5px;
}

.content h2.error {
	color: #990000;
}

.headings .content h2,
.headings .content h3 {
	float: left;
}

.content h3 {
	font-size: 1.7em;
	font-weight: bold;
	padding-right: 40px;
	margin: 0 0 10px 0;
	line-height: 1.5;
}

.content h4 a {
	font-size: 2em;
	font-weight: bold;
	text-decoration: none;
	margin: 20px 0 0 15px;
	display: block;
	float: left;
}

.content h4 span {
	font-size: .95em;
	color: #444;
}

.content p {
	font-size: 1.4em;
	line-height: 1.5;
	margin: 0 0 10px 0;
	padding-right: 20px;
}

.content p a {
	text-decoration: none;
}

.content p a:hover, .content p a:focus {
	text-decoration: underline;
}

.content ul {
	margin: 10px 0 20px 0;
}

.content ul li {
	background: url(http://incentalign.com/images/small-arrow.gif) no-repeat left 7px;
	font-size: 1.3em;
	line-height: 1.5;
	margin-bottom: 10px;
	padding: 0 0 0 20px;
	width: 80%;
	font-style: italic;
}

.content ul li li {
	font-size: .9em;
	padding-right: 0;
}

.content ul li p {
	font-size: 1.1em;
}

.border-right {
	border-right: 1px dotted #ccc;
	margin-right: 9px;
	margin-bottom: 15px;
}

.product-icon {
	float: left;
	border-right: 1px dotted #ccc;
	margin: 0 0 10px 0;
	padding-right: 10px;
	padding-bottom: 1px;
}

.headings .product-icon {
	margin-right: 20px;
}

.product-image {
	padding: 4px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

a.product-image {
	display: block;
	clear: both;
}

p.caption {
	font-size: 1.2em;
	font-style: italic;
	background: url(http://incentalign.com/images/small-arrow.gif) no-repeat left 5px;
	padding: 0 50px 0 15px;
	margin: 0 0 20px 0;
}

/* @group home page */

.testimonials h2 {
	color: #999;
	margin-bottom: 51px;
}

p.quote {
	sizefloat: left;
	font-weight: bold;
	font-size: 1.3em;
	margin: 0 0 10px 0;
	color: #555;
}


p.name {
	clear: both;
	font-size: 1.1em;
	padding: 0 0 15px 0;
	margin: 0 1px 10px 0;
}

p.name strong {
	font-size: 1.1em;
}


/* @end */

/* @group team page */

ul.team-index {
	margin: 0;
}

.team-index a {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

.team-index a span {
	font-weight: normal;
	clear: both;
	display: block;
	color: #333;
}

.team-index a:hover {
	text-decoration: underline;
}

/* @end */

/* @group product pages */

.calltoaction {
	border-top: 1px dotted #ccc;
	clear: both;
	margin: 50px 0 0 0;
	width: 99.9%;
	float: left;
}

.calltoaction ul {
	float: left;
	margin: 0;
	width: auto;
}

.calltoaction ul li {
	float: left;
	margin: 0;
	background: none;
	padding: 0;
	width: auto;
	position: relative;
}

.calltoaction a {
	float: left;
	display: block;
	background: #999;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	padding: 12px 30px 10px 35px;
	margin: 10px 20px 0 0;
	font-style: normal;
	background-color: #3165cb;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: .9em;
	display: inline;
}

.calltoaction a.more {
	margin-right: 0;
}

.calltoaction a.demo {
	background-image: url(http://incentalign.com/images/schedule.png);
}

.calltoaction a.more {
	background-image: url(http://incentalign.com/images/more.png);
}

.calltoaction a.contact {
	background-image: url(http://incentalign.com/images/contact.png);
}

.calltoaction a:hover, .calltoaction a:focus {
	background-color: #000;
}

/* @end */





/* @group contact form */

.contact-form form {
	wsidth: 300px;
	fsloat: left;
}

.contact-form label {
	font-size: 1.4em;
	font-weight: bold;
	float: left;
	margin: 0 0 5px 0;
}

.contact-form .text {
	width: 293px;
	float: left;
	padding: 6px 0 5px 5px;
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
	font-size: 1.2em;
	color: #666;
	bsackground: url(http://incentalign.com/images/text-field.gif) no-repeat left top;
}

.contact-form .text:focus {
	outline: none;
}

.contact-form .textarea {
	font-family: Helvetica, sans-serif;
	clear: both;
	float: left;
	width: 293px !important;
	padding: 10px 0 0 5px;
	border: 1px solid #ccc;
	font-size: 1.2em;
	color: #666;
	height: 100px;
	overflow: auto;
}

.contact-form .textarea:focus {
	outline: none;
}

.contact-form .button {
	color: transparent;
	text-transform: uppercase;
	clear: both;
	float: left;
	margin-left: 158px;
	background: url(http://incentalign.com/images/send-email.gif) no-repeat 0 -26px;
	height: 26px;
	width: 142px;
	text-indent: -999em;
	border: none;
	margin-top: 10px;
}

.contact-form .request-button {
	background-image: url(http://incentalign.com/images/request-button.gif);
}

.contact-form .button:hover, .contact-form .button:focus {
	background-position: 0 0;
	cursor: pointer;
}

/* @end */

/* @end */

/* @group product-navigation */

.headings h2 a {
	display: block;
	font-size: 2.4em;
	font-weight: bold;
	margin: 0 0 20px 0;
	color: #999;
	text-decoration: none;	
}

ul.product-navigation {
}

ul.product-navigation li {
	clear: left;
}

ul.product-navigation li a {
	text-decoration: none;
	display: block;
	width: 220px;
	width: 182px;
	color: #fff;
	font-weight: bold;
	font-size: 1.4em;
	background-repeat: no-repeat;
	background-position: 0 -140px;
	height: 70px;
	height: 40px;
	padding: 30px 0 0 38px;
	margin: 0 0 10px 0;
	float: left;
}

#view {
	background-image: url(http://incentalign.com/images/side-view.gif);
}

#territory {
	background-image: url(http://incentalign.com/images/side-territory.gif);
}

#lead {
	background-image: url(http://incentalign.com/images/side-lead.gif);
}

#resource {
	background-image: url(http://incentalign.com/images/side-resource.gif);
}

#schedule {
	background-image: url(http://incentalign.com/images/side-resource.gif);
}

ul.who-navigation li a {
	background-image: url(http://incentalign.com/images/side-links.gif);
	padding-left: 10px;
	width: 210px;
}

.product-navigation li a:hover, .product-navigation li a:focus {
	background-position: 0 -70px;
}

.product-navigation li a.selected, .product-navigation li a.selected:hover,
.product-navigation li a.selected:focus {
	background-position: 0 0;
}

/* @end */

/* @group arrow-navigation */

.arrow-navigation ul {
	margin: -5px 0 15px 0;
}

.content .arrow-navigation li {
	background: none;
	padding: 0;
	margin: 0;
}

.arrow-navigation a {
	text-decoration: none;
}

.arrow-navigation h4 a {
	font-size: 1.4em;
	font-weight: bold;
	display: block;
	float: none;
	padding: 0 0 10px 0;
}

.arrow-navigation li a {
	font-size: 1.2em;
	background: url(http://incentalign.com/images/small-arrow.gif) no-repeat left 9px;
	display: block;
	padding: 5px 0 8px 15px;
	line-height: 1;
	font-style: normal;
}

.arrow-navigation li a:hover, .arrow-navigation li a:focus {
	text-decoration: underline;
}

/* @end */

/* @group site-navigation */

.site-navigation {
}

.site-navigation h4 a {
	color: #444;
}

/* @end */

/* @group footer */

.footer {
	background: #444;
	border-top: 3px solid #666;
	margin-top: 50px;
	padding-bottom: 10px;
}

.border-bottom {
	border-bottom: 1px dotted #000;
}

.border-bottom p {
	color: #ccc;
	font-weight: bold;
	margin: 10px 0;
}

.footer .border-right {
	border-color: #000;
	padding: 0;
	height: 18em;
}

.footer .grid_4 {
	margin-top: 10px;
}

.footer h4 a {
	color: #ccc;
}

.footer h4 a.selected {
	color: #fff;
}

.footer a:hover, .footer a:focus {
	text-decoration: underline;
}

.footer li a {
	font-size: 1.2em;
	color: #999;
}

.footer li a.selected {
	color: #fff;
}

/* @end */

