@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	outline: none;
	color: #000;
}

img {
	border: 0px solid #000;
}

body {
	background: #000 url(../images/bg-1.jpg) no-repeat center 0px;
	font: 62.5% Arial, Helvetica, sans-serif;
}

.clear {
	clear: both;
	display: block;
}

#holder {
	width: 900px;
	height: 500px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	margin-top: -250px;
	left: 50%;
	margin-left: -450px;
}

#welcome-holder {
	border: 0px solid #000;
	position: absolute;
	padding: 0;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -74px;
	margin-left: 0;
	min-width: 650px;
	height: 104px;
}

#welcome #footer {
	display: none;
}

h4 a:link,
h4 a:visited {
	height: 104px;
	background: #FFF url(../images/main-logo.gif) no-repeat center 10px;
	text-indent: -9999px;
	display: block;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

ul#nav  {
	padding-bottom: 10px;
	background-color: #FFF;
	list-style-type: none;
	width: 232px;
	position: relative;
	left: 658px;
	top: 90px;
	z-index: 3;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	font-size: 1.2em;
}

ul#nav li a:link,
ul#nav li a:visited {
	padding: 5px;
	text-align: center;
	display: block;
	color: #000;
	text-decoration: none;
}

ul#nav li a:hover,
ul#nav li a:active {
	background-color: #999;
	color: #FFF;
}

body#home ul#nav li a#home-nav,
body#about ul#nav li a#about-nav,
body#work ul#nav li a#work-nav,
body#clients ul#nav li a#work-clients,
body#contact ul#nav li a#contact-nav {
	font-weight: bold;
}

#content {
	background-color: #000;
	z-index: 1;
	filter: Alpha(opacity=70); /* the filter attribute is recognized in Internet Explorer and should be a percentage */
	-moz-opacity: .7; /* the -moz-opacity attribute is recognized by Gecko browsers and should be a decimal */
	opacity: .7; /* opacity is the proposed CSS3 method, supported in recent Gecko browsers */
	position: absolute;
	left: 0;
	top: 0;
	height: 500px;
}

#content h2 {
	font-size: 2em;
	padding: 10px;
	color: #FFF;
	font-weight: normal;
	letter-spacing: 1px;
	background: #555 url(../images/header-bg.gif) repeat-x left bottom;
}

.scroll-pane {
	width: 580px;
	overflow: auto;
	margin: 0;
	position: absolute;
	top: 50px;
	height: 450px;
}

#content h3 {
	font-size: 1.4em;
	padding: 10px 10px 10px 0;
	color: #FFF;
	font-weight: normal;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	margin: 0 4px 10px 10px;
}

#content p,
#content ul li {
	font-size: 1.2em;
	line-height: 1.5;
	padding: 0 4px 10px 10px;
	color: #FFF;
}

#content ul li {
	list-style: none;
}

#content p a {
	color: #FFF;
}

#content p.centre {
	text-align: center;
}

#content p img {
	padding: 5px;
}

#content em {
	color: #FFF;
}

#content ul li a:link,
#content ul li a:visited {
	display: block;
	text-decoration: none;
	background-color: #555;
	padding-bottom: 10px;
}

#content ul li a:hover,
#content ul li a:active {
	background-color: #777;
}

#content ul li .clip-client {
	display: block;
	padding: 5px;
	color: #FFF;
	font-size: 0.9em;
}

#content ul li .clip-title {
	display: block;
	padding: 0 5px;
	color: #FFF;
	font-size: 1.3em;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#content ul li img.clip-thumbnail {
	float: right;
	background-color: #FFF;
	margin: 10px 10px 0 0;
	width: 160px;
	height: 90px;
	border: 1px solid #FFF;
}

#content ul li a:hover .clip-title,
#content ul li a:active .clip-title {
	background-color: #999;
}

#content ul li .clip-director {
	display: block;
	padding: 5px 5px 0 5px;
	color: #FFF;
	font-size: 0.9em;
	font-style: italic;
}

#content ul li .clip-info {
	display: block;
	padding: 0 5px 5px 5px;
	color: #FFF;
}

#footer {
	width: 232px;
	text-align: center;
	height: 80px;
	position: relative;
	left: 668px;
	top: 200px;
	z-index: 4;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}

#footer p {
	color: #FFF;
}

#footer p a:link,
#footer p a:visited {
	color: #FFF;
	text-decoration: none;
}

#footer p a:hover,
#footer p a:active {
	color: #FFF;
	text-decoration: underline;
}

h1 {
	width: 212px;
	height: 84px;
	background: #FFF url(../images/main-logo.gif) no-repeat 10px 10px;
	text-indent: -9999px;
	display: block;
	padding: 10px;
	position: relative;
	left: 658px;
	top: 90px;
	z-index: 2;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
}

#tooltip {
	position: absolute;
	border: 1px solid #333;
	background-color: #FFF;
	padding: 2px 5px;
	color: #333;
	display:none;
	z-index: 3;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1.0;
}

.half {
	width: 45%;
	float: left;
}

fieldset {
	border: 0 solid #000;
	background-color: #333;
	margin: 0 10px 10px 10px;
	padding: 10px;
}

label {
	float: left;
	width: 90px;
	color: #FFF;
}

input,
textarea {
	float: left;
	width: 390px;
	padding: 5px;
	margin-bottom: 5px;
	border: 0px solid #000;
}

input#send {
	width: auto;
	margin: 10px 0 0 0;
	cursor: pointer;
}

input#send:hover {
	background-color: #AAA;
}

input,
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.formitem {
	clear: both;
}

.error {
	display: block;
	padding-bottom: 10px;
	color: #FFF;
	font-weight: bold;
}