.press-kit .video-player {
	width: 650px;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	text-align: center;
}
.press-kit .video-player img {
	width: 650px;
}

.quick-links {
 float: right;
 width: 260px;
 padding-top: 25px; 
 padding-right: 20px;	 
}

.download-press-kit {
	border: 1px solid #e5e4e4;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;		
	padding: 5px;
}

h2.hdr-press-kit {
	font-weight: 600;
	font-size: 1.25em;
	background: #5da3d9; /* Old browsers */
	background: -moz-linear-gradient(top, #5da3d9 1%, #197cc9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#5da3d9), color-stop(100%,#197cc9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5da3d9 1%,#197cc9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5da3d9 1%,#197cc9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5da3d9 1%,#197cc9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5da3d9 1%,#197cc9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5da3d9', endColorstr='#197cc9',GradientType=0 ); /* IE6-9 */
	border: 1px solid #197cc9;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;		
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #fff;
}

.download-press-kit p {
 margin: 0;
 padding: 0;
}
.download-press-kit ul {
 margin: 0;
}
.download-press-kit ul li {
 list-style-type: none;
}

.download-press-kit .content-pk{
 padding: 10px 10px 10px 10px;
}

.download-press-kit .content-pk ul{
 padding: 5px 0 5px 0;
 margin: 0 0 0 15px;
}
.download-press-kit .content-pk ul li{
 padding: 0 0 5px 0;
 margin: 0;
 list-style-type:disc;
}

.questions{
 background-color: #f8f8f8;
 padding: 15px;
 border: 1px solid #efefef;
 margin: 15px 0 10px 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
}
.questions h4{
 font-size: 115% !important;
 padding: 0 0 5px 0;
 margin: 0;
}
.questions p{
 margin: 0 !important;
 padding: 0 !important;
}
.questions a{
 margin: 0 !important;
 padding: 0 !important;
}
.questions .name{
 font-weight: bold;
}