@charset "utf-8";
/* CSS Document */
#mainContent a span {
	display:block;
	float:left;
	height:89px;
	text-indent:-3000px;
	cursor:pointer;
}
#mainContent a #studiolink {
	width:461px;
	background:url(../images/front_img_01.png) no-repeat;
}
#mainContent a #rentallink {
	width:451px;
	background:url(../images/front_img_02.png) no-repeat;
}
#mainContent a:hover #studiolink {
	background-position:bottom;
}
#mainContent a:hover #rentallink {
	background-position:bottom;

}
#mainContent {
	padding:0 15px;
	
}

#mainContent h1 {
  font-size: 300%;
  text-align:center;
}
#mainContent p {
  font-size: 110%;
  text-align:center;
  
}

#reellinks {
	display:table-row;
}
	
#reellinks div.cell {
	margin: 0; 
	padding: 5px 10px;
	display: table-cell;
	list-style-type: none;
	table-layout:fixed; 
	
	}

#reellinks a.bigbtn32  {
	display:block;
	height: 29px !important; 
	line-height /**/:29px; /* for IE5/Win */
	margin:10px 20px 10px 0;
	padding:0 0 0 15px;
	}
	
#reellinks a.bigbtn32  {
	text-decoration:none;
	color:#8d949c;
	font-weight:bold;
	background: url(../images/big32_btn.gif) bottom left no-repeat;
	}
	

#reellinks a:hover.bigbtn32 {
	color:#FFF;
	background-position:top left;
	}

/* News ticker*/
#box{

}
#box div{
	position:absolute;
	background:#2b2b2b ;
	width:915px;
	height:150px;
	left: 0px;
	top: 0px;
}
#box h3{
	padding:0 0 10px 0;
}
/*#box img{
	position:static;
	float:left;
	width:200px;
	height:140px;
	margin:0 10px 10px 0;
	
}*/
#box a, #box a.active #box a.visited, #box a img{
border:none;
}
.mask{
	position:relative;
	width:915px;
	height:150px;
	overflow:hidden;
	
}
/*.mask img{
	position:absolute;
	display:block;
	border:none;
}
.hide {
visibility:hidden;
display:none;
position:absolute;
}*/

#handles, #handles_more{ margin:0;padding:0px;}
#handles span{
margin:0;
padding:0 5px;
color:#495623;
cursor:pointer;
font-size:14px;
border-bottom:solid 1px #333333; 
border-top:solid 1px #333333; 
border-left:solid 1px #333333; 
display: inline-block;
float:right;
}
#handles_more, #handles_more span{
float:left;
}
#handlelast{
border-right:solid 1px #333333;
}
#handles span.active, #handles span:hover{background:#495623;color:#000}
#handles_more span {
cursor:pointer;
}
#controlls{
background:#2b2b2b url(../images/news_bottom_bg.gif) bottom no-repeat;
padding:7px 5px;
height:16px;
display:block;
}
#playn{
background:url(../images/play.png) no-repeat;
display:block;
width:15px;
}
#stopn{
background:url(../images/pause.png) no-repeat;
display:block;
width:15px;
}
#playn.off{
background:url(../images/play_on.png) no-repeat;
display:block;
width:15px;
}
#stopn.off{
background:url(../images/pause_on.png) no-repeat;
display:block;
width:15px;
}
#newsticker {
	width:915px;
	padding:10px 15px;
	margin-top:20px;
	background:#202020;
}
#controlls { display: inline-block; height: 1%;}
/* Hides from IE-mac \*/
#controlls { display: block; }
/* End hide from IE-mac */
#controlls:after {
content: "."; display: block; height: 0; clear: both; visibility: hidden;
}

