/*---------- template.css ----------*/
html{
	text-align: center;
	background-color: #1F211E; /* bkgrnd color of site */
	color: #ffffff; /* changes text color for site */
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-size: 11px;
	background-color: #1F211E;
}
/*---------------jquery ----------*/
/*---Tabs-jQuery --*/
#tabbed_box {
	margin: 0px 0px 0px 0px;
	width:300px;
}

.tabbed_box h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	color:#ffffff;
	letter-spacing:-1px;
	margin-bottom:10px;
	padding:0 0 0 270px; /* horizontal alignment */
}
.tabbed_box h4 small {
	color:#e3e9ec;
	font-weight:normal;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	position:relative;
	top:-4px;
	left:6px;
	letter-spacing:0px;
}

.tabbed_area {
	border:1px solid #000;
	background-color:#000;
	width:300px;
	padding:0 0 0 440px; /* horizontal alignment */
}

ul.tabs {
	margin:0px; padding:0px;
}
ul.tabs li {
	list-style:none;
	display:inline;
}

ul.tabs li a {
	background-color:#464c54;
	color:#ffebb5;
	padding:8px 14px 8px 14px;
	text-decoration:none;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	border:1px solid #464c54; 
}
ul.tabs li a:hover {
	background-color:#2f343a;
	border-color:#2f343a;
	text-decoration: underline;
}
ul.tabs li a.active {
	background-color:#ffffff;
	color:#282e32;
	border:1px solid #464c54; 
	border-bottom: 1px solid #ffffff;
}

.content {
	background-color:#ffffff;
	padding:10px;
	border:1px solid #464c54; 	
}
#content_2, #content_3 { display:none; }

ul.tabs {
	margin:0px; padding:0px;
	margin-top:5px;
	margin-bottom:6px;
}

.content ul {
	margin:0px;
	padding:0px 20px 0px 20px;
}
.content ul li {
	list-style:none;
	border-bottom:1px solid #d6dde0;
	padding-top:4px;
	padding-bottom:4px;
	font-size:13px;
}
.content ul li a {
	text-decoration:none;
	color:#3e4346;
}
.content ul li a:hover {
	text-decoration:none;
	color:#A10000;
	text-decoration:underline;
}
.content ul li a small {
	color:#8b959c;
	font-size:9px;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	left:4px;
	top:0px;
}

.content ul li:last-child {
	border-bottom:none;
}

ul.tabs li a {
	background-image:url(../images/tab_off.jpg);
	background-repeat:repeat-x;	 
	background-position:bottom;
}
ul.tabs li a.active {
	background-image:url(../images/tab_on.jpg);
	background-repeat:repeat-x;
	background-position:top; 
}
.content {
	background-image:url(../images/content_bottom.jpg);
	background-repeat:repeat-x;	 
	background-position:bottom;	
}
/*---END Tabs-jQuery --*/
/*---Gallery Slider-jQuery --*/
/* slider specific CSS */
        .sliderGallery {
            background: url(../images/slider/productbrowser_background_20070622.jpg) no-repeat;
            overflow: hidden;
            position: relative;
            padding: 10px;
            height: 160px;
            width: 560px;
			border: 1px solid #ffffff;
			margin-left: 100px;
        }
        
        .sliderGallery ul {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
        
        .sliderGallery ul li { display: inline; }
        
        .slider {
            width: 542px;
            height: 17px;
            margin-top: 140px;
            margin-left: 5px;
            padding: 1px;
            position: relative;
            background: url(../images/slider/productbrowser_scrollbar_20070622.png) no-repeat;
        }
        
        .handle {
            position: absolute;
            cursor: move;
            height: 17px;
            width: 181px;
            top: 0;
            background: url(../images/slider/productbrowser_scroller_20080115.png) no-repeat;
            z-index: 100;
        }
        
        .slider span {
            color: #bbb;
            font-size: 80%;
            cursor: pointer;
            position: absolute;
            z-index: 110;
            top: 3px;
        }
        .slider .slider-lbl1 { padding-left: 50px; }
        .slider .slider-lbl2 { padding-left: 107px; }
        .slider .slider-lbl3 { padding-left: 156px; }
        .slider .slider-lbl4 { padding-left: 280px; }
        .slider .slider-lbl5 { padding-left: 455px; }
/*---END Gallery Slider-apple-jQuery --*/
/*---------------------------- links ----------*/
a:link {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	}
	
a:active {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	}
	
a:visited {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	}
	
a:hover {
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
	}
/*---------------------------- primaryNav ----------*/
.primaryNav a:link {
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
    }
.primaryNav a:active {
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	}
	
.primaryNav a:visited {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	}
	
.primaryNav a:hover {
	font-size: 11px;
	color: #A10000;
	font-weight: normal;
	text-decoration: underline;
	}
/*------------------------------ homeinfo links ----------*/
.homeinfo a:link {
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	}
.homeinfo a:active {
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	}

.homeinfo a:visited {
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	}
	
.homeinfo a:hover {
	font-size: 10px;
	text-decoration: underline;
	color: #000000;
	}
/*------------------------------ news links ----------*/
.news a:link {
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	}
.news a:active {
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	}

.news a:visited {
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	}
	
.news a:hover {
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
	color: #ffffff;
	}
/*---------------------------------- type ----------*/
p {
	font-size: 11px;
	line-height: 1.8em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	margin-left: 0em;
	padding: 0em;
	color: #ffffff;
	}
.homeinfo {
	font-size: 10px;
	color: #000000;
	}
.news {
	font-size: 10px;
	color: #ffffff;
	margin-left: 14px;
	margin-right: 10px;
	}
/*---------------------------- type-headers ----------*/
h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0.25em 0em;
	padding: 0em;
	color: #ffffff;
}

h2 {
	font-size: 11px;
	margin: .25em 0em;
	font-weight: bold;
	padding: 0em;
    color: #ffffff;
	background-color: #A10000;
}

h3 {
	font-size: 10px;
	margin: .25em 0em;
	font-weight: bold;
	padding: 0em;
    color: #000033;
}
h4 {
	font-size: 9px;
	margin: .25em 0em;
	font-weight: bold;
	padding: 0em;
    color: #708A48;
}
/*---------------------------------- lists ----------*/
ol, ul, dl {
	font-size: 11px;
	padding: 0em;
	color: #4A5160;
}
li ul {
	font-size: 9px;
}
/*---------------------------- END template.css ----------*/