div#content {
	padding: 0 21px 0 42px;
}

div#content h2 {
	padding: 42px 0 0 0;
	margin: 0;
	background: url(../images/training/heading_bg.jpg) left bottom no-repeat;
	text-indent: -1000px;
	overflow: hidden;
}

div#content p {
	width: 555px;
	margin: 25px 0;
	font-family: Arial, Tahoma, sans-serif;
	font-weight: bold;
	color: #636364;
	font-size: 1.4em;
	line-height: 1.6em;
}

div#content p#video_tutorials {
	width: 201px;
	height: 286px;
	background: url(../images/training/video_tutorials_bg.jpg) left top no-repeat #636365;
	float: right;
	display: inline;
	margin: 0;
	padding: 0;
}
	p#video_tutorials a {
		display: block;
		width: 176px; /*201*/
		height: 40px; /*306*/
		padding: 246px 12px 0 12px;
		color: #fefefe;
		text-decoration: none;
		line-height: 1.1em;
		background: url(../images/training/video_tutorials_bottom_bg.jpg) left bottom no-repeat;
		
	}
	
	p#video_tutorials a:hover {
		text-decoration: underline;
	}
	
	p#video_tutorials a span {
		display: block;
	}

div#content p.cta {
	margin:  0;
	padding: 40px 0 20px 0;
	width: 160px;
	height: 42px;
	float: right;
	display: inline;
	clear: both;
}

div#popup {	
	position: absolute;	
	top: 330px;	
	width: 450px;	
	z-index: 10;
}

div#popup div.popup_pos {
	width: 450px;
	position: relative;
	left: -22px;
	z-index: 11;
	background: url(../images/popup/video_bottom_bg.jpg) left bottom no-repeat;
	padding: 0 0 17px 0;
}

div#popup div.popup_heading {
	background: url(../images/popup/video_heading_bg.jpg) left top no-repeat;
	height: 36px;
}

div#popup div.popup_heading h4 {
	width: 300px;
	float: left;
	display: inline;
	margin: 11px 0 0 12px;
	padding: 0;
	font-family: Arial, Tahoma, sans-serif;
	font-weight: bold;
	color: #fefefe;
	font-size: 1.4em;
}

div#popup div.popup_heading p {
	width: 100px;
	float: right;
	margin: 8px 12px 0 0;
	padding: 0;
	font-family: Arial, Tahoma, sans-serif;
	font-weight: bold;
	color: #fefefe;
	font-size: 1.2em;
	text-align: right;
}

div#popup div.popup_heading p a {
	color: #fefefe;
	background: url(../images/popup/close_popup_bg.jpg) right center no-repeat;
	padding: 0 15px 0 0;
	text-decoration: none;
}

div#popup div.popup_heading p a:hover {
	text-decoration: underline;
}

div#popup div.popup_content {
	background: #d9d8d8;
	height: 340px;
	border-right: 1px solid #636364;
	border-left: 1px solid #636364;
	padding: 15px 10px 0 12px;
}

div#popup div.popup_content p {
	font-size: 1.1em;
	width: 400px;
}