/******************************************************************************
* Generic CSS
 *****************************************************************************/
body {
	font-family: Georgia, "Times New Roman", Times, serif; font-size: 15px; color: #505050;
	border: 0px; padding: 0px; text-align: center; margin: 0px; background-color: #000000;
	background-image: url(../_images/body-bg.jpg); background-repeat: repeat-x;
}

* html body { text-align: center; /* IE 5 centering */ }

/******************************************************************************
* GENERIC FORMATTING
*****************************************************************************/
p { line-height: 24px; margin: 0px 0px 24px 0px; }

a { color: #505050; text-decoration: none; }

a:hover { color: #000000; text-decoration: underline; }

h1 { font-size: 18px; margin: 0px; }

h2 { font-size: 14px; margin: 0px; color: #000000; }

h3 { font-size: 12px; }

.hidden { display: none; }

.small { font-size: 12px; line-height: 14px; color: #000000; }

/******************************************************************************
* Specific Formatting
******************************************************************************/
h1.title {
	width: 92px; height: 13px;
	background-repeat: no-repeat;
	border: none; padding: 0px;
	margin-top: 86px;
}

h1#homeTitle { background-image: url(../_images/_headings/homeTitle.jpg); }
h1#servicesTitle { background-image: url(../_images/_headings/servicesTitle.jpg); }

a#backButton {
	width: 164px; height: 22px; float: right; 
	margin: 40px 22px 0px 0px;
}
html>body a#backButton { margin: 40px 44px 0px 0px; }

a#backButton.norm { background-image: url(../_images/_buttons/backButton.jpg); }
a#backButton.Showreel { background-image: url(../_images/_buttons/backButtonShowreel.jpg); }

a:hover#backButton.norm, a:hover#backButton.Showreel{ background-position: 0px -22px; }

/******************************************************************************
* Normal Images
*****************************************************************************/
img { border: none; margin-top: -20px; padding: 0px; }

/******************************************************************************
* Normal Unordered List
*****************************************************************************/
ul.normal {
	display: block; float: left; list-style: none;
	padding: 0px 0px 10px 0px; margin: 0px;
}

ul.normal li {
	display: block;	margin: 0px 0px 5px 0px; padding: 0px 0px 0px 10px;
	/*background-image: none; url(../_images/ul_bullet.gif);
	background-repeat: no-repeat; background-position: 0px 5px;*/
}

/******************************************************************************
* Accessibility Features
*****************************************************************************/
p#skipToMainContent { display: none; }

/******************************************************************************
* Misc
*****************************************************************************/
div.centered { text-align: center; }

/******************************************************************************
* wrapper
*****************************************************************************/
div#outer {
	width: 100%; margin: 0px auto 0px auto;
	background-position: center 46px;
	background-image: url(../_images/bodyFloat-bg.jpg);
	background-repeat: no-repeat;
	min-height: 710px;
}

div#wrapper { width: 900px; text-align: left; margin: 0px auto 0px auto; }

* html div#wrapper { text-align: left; /* Win IE 5 left align after centering */ }

div#wrapper-i {
	width: 900px; float: left; 
	padding: 0px;
}

/******************************************************************************
* header
*****************************************************************************/
/*NOTHING HERE*/

/******************************************************************************
* main-content
*****************************************************************************/
div#main-content {
	float: left; width: 900px; height: 600px;
	background-repeat: no-repeat;
	margin: 110px 0px 0px 0px;
	background-color: #FFFFFF;
}

.tick { padding: 0px 6px 0px 6px; }

/******************************************************************************
* debug
*****************************************************************************/
p.debug {
	background-color: red;	padding: 2px; margin: 0px;
}

/******************************************************************************
* Form Formating
*****************************************************************************/
#callBack {
	margin-top: -20px;
}

#submit {
	margin: 21px 0px 0px 150px; padding: 0px;
	width: 55px;
}

div.formInput {
	padding: 0px;
	margin-top: 4px;
}

form label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px; color: #000000;
}

form input { width: 202px; }
form select#services { width: 150px; }

p#formError {
	color: #FF0000; font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: -24px; padding: 0px;
}