@charset "utf-8";
/* Designed and built by Cotton. */
/* www.cottoncreative.co.uk */
@media screen and (min-width: 686px) and (max-width: 768px) {

#title {
	width:350px;
	height:80px;
	margin:61px auto 30px auto;
	background-size:100% auto;
	z-index:1;
}
#videoContainer {
	padding:20px 0;
}
#videoWrapper {
	width:90%;
}
#flash {
	width:100px;
	height:110px;
	position:absolute;
	top:-20px;
	right:40px;
	background:#c2272d;
	box-shadow: -2px 0 2px #888888;
}
#printBox {
	width:80px;
	height:100px;
	border-left:1px dotted #ffffff;
	border-right:1px dotted #ffffff;
	border-bottom:1px dotted #ffffff;
	text-align:center;
	margin:0 10px;
}
#printBox a {
	font:Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	text-decoration:none;
	font-size:.9em;
	display:block;
	width:80px;
	height:80px;
	padding:60px 0 0 0;
}
#printBox a:hover {
	color:#ffffff;
}
}