@charset "UTF-8";
/* CSS Document */
/*
. is class 
# is id 
*/

#menu {
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:top;
	width:150px;
	margin:0;
	background-color:#CCCCCC;
	background-image: url(images/nav.jpg);
	background-repeat: repeat-y;
}

#menu a {
	width:150px;
	height:18px;
	font-size:13px;
	color:#000000;
	display:block;
	clear:both;
	text-decoration:none;
	padding-top:3px;
	text-indent: 8px;
}

#menu a:hover {

color:#cc0000;
text-decoration:none;
}


#menulower {
font-family:Arial, Helvetica, sans-serif;
vertical-align:top;
width:150px;
margin:0;
background-color:#cccccc;
	background-image: url(images/nav.jpg);
}

#menulower a {
	width:150px;
	height:18px;
	
	font-size:13px;
	color:#000000;
	display:block;
	text-decoration:none;
	padding-top:3px;
	text-indent: 8px;
}

#menulower a:hover {

color:#cc0000;
text-decoration:none;
}


/* ######### Default class for drop down menus ######### */

.anylinkmenu{
	color:#999999;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	border-bottom-width: 0;
	font: normal 10px Arial;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background: #000000;
	width: 75px; /* default width for menu */
	text-align: left;
	font-size: 10px;
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
color:#999999;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #cc0000;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */

.pageLinks {
	font-family:sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.pageLinks a:visited {
font-family:sans-serif;
	font-size: 10px;
	color: #CC0000;
	text-decoration: none;

}

.pageLinks a{
	font-family:sans-serif;
	font-size: 10px;
	color: #CC0000;
	text-decoration: none;
}

.pageLinks a:hover{
	font-family:  sans-serif;
	font-size: 10px;
	color: #CC0000;
	text-decoration: underline;
	}

/* ######### class for shadow DIV ######### */



/*Product slideshow*/

#slideshow {
	list-style:none;
	color:#fff;
	visibility: hidden;
	background-color: #ffffff;

}
#slideshow span {display:none; visibility: hidden}
#wrapper {width:356px; /*margin:50px auto;*/ display:none; background:#ffffff }
#wrapper * {margin:0; padding:0; }
#fullsize {position:relative; width:356px; height:372px;   background:#ffffff; }
#information {position:absolute; bottom:0; width:356px; height:0;  color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=0)}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px}
#image {
	width:356px;
	height:372px;
	background-position: center center;
	vertical-align: middle;
}

#image img {
	position:absolute;
	z-index:25;
	
	width:356px;
	height:372px;
background-position: center center;
	vertical-align: middle;
}


.imgnav {position:absolute; width:25%; height:306px;  z-index:150}
#imgprev {left:0; background:url(images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(images/right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnails {margin-top:1px}
#slideleft {float:left; width:20px; height:14px;color: #000000; /*background:url(images/scroll-left.gif) center center no-repeat;*/ background-color:#ffffff; 	font-family:  sans-serif;
 font-size: 10px;}
/*#slideleft:hover {background-color:#333}*/
#slideright {float:right;width:20px;height:14px;color: #000000;/*background:#ffffff url(images/scroll-right.gif) center center no-repeat;*/	font-family:  sans-serif;
  padding-right: 10px; font-size: 10px;}
/*#slideright:hover {background-color:#333}*/
#slidearea {/*float:none;*/
	position:relative;
	width:238px; /*margin-left:5px;*/
	margin-top:5px;
	height:65px;
	overflow:hidden;
	
}
#slider {position:absolute; left:0; height:65px;  vertical-align:middle}
#slider img {cursor:pointer; border:1px solid #666; padding:2px;}
#click {
	float:left;
	font-size:10px;
	height:14px;
	width:150;
	font-family:  sans-serif;
	text-indent:65px;
	color: #000000;
}





/*tab menu*/

.glowingtabs{
	font-family:  sans-serif;
font-size: 12px;
	float:left;
	width:243px;
	line-height:normal; /*Add border strip to bottom of menu*/
	
}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 0px; /*Left offset of entire tab menu relative to page*/
padding:0;

}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs a{
	float:left;
	background:url(images/glowtab-left.jpg) no-repeat left top;
	margin:0;
	margin-right: 3px; /*spacing between each tab*/
	padding:0 0 0 9px;
	text-decoration:none;
	color:#FFFFFF;

	
}

.glowingtabs a span{
float:left;
display:block;
background:url(images/glowtab.jpg) no-repeat right top;
padding: 5px 12px 3px 3px;
/*font-weight:bold;
*/color:#FFFFFF;
font-size: 11px;


}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
	color: #ffffff;
	text-decoration: none;
}

.glowingtabs a.current{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a.current span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: white;
}

.glowingtabs a:hover{ /*onMouseover style*/
	background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
	text-decoration: none;
}

.glowingtabs a:hover span{ /*onMouseover style*/
	background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
	text-decoration: none;
}

.tabcontainer{
	clear: left;
	padding:0px;
	width:96%; /*width of 2nd level sub menus*/
	height:100%;
	background-color: e8e7e5;
	border-top-width: 10px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #e30303;
	
	
}

.tabcontent{
    padding:0px;
	display:none;
	font-size: 10px;
	color: #000000;
	font-family:  sans-serif;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.tabcontent ul{
font-weight:700;
}


.tabcontent li{
	padding:0px;
	font-family:  sans-serif;
	margin-left: -27px;
	list-style-type: disc;
	font-size: 10px;
	font-weight: bold;
	list-style-position: outside;
	line-height: 12px;
	text-indent: -5px;
	}
	
.tabcontent h3{
	font-family:  sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	padding:0px;
	text-align: center;
}

.tabcontent h2{
	font-family:  sans-serif;
	font-size: 12px;	
	font-weight: bold;
	color: #000000;
	padding:0px;
}

.tabcontent p{
	font-weight: bold;
}


 
.itemtitle td{
	padding-bottom:10px;
	font-family:sans-serif;
	font-size:14px;
	color: #000000;
 }
 
 .flashtxt {
	font-family: sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	width: 650px;

	padding-top: 1px;
	padding-right: 25px;
    padding-bottom:10px;
	padding-left: 20px;
 }
 

 



TD.headerFLash {
	font-family:  sans-serif;
	font-size:11px;
	text-align: left;
	padding-left: 20px;
	color: #999999;

	
	

	}
	
.headerFlash a { 
  color: #000000;
	font-family:  sans-serif;
  
  text-decoration:none; 
}

.headerFLash a:hover {
	color: #999999;


}
#uplds p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}
#uplds {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#uplds h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #000000;
	background-color: #cccccc;
	text-align: center;
	
}

#uplds h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	color: #000000;
	
	
	
}