/* @override 
	http://local.mindset.prolific-cms.com/site/mindsetsoft.com/css/screen.css
*/

/* @group Meyer Reset */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Layout
--------------------------------- */

html {
	height: 100%;
}

body {
	height: 100%;
	background: #282828;
	text-align: center;
	font: 12px/18px "Lucida Grande", Verdana, sans-serif;
}

#wrapper {
	width: 1012px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	background: url(../images/back-med-white.gif) repeat-y;
	text-align: left;
	/*position: relative;*/
}

#header {
	position: absolute;
	height: 110px;
	width: 1012px;
	background:#282828 url(../images/back-top.gif) no-repeat 0 bottom;
}

#content li {
	list-style-image: url(../images/bullet-gray2.gif);
}

h2.section {
	clear: both;
	height: 36px;
	width: 100%;
	margin: 0;
	text-indent: -5000px;
}

#primary {
	/*height: 200px;
	background: #333;*/
}

#content {
	padding: 110px 26px 0;
	position: relative;
	overflow: hidden;
}

body.home #content {
	background: url(../images/new-chick.png) no-repeat 26px 20px;	
}

#main {
	width: 720px;
	float: left;
}

#secondary {
	width: 700px;
	margin-right: 20px;
	float: left;
}

#sidebar {
	float: left;
	width: 230px;
	/*margin-left: 10px;*/	
}

.push {
	width: 100%;
	height: 120px;
	clear: both;
}

#footer {
	text-align: left;
	width: 1012px;
	height: 100px;
	margin: -100px auto 0 auto;
	color: #fff;
	padding-top: 15px;
	background: #282828 url(../images/back-bottom.gif) no-repeat center top;
}

img.right {
	float: right;
	margin-left: 20px;
}

img.left {
	float: left;
	margin-right: 20px;
}

/* @end */

/* @group Type
--------------------------------- */
h1, h2, h3 {
	font-family: Helvetica, Arial, Geneva, sans-serif;
}

h1 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 18px;
}

h1#pagetitle {
	display: none;
}

h2 {
	margin: 9px 0;
	font-size: 28px;
	line-height: 36px;
	border-bottom: 1px solid #c7c7c7;
	color: #1180b6;
}

h3 {
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	color: #282828;
	margin-bottom: 6px;
}

p {
	margin-bottom: 18px;
	font-size: 12px;
	line-height: 18px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

blockquote {
	
	margin-bottom: 18px;
	font-size: 16px;
	font-style: italic;
	line-height: 18px;
	color: #265ca7;
}

abbr {
	border: 0;
}

table, thead, tbody, tr, th, td {
	font-size:12px;
	line-height: 18px;
}

ul, ol {
	padding-left: 15px;
	list-style-position: outside;
	margin-bottom: 18px;
	list-style-type: square;
}

dl {
	margin-bottom: 18px;
}

dt {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}

dd {
	font-size: 11px;
	line-height: 18px;
}

ul.features li {
	font: bold 15px/18px Helvetica, Arial, "Helvetica Neue", Geneva, sans-serif;
	margin-bottom: 6px;
	color: #3c3c3c;
}

ul.features ul {
	margin-bottom: 6px;
}

ul.features li li {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 18px;
}

.masthead {
	border-bottom: 1px solid #c7c7c7;
	margin-bottom: 18px;
	width: 700px;	
}

.masthead h2 {
	border: none;
}

/* @end */


/* @group Links
--------------------------------- */
a:link, a:visited {
	color: #265ca7;
}
a:hover {
	color: #1180b6;
}


/* @end */

/* @group Header
--------------------------------- */

#siteTitle a {
	float: left;
	width: 241px;
	height: 90px;
	text-indent: -5000px;
}

a#mindsetLogo {
	position: absolute;
	top: 35px;
	left: 16px;
	display: block;
	width: 200px;
	height: 60px;
	background: url(../images/head-nav.png) no-repeat 0 -60px;
	z-index: 201;
}

a#mindsetLogo:hover {
	background-position: 0 -60px;
}

a#mindsetLogo img {
	width: 0;
	height: 0;
}

#navigation {
	position: relative;
	width: 1012px;
	z-index: 300;
}

ul#mainNav {
	position: absolute;
	top: 62px;
	left: 260px;
	width: 370px;
	z-index: 1000;
	display: inline;
	margin: 0;
	padding: 0;
}

ul#mainNav li {
	display: inline;
	float: left;
}

#mainNav li a {
	font-size: 14px;
	/*padding: 8px;*/
	color: #666;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	font-weight: bold;
	background: url(../images/head-nav.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	height: 30px;
}

ul#mainNav li a:hover {
	color: #fff;
}

li#software-nav a {
	width: 95px;
	background-position: -200px -30px;
}

li#software-nav a:hover {
	background-position: -200px -90px;
}

li#software-nav a.active {
	background-position: -200px -150px;
}

li#websites-nav a {
	width: 86px;
	background-position: -470px -30px;
}

li#websites-nav a:hover {
	background-position: -470px -90px;
}

li#websites-nav a.active {
	background-position: -470px -150px;
}


li#support-nav a {
	width: 85px;
	background-position: -295px -30px;
}

li#support-nav a:hover {
	background-position: -295px -90px;
}

li#about-nav a {
	width: 90px;
	background-position: -380px -30px;
}

li#about-nav a:hover {
	background-position: -380px -90px;
}

/*
ul#mainNav li {
	display: inline;
	float: left;
}

ul#mainNav li a {
	font-size: 14px;
	text-indent: -5000px;
	color: #fff;
	height: 25px;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
}

ul#mainNav li a:hover {
	background-position: 0 -25px;
}

li.web a {
	width: 140px;
	background: url(../images/nav-web.png) no-repeat;
}

li.traditional a {
	width: 150px;
	background: url(../images/nav-traditional.png) no-repeat;
}

li.staffing a {
	width: 100px;
	background: url(../images/nav-staffing.png) no-repeat;
}

li.support a {
	width: 90px;
	background: url(../images/nav-support.png) no-repeat;
}

#mainNav li.home, #mainNav li.information, #mainNav li.about, #mainNav li.test {
	display: none;
}*/


/* @end */

/* @group Forms
--------------------------------- */
div.textarea, div.text {
	padding: 6px;
	overflow: hidden;
}

label {
	display: block;
	width: 120px;
	/*float: left;*/
	font-size: 13px;
}

div.textarea textarea {
	float: left;	
}

form#simpleForm button {
	margin-left: 126px;
	margin-top: 9px;
}

/* @end */

/* @group Sidebar
-----------------------------------*/


#subnav {
	padding: 9px 18px;
	margin-top: 10px;
	margin-bottom: 36px;
	background-color: #1180b6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#subnav h2 {
	color: #fff;
	border-bottom-color: #fff;
}

#subnav ul {
	margin: 0 0 9px 0;
	padding: 0;
	border-bottom: 1px solid #fff;
}

#subnav li {
	list-style-type: none;
	font-size: 14px;
	line-height: 18px;
	list-style-image: none;
	color: #ddd;
	margin-bottom: 9px;
}

#subnav li a {
	color: #fff;
	padding: 4px 0 9px ;
	text-decoration: none;
}

#subnav li a.active {
	font-weight: bold;
}

#subnav li a:hover {
	font-weight: bold;
	/*text-decoration: underline;*/
}

/* @group Event
--------------------------------- */
	div.vevent {
		overflow: hidden;
		margin-bottom: 17px;
		border-bottom: 1px solid #cdd6de;
	}
	
	div.vevent a {
		text-decoration: none;
	}
	
	div.date {
		color: #4f6374;
		float: left;
		width: 60px;
	}
	
	.month, .days, .year {
		font-weight: bold;
		display: block;
	}
	
	div.eventDetails {
		float: right;
		width: 150px;
	}
	
	div.location {
				
	}
	
	span.description {
	
	}
	
	span.summary {
		display: block;
		font-weight: bold;
	}
	
	hr.fin {
		clear: both;
		border: solid 1px #cdd6de;
	}

/* @end */



/* @end */

/* @group Footer
----------------------------------*/
#footerContent {
	padding: 10px;
	/*width: 960px;
	height: 80px;*/
	margin: 0 auto;
	position: relative;
}

#footerContent p {
	font-size: 11px;
	margin-left: 20px;
}

#mindset-ftr {
	width: 360px;
	height: 24px;
	text-indent: -5000px;
	background: url(../images/mindset-ftr.gif) no-repeat;
	margin: 9px 0 0 0;
}

a#pb-prolific {
	position: absolute;
	top:10px;
	right: 10px;
}

#footerNav {
	position: absolute;
	left: 600px;
	top: 18px;
	width: 360px;
	list-style-type: none;
}

#footerNav li.copyright {
	width: 360px;
	color: #fff;
	border: none;
}

#footerNav li {
	padding: 0 4px;
	float: left;
	border-right: 1px dotted #8898a6;
}

#footerNav li.privacy {
	border: none;	
}

#footerNav li a {
	text-decoration: none;
	color: #fff;
}

/* @end */

/* @group Homepage */
div#primary {
	/*height: 200px;*/
}

div#intro {
	/*display: none;*/
}

div#intro h1 {
width: 634px;
height: 110px;
text-indent: -9999px;
	background-image: url(../images/different-mindset.png);
	margin-top: 18px;
	margin-bottom: 0 !important;
}
div#intro p {
	width: 580px;
	margin: 0 20px 18px;
}

div#our-products {
	overflow: hidden;
	background: url(../images/software-bg.png) no-repeat;
	height: 280px;
}

div#our-products h2 {
	color: #fff;
	text-transform: uppercase;
	border-bottom: none;
	margin: 6px 0 0px 20px;
}

div.home-product p {
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 9px;
	color: #fff;
}

div#our-products div.home-product {
	width: 199px;
	padding: 0 15px;
	float: left;
	border-right: 1px solid #8cb3d9;
	text-align: center;
}

div#our-products div.home-product.last {
	border-right: none;
}

div#our-products div.home-product h3 {
	color: #00305d;
	margin: 6px 0;
}

div#sub5 {
	background-color: rgb(213,213,213);
	background-color: rgba(213,213,213,0.8);
	padding: 9px 18px;
	margin-top: 32px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;	
}

div#sub5 h2 {
	color: #282828;
}

body.home #sidebar {
position: relative;
top: -30px;
	/*margin-top: 200px;*/

}

/* @end */

/* @group CMS Overrides
--------------------------------- */
h1#editTitle input {
	width: 100%;
	font: bold 24px Arial, Helvetica, Geneva, sans-serif;
	background-color: #ff830d;
	display: block;
}
		
/* @end */
/*@group Software Page */
div#software-preview {
	width: 700px;
	height: 260px;
	background: url(../images/software-preview.jpg) no-repeat;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #c7c7c7;
	margin-bottom: 18px;
}

div#software-preview h1, div#software-preview h2 {
	text-indent: -9999px;
}

div#software-preview p {
	position: absolute;
	top: 130px;
	left: 20px;
	width: 300px;
}

div.product {
	margin-bottom: 18px;
	padding: 9px 60px 9px 120px;
	border-bottom: 1px solid #eee;
	min-height: 100px;
}

div.product h3 a {
	text-transform: uppercase;
	text-decoration: none;
	color: #282828;
}

div.product img {
	float: left;
	margin-left: -110px;
}

/*@end*/
/* @group LivePagination */
#lp-masthead {
	height: 180px;
	background: url(../images/lp-page-header.png) no-repeat;
}

#lp-masthead h1, #lp-masthead h2 {
	text-indent:-9999px ;
}

#whatsnew {
	width: 290px;
	/*background: url(../images/whatsnew.gif) no-repeat left bottom;*/
	padding-bottom: 4px;
	background-color: #1180b6;
	margin-bottom: 18px;
}

#whatsnew h2 {
	color: #fff;
}

#whatsnew li {
	color: #fff;
	margin-left: 12px;
}

#newInner {
	/*background: url(../images/whatsnew.gif) no-repeat;*/
	padding: 6px 10px;
}

/* @end */

/* @group QuickLayout */
#ql-masthead {
	height: 180px;
	background: url(../images/ql-masthead.png) no-repeat;
}

#ql-masthead h2 {
	text-indent:-9999px ;
}

/* @end */

/* @group ImageSorcerer */
#is-masthead {

	height: 180px;
	background: url(../images/is-masthead.png) no-repeat;
}

#is-masthead h2, #is-masthead h3 {
	text-indent:-9999px ;
}

/* @end */

/* @group PairSorcerer */
#ps-preview {
	height: 180px;
	background: url(../images/ps-preview.png) no-repeat;
}

#ps-preview h1 {
	text-indent: -9999px;
}

#ps-preview h2 {
	text-indent: -999px;
}

/* @end */

/* @group Prolific */
#pro-preview {
	height: 180px;
	background: url(../images/pro-preview.png) no-repeat;
}

#pro-preview h1 {
	text-indent: -9999px;
}

#pro-preview h2 {
	text-indent: -999px;
}


/* @end */

#map {
	width: 640px;
	height: 400px;
}

/*@group Support*/
#support-head {
	height: 180px;
	background: url(../images/support-head.png) no-repeat;
	overflow: hidden;
}

#support-head h1, #support-head h2 {
	text-indent: -9999px;
}

#subnav p {
	color: #fff;
}

#subnav p a {
	color: #fff;
}

#spotlight-login {
	overflow: hidden;
	margin-bottom: 18px;
	color: #fff;
}
/*@end*/

/* @group Buttons */

button, a.button
 {
	padding: 4px 8px;
	color: #ffffff;
	border: 2px solid #cbd2d8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 4px;
	font: 14px/18px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	background-color: #747f88;
	cursor: pointer;
}

button:hover, a.button:hover {
	background-color: #4f6374;
}

button.new, a.button.new {
	background-color: #0055a8;
	border: 2px solid #cbd2d8;
}

button.new:hover, a.button.new:hover {
	background-color: #0074c7;
}

button.cancel, a.button.cancel {
	background-color: #ae1427;
	border: 2px solid #cbd2d8;
}

button.cancel:hover, a.button.cancel:hover {
	background-color: #99001d;
}

button.ok, a.button.ok {
	background-color: #599b05;
	border: 2px solid #cbd2d8;
}

button.ok:hover, a.button.ok:hover {
	background-color: #4b8f0a;
}

a.button.more {
	background-color: #8cb3d9;
	border: none;
	text-decoration: none;
	font-weight: bold;
	color: #004d96;
	font-size: 12px;
	line-height: 18px;
}

a.button.more:hover {
	background: #fff;
}

/* @end */

/* @group Websites */
div#websites-preview {
	width: 960px;
	height: 300px;
	background: url(../images/websites-head.png) no-repeat;
	overflow: hidden;
	position: relative;
	border-bottom: solid #333 1px;
}

div#websites-preview h1 {
	text-indent: -9999px;
}

div.project {
	padding: 10px;
	border-bottom: 1px solid #333 ;
}

div.project p {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 18px;
}

div.project img {
	border: 2px #fff solid;
}

img.screenshot {
	margin: 20px;
	border: 1px solid #fff;
}

/* @end */

div.slider-wrap, ul#products-nav {
	display: none;
}