@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:600px;
	margin:0 auto;
	padding:0;
	overflow: hidden;
}
#content{
	width:955px;
	height:600px;
	background-image:url(graphics/background2.jpg);
}
#contentIntro{
	width:955px;
	height:600px;
}
.header{
	position:absolute;
 	width:955px;
	z-index:1;
}
.news{
	position:relative;
	top: -331px;
	left: 224px;
	z-index:2;
	width: 56px;
	height: 31px;
}
.blog{
	position:relative;
	z-index:2;
	left: 270px;
	top: -335px;
	width: 48px;
	height: 31px;
}
.links{
	position:relative;
	z-index:2;
	left: 319px;
	top: -341px;
	width: 59px;
	height: 49px;
}
.portfolio{
	position:relative;
	z-index:2;
	left: 151px;
	top: -384px;
	width: 84px;
	height: 72px;
}
.services{
	position:relative;
	z-index:2;
	left: 175px;
	top: -428px;
	width: 93px;
	height: 86px;
}
.contact{
	position:relative;
	z-index:2;
	left: 200px;
	top: -472px;
	width: 99px;
	height: 82px;
}
.logo{
	position:relative;
	z-index:2;
	left: 116px;
	top: -250px;
	width: 86px;
	height: 63px;
}
.showreel{
	position:relative;
	z-index:2;
	left: 420px;
	top: -685px;
	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: -1016px;
	left: 430px;
}
.poster2{
	position:relative;
	z-index:2;
	width: 82px;
	height: 115px;
	top: -1131px;
	left: 531px;
}
.leftCol{
	background-color:#FFFFFF;
	position:relative;
	width: 231px;
	height:171px;
	top: 45px;
	left: 155.5px;
	z-index:2;
	overflow:hidden;
	border: 1px;
}
.map{
	position:absolute;
	top: 128px;
	left: 211px;
	z-index:2;
}
.rightCol{
	position:relative;
	width:321px;
	height:455px;
	padding:10px;
	left:590px;
	z-index:3;
	top: -87px;
	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;
	background-color: #FFFFFF;
}
.footer{
	position:absolute;
	width: 955px;
	height:49px;
	top:551px;
	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;
}

