/* @override http://www.keystonelearning.com/project2007promo/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: 740px;
	margin: 0 auto 15px auto;
	background: #fff;
	overflow: hidden;
	position: relative;
}
#content {
	position: relative;
	padding: 20px;
}
.clear {
	clear: both;
}
/* @end */

/* @group Links and Buttons */

a {
       color: #990000;
}
img {
	border: 0;
}
p {
	margin: 0 0 10px 0;
}

/* @end */

/* @group Text */
h1, h2, h3, h4, h5, h6, p, blockquote {
	margin: 0 0 1em 0;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
	color: #333;
}
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;
	margin: 10px 0 4px 0;
}
#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 Tables */
table.grid {
	border-collapse: collapse;
	border: 0;
	width: 95%;
	margin: 0 0 10px 0;
}
table.grid th, table.grid td {
	padding: 4px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}
table.grid th {
	background: #ddd;
	border-bottom: 1px solid #ccc;
}
table.grid tr.alt td {
	background: #efefef;
}


/* @end */



/* @group Header & Footer */
#header-wrap {
	background: url(images/header_bg.gif) bottom repeat-x;
}
#header {
	position: relative;
	width: 740px;
	margin: 0 auto 0 auto;
	height: 100px;
}
#logo-keystone {
	position: absolute;
	top: 10px;
}
#logo-pmpi {
	position: absolute;
	top: 7px;
	right: 0;
}
#header h1 {
	display: none;
}
#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	color: #fff;
	position: absolute;
	top: 68px;

}
#header li {
	display: block;
	float: left;
	padding: 0 10px 0 10px;
	border-right: 1px solid #a6393c;
}
#header li.current {
	background: #fff;
	border-top: 3px solid #ddd;
	margin-top: -2px;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}
#header ul a {
	color: #fff;
	display: block;
	float: left;
	padding: 8px;
}
#header li.current a {
	text-decoration: none;
	color: #929292;
	font-weight: bold;
}
#back {
	background: #9d1416;
	padding: 4px 10px 4px 10px;
	font-size: 12px;
	position: absolute;
	top: 74px;
	right: 0px;
	color: #fff;
}
#footer {
	clear: both;
	border-bottom: 5px solid #c3d0d2;
}
/* @end */

/* @group Landing Page */

h2#h-project {
	text-indent: -9000px;
	background: url(images/h_project.png) no-repeat;
	height: 142px;
	margin: 15px 20px 10px 20px;
	
}
h2#h-45user {
	text-indent: -9000px;
	background: url(images/h-45user.gif) no-repeat;
	height: 78px;
	
}
#ss {
	float: left;
	width: 350px;
	margin-left: 20px;
}
#overview {
	float: right;
	width: 300px;
	margin: 0 20px 20px 0;
	background: #eee;
	padding: 10px;
	border: 1px solid #ddd;
	border-top: none;
	
}
#overview h3 {
	color: #2c5889;
	margin: -10px -10px 10px -10px;
	padding: 10px;
	border-top: 1px solid #ddd;
}
#overview p {
	color: #555;
	line-height: 18px;
	margin-bottom: 20px;
}
ul#overview-links, ul#overview-links li {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#overview-links li {
	padding: 8px;
	font-size: 16px;
}
#order {
	clear: both;
	background: #97c3ce url("images/order_bg.jpg") repeat-x;
	padding: 20px;
	overflow: auto;
}
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;
}
ul.order-options, ul.order-options li {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.order-options li {
	font-size: 15px;
	width: 350px;
	padding: 6px;
	font-weight: bold;
	border-top: 1px solid #daecf0;
	border-bottom: 1px solid #daecf0;
}

ul.order-options li em {
	font-size: 12px;
	display: block;
	font-weight: normal;
	margin-top: 4px;
}

#licenses {
	background: url(images/licenses_bg.gif) no-repeat;
	width: 292px;
	height: 52px;
	padding: 22px 0 0 15px;
	margin: 10px 0 0 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: 18px;
}
#order .button {
	padding-left: 20px;
}
#order p {
	color: #50686e;
	margin: 10px 0 0 0;
	font-size: 11px;
	width: 300px;
}
#agree {
	font-size: 12px;
	color: #50686e;
}
#lars {
	padding: 10px 0 0 0;
	margin-bottom: 10px;
}
#lars img {
	display: block;
	float: left;
	margin-right: 15px;
}
h3.order {
	padding: 15px; 
	font-size: 14px;
	color: #555;
	font-weight: normal;
	background-color: #e1e1e1;
	line-height: 20px;
}

h3.order b {
	display: block;
	font-size: 20px;
	color: #333;
	line-height: 24px;
}

/* @end */

p.bottom {
	width:  700px;
	margin: 0 auto 10px auto;
	font-size: 11px;
	color: #555;
	text-align: center;
}

