/*******************************************************
TITLE: TDS Home Link and Virtual Tour  V1.0
DATE: 20100502
AUTHOR: PG Enterprises - http://www.pgesystems.com
*******************************************************/

body {
	margin: 0; padding: 0;
	font: 10px normal Arial, Helvetica, sans-serif;
	background: #000 url(images/body_bg.gif) repeat-x;
}
.container {
	width: 960px;
	margin: 0 auto;
	z-index: 99999999; !important;
}
#header {
	background: url(images/header_bg.gif) no-repeat center top;
	padding-top: 120px;
	position: relative;
	z-index: 9999999; !important;
}
#header h1 {
	padding: 20px 0 7px 0;
	text-align: right;
	display: block;
	position: absolute;
	z-index: 100; !important;
	top: 0; left: 0;
	font-size: 3em;
	color: #ddd;
}
#header .disclaimer {
	color: #999;
	padding: 100px 0 7px 0;
	text-align: right;
	display: block;
	position: absolute;
	z-index: 100; !important;
	top: 0; right: 0;
}
#header .disclaimer a {	color: #ccc;}
#content {
	color: #999; 
	position: relative;
	z-index: 1; 
}
#content .product {
	text-align: center;
	margin: 0 auto;
	position: relative;
	z-index: -1; 
}
#slideshow {
	text-align: center;
	top: 20; left: 0;
	position: absolute;
	text-align: center;
	height: 427px;
	z-index: 1;
	margin: 0 auto;
}
#slideshow IMG {
	text-align: center;
	position: absolute;
	z-index:14;
	opacity:0.0;
}

#slideshow IMG.active {
	text-align: center;
	position: absolute;
	z-index:16;
	opacity:1.0;
}

#slideshow IMG.last-active {
	text-align: center;
	position: absolute;
	z-index:15;
}
#content h1 {
	text-align: center;
	font-size: 3em;
}
#footer {
	position: fixed;
	clear: both; width: 100%;
	padding: 0; margin: 0;
	text-align: right;
	bottom: 0; right: 0;
}
ul.topnav {
	list-style: none;
	padding: 0 20px;	
	margin: 0;
	float: left;
	width: 920px;
	background: #222;
	font-size: 1.2em;
	position: relative;
	z-index: 999999; !important;
	background: url(images/topnav_bg.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 15px 0 0;
	z-index: 999999; !important;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	position: relative;
	z-index: 999999; !important;
}
ul.topnav li a:hover{
	position: relative;
	z-index: 999999; !important;
	background: url(images/topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	position: relative;
	z-index: 999999; !important;
	background: url(images/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
	z-index: 999999; !important;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
	position: relative;
	z-index: 999999; !important;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
	position: relative;
	z-index: 999999; !important;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(images/dropdown_linkbg.gif) no-repeat 10px center; 
	position: relative;
	z-index: 999999; !important;
}
#header img {
	margin: 20px 0 10px;
}

/* DIV CLEARING  */

#fixclear:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }

* html #fixclear { height:1%;}
#fixclear { display:block; }
