/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background:#000000;
	font-family: "Trebuchet MS", verdana;
	font-size: 11px;
	color: #FFFFFF;
}
p {
	line-height: 20px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
h1 {
	margin: 0 0 10px 0;
	color: #E4E0DE;
	font-weight: normal;
}
h2 {
	margin: 0 0 10px 0;
	color: /*#E4E0DE*/ #E4E0DE;
	font-weight: normal;
	font-size: 16px;
}
ul {
	list-style-position: inside;
	list-style-type: square;
	margin: 0 0 10px 0;
}
hr {
	height: 0px;
	border: none;
	background: #000;
	clear: both;
}
a, a:link, a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #CCCCCC;
}
a img {
	border: none;
}
table td {
	vertical-align: top;
}
input, textarea {
	border: 1px solid #999999;
	font-family: "Trebuchet MS", verdana;
	font-size: 11px;
	background-color:#2B2A25;
	color: #FFFFFF;
}
.noinputstyle {
	border: none;
	background-color: none;
}
/*containters*/
#all {
	width: 990px;
	margin: 0px auto;
	background: url(../img/backgrounds/backgroundall.png) repeat-x #000000;
	position: relative;
}
#header {
	background: url(../img/backgrounds/header.png) repeat-x;
	height: 40px;
	padding: 66px 0px 0px 0px;
	position: relative;
}
#logo {
	position: absolute;
	top:0px;
	left: 0px;
	z-index: 100;
}
#menu {
	position: relative;
	margin: 0px 0px 0px 233px;
}
#menu a {
	display: block;
	float: left;
	border-right: 1px solid #666666;
	margin: 0px 0px 2px 0px;
	height: 30px;
}
#menu a:hover, #menu .selected {
	background: url(../img/backgrounds/menuback.png) repeat-x;
}
#header .language {
	position: absolute;
	right: 5px;
	top: 0px;
	z-index:300;
}
#content {
	margin: 6px 30px 20px 25px;
}
#leftarea {
	width: 260px;
	float: left;
	padding: 160px 0 0 0;
}
#leftarea h1 {
	font-size: 14px;
	color: #E4E0DE;
	font-weight: bold;
}
#rightarea {
	width: 640px;
	background: #000000;
	float: right;
	padding: 0 0 20px 0;
}
#leftcontent {
	width: 400px;
	float: left;
}
#rightcontent {
	width: 200px;
	float: right;
	padding: 0 0 0px 0;
}
#footer {
	clear: both;
	text-align: center;
}
/*Classes*/
.movieholder {
	width: 990px;
	margin: 0px auto;
	clear: both;
	}
.iamsticker {
	position: absolute;
	top:0px;
	width: 100%;
	display: block;
	z-index: 100;
	margin: 0 auto;
	text-align: center;
}
.thumbholder {
	width: 60px;
	height: 60px;
	overflow: hidden;
	display: block;
	float: left;
	background-color: #000000;
	margin: 0 3px 5px 0;
	border: 1px solid #333333;
	z-index: 10;
	cursor: hand;
}
.innercontent {
	margin: 15px;
}
.readmore {
	background: url(../img/icons/arrowwing.gif) no-repeat 5px 5px;
	padding: 0px 0px 20px 20px;
}
.header {
	padding: 5px;
	margin: 0 0 10px 0;
}
.article {
	padding: 5px;
	cursor: pointer;
	margin: 0 0 10px 0;
}
.article img {
	float: right;
	border: 1px solid #FFFFFF;
	margin: 0 0 0 10px;
}
.contentimgleft {
	border: 1px solid #FFFFFF;
	margin: 0 10px 10px 0;
	clear: both;
}
.date {
	color: #666666;
	font-size: 10px;
	margin: 0 5px 0 0;
	padding: 0px;
}
.tablefacts td {
	padding: 0 0 15px 0px;
	vertical-align: top;
}
.projectimg {
	margin: 0 0 15px 0;
}
a.textmenu {
	padding: 10px 10px 0 10px;
}
.label {
	color: #E4E0DE;
}
.projecthome {
	cursor: hand;
}
.projecthomehover {
	background: #232323;
}
.projectthumb {
	width: 186px;
	height: 180px;
	float: left;
	display: block;
	margin: 10px 6px 0 0;
	padding: 5px 5px 10px 5px;
	cursor: pointer;
}
.projectthumb h2 {
	margin: 0px;
}
.projectthumb .imagebox {
	width: 186px;
	overflow: hidden;
	vertical-align: middle;
	height: 128px;
}
.gallerythumb {
	margin: 0 0 20px 0;
}
.sublinks {
	margin: 0 0 15px 0;
}
.sublinks a, .sublinks a:visited {
	display: block;
	width: 255px;
	font-size: 12px;
	line-height: 26px;
	padding: 5px;
	font-weight: bold;
}
.sublinks a:hover {
	background: #000000;
}
.intronews {
	color: #E4E0DE;
	margin: 0 0 10px 0;
}
.intronews img {
	float: left;
	margin: 0 10px 10px 0;
}
/*Error messages*/
.required {
	color:#FF0000;
}
.contactform td div {
	position: relative;
}
.contactform td {
	padding: 10px 0px;
}
span.errorMessage {
	position: absolute;
	display: block;
	top: -30px;
	left: 60px;
	height: 30px;
	padding: 7px 4px 0 10px;
	color: #FFFFFF;
	background: url(../img/backgrounds/fielderror.gif) no-repeat;
}
.fielderror {
	border: #FF0000 solid 1px;
}

/*End*/
