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

html, body, div#ctr {
   width: 100%;
   height: 100%;
   margin:0;
 }
 
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color: white;
}

a {
	color:white;
}

a:hover {
	text-decoration:none;
	color:#FF0000;
}
  
#ctr {
	text-align:center;
}

div#ctr, object#main {
   min-width: 800px;
   min-height: 700px;
}

div#content, object {
	overflow: hidden;
}

#main_swf {
	height:100%; 
	width:100%;
	background:url(../images/bgs/steak2.jpg) no-repeat center center;
}

#html_swf {
	font-size:130%;
	height:200px;
	width:553px;
	position:absolute;
	left: 50%;
	top:50%;
	margin-left:-325px;
	margin-top:-150px;
}

#html_swf h1 {
	text-indent:-99999px;
	height:216px;
	width:550px;
	background:url(../images/home_type.png) no-repeat;
}

#contact_info {
	float:right;
	position:relative;
	top:38px;
	width:300px;
}

#contact_info h4 {
	text-indent:-9999px;
	margin:0;
}

#contact_info h4#email {
	text-indent:0;
}

#contact_info h4#email a {
	display:block;
	text-indent:-9999px;
	background:url(../images/gNav_email.png);
}

#contact_info h4#email a:hover {
	background:url(../images/gNav_email_over.png);
}

#logo {
	float:left;
	width:176px;
	height:72px;
	position:relative;
	top:14px;
	background:url(../images/gNav_logo.png);
}

#phone {
	float:right;
	width:130px;
	height:18px;
	background:url(../images/gNav_phone.png);
}

#address {
	float:right;
	width:288px;
	height:22px;
	background:url(../images/gNav_address.png);
}

#email {
	float:right;
	width:158px;
	height:18px;
	text-indent: 10px;
}

.warning {
	background:url(../images/black80.png);
	background:black;
	position:relative;
	top:20px;
}

.warning .wrap{
	background:url(../images/html_bg_800.jpg) no-repeat bottom;
	padding:20px;
}

.warning p {
	font-size:90%;
	font-style:italic;
	line-height:16px;
}

.clr {
	clear:both;
}

/*	png fix */
#html_swf { 
	behavior: url(../js/iepngfix.htc);
}
