@charset "UTF-8";
html{
	min-width:980px;
	min-height:760px;
}
body {
	background: url('../images/shared/bg_tile_grey.jpg') center top repeat-x;
	background-color:#7d7d7d;
	margin:0px 0px 0px 0px;
	padding:0;
}
#container {
    width: 100%;
    overflow: hidden;
    *position: relative;
}
#contentframe { 
	float: left;
    position: relative;
    left: 50%;
}
#contenttable {
	position: relative;
}
#heroart {
    position: absolute;
    left: 50%;
}
#content { 
    position: absolute;
    width: 100%;
    margin: 0px auto;
    top:0px;
}
#videospot {
	left:74px;
	top:26px;
	position: relative;
}
img.bkgdoffset {
    display: block;
    position: relative;
    left: -50%;
}
img.herooffset {
    display: block;
    left:-38px;
    position: relative;
}
.header_rollover a {
	display : block;
	width : 490px;
	height : 100px;
	background-image:url('../images/shared/header.png');
}
.header_rollover a:hover {
	display : block;
	width : 490px;
	height : 100px;
	background-image:url('../images/shared/header_grey_over.gif'); 
}
.footer_rollover a {
	display : block;
	width : 490px;
	height : 75px;
	background-image:url('../images/shared/home_grey.png');
}
.footer_rollover a:hover {
	display : block;
	width : 490px;
	height : 75px;
	background-image:url('../images/shared/home_grey_over.png'); 
}
.copy{
	font-size:9px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
}
#flashcontent{
}