@import url('blueprint.css');

body {
	background:#dfeaf2 url(../images/design/bg.jpg) repeat-x left top;
}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Arial, sans-serif;
}

h1 {
	font-size: 2em;
	color: #333399;
}

h2 {
	font-size: 1.5em;
	color:#4568A0;
}

h3 {
	color:#4F4F4F;
	font-size:1.33em;
	font-weight:bold;
}

a {
	color: #4568A0;
}

a:hover {
	color: #73973C;
}

.hr {
	border-color:#999;
}

#wrapper {
	background:#fff;
	margin:0 auto;
	width: 960px;
}

.group:after, ul.video li:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;

}

.group, ul.video li {
	zoom: 1;
	display: block;
}


/* HEADER */
#header {
	background: url(/images/design/header.jpg) top center no-repeat;
	height:124px;
	margin:0 auto;
	position:relative;
	width:960px;
}

#header h1 {
	height:124px;
	left:19px;
	margin:0;
	top:22px;
	width:510px;
}

#header h1 a {
	display:block;
	height: 124px;
	width: 510px;
		text-indent: -9999px;
}


#head-description {
	position: absolute;
	right: 50px;
	bottom: 10px;
	font-weight: bold;
	color: #333;
	margin: 0;
}
#head-contact {
	position: absolute;
	right: 50px;
	top: 30px;
	font-size: 1.5em;
	color: #231F5F;
	text-align: right;
}

#head-contact a {
	text-decoration: none;
	color: #231F5F;
}

#head-contact a:hover {
	color: #73973C;
}
#head-contact span {
	font-weight: bold;

}

#main {
	padding-bottom: 10px;
}

/* CONTENT */

#content {
	color:#444;
	position:relative;
	min-height: 400px;
	_height:400px;
	padding: 20px;
	font-size: 1.17em;

}

.home #content {
	background: url(/images/design/column.jpg) right top repeat-y;
	width: 900px;
	margin: 0 auto;
}

#leftcol {width: 560px; float: left; padding-right: 20px;}
#rightcol {width: 280px; float: right;}

.mp-editable {
	position:relative;
}

#content p {
	line-height:1.5;
}

#footer {
	color:#666;
	font-size:1em;
	padding:25px 0;
	text-align:center;
	width: 960px;
	margin: 0 auto;
	clear: both;
}

#footer * {
	margin:0 !important;
}

#footer a {
	color:#4568A0;
}

.img {
	border:0;
	margin:0.5em;
	padding:0;
	overflow:hidden;
	text-align:center;
}

.img img {
	border:0;
	margin:0 auto;
}

#home-title {
	background:url(../images/design/home_title.png) no-repeat;
	height:30px;
	overflow:hidden;
	width:545px;
}

#home-title span {
	visibility:hidden;
	font-size:1px;
}

/* HOME PAGE */

#feature {background: #fff; border: 1px solid #ccc; width: 600px;}
#feature ul {margin: 0; padding: 15px; list-style: none;}
#feature li {float: left; margin-right: 20px;}
#feature h2 {margin-bottom: 20px; background: #f8f8f8; padding: 15px; width: 570px;}

#feature h3 {font-size: 1.1em;}
#feature h3 a {text-decoration: none;}

#feature a img {border: 1px solid #ccc; padding: 2px;}

ul.check {
	list-style: none;
}
ul.check li {
	background: url(/images/design/check.png) 0 0 no-repeat;
	padding-left: 24px;
	border-bottom: none;
	padding-bottom: 0;
	text-align: left;
	margin-bottom: 6px;
}

/* SCREENCAST PAGES */

/*
.manager table {
	margin-bottom: 40px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.manager td {
	vertical-align: top;
	padding-right: 20px;
}
*/

.manager h2 a {
	text-decoration: none;
}

ul.video {
	list-style: none;
	padding: 0;
	margin-left: 0;
}

ul.video li {
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	clear: both;
}

ul.video div.col-left {
	width: 220px;
	float: left;
}

ul.video div.col-mid {
	width: 425px;
	float: left;
	margin-right: 20px;
	padding: 0 10px;
}

.col-mid ul {
	list-style: none;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 15px;
}

ul.video .col-mid li {
	background: url(/images/design/check.png) 0 0 no-repeat;
	padding-left: 24px;
	border-bottom: none;
	padding-bottom: 0;
	text-align: left;
	margin-bottom: 6px;
}

ul.video div.col-right {
	width: 175px;
	float: left;
	background: #F8F8F8;
	padding: 10px;
}

ul.video div.col-right p {
	margin: 0;
}

ul.video a img {
	padding: 3px;
	border: 1px solid #ccc;
}

ul.video a:hover img {
	border: 1px solid #73973C;
}

div#video-container {
	padding: 5px;
	/*border: 2px solid #ccc;*/
	background: #eee;
	width: 640px;
	height: 505px;
	margin-bottom: 20px;
}

div#video-container-swf {
	width: 640px;
	padding: 5px;
	background: #eee;
	margin-bottom: 20px;
}

#next-button {
	float:right;
}