/* @override 
	http://keystone.pmhclients.com/?css=global/css_screen
	http://store.keystonelearning.com/msproject/screen.css
	http://store.keystonelearning.com/ssl/screen.css
*/

/* @group Global */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	background: #dfeef1 url(images/bg.jpg) repeat-x;
}
#container {
	width: 940px;
	margin: 0 auto 20px auto;
	background: #fff;
	overflow: hidden;
	position: relative;
}
#content {
	position: relative;
	padding: 20px;
}
.clear {
	clear: both;
}
/* @end */

/* @group Links and Buttons */

a {
       color: #990000;
}

/* @end */

/* @group Text */
h1, h2, h3, h4, h5, h6, p, blockquote {
	margin: 0 0 1em 0;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
	background: url(images/h3_bg.jpg) repeat-x;
	padding: 4px;
	border-bottom: 1px solid #ccc;
	color: #555;
	margin-bottom: 13px;
}
h4 {
	font-size: 13px;
}
#content p {
	line-height: 20px;
	padding-left: 4px;
}
/* @end */

/* @group images */
img {
	border: 0;
}
img.left {
	float: left;
	margin: 4px 6px 4px 0;
	padding: 2px;
	border: 1px solid #ccc;
}
img.right {
	float: right;
	margin: 4px 0 4px 6px;
	padding: 2px;
	border: 1px solid #ccc;
}
/* @end */

/* @group Lists */
ul.checks {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.checks li {
	margin: 0;
	padding: 8px 20px 8px 24px;
	border-bottom: 1px solid #eee;
	background: url(images/checkmark.gif) no-repeat 0 10px;
}
ul.checks li.nobull {
	background: none;
}


/* @end */

/* @group Header */
#header-wrap {
	background: url(images/header_bg.gif) bottom repeat-x;
}
#header {
	position: relative;
	width: 940px;
	margin: 0 auto 0 auto;
	height: 100px;
}
#logo-keystone {
	position: absolute;
	top: 10px;
}
#logo-pmpi {
	position: absolute;
	top: 7px;
	right: 0;
}
#header h1 {
	font-size: 16px;
	color: #fff;
	position: absolute;
	top: 77px;
}
#back {
	background: #9d1416;
	padding: 4px 10px 4px 10px;
	font-size: 12px;
	position: absolute;
	top: 74px;
	right: 0px;
	color: #fff;
}
/* @end */

/* @group Landing Page */

h2#h-project {
	text-indent: -9000px;
	background: url(images/h-project.png) no-repeat;
	height: 142px;
	margin: 25px;
	
}
h2#h-45user {
	text-indent: -9000px;
	background: url(images/h-45user.gif) no-repeat;
	height: 78px;
	
}
#summary {
	float: right;
	width: 350px;
}

#screenshot {
	padding: 1px 0 0 28px;
	float: left;
}
#order {
	clear: both;
	background: #97c3ce url("images/order_bg.jpg") repeat-x;
	padding: 20px;
}
h2#h-order {
	text-indent: -9000px;
	background: url(images/h-order.gif) no-repeat;
	height: 29px;
}
#pricing {
	border-collapse: collapse;
}
#pricing th, #pricing td {
	text-align: left;
	padding: 4px 105px 4px 0;
	border-bottom: 1px solid #70a6b5;
	color: #555;
}
#pricing th {
	border-bottom-width: 2px;
	color: #333;
}
#order div.right {
	width: 320px;
	float: right;
	margin-top:  -30px;
}
#licenses {
	background: url(images/licenses_bg.gif) no-repeat;
	width: 292px;
	height: 52px;
	padding: 22px 0 0 15px;
	margin: 0 0 20px 0;
	font-size: 13px;
	position: relative;
}
#licenses input {
	width: 75px;
	font-size: 20px;
	color: #555;
	position: absolute;
	top: 12px;
	left: 190px;
}
#order h2.price {
	color: #555;
	margin-top: 20px;
	font-size: 24px;
}
#order .button {
	padding-left: 20px;
}
#order p {
	color: #50686e;
	margin: 10px 0 0 0;
	font-size: 11px;
	width: 300px;
}
/* @end */

/* @group Shopping Cart */

td.ContentTableHeader {
	border-bottom: 1px solid #ddd;
	padding-bottom: 4px;
	font-weight: bold;
}
td.Content {
	padding-right: 8px;
}
td.Headings {
	font-weight: bold;
	padding: 4px;
	background: #ffc;
}
.ErrorMessages {
	background: #ffc;
	padding: 4px;
	color: #900;
	font-weight: bold;
	font-size: 14px;
}

/* @end */


