@charset "UTF-8";
/* CSS Document */
:focus{
	outline:0;
}
body{
 margin:0;
	padding:0;
	background-color:#fff;
	line-height: normal;
	font-family:Helvetica, Arial,sans-serif;
	font-size:14px;
}
#container{
	width:955px;
	height:902px;
	margin:0 auto;
	padding:0;
	overflow: hidden;
}
#content{
	width:955px;
	height:902px;
	background-image:url(graphics/background-long.jpg);
}
#contentIntro{
	width:955px;
	height:902px;
}
.header{
	position:absolute;
	width:955px;
	z-index:1;
}
.news{
	position:relative;
	top: -28px;
	left: 227px;
	z-index:2;
	width: 56px;
	height: 31px;
}
.blog{
	position:relative;
	z-index:2;
	left: 271px;
	top: -33px;
	width: 48px;
	height: 31px;
}
.links{
	position:relative;
	z-index:2;
	left: 321px;
	top: -39px;
	width: 59px;
	height: 49px;
}
.portfolio{
	position:relative;
	z-index:2;
	left: 152px;
	top: -82px;
	width: 84px;
	height: 72px;
}
.services{
	position:relative;
	z-index:2;
	left: 176px;
	top: -126px;
	width: 93px;
	height: 86px;
}
.contact{
	position:relative;
	z-index:2;
	left: 201px;
	top: -170px;
	width: 99px;
	height: 82px;
}
.logo{
	position:relative;
	z-index:2;
	left: 117px;
	top: 52px;
	width: 86px;
	height: 63px;
}
.showreel{
	position:relative;
	z-index:2;
	left: 421px;
	top: -383px;
	width: 131px;
	height: 34px;
}
.showreel:hover{
	filter:alpha(opacity=70);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity-70);
	-moz-opacity:0.7;
	opacity:0.7;
}
.poster1{
	position:relative;
	z-index:2;
	width: 82px;
	height: 115px;
	top: -714px;
	left: 430px;
}
.poster2{
	position:relative;
	z-index:2;
	width: 82px;
	height: 115px;
	top: -829px;
	left: 531px;
}
.leftCol{
	position:relative;
	width: 231px;
	height:171px;
	top: 347px;
	left: 155.5px;
	z-index:2;
	overflow:hidden;
	border: 1px;
}
.map{
	position:absolute;
	top: 430px;
	left: 211px;
	z-index:2;
}
.rightCol{
	position:relative;
	width:321px;
	height:455px;
	padding:10px;
	left:590px;
	z-index:3;
	top: 215px;
	overflow:auto;
	background-image: url(graphics/textbox.png);
	scrollbar-3dlight-color:#FF921E;
	scrollbar-arrow-color:#FF921E;
	scrollbar-base-color:#FFF3F4;
	scrollbar-darkshadow-color:#FF921E;
	scrollbar-face-color:#FFF3F4;
	scrollbar-highlight-color:#FFF3F4;
	scrollbar-shadow-color:#FF921E;
}
.topCol{
	position:relative;
	top:-1285px;
	left:50px;
	width:855px;
}
.footer{
	position:absolute;
	width: 955px;
	height:49px;
	top:853px;
	z-index:4;
}
/* text formatting */
.text{
	color:#333;
}
.titles{
	color:#FD9216;
}
/* pic position */
a{
	color:#333;
	text-decoration:underline;
	font-weight:bold;
}
a:hover{
	text-decoration:underline overline;
}
.headerFont{
	font-size:xx-large;
	color:#fe9214;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
}
.smallerFont{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#555555;
	text-align: center;
}
