body{
	font-family: Verdana, sans-serif, helvetica;
	font-size: 77%; /* initially set to percentage so that ems work without producing miniscule text in IE */
	text-align: center; /* needed to center the container in IE5.x because it doesn't like 'margin: 0 auto' */
	color: #000;
	margin:0;
	padding:0 0 6em 0;
	background: #000 url(layoutgfx/mainback.png) repeat-x top fixed;
}

a {color: #0596FF;}
a:link {color: #0596FF; font-weight:normal; text-decoration: none;}
a:visited {color: #0596FF; font-weight:normal; text-decoration: none;}
a:hover {color:#d00; font-weight:normal; text-decoration: none; border-bottom: none;}

p {
	font-size: 90%;
	margin: 0 0 0.5em 0;
}

a img{
	text-decoration: none;
	border:none;
}

/*Header definitions.*/
h1 {
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	border-bottom: 4px solid #777;
	background: transparent;
	margin-top: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
	color: #166EFF;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
	border-bottom: 0;
	background: transparent;
	padding: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: left;
	color: #166EFF;
	border-bottom: none;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #166EFF;
	padding-bottom: 0.3em;
	margin: 0;
}

fieldset {
	border: none;
	padding: 1em;
  }

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.center {
	text-align: center;
}

.marginright {
	padding-right: 20px;
}

.marginleft {
	padding-left: 20px;
	padding-bottom: 10px;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.paddingb {
	padding-bottom: 10px;
}

.paddingt {
	padding-top: 10px;
}

.orange {
	font-size: 1.2em;
	padding-right: 5px;
	color: #FF6000;
}

.quote {
	text-align: center;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #000;
}

.imgborder {
	padding: 1px;
	border: 1px solid #000;
}

.imgmain{
	padding: 3px;
	border: 1px solid #000;
}

.featuredlinks {
	margin: 0 auto;
	margin-bottom: 20px;
	width: 354px;
	height: 18px;
	padding-top: 2px;
	background: url(layoutgfx/carbon.gif);
	border-left: 1px solid #eee;
	border-right: 1px solid #000;
	color: #fff;
	font-size: 7pt;
	font-weight: bold;
}

.caption {
	margin-bottom: 20px;
	width: 334px;
	height: 18px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	background: url(layoutgfx/carbon.gif);
	border-left: 1px solid #eee;
	border-right: 1px solid #000;
	color: #fff;
	font-size: 7pt;
	font-weight: bold;
}

.picturecolumn {
	width: 355px;
}

/*Main template areas.*/

#outercontainer {
	margin: 0 auto;
	width: 890px;
}

#container {
	float: left;
	padding: 0 5px 0 5px;
	width: 880px;
	background: url(layoutgfx/shadow.png) repeat-y center top;
}

#header {
	margin: 0 auto;
	margin-top: 20px;
	width: 890px;
	height: 150px;
}

#logoleft {
	float: left;
	width: 35px;
	height: 150px;
	background: url(layoutgfx/logoleft.png) no-repeat center top;
}

#logocenter {
	float: left;
	width: 820px;
	height: 150px;
	background: url(layoutgfx/logocentre.jpg) no-repeat center top;
}

#logoright {
	float: right;
	width: 35px;
	height: 150px;
	background: url(layoutgfx/logoright.png) no-repeat center top;
}

#articlecontainer {
	clear: both;
	position: relative;
	float: left;
	width: 800px;
	text-align: left;
	padding: 10px 40px 20px 40px;
	border-left: 1px solid #ccc;
	background: #fff url(layoutgfx/pageback.jpg) no-repeat center top;
}

#videocontainer {
	width: 660px;
	height: 380px;
	padding: 0;
	background: #fff url(layoutgfx/pageback.jpg) no-repeat center top;
}

/*Navigation bar definitions.*/
#navcontainer {
	float: left;
	width: 879px;
	height: 70px;
	background: #000 url(layoutgfx/menuback.png);
	border-right: 1px solid #000;
	font-size: 10px;
	line-height: normal;
}

#footer {
	clear: both;
	margin: 0 auto;
	width: 880px;
	height: 30px;
	background: #888 url(layoutgfx/footerback.png) no-repeat center top;
	border-top: 1px solid #000;
	padding: 10px 0 0 0;
	color: #fff;
}

#footer a {
	color: #9BAEFF;
}

.columnleft {
	float: left;
	width: 380px;
	padding-right: 10px;
}

.columnright {
	float: right;
	width: 380px;
	padding-left: 10px;
	margin-top: 2em;
}

ul.nav {
	margin: 0;
	list-style: none;
	padding: 0 10px 0 10px;
}

ul.nav li {
	float: left;
}

ul.nav a {
	display: block;
	padding: 50px 12px 0 12px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

ul.nav a:hover {
	text-decoration: none;
	color: #0596FF;
}

/*~~~Home navigation button.~~~*/

.home a {
	display: block;
	padding: 50px 12px 0 12px;
	text-decoration: none;
	background: url(layoutgfx/homemenu.png) no-repeat center top;
	color: #fff;
	font-weight: bold;
}

.home a:hover {
	text-decoration: none;
	color: #0596FF;
	background-position:center -70px;
}

/*~~~About us navigation button.~~~*/

.about a {
	display: block;
	padding: 50px 12px 0 12px;
	text-decoration: none;
	background: url(layoutgfx/aboutmenu.png) no-repeat center top;
	color: #fff;
	font-weight: bold;
}

.about a:hover {
	text-decoration: none;
	color: #0596FF;
	background-position:center -70px;
}

/*~~~Servicesnavigation button.~~~*/

.services a {
	display: block;
	padding: 50px 12px 0 12px;
	text-decoration: none;
	background: url(layoutgfx/servicesmenu.png) no-repeat center top;
	color: #fff;
	font-weight: bold;
}

.services a:hover {
	text-decoration: none;
	color: #0596FF;
	background-position:center -70px;
}

/*~~~Production navigation button.~~~*/

.production a {
	display: block;
	padding: 50px 12px 0 12px;
	text-decoration: none;
	background: url(layoutgfx/productionmenu.png) no-repeat center top;
	color: #fff;
	font-weight: bold;
}

.production a:hover {
	text-decoration: none;
	color: #0596FF;
	background-position:center -70px;
}

/*~~~Post-production navigation button.~~~*/

.post a {
	display: block;
	padding: 50px 12px 0 12px;
	text-decoration: none;
	background: url(layoutgfx/postmenu.png) no-repeat center top;
	color: #fff;
	font-weight: bold;
}

.post a:hover {
	text-decoration: none;
	color: #0596FF;
	background-position:center -70px;
}

/*~~~Equipment navigation button.~~~*/

.equipment a {
	display: block;
	padding: 50px 12px 0 12px;
	text-decoration: none;
	background: url(layoutgfx/equipmentmenu.png) no-repeat center top;
	color: #fff;
	font-weight: bold;
}

.equipment a:hover {
	text-decoration: none;
	color: #0596FF;
	background-position:center -70px;
}

/*~~~Consultation navigation button.~~~*/

.consultation a {
	display: block;
	padding: 50px 12px 0 12px;
	text-decoration: none;
	background: url(layoutgfx/consultmenu.png) no-repeat center top;
	color: #fff;
	font-weight: bold;
}

.consultation a:hover {
	text-decoration: none;
	color: #0596FF;
	background-position:center -70px;
}

/*~~~Studio navigation button.~~~*/

.studio a {
	display: block;
	padding: 50px 12px 0 12px;
	text-decoration: none;
	background: url(layoutgfx/studiomenu.png) no-repeat center top;
	color: #fff;
	font-weight: bold;
}

.studio a:hover {
	text-decoration: none;
	color: #0596FF;
	background-position:center -70px;
}

/*~~~Showreel navigation button.~~~*/

.showreel a {
	display: block;
	padding: 50px 12px 0 12px;
	text-decoration: none;
	background: url(layoutgfx/showmenu.png) no-repeat center top;
	color: #fff;
	font-weight: bold;
}

.showreel a:hover {
	text-decoration: none;
	color: #0596FF;
	background-position:center -70px;
}

/*~~~Clients navigation button.~~~*/

.clients a {
	display: block;
	padding: 50px 12px 0 12px;
	text-decoration: none;
	background: url(layoutgfx/clientsmenu.png) no-repeat center top;
	color: #fff;
	font-weight: bold;
}

.clients a:hover {
	text-decoration: none;
	color: #0596FF;
	background-position:center -70px;
}

/*~~~Contact navigation button.~~~*/

.contact a {
	display: block;
	padding: 50px 12px 0 12px;
	text-decoration: none;
	background: url(layoutgfx/contactmenu.png) no-repeat center top;
	color: #fff;
	font-weight: bold;
}

.contact a:hover {
	text-decoration: none;
	color: #0596FF;
	background-position:center -70px;
}

/* 
  Secure and Accessible PHP Contact Form v.2.0 Basic Styles by Mike Cherim 
  THESE ARE THE VARIOUS ELEMENTS, CLASSES, IDS, AND SELECTORS YOU MAY NEED FOR STYING THIS FORM
  Anchors or link elements have not been included, but everythig else is :-)
*/

/* for main form wrapping div */
div#gb_form_div { 
  /* not styled on demo page */
}

/* id for the form itself */
form#gb_form { 
  /* not styled on demo page */
}

/* form and results heading size */
.main_formhead, .formhead { 
  font-size : 1.4em; 
  color : #166EFF; 
}

/* outer fieldset - it's common to make this border : 0; */
fieldset#formwrap { 
	text-align: left;
  background: url(../layoutgfx/contactback.png) no-repeat right 20%; 
}

/* section fieldsets - it's common to make this border : 0; 
fieldset { 
  background: transparent; 
}
*/

/* form legends and dt "heading" */
legend, dt { 
  font-weight : bold; 
  color : #166EFF;
}

/* main legend at top of the form */
legend#mainlegend { 
  font-size : 1.2em;
  color : #166EFF; 
}

/* form label text */
label { 
  color : #166EFF;
}

/* all inputs, select, and textarea */
input.med, input.short, select.med, textarea.textbox { 
  font : 80% 'Trebuchet MS', sans-serif; 
  color : #666; 
  padding : 2px; 
  border : 1px solid #000;
  background-color : #fff;
}

/* to make focus stable in IE 6 */
* html input.button { 
  color : #000;  
  border : 1px solid #000;
  background-color : #cc9900;
}
* html input.button.hover { 
  color : #000;  
  border : 1px solid #166EFF;
  background-color : #cc9900;
}
* html input.button.focus { 
  color : #000;  
  border : 1px solid #166EFF;
  background-color : #cc9900;
}

/* hover and focus styling - the classes like .hover and .focus below are for the javascript for IE */
input.med:hover, input.med:focus, input.short:hover, input.short:hover, select.med:hover, select.med:focus, textarea.textbox:hover, textarea.textbox:focus, input.med.hover, input.med.focus, input.short.hover, input.short.focus, select.med.hover, select.med.focus, textarea.textbox.hover, textarea.textbox.focus { 
  color : #000;  
  border : 1px solid #000;
  background-color : #fff;
}

/* for the checkbox input */
input.checkbox {
  /* not styled on demo page */
}

/* error heading weight and color - bold is for the error reason text */
span.error, dt.error, strong.error { 
  color : #cd0000; 
  font-weight : bold; 
}

/* success heading color */
span.success { 
  color : #166EFF; 
  font-weight : bold; 
}

/* privacy and "Why?" small element link sizes (relative to their parent element */
small.privacy, small.whythis { 
  font-size : 80%; 
}

/* set up relativity to position small Why? text */
small.whythis { 
  position : relative; 
}

/* Why? link style */
small.whythis a { 
  text-decoration : underline; 
  font-size : 0.95em;
}

small.whythis a:hover, small.whythis a:focus, small.whythis a:active { 
  text-decoration : none;
} 

/* hide the Why? text span */
small.whythis a span { 
  border : 1px solid #fafafa; 
  background-color : #000; 
  padding : 0 4px 0 4px; 
  color : #000;
  text-decoration : none; 
}

/* bring back Why? text span (title attribute backs this up for borwsers it doesn't function in */
small.whythis a:hover span, small.whythis a:focus span, small.whythis a:active span { 
  border : 1px solid #000; 
  background-color : #eecc11; 
  color : #000;
  padding : 0 4px 0 4px; 
  text-decoration : none; 
}

/* the link back to me for form credit */
p.creditline { 
  float : right; 
  margin : -17px 0; 
  padding-bottom : 1px; 
  font-size : 80%; 
}

/* used for abbreviation used relative to form. the .abbr class is for the span added for IE */
abbr, .abbr { 
  cursor : help; 
  border-bottom : 1px dotted #999;
}

/* set result color for blockquote dt "heading" */
dl#result_dl_blockq dt, dl.result_dl_blockq dt {
  color : #166EFF;
}

/* position result blockquote flush with parent */
dl#result_dl_blockq blockquote, dl.result_dl_blockq blockquote {
  margin-left : 0;
}

/* style the input names in the result */
div#hf_form_div span.items {
  font-weight : bold;
  color : #166EFF;
}
