html,body,div,span,h1,h2,h3,h4,p,blockquote,a,img,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	}
ol, ul {
	list-style: none;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
/*Main
-----------------------------------------------------------------------------*/	
body {
	font:62.5%/1.5 Georgia, "Times New Roman", Times, serif;
	height:100%;
	text-align:center;
	color:#351f08;	
	background:#fff url(../holding_images/bg.gif) repeat-x 0 0;
	}
ul {list-style:none;}
a {
	outline:none;
	color:#351f08;
	text-decoration:none;
	}
strong {
	color:#937a0c;
	}
/*Headings
-----------------------------------------------------------------------------*/
#logo {
	float:left;
	display:inline;
	text-indent:-9999px;	
	font-size:1.4em;
	width:310px;
	height:63px;
	margin-left:310px;
	text-decoration:none;
	background:url(../holding_images/logo.png) no-repeat 0 0;
	}
h1 {
	font-size:2.6em;
	color:#954593;
	}
h2 {
	font-size:1.4em;
	color:#967e13;
	padding-bottom:12px;
	float:left;
	clear:left;
	width:100%;
	}
h2 img {
	float:left;
	display:inline;
	}
h2.contact {
	margin-top:15px;
	padding-bottom:16px;
	}
p {
	padding-bottom:1em;
	}
#flash,
#showreel {
	float:left;
	}
#wrapper {
	width:949px;
	text-align:left;
	margin:50px auto 0 auto;
	}
#header {
	float:left;
	display:inline;
	width:949px;
	position:relative;
	text-align:center;
	}
#content {
	float:left;
	display:inline;
	font-size:1.6em;
	width:949px;
	padding:50px 0;	
	}
#primary-content {
	float:left;
	display:inline;
	width:576px;
	margin-left:10px;
	}
#secondary-content {
	float:right;
	display:inline;
	width:323px;
	}
#image-holder {	
	float:left;
	width:100%;
	padding-bottom:26px;
	}
a {
	border-bottom:1px solid #99906d;
	}
a:hover {
	border-bottom:none;
	}
/*Form
-----------------------------------------------------------------------------*/
fieldset {
	float:left;
	clear:left;
	width:100%;
	margin:0; 
	padding:0;
	border:none 0;
	}
fieldset p {
    position: relative;
	clear:both;
	width: 100%;
	margin:0;
	padding:4px 0;
	line-height:1.4em;	
	overflow:auto;
	}
fieldset span {
	display:block;
	float: left;
	width: 323px;
	height:41px;
	overflow:hidden;
	background:#fff url(../holding_images/input-bg.gif) no-repeat 0 0;
	}
fieldset .f_input {
	float:left;
	display:inline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:#86796b;
	width:290px;
	margin:9px 0 0 10px;
	padding:2px;
	border:none 0;
	overflow:hidden;
	}
fieldset .submit {
	float:right;
	margin:3px 1px 0 0;
	}
/*Enquiry Form
-----------------------------------------------------------------------------*/
#form-wrapper fieldset {
	float:left;
	clear:left;
	width:576px;
	margin:0; 
	padding:0;
	border:none 0;
	}
#form-wrapper fieldset p {
    position: relative;
	clear:both;
	width: 100%;
	margin:0;
	padding:4px 0;
	line-height:1.4em;	
	overflow:auto;
	}
#form-wrapper fieldset span,
#form-wrapper fieldset #textarea span {
	display:block;
	float: left;
	width: 558px;
	height:41px;
	overflow:hidden;
	background:#fff url(../holding_images/input-bg2.gif) no-repeat 0 0;
	}
#form-wrapper fieldset #textarea span {
	height:172px;
	background:#fff url(../holding_images/textarea-bg.gif) no-repeat 0 0;
	}
#form-wrapper fieldset .f_input,
#form-wrapper fieldset textarea {
	float:left;
	display:inline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:#86796b;
	width:534px;
	margin:9px 0 0 10px;
	padding:2px;
	border:none 0;
	overflow:hidden;
	}
#form-wrapper fieldset .submit {
	display:inline;
	float:right;
	margin:3px 18px 0 0;
	}
#form-wrapper fieldset textarea {
	height:144px;
	overflow:auto;
	}