html {
    background: url('../images/html_bg.png') repeat 0 0;
}

body {
	margin: 0;
	padding: 0;
	scrollbar-base-color: #663366;
	scrollbar-face-color: #f29a20;
	scrollbar-track-color: #202020;
	scrollbar-arrow-color: #202020;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #fcbf6b;
	scrollbar-shadow-color: #a6650b;
	scrollbar-darkshadow-color: #000000;
	background: url(../images/body_bg.png) repeat-x 0 0;
}

a {
	text-decoration: none;
}

a:link,
a:visited {
	color: #f29a20;
}

a:hover {
	color: #ffffff;
}

p,td {
	font-family: Arial,Verdana ;
	color: #ffffff;
	font-size: 8.5pt;
	line-height: 16px;
}

h1, h2, h3 {
	color: #f29a20;
	font-size: 24px;
	font-family: Arial Narrow,Arial;
}

h1 {
	font-size: 24px;
}

h2, h3 {
	color: #c17912;
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

h4 {
	margin:0 0 10px 0;
	padding:0;
	color:#fff;
	font-size: 12px;
}


blockquote {
	margin: 25px 0 0 1em;
	padding-top:15px;
	padding-bottom:15px;
    color: #fff;
    border-left: 2px solid #666;
    padding-left: 1em;
	background-color:#333;
	font-size:11px;
	letter-spacing:.1em;
}

.feedback {
	color:#999;
}

.highlighted 	{
	background:#222;
}

.orange	{
	color: #f29a20;
}

/******************************************************************************
** Flash Player
*******************************************************************************/

	#flashcontent.flow {
		width: 764px;
		height: 420px;
		z-index:1;
	}

	#flashcontent.home {
		width: auto;
		height: 420px;
	}

.content {
	overflow: auto;
	padding: 0px 10px 0px 10px;
	width: 740px;
	height: auto;
}

.content2 {
	overflow: auto;
	padding: 0px 0px 0px 0px;
	width: 784px;
	height: auto;
}

.content-newsletter {
	overflow: auto;
	padding: 0px 10px 0px 10px;
	width: 740px;
	height: auto;
	min-height: 450px;
    background: url("../images/vmail_newsletter.png") no-repeat right top;
}

	.news-article {
		float: left;
		padding: 1em 0;
		border-bottom: 1px outset #8C8C8C;
		width: 740px;
	}

	.news-body img {
		float: right;
		border: 1px solid #8C8C8C;
		margin: -27px 0 0 20px;
	}
	
.left {
	float:left;
}

.right {
	float:right;
}

/******************************************************************************
** Navigation Menus
*******************************************************************************/

	#nav {
		margin: 0px;
		padding: 30px 0 0 28px;
		width: 113px;
	}

		#nav li {
			margin: 2px 0;
			list-style: none;
		}

			#nav li a {
				display: block;
				height: 27px;
				width: 113px;
				line-height: 27px;
				text-indent: 15px;
				background: url('../images/nav-bg.jpg') no-repeat;
				font: 16px/1.5 Tahoma, Arial, sans-serif;
				text-transform: lowercase;
				color: #FFF;
			}

			#nav li a:hover {
				color: #F29A20;
				background-position: 0 -27px;
			}

		#nav li#showreel {
			margin-top: 60px;
		}

			#nav li#showreel a {
				text-indent: -1000em;
				height: 80px;
				background: url('../images/showreel-bg.jpg') no-repeat 0 -80px;
			}

			#nav li#showreel a:hover {
				background-position: 0 0;
			}

		#nav li.icons {
				margin: 0 0 0 0;
				padding: 10px 0 0 0;
				height: 35px;
				width: 113px;
				background:none;
				text-align:right;
				text-indent:0px;
				color:#666666;
		}
		#nav li.icons a {
				display:inline;
				text-indent:0px;
				height: 40px;
				width:35px;
				background:none;
		}
		
	#navcontacts {
		margin: 10px 0px 0px 0px;
		padding: 0px;
		width: 820px;
		text-align:right;
	}
	
		#navcontacts li {
			margin: 0px 5px 0px 5px;
			list-style:none;
			display:inline;
			color:#666666;
		}
		
		

	/******************************************************************************
	** Sprite Footer
	*******************************************************************************/

	.footer-nav {
		padding-left: 3px;
	}
	.footer-nav a {
		display: block;
		float: left;
		height: 122px;
		width: 138px;
		background: url('../images/footer-bg.png') no-repeat 0 0;
		text-indent: -9999em;
	}

	.footer-nav a:hover {
		background-position: 0 -122px;
	}

		.footer-nav .write-nav {
			background-position: -138px 0;
		}
		.footer-nav .photo-nav {
			background-position: -276px 0;
		}
		.footer-nav .web-nav {
			background-position: -414px 0;
		}
		.footer-nav .us-nav {
			background-position: -552px 0;
			width: 219px;
		}

		.footer-nav .write-nav:hover {
			background-position: -138px -122px;
		}
		.footer-nav .photo-nav:hover {
			background-position: -276px -122px;
		}
		.footer-nav .web-nav:hover {
			background-position: -414px -122px;
		}
		.footer-nav .us-nav:hover {
			background-position: -552px -122px;
		}

/******************************************************************************
** Newsletter Form
*******************************************************************************/
	#newsletter {
		float: left;
		padding: 0;
		width: 740px;
		height: 134px;
		background: url('../images/newslettersignup_bg.png') no-repeat 0 0;
		clear: both;
	}

	#newsletter-form {
		
	}

	#newsletter-form label {
		margin: 20px 0 0 20px;
	}
	
	#newsletter-form input {
		margin: 20px 0 0 5px;
	}

	#newsletter-form label {
		float: left;
		clear: left;
		width: 50px;
	}

	#newsletter-form input {
		float: left;
	}

	#newsletter-form input.submit {
		clear: left;
		margin-left: 80px;
	}
	
	#newslettercontent {
		float: left;
		width: 500px;
		height: auto;
	}
	
/******************************************************************************
** toFilm
*******************************************************************************/
	
.tofilm {
	margin:0;
	padding:0;
	color:#f29a20;
	text-align:center;
}

.tofilm li 	{
	display:inline;
	text-decoration:none;
	margin-right:10px;
	color:#f29a20;
}
/******************************************************************************
** toWeb
*******************************************************************************/
	
.towebclients ul {
	margin:0;
	padding:0;
	color:#f29a20;
	text-align:left;
}

.towebclients li 	{
	text-decoration:none;
}	
	
.toweb {
	margin:40px 0 0 0;
	padding:0;
	color:#f29a20;
	text-align:center;
}

.toweb li {
	display:inline;
	text-decoration:none;
	margin-right:10px;
	color:#f29a20;
}
	
ul.weblist {
	margin: 30px 0 30px 0;
	padding: 15px 0 0 20px;
	clear: both;
	list-style-type: none;
	display:block;
	clear:both;
	min-height:150px;
	border-top:1px dotted #666;
}

ul.weblist li a {
    color:#666;
}

ul.weblist li a:hover {
    color:#f29a20;
}

ul.weblist li {
	margin: 0;
	padding: 0 10px 0 0;
	width: 220px;
	float: left;
	list-style: none;
}

/******************************************************************************
** Contact
*******************************************************************************/

#contactform {
	margin: 0 0 15px 0;
	padding: 15px;
	width: 260px;
	background: url('../images/contactform_bg.png') no-repeat 0 0;
	min-height:400px;
	clear:both;
	}
	
#contactform label {
	margin: 0 0 5px 0;
	padding: 0;
	height: 20px;
	float:left;
	clear:both;
	}
	
#contactform input {
	margin: 0 0 5px 0;
	padding: 0;
	border: 1px solid #ccc;
	height: 20px;
	float:left;
	clear:both;
	}
	
#contactform .message {
 	margin: 0 0 5px 0;
	padding: 0;
	height: 20px;
	float:left;
	clear:both;
	}
	
#contactform textarea {
	margin: 0 0 5px 0;
	padding: 0;
	float:left;
	width:248px;
	border: 1px solid #ccc;
	clear:both;
}

#contactform .subscribe-box {
	margin: 0 15px 5px 0;
	padding: 0;
	float:left;
}

#contactform .subscribe {
	margin: 0 0 5px 0;
	padding: 0;
	height: 20px;
	float:left;
	clear:right;
}

#contactform .send {
	margin: 0 0 5px 0;
	padding: 0;
	width: 80px;
	float:left;
	clear:both;
}


/******************************************************************************
** Downloads
*******************************************************************************/	

.iphone img {
	color:#444444;
}

.download a, .download a:link, .download a:hover, .download a:visited{
	margin:0;
	padding:0;
}


/******************************************************************************
** Podcast
*******************************************************************************/
#podcast {
	margin:0;
	padding:0;
	z-index:5;
	width:100%;
	position:fixed;
	margin-top:25px;
}

#podcast a, #podcast a:link, #podcast a:visited {
	float:right;
	width:150px;
	height:107px;
	display:block;
	background:url(../images/podcast-rss.png) no-repeat 0px 0px;
	text-indent:-9999px;
}

#podcast a:hover	{
	background:url(../images/podcast-rss.png) no-repeat 0px -108px;
}

/******************************************************************************
** Equipment Hire
*******************************************************************************/

#pricelist {
	width: 100%;
}

.odd {
	background:#414141;
	height: 40px;
}

.even {
	background:#616161;
	height: 40px;
}