@charset "utf-8";
/* Designed and built by Cotton. */
/* www.cottoncreative.co.uk */

body {
	background:#eeeeee;
	margin:0;
}
#title {
	width:27%;
	max-width:500px;
	height:60px;
	margin:60px auto 50px auto;
	background:url(../images/TitleGrey.png) 50% 0 no-repeat;
	background-size:100% auto;
	z-index:1;
}
#videoContainer {
	width:100%;
	background:#dddddd;
	padding:20px;
}
#videoWrapper {
	width:70%;
	margin:0 auto;
}
#logoContainer {
	width:552px;
	height:150px;
	margin:20px auto;
}
#logoLong a {
	width:184px;
	height:150px;
	background:url(../images/logos_long.png) no-repeat;
	float:left;
	text-indent:-9999px;
}
#logoLong a:hover {
	background:url(../images/logosRed_long.png) no-repeat;
}
#logoStan a {
	width:184px;
	height:150px;
	background:url(../images/logos_stan.png) no-repeat;
	float:left;
	text-indent:-9999px;
}
#logoStan a:hover {
	background:url(../images/logosRed_stan.png) no-repeat;
}
#logoTraff a {
	width:184px;
	height:150px;
	background:url(../images/logos_traff.png) no-repeat;
	float:left;
	text-indent:-9999px;
}
#logoTraff a:hover {
	background:url(../images/logosRed_traff.png) no-repeat;
}
#flash {
	width:85px;
	height:105px;
	position:absolute;
	top:-20px;
	right:14%;
	background:#c2272d;
	box-shadow: -2px 0 2px #888888;
}
#printBox {
	width:75px;
	height:100px;
	border-left:1px dotted #ffffff;
	border-right:1px dotted #ffffff;
	border-bottom:1px dotted #ffffff;
	text-align:center;
	margin:0 auto;
}
#printBox a {
	font:Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	text-decoration:none;
	font-size:.9em;
	display:block;
	width:65px;
	height:80px;
	padding:60px 0 0 0;
	margin:0 auto;
}
#printBox a:hover {
	color:#ffffff;
}