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

@import "reset.css";

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	*position: relative;
	}
	
html #page {
	*position: absolute;
	*top: 50%;
	}

html #site {
	*position: relative;
	*top: -50%;
	}	


body {
	background-color:#dedede;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#696969;
	display: table;
	width: 100%;
}

#page{
	display: table-cell;
	vertical-align: middle;
	padding-right:90px;
	}

#site {
	width:1077px;
	height:636px;
	margin:0px auto;
}

#container {
	height:547px;
	clear:both;
}

#side {
	width:130px;
	float:left;
	padding-top:4px;
}

#nav {
	margin-top:435px;
}

#nav a {
	display:block;
	width:130px;
	height:15px;
}

#main {
	float:right;
}

#bottom {
	clear:both;
	height:104px;
	padding-left:130px;
}

#thumbs, #map-link {
	width:634px;
	float:right;
	text-align:right;
}

#info {
	height:15px;
	padding-top:10px;
	padding-bottom:5px;
}

#large-image, video, #slideshow {
	background-repeat:no-repeat;
}

#map-link {
	font-size:16px;
}

ul#thumb-list {
	height:50px;
	margin-top:24px;
	margin-left:20px;
	float:right;
}

ul#thumb-list li {
	height:29px;
	width:56px;
	float:left;
	margin-left:10px;
	cursor:pointer;
}

a {
	outline:none;
	color:#696969;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:0;
	}

.title {
	font-weight:bold;
}

.logo {
	float:left;
}


.SpryHiddenRegion {
	visibility:hidden;
	}


/* IE PNG FIX */

* HTML .logo {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/logo.png',sizingMethod='scale');
    width: 313px;
    height: 104px; 
}

* HTML .home-title {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/page_title_home.png',sizingMethod='scale');
    width: 130px;
    height: 27px; 
}
* HTML .tv-title {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/page_title_tv.png',sizingMethod='scale');
    width: 130px;
    height: 27px; 
}
* HTML .contact-title {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/page_title_contact.png',sizingMethod='scale');
    width: 130px;
    height: 27px; 
}
* HTML .studio-title {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/page_title_contact.png',sizingMethod='scale');
    width: 130px;
    height: 27px; 
}

* HTML .home-nav {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/nav_home.png',sizingMethod='scale');
    width: 130px;
    height: 15px; 
	cursor:pointer;
}
* HTML .tv-nav {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/nav_tv.png',sizingMethod='scale');
    width: 130px;
    height: 15px; 
	cursor:pointer;
}
* HTML .contact-nav {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/nav_contact.png',sizingMethod='scale');
    width: 130px;
    height: 15px; 
	cursor:pointer;
}
* HTML .studio-nav {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/nav_studio.png',sizingMethod='scale');
    width: 130px;
    height: 15px; 
	cursor:pointer;
}

* HTML .ie-hide{
    _display:none; /* underscore only works for IE */

}
