﻿*{margin:0;padding:0}

body {	
	margin: 0 auto;
	text-align:center;
	background-image:url('../site_bg.png');
	background-repeat:repeat;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	width:980px;	
}

.homepage_text {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	text-align:left;
	width: 100%;
}

.company_profile {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:center;
	width: 100%;
}

.page_header_row { background-color:#264983; }

.product_category_row { /* used to contain a blue background*/ }

.product_category {
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight:bold;
	width:100%;
	vertical-align:middle;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
	color:#264983;
}

.product_description {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:center;
	width: 75%;
}

.product_description_small {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	text-align:center;
	width: 80%;
}

.product_link_small { font-size: xx-small; }

.product_header_row {  }

.product_header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight:bold;	
	width:100%;
	color:#264983;
	vertical-align:middle;
	text-align:left;	
	margin-top:5px; margin-bottom:5px; padding-top:1px; padding-bottom:1px;
}

.product_img { border: 2px #e67b00 solid; margin-top:5px; margin-bottom:5px; padding-top:1px; padding-bottom:1px; }

.content_tab_img { border: 0px; margin-top:5px; margin-bottom:5px; padding-top:1px; padding-bottom:1px; }

a.thumb:link {color: #e67b00; text-decoration: none; }
a.thumb:visited {color: #e67b00; text-decoration: none; }
a.thumb:hover {color: #e67b00; text-decoration: underline; }
a.thumb:active {color: #e67b00; } 
a.thumb img {border: 2px #e67b00 solid; } 

.image_footnote { font-size: x-small; font-weight: bold; }

.product_info ul { font-family:Arial, Helvetica, sans-serif; }

.product_info li { list-style-image:url('../bullet.png'); list-style-position:outside; vertical-align:middle; margin-left:25px }

.product_info_small ul { font-family:Arial, Helvetica, sans-serif; }

.product_info_small li { list-style-image:url('../bullet-sm.png'); font-size: xx-small; list-style-position:outside; vertical-align:middle; margin-left:25px }

.product_listing_footer { font-size:medium;	font-weight:bold; color: #663300; }

.page_footer {	
	background-image:url('../footer_fade_strip.png');
	background-repeat:repeat-x;
	background-color:#264983;
	height:200px;
}

.company_info{ width:540px; color:white; text-align:center; font-family:Arial, Helvetica, sans-serif }

.company_info h1{ font-size:medium;	color: #663300; }

.company_info h2 { font-size:small }

.company_info a { color:white; }

.tabs {
/*margin: 0 auto;
width:60%;*/
font-size:93%;
line-height:normal;		
}

.tabs ul {
padding:10px 10px 0;
list-style:none;
}
.tabs ul li {
float:left;
background:url("left.gif") no-repeat left top;
padding:0 0 0 9px;
}
.tabs ul a {
display:block;
background:url("right.gif") no-repeat right top;
padding:5px 15px 4px 6px;
text-decoration:none;
font-weight:bold;
color:#333;
}
/* Commented Backslash Hack
 hides rule from IE5-Mac \*/
.tabs a {float:none;}
/* End IE5-Mac hack */
.tabs a:hover {
color:#333;
}
.tabs ul .current {
background-image:url("left_on.gif");
border-width:0;
}
.tabs ul .current a {
background-image:url("right_on.gif");
color:#333;
padding-bottom:5px;
}

.js .tabs .current-info,
.js .tabs .accessibletabsanchor{
	position:absolute;
	left:-999em;
}
.js .tabs .content{
	clear:both;
	margin:3em 1em 1em 1em;			
}
.js .tabs{			
	width:620px;
}
.tabs{					
	padding:2em;
}
		
/*** SLIDESHOW ***/
/*** set the width and height to match your images **/

#slideshow {
    position:relative;
	vertical-align:middle;
	width: 270px; 
    height:175px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    /*height: 400px;*/
    width: 100%;
	height: 100%;
    background-color: #FFF;
    text-align:	center;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 175px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}