body {
	background: #f4ff77 url(../../images/bg_body.jpg) top repeat-x;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS","Bitstream Vera Sans",lucida,arial,helvetica,sans-serif;
	font-size: .85em;
	}
	
.clearer {clear: both; height: 1px;}	

.caution { color: #FF0000}


h2 {
	font-size: 1.2em;
	clear: right;
	margin-top: 1.5em;
	}
	
a { color: #6432c0; }

optgroup { margin: .5em 0; }

/************************ CONTAINER ****************************/
#container {
	width: 800px;
	margin: 0 auto;
	}

/************************ HEADER ****************************/
#header {
	position: relative;
	background: url(../../images/header/header_bg.jpg) top right no-repeat;
	height: 205px;
	}

#logo {
	width: 365px;
	height: 205px;
	background: url(../../images/header/logo.jpg) top left no-repeat;
	}

#logo h1 {
	display: block;
	margin-left: -3000px;
	}
	
.flash-replaced .alt {
	display:block;
	height:0pt;
	overflow:hidden;
	position:absolute;
	width:0pt;
}

a#playIntro {
	position: absolute;
	display: block;
	text-indent: -3000px;
	}

a#playIntro:hover { cursor: pointer}

/************************ INTRO *****************************/
#intro { display: none; }
#TB_window {
	border: 2px solid #444;
	}
/**
 * #TB_title.intro {
 * 	display: none;
 * 	}
 */
 #TB_ajaxContent {
	overflow: hidden;
	padding:0pt;
	text-align: center;
}
#TB_overlay.intro {
	background: #000 url(../../images/header/shine.jpg) 50% center no-repeat;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	}

/************************* NAVBAR *************************/
#topNav {
	position: absolute;
	left: 365px;
	top: 0;
	}	

#topNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}

#topNav ul li {
	display: block;
	padding: 0;	margin: 0;
	position: absolute;
	top: 0;
	z-index: 0;
	height: 205px;
	}

#topNav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	}

#topNav ul li a:hover { cursor: pointer; }

#topNav ul li span {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-position: top left;
	background-repeat: no-repeat;
	}

li#home 				{ left: 0; width: 69px;	 }
li#home span 			{ background-image: url(../../images/header/home.jpg); }

li#products				{ left: 69px;	width: 70px; }
li#products	span 		{ background-image: url(../../images/header/products.jpg); }

li#safety				{ left: 139px;	width: 69px; }
li#safety span	 		{ background-image: url(../../images/header/safety.jpg); }

li#dealers				{ left: 208px;	width: 70px;}
li#dealers span			{ background-image: url(../../images/header/dealers.jpg); }

li#aboutus				{ left: 278px;	width: 70px; }
li#aboutus span			{ background-image: url(../../images/header/aboutus.jpg); }

li#contact				{ left: 348px;	width: 70px; }
li#contact span			{ background-image: url(../../images/header/contact.jpg); }

#tab {
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	margin: 0; padding: 0;
	visibility: hidden;
	z-index: 10;
	}

#menuTip {
	/*outline: 1px solid red;*/
	position: absolute;
	left: 0px;
	top:  90px;
	width: 300px;
	z-index: 30;
	text-align: left;
	color: #000;
	font-size: 95%;
	line-height: 1.25em;
	}
	
/************************ MAIN ****************************/
#main {
	width: 756px;
	background: #fff url(../../images/main_bg.gif) top left no-repeat;
	border-left: 2px solid #3C1C75;
	border-right: 2px solid #3C1C75;
	padding: 1px 20px 15px 20px;
	}

#main_sidebar {
	float: left;
	}

#main_sidebar p {
	width: 300px;
	}	

#main_content {
	margin-left: 380px;
	}

#main_content h1 { 
	font-size: 2em;
	padding: 0; margin: .5em 0 .5em -30px;
	color:#666666;
	}

/******************** LOGIN FORM *********************************/
#main_content form#loginForm {	margin: 2em 0 1em 20px;}
#main_content form#loginForm .element { margin-top: 1em; }


/************************ FOOTER ****************************/
#footer {
	clear: both;
	font-size: 90%;
	background: #3C1C75 url(../../images/footer_bg.jpg) top left no-repeat;
	min-height: 92px;
	height:auto !important; /* hack for ie6 */
  	height:92px;}/* hack for ie6 */

#disclaimer {
	text-align: right;
	color: white;
	padding: 13px 15px 5px;
	}