/* CSS Document */

body
{
text-align: center;
}

div#container
{
	margin-left: auto;
	margin-right: auto;
	width: 806px;
	text-align: left;
	padding-top: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 20px;
	vertical-align: top;
}#container #nav {
	background-color: #121212;
	height: 60px;
	width:800px;
	clear: both;
	float: left;
}

#container #nav #navbar {
	height:25px;
	overflow:hidden;
}

#container #nav ul {
	margin:0px;
	padding:20px 5px 20px 5px;
	text-align: center;
	font-size: 70%;
	}

#container #nav li {
	display: inline;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	color: #FFFFFF;
	height: 20px;
	padding-right: 8px;
	padding-left: 8px;
	margin:0px;
}
#container #btlogo {
	text-align: right;
	background-color: #FFFFFF;
}

#container #nav .nav_last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #main_content {
	clear: both;
	background-color: #FFFFFF;
	width: 800px;
	font-size: 1em;
	height: 350px;
}

#container #main_content_flash {
	clear: both;
	float: left;
	width: 800px;
	height: 350px;
	background-color: #FFFFFF;
}

#container #main_content_flash_gallery {
	clear: both;
	width: 800px;
	height: 350px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#container #main_content_flash_jq {
	clear: both;
	width: 800px;
	height: 420px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#container #nav a, a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}

#container #nav a:hover {
	color: #D2D3DF;
	text-decoration: underline;
}

#container #nav .selected {
	color: #F7932B;
}
#main_content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #F7932B;
	font-weight: normal;
}
.col1 {
	clear: none;
	float: left;
	width: auto;
	background-color:#FFFFFF;
	padding-right: 10px;
}
.col2 {
	clear: right;
	width: 330px;
	max-width: 400px;
	float: left;
	background-color:#FFFFFF;
}
#main_content  p {
	font-size: 1em;
	color: #666;
	line-height: 1.4em;
}
#main_content a, a:link, a:visited {
	color: #0066cc;
	text-decoration: none;
}

#main_content a:hover {
	color: #000000;
	text-decoration: underline;
}
#main_content #content_html {
	margin-right: 125px;
	margin-left: 125px;
	height: 300px;
}
#main_content .prevnext {
	width: 800px;
	font-size: 80%;
}
#main_content .prevnext .next {
	clear: none;
	float: left;
}
#main_content .prevnext .next {
	clear: none;
	float: right;
}
#main_content .prevnext .prev {
	clear: none;
	float: left;
}
#container #btentlogo {
	clear: none;
	float: left;
}

/* Slider Jquery stuff */
        .sliderGallery {
            background: url(images/productbrowser_background_20070622.jpg) no-repeat;
            overflow: hidden;
            position: relative;
            padding: 10px;
            height: 380px;
            width: 770px;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 5px;
            margin: 0;
        }
        
        .sliderGallery UL LI {
	display: inline;
	white-space: nowrap;
        }
        
        .slider {
            width: 770px;
            height: 34px;
			top: 330px;
            /*margin-top: 310px;*/
            margin-left: 0px;
            padding: 1px;
            position: relative;
            background: url(../images/scroll_bar.png) no-repeat;
        }
        
        .handle {
            position: absolute;
            cursor: hand;
            height: 40px;
            width: 81px;
            top: 0;
            background: url(../images/scroll_button.png) no-repeat;
			background-position:top center;
            z-index: 100;
        }
        
        .slider span {
            color: #bbb;
            font-size: 80%;
            cursor: pointer;
            position: absolute;
            z-index: 110;
            top: 3px;
        }
        
        .slider .slider-lb1 {
            left: 50px;
        }
        
        .slider .slider-lb2 {
            left: 107px;
        }
        
        .slider .slider-lb3 {
            left: 156px;
        }
		
		
.help_text {
	font-size: 75%;
	padding-left: 7px;
}
#info_content {
	clear: both;
	width: 780px;
	min-height: 370px;
	height:370px;
	max-height: 500px;
	padding: 10px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.close_button {
	clear: both;
	float: left;
	padding-left: 740px;
}
.inline-image {
	clear: none;
	float: left;
	padding-right: 5px;
}
