/* digitalfoundry.org base style sheet            */
/* Hand coded by Ben Taylor - www.bentaylor.co.uk */
/* Edited: 17/06/06                               */

body {
	background: #ffffff;
	color: #1a1717;
	margin: 0 auto;
	margin-top: 70px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}


/* *** Font's and Styles *** */

/* Define the base anchor and roll over */
a {
	color: #1a1717;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #a0a274;
}

/* Define the quote and citation marks */
h2 {
	font-family: sans-serif;
	font-weight: normal;
	font-size: 18px;
	padding: 0;
	margin: 0;
}

h3 {
	font-family: sans-serif;
	font-weight: normal;
	font-size: 15px;
	padding: 0;
	margin: 0;
	margin-top: -2px;
	color: #727272;
}

#nav {
 	letter-spacing: 1px;
	font-weight: normal;
}

#nav b {
	font-weight: normal;
	color: #a0a274;
	padding-left: 13px;
}

#nav a { font-weight: normal; }

/* *** Layout and Containers *** */ 

/* Containers for the navigation header */
#nav {
	height: 81px;
	width: 780px; /* ** TODO: Is this correct, remember to count border width */
	font-size: 7px;
	line-height: 11px;
	margin: 0 auto;
}

#nav #work_nav {
	border: 1px #d1d1d1 solid;
	padding-top: 10px;
	width: 159px;
	height: 63px;
	padding-left: 10px;
	float: left;
}

#nav #company_nav {
	border: 1px #d1d1d1 solid;
	padding-top: 10px;
	width: 119px;
	height: 63px;
	padding-left: 10px;
	float: right;
}

#nav #work_nav img { 
	border: 0px none; 
	padding-bottom: 6px
}

#nav #company_nav img { 
	border: 0px none; 
	padding-bottom: 6px	
}

#nav img {
	border: 1px #d1d1d1 solid;
	float: left;
	margin-right: 6px;
}

/* Containers for the main body content */

#content {
	border: 1px #d1d1d1 solid;
	margin: 0 auto;
	padding: 0;
	padding-top: 33px;
	padding-left: 22px;
}

/* NB - The true width is 758px - Box model hack to get IE to work */
#content {
	width: 758px;
	height: 454px;
}

#content h1 {	
	font-family: sans-serif;
	display: inline;
	font-weight: 500;
	font-size: 30px;
}


#content ul li {
	line-height: 16px;
	padding-bottom: 10px;
	padding-right: 20px;
	margin-left: -22px;
	list-style-type: none;
	list-style-image: url('../images/bullet.gif');
}

/* N.B This assumes the first P is likely to follow a UL, or other bottom padded element */
#content p {
	margin-top: -10px;
	padding-left: 18px;
	padding-right: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/* Coypright, privicy policy & contact footer */
 #copyright {
 	width: 780px;
 	margin: 0 auto;
 	font-size: 9px;
 	font-variant: small-caps;
 	letter-spacing: 1px;
 }
 
 #copyright a { font-weight: normal; }
 #copyright #left { float: left; }
 #copyright #right { float: right; }
 
 
#videoPlayer {
width: 640px;


}
