@charset "utf-8";
/* CSS Document */

p {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;


}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22.8px;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	text-align: left;
	margin-right: 10px;
	padding-left: 10px;
}

.body a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #00adee;
	line-height: 20px;
	text-align: left;
}
.body a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #00adee;
	line-height: 20px;
	text-align: left;
}
.body a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #999;
	line-height: 20px;
	text-align: left;
}
.body a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #00adee;
	line-height: 20px;
	text-align: left;
	
}

.underlinemenu{
	font-weight: bold;
	width: 100%;
	font-family: "Arial Narrow", Arial;
	font-size: 11.5px;
}

.underlinemenu a:hover{
	font-weight: bold;
	width: 100%;
	font-family: "Arial Narrow", Arial;
	font-size: 11.5px;
	color: #00adee;
}

.underlinemenu ul{
padding: 0px 0 0px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #494949;
padding: 0px 0px 0px 0px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 5%; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 1px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: #00adee;
}
 div#footer{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
  height:footer-<length>;
	height: 26px;
 }
 
.underlinemenu{
	font-weight: bold;
	width: 100%;
	font-family: "Arial Narrow", Arial;
	font-size: 11.5px;
}

.underlinemenu a:hover{
	font-weight: bold;
	width: 100%;
	font-family: "Arial Narrow", Arial;
	font-size: 11.5px;
	color: #00adee;
}

.underlinemenu ul{
padding: 0px 0 0px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #494949;
padding: 0px 0px 0px 0px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 5%; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 1px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: #00adee;
}

#menu {
    border:none;
    border:0px;
    margin:0px;
    padding:0px;
    font: 67.5% Arial, Verdana, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
	text-align:center;
}

#nav {
    height:15px;
    list-style:none;
    margin:0;
    padding:0;
    float:left;
    text-align:center;
	max-width:1920px;
	min-width:1280px;
    }

#nav li {
    display:inline-block;
    position:relative;
    float:left;
	background-image: url(http://www.orbitalmouse.com/htdocs/menu2.png);
    }


#nav li a {
	display:inline-block;
	width:140px;
	line-height:34px;
	padding-bottom:3px;
	border-bottom-color:#FFF;
	border-bottom-width:6px;
	text-decoration:none;
	text-align: center;
	font:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size: 12px;
	font-style:normal;
	font-weight:bold;
	text-shadow: -1.5px 1.5px 1.5px rgba(0,0,0, 0.2);	
    }
	
    
#nav li li {float:left; #00adee;}
    
#nav li li a {display:block;
font:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size: 12px;
	font-style:normal;
	font-weight:bold;
	text-shadow: -1.5px 1.5px 1.5px rgba(0,0,0, 0.2);
	}
    
#nav li:hover {background:#00adee;}

/*--- Sublist Styles ---*/
#nav ul {
    position:absolute;
    padding:0px;
    left:0;
    display:none;
    }

/*--- Hide Sub Sublists ---*/
#nav li:hover ul ul {display:none;}

/*--- Sublevel UL's display and position on hover ---*/
#nav li:hover ul {display:block;}
#nav li li:hover ul {margin-left:150px; margin-top:-35px; display:block;	width:166px;
	line-height:15px; background-color:#333; z-index: 1;}


#master2
{
	margin: 0 auto;
	clear: center;
	width:100%;
	max-width:1000px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	border-color:#e5e5e5;
	padding:0 15px 0 15px;
	background-repeat: repeat-x;
}

#master
{
	margin: 0 auto;
	clear: left;
	width:100%;
	max-width:1000px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	border-color:#e5e5e5;
	padding:0 15px 0 15px;
	background-repeat: repeat-x;
}
#container
{
	margin: 0 auto;
	width: 100%;
	background: #fff;
}


#header h1 { margin: 0; }

#navigation
{
	float: left;
	width: 100%;
	background: #333;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navigation li a:hover {
	background-color: #00adee;
}

#content-container
{
	float: left;
	width: 100%;
	background: #FFF url(layout-two-liquid-background.gif) repeat-y 68% 0;
	border-color:#e5e5e5;border-style:solid;
	border-width:0 1px 1px 1px;
}

#content
{
	clear: right;
	float: right;
	width: 58%;
	padding: 6px 0;
	margin: 0 0 0 6px;
	display: inline;
	border-color:#e5e5e5;
	border-style:solid;
	border-width:0 0 .5px .5px;
	padding:0 0 015px;
	
}

#content h2 { margin: 0; }

#aside
{
	float: left;
	width: 30%;
	display: inline;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	
}

#aside h3 { margin: 0; }

#footer
{
	background:#00adee;
	height: 0.0125%;
}

.imageBorder {
	width: 100%;
	float: left;
		padding: 2px;
	border: solid 1px #EFEFEF;
}

div.centerimg {
	width: 100%;
	margin-left: 2%;
	margin-bottom: 0px;
}

#image .centerimg {
	text-align: left;
}
#image .centerimg img {
	width: 100%;
}
#relatedDocs
{
	float: left;
	width: 35%;
	padding: 6px 0;
	margin: 0 6px 0 0;
	display: inline;
}

.ProductTitle {	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}


h1 {
	font-family: "Arial Black", Arial;
	font-size: 24px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	color: #333;
	text-shadow: -1.5px 1.5px 1.5px rgba(0,0,0, 0.2);
	padding-left: 10px;
	text-align: center;
}


h2 {
	font-family: "Arial Black", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	color: #333;
	text-shadow: -1.5px 1.5px 1.5px rgba(0,0,0, 0.2);
	padding-left: 10px;
	text-align: left;
}


h3 {
	font-family: "Arial Narrow", Arial;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #000;
	padding-left: 10px;
}
h4 {
	font-family: "Arial Black", Arial;
	font-size: 24px;
	font-style: normal;
	line-height: 5px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	color: #333;
	text-shadow: -1.5px 1.5px 1.5px rgba(0,0,0, 0.2);
	text-align: right;
}

h5 {
	font-family: "Arial Black", Arial;
	font-size: 24px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	color: #ccc;
	text-shadow: -1.5px 1.5px 1.5px rgba(0,0,0, 0.2);
	padding-left: 10px;
	text-align: left;
}

h6 {
	font-family: "Arial Black", Arial;
	font-size: 24px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCC;
	color: #ccc;
	text-shadow: -1.5px 1.5px 1.5px rgba(0,0,0, 0.2);
	padding-left: 10px;
	text-align: left;
}



.bodyMini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22.8px;
	font-weight: normal;
	font-variant: normal;
	color: #CCC;
	text-align: left;
	margin-right: 10px;
	padding-left: 10px;
}
.ProductInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
}
.relatedDocument {
	font-size: 14px;
	font-weight: bold;
	font-family: "Arial Narrow", Arial;
	color: #666;
	font-style: normal;
	line-height: normal;
}
.certifications {
	font-size: 14px;
	font-weight: bold;
	font-family: "Arial Narrow", Arial;
	color: #666;
	font-style: normal;
	line-height: normal;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #00adee;
	line-height: 20px;
	text-align: left;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #00adee;
	line-height: 20px;
	text-align: left;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #999;
	line-height: 20px;
	text-align: left;

}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #00adee;
	line-height: 20px;
	text-align: left;

}
.documents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #00adee;
	text-align: left;
	line-height: 20px;
	
}

.documents a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #00adee;
	line-height: 20px;
	text-align: left;

}
.documents a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #00adee;
	line-height: 20px;
	text-align: left;

}
.documents a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #999;
	line-height: 20px;
	text-align: left;

}
.documents a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #00adee;
	line-height: 20px;
	text-align: left;

}


.Information {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding-left: 10px;
}
.InformationLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 18px;
	color: #999;
}
.ProductTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

.bodyPricing {	font-size: 12px;
}
.pH1 {font-weight: bold;
}

/*body {
	background-image: url(gradiantbg-body.png);
	background-repeat: repeat-x;
}*/
.module{width:920px;margin:0 auto;overflow:hidden;border-color:#e5e5e5;border-style:solid;border-width:0 1px 1px 1px;padding:0 20px 10px 20px;background:#fff;}
#border {
	border-top: thin;
	border-bottom-color:#00adee;
	border-width: 100%;
	color: #00adee;
}
.invisible {
	font:Arial, Helvetica, sans-serif;
		color: #999;
		font-size:1px;}
.ProductMenu {
	font:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size: 12px;
	font-style:normal;
	font-weight:bold;}
	
	.stageManufacture {
width: 308px;
height:450px;
}

.baseBlock{
    width:180px;
    box-shadow:10px 10px 5px #444;
    -moz-box-shadow:10px 10px 5px #444;
    -webkit-box-shadow:10px 10px 5px #444;
}

.baseBlockIn{/* Content part specially separated for fixing problems with z-index in IE7 */
    padding:10px 15px;
    background:#f9f;
}

.ieShadow{
    display:none;
}

.masterlink li {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #999;
	line-height: 20px;
	text-align: left;
	padding-left: 10px;
    }

.masterlink li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #999;
	line-height: 20px;
	text-align: left;
	padding-left: 10px;}



.body3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22.8px;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	text-align: left;

}

	

.body3 a:link {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22.8px;
	font-weight: normal;
	font-variant: normal;
	color: #00adee;
	text-align: left;
}
	
.body3 a:active {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22.8px;
	font-weight: normal;
	font-variant: normal;
	color: #00adee;
	text-align: left;
}

.body3 a:hover {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22.8px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	text-align: left;
}


.body2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22.8px;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	text-align: left;
	padding-left: 20px;
}

.body2 a:link {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22.8px;
	font-weight: normal;
	font-variant: normal;
	color: #00adee;
	text-align: left;
}
	
.body2 a:active {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22.8px;
	font-weight: normal;
	font-variant: normal;
	color: #00adee;
	text-align: left;
}

.body2 a:hover {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22.8px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	text-align: left;
}

.header11{	font-family: "Arial Black", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	color: #333;
	text-shadow: -1.5px 1.5px 1.5px rgba(0,0,0, 0.2);
	text-align: left;}
h11 {
	font-family: "Arial Black", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	color: #333;
	text-shadow: -1.5px 1.5px 1.5px rgba(0,0,0, 0.2);
	text-align: left;
}
.headerLink a:link {
	font-family: "Arial Black", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	color: #333;
	text-shadow: -1.5px 1.5px 1.5px rgba(0,0,0, 0.2);
	text-align: left;
}





#Spacer{
height:50px;
}
#Landingmaincontainer {max-width:980px; width:100%; min-width:600px;}

#LandingmaincontainerHALFSIZE {max-width:980px; width:100%; min-width:300px;}
#Landingtopsection{

height: 35px; /*Height of top section*/
padding-bottom:10px;

}

#Landingcontentwrapper{
float: left;
width: 100%;
margin-top:-20px;


}

#Landingcontentcolumn{
margin-left: 228px; /*Set left margin to LeftColumnWidth*/
	border-left: 1px solid #00adee;
	min-height:200px;
}

#Landingleftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -100%;


}

#Landingfooter{
clear: left;
width: 100%;
text-align: center;
padding: 4px 0;
}
.Landinginnertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}




#TopNav ul li
{display: inline; height:10px; float:center; list-style:none; margin-left:5px; padding-left:1%; min-width:600px; max-width:600px;}





#hSocial{
	width:166px;
	height:40px;
	position:absolute;
	top:11px;
	right:50px;
	padding-top:5px;
	padding-right:5px;
}

.qMenuInfoType{
	font-family:Verdana, Geneva, sans-serif;
font-size:9px;
line-height:15px;
text-align:justify;	
}


.qmenuHead2{
	font-family:"Arial Narrow";
    text-shadow: 2px 2px 3px rgba(85,88,85,0.1);
	color:#DDD;
	font-size:13px;
	font-weight:bold;
	

	
}
.qmenuHead1{
	font-family:"Arial Black", "Arial Narrow";
    text-shadow: 2px 2px 3px rgba(85,88,85,0.1);
	color:#FFFFFF;
	font-size:20px;
	line-height:28px;

	
}

.qmenuHead1 a{
	font-family:Arial, "Arial Black", "Arial Narrow";
    text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
	color:#FFF;
	font-size:25px;
	font-weight:bold;	
	
}

.qmenuHead2 a{
	font-family:Arial, "Arial Black", "Arial Narrow";
    text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
	color:#FFF;
	font-size:25px;
	font-weight:bold;	
	
}



#translate{
	width:180px;
	height:50px;
	position:absolute;
	top:0;
	right:20px;
}


.regulartype{
font-family: Arial, "Arial Black", "Arial Narrow";
font-size:11px;
line-height:22px;
text-align:justify;	
}

#pmaster{
	width:100%;
	max-width:1920px;
	min-width:960px;
	
	
}

#pmasterbody{
	padding-top:125px;
	width:100%;
	max-width:960px;
	min-width: 720px;
	font-family: Arial, "Arial Black", "Arial Narrow";
}

#master-1 { 
	height: 100px; 
	max-width: 1920px; 
	min-width: 1000px; 
	width:100%;
	position:fixed; 
	top:0; 
	left:0; 
	display:block;
	background-color:#FFFFFF;
	z-index:1;
}

#hmaster {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:64px;
	background:#FFF;
	z-index:5;
}

#topmenu {
	width:500px;
	height:40px;
	position:fixed;
	left:33%;
	top:20px;
}

.topmenu ul { display: block; padding: 0px; margin: 0px; list-style: none; text-align: center; position:fixed; } 
.topmenu ul li { display: inline; margin: 0px; list-style: none;padding-left:5px; padding-right:5px; } 

.topmenu a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #666;
	font-size: 12px;	
line-height:22px;
text-align:justify;	
vertical-align:middle;padding-left:5px; padding-right:5px;
}
.topmenu a:link {
	text-decoration: none;
}
.topmenu a:visited {
	text-decoration: none;
}
.topmenu a:hover {
	text-decoration: none;
	color: #00ADEE;
}
.topmenu a:active {
	text-decoration: none;}

#header {
	position:fixed;
	top:5px;
	left:5px;
}

#hliner {
	position:fixed;
	top:90px;
	left:0;
	height:15px;
	background-color:#00adee;
	width:100%;
	z-index:0;
	}
	
#fmaster {
	height:35px;
	position:fixed;
	bottom:0;
	left:0;
	background-image:url(menugradient3.png);
	background-repeat: repeat-x;
	width:100%;
	z-index:1;
	font-family: Arial, "Arial Black", "Arial Narrow";
	font-size: 10px;
	color: #CCC;
	text-align: center;
}

#fliner {
	position:fixed;
	bottom:25px;
	left:0;
	height:15px;
	background-color:#00adee;
	width:100%;
	z-index:0;
	}
	

#contentBoxCenter {
	max-width: 99%; 
	min-width:50%;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	text-align:justify;
	width: 960px;
	voice-family: "\"}\"";
	voice-family:inherit;
	}
  
#masterProductFrameContainer
{
width: 99%;
max-width:960px;
background-color: #fff;
color: #333;
line-height: 130%;

}

#masterProductFrameTop
{
background-color: #FFF;

}

#masterProductFrameTop h1
{
padding: 0;
margin: 0;
}

#masterProductFrameLeftnav
{
float: left;
width:100%;
max-width: 250px;
padding-left:50px;
margin: 0;
}

#masterProductFrameContent
{
	margin-left: 325px;
	max-width: 690px;
	min-width:400px;
	text-align: left;
	border-left: 1px solid #00adee;
}

#masterTemplateContentFrame
{
	max-width: 960px;
	min-width:400px;
	text-align:justify;
}

#masterProductFrameFooter
{
clear: both;
margin: 0;

}

#masterFrame{
	 max-width:99%;
	 background-color:#FFF;
	 width:1000px;
}

.ProductPhotoBorder{
    border: 1px solid #333;
    padding: 5px;
    width: 200px;
	height: 200px;
    background-color: #222;
    }
	
	.ProductPhotoBorder2{
    border: 1px solid #00adee;
    padding: 2px;
    width: 200px;
	height: 200px;
    background-color: #222;
	margin:auto;
	
    }
	
	IMG.photoBorder {
    display: block;
    margin-left: auto;
    margin-right: auto;
	  border: 1px solid #00adee;
    padding: 2px;
    width: 200px;
	height: 200px;

	margin:auto; }

IMG.MiniPhotoBorder {
	  border: 1px solid #00adee;
    padding: 1px;
    width: 75px;
	height: 75px;
    background-color: #00adee;
	margin:auto; }


.Buttons {
	width: 200px;
    padding: 5px;}
#BorderBox {
	border-left:1.5px #CCC solid; border-right: 1.5px #CCC solid; min-height: 10%; max-height:100%; max-width:1080px; height:100%;}

#Divider {
	max-width: 960px;
	border-bottom: 1px #CCC solid;}
	
#DividerB {
	max-width: 960px;
	border-bottom: 1px #00adee solid;}
	
#ScrollLine {
	position:absolute; z-index:101; left: 1px; bottom:76px; width:100%; opacity:0.7; filter:alpha(opacity=70); height:20px; /* For IE8 and earlier */ background-color: #00adee; layer-background-color: #996600; border: 1px none #000000;}
	
	   #wcd, #wcdC {
        height: 455px;
        width: 800px;

		}
	
    #wcd {
        bottom: 50%;
        right: 50%;
        position: absolute;
		
 }
 
    # wcdC {
        left: 50%;
        position: relative;
        top: 50%;
		}
		
		
#wcdMaster{ display:none; margin-top:100px;
}

#CloseButton
{
  display: block;
  height:40px;
  width: 40px;
  background: url("Close.png") no-repeat 0 0;

}

 #CloseButton:hover
  { 
    background: url("CloseRO.png") no-repeat 0 0;

  }


#CloseButton span
{
  position: absolute;
  top: -999em;
}

#contentBoxCenter {
	max-width: 99%; 
	min-width:50%;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	text-align:justify;
	width: 960px;
	voice-family: "\"}\"";
	voice-family:inherit;
	}
  
#masterProductFrameContainer
{
	width: 99%;
	max-width:960px;
	background-color: #fff;
	color: #D6D6D6;
	line-height: 130%;
}

#masterProductFrameTop
{
background-color: #FFF;

}

#masterProductFrameTop h1
{
padding: 0;
margin: 0;
}

#masterProductFrameLeftnav
{
float: left;
width:100%;
max-width: 250px;
padding-left:50px;
margin: 0;
}

#masterProductFrameContent
{
	margin-left: 325px;
	max-width: 690px;
	min-width:400px;
	text-align: left;
	border-left: 1px solid #00adee;
}

#masterProductFrameFooter
{
clear: both;
margin: 0;

}

#masterFrame{
	 max-width:99%;
	 background-color:#FFF;
	 width:1000px;
}

.ProductPhotoBorder {
	border: 1px solid #333;
	padding: 5px;
	width: 200px;
	height: 200px;
	background-color: #666;
    }

.Buttons {
	width: 200px;
    padding: 5px;}
#BorderBox {
	border-left:1.5px #CCC solid;
	border-right: 1.5px #CCC solid;
	min-height: 10%;
	max-height:100%;
	max-width:1080px;
	background-color: #FFF;
}

#Divider {
	max-width: 960px;
	border-bottom: 1px #CCC solid;}
	
#DividerB {
	max-width: 960px;
	border-bottom: 1px #00adee solid;}
#WhiteBackG { background-color:#FFF;
max-width:960px;
width:100%;
min-width:600px;
height:100px;

	}
#GrayBackG {
	width:100%;
	background-color:#CCC;
	height:100px;	
	}

.SpecificationBod {
	font-family: Arial, "Arial Black", "Arial Narrow";
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
.SpecificationH {
	font-family: Arial, "Arial Black", "Arial Narrow";
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: 28px;
}
.SpecificationIndent {
	font-family: Arial, "Arial Black", "Arial Narrow";
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin-left: 15px;
}

.class1 a:link {text-decoration: none; ; line-height:20px;
	font:Arial, "Arial Black", "Arial Narrow";
	font-size: 13px;
	font-style:normal;
	font-weight:bold;}
.class1 a:visited {text-decoration: none;line-height:20px;
	font:Arial, "Arial Black", "Arial Narrow";
	font-size: 13px;
	font-style:normal;
	font-weight:bold;}
.class1 a:active {text-decoration: none;line-height:20px;
	font:Arial, "Arial Black", "Arial Narrow";
	font-size: 13px;
	font-style:normal;
	font-weight:bold;}
.class1 a:hover {text-decoration: none; color: #00adee;line-height:20px;
	font:Arial, "Arial Black", "Arial Narrow";
	font-size: 13px;
	font-style:normal;
	font-weight:bold;}

.BUTTON a.rollover {
	display: block;
	width: 150px;
	height: 44px;
	text-decoration: none;
	background: url("webvamp.jpg");
	}

.BUTTON a.rollover:hover {
	background-position: -150px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}
#EnlargePhoto
{
  display: block;
  width: 48px;
  height: 48px;
  background: url("enlarge-button-blue.png") no-repeat 0 0;

}

 #EnlargePhoto:hover
  { 
    background: url("enlarge-button-gray.png") no-repeat 0 0;
  }


#EnlargePhoto span
{
  position: absolute;
  top: -999em;
}

#Videos
{
  display: block;
  width: 48px;
  height: 48px;
  background: url("play-button-blue.png") no-repeat 0 0;

}

 #Videos:hover
  { 
    background: url("play-button-gray.png") no-repeat 0 0;

  }


#Videos span
{
  position: absolute;
  top: -999em;
}

#SupportButton
{
  display: block;
  width: 280px;
  height: 108px;
  background: url("SupportButton.png") no-repeat 0 0;

}

 #SupportButton:hover
  { 
    background: url("SupportButtonRO.png") no-repeat 0 0;

  }


#SupportButton span
{
  position: absolute;
  top: -999em;
}

#CloseButton
{
  display: block;
  height:40px;
  width: 40px;
  background: url("Close.png") no-repeat 0 0;

}

 #CloseButton:hover
  { 
    background: url("CloseRO.png") no-repeat 0 0;

  }


#CloseButton span
{
  position: absolute;
  top: -999em;
}

#BioMedProject
{
  display: block;
  height:89px;
  width: 178px;
  background: url("biomed-project.png") no-repeat 0 0;

}

 #BioMedProject:hover
  { 
    background: url("biomed-projectRO.png") no-repeat 0 0;

  }


#BioMedProject span
{
  position: absolute;
  top: -999em;
}



#HowTo
{
  display: block;
  width: 48px;
  height: 48px;
  background: url("how-to-button-blue.png") no-repeat 0 0;

}

 #HowTo:hover
  { 
    background: url("how-to-button-gray.png") no-repeat 0 0;

  }


#HowTo span
{
  position: absolute;
  top: -999em;
}

#SupportBody {
	font-size: 16px;
	font-family: Arial, "Arial Black", "Arial Narrow";
	color:#F60;
	font-style: normal;
	font-weight: bold;
	width:200px;
	
}
/* tips */

#tips, #tips li{
	margin:0;
	padding:0;
	list-style:none;
		
	}
#tips{
	width:200px;

	position:absolute;
	top:30px;
	left:3px;
	text-align:center;
	font-size:18px;
	line-height:14px;
	color:#FFF;
	font-weight:900;
		font-family: Arial, "Arial Black", "Arial Narrow";
			text-shadow: -1.5px 1.5px 1.5px rgba(0,0,0, 0.2);
	}
#tips li{
	display:none; /* hide the items at first only to display one with javascript */

	}
	
	
	#tips a:link {text-decoration:underline; line-height:20px;
	font-size:18px;

	color:#FFF;
	font-weight:900;
	font-family: Arial, "Arial Black", "Arial Narrow";}
#tips a:visited {text-decoration:underline; line-height:20px;
	font-size:18px;

	color:#FFF;
	font-weight:900;
	font-family: Arial, "Arial Black", "Arial Narrow";}
#tips a:active {text-decoration:underline;
line-height:20px;
	font-size:18px;

	color:#FFF;
	font-weight:900;
	font-family: Arial, "Arial Black", "Arial Narrow";}
#tips a:hover { color: #666;
line-height:20px;
	font-size:18px;
	
	font-weight:bolder;
	font-family: Arial, "Arial Black", "Arial Narrow";
	text-decoration:underline;}



/* tips */

#tips2, #tips2 li{
	margin:0;
	padding:0;
	list-style:none;
		
	}
#tips2{
	width:200px;

	position:absolute;
	top:10px;
	left:3px;
	text-align:center;
	font-size:18px;
	line-height:14px;
	color:#FFF;
	font-weight:900;
		font-family: Arial, "Arial Black", "Arial Narrow";
			text-shadow: -1.5px 1.5px 1.5px rgba(0,0,0, 0.2);
	}
#tips2 li{
	display:none; /* hide the items at first only to display one with javascript */
	}
	
	
	#tips2 a:link {text-decoration:underline; line-height:20px;
	font-size:18px;

	color:#FFF;
	font-weight:900;
	font-family: Arial, "Arial Black", "Arial Narrow";}
#tips2 a:visited {text-decoration:underline; line-height:20px;
	font-size:18px;

	color:#FFF;
	font-weight:900;
	font-family: Arial, "Arial Black", "Arial Narrow";}
#tips2 a:active {text-decoration:underline;
line-height:20px;
	font-size:18px;

	color:#FFF;
	font-weight:900;
	font-family: Arial, "Arial Black", "Arial Narrow";}
#tips2 a:hover { color: #666;
line-height:20px;
	font-size:18px;
	
	font-weight:bolder;
	font-family: Arial, "Arial Black", "Arial Narrow";
	text-decoration:underline;}


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

li.quickselectlanding{
	
display:inline;
}

#photoBox{height:60px; padding-left:22px;}

.PhoneNum {
	font-family: "Arial Black", Arial;
	font-size: 16px;
	font-style: normal;
	line-height: 35px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#666;
	text-shadow: -1.5px 1.5px 1.5px rgba(0,0,0, 0.2);
}


#separator{ width:50px; max-width:50px; padding-right:28px; overflow:auto;}

.manufactured{
	color:#FFF; text-align:left; font-weight:bolder; position:fixed; bottom: -1px;
	left:10px; font-size:10.5px; text-shadow: -1.5px 1.5px 1.5px rgba(0,0,0, 0.2);}

.socialLinking{
	color:#FFF; text-align:right; font-weight:bolder; position:fixed; bottom:-5.5px;
	right:10px; font-size:10.5px; text-shadow: -1.5px 1.5px 1.5px rgba(0,0,0, 0.2); width:355px;}
	
.translate{
	position:fixed; bottom: -1px;
	left:10px;;}

#slideshow {
    position:relative;
    height:220px;
	width:370px;
	
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


#aboutHeader{
	font-family: "Arial Black", Arial;
	text-align:left;
	font-size: 24px;
	font-style: normal;
	
		color: #333;
	text-shadow: -1.5px 1.5px 1.5px rgba(0,0,0, 0.2);
	position:relative;
	top:15px;
}


.AlignedTitles{font-family: "Arial Black", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	color: #333;
	text-shadow: -1.5px 1.5px 1.5px rgba(0,0,0, 0.2);
	text-align: left;}

.bodyRedSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 22.8px;
font-weight: bold;
font-style:italic;
	color: #cc1c24;
	text-align: left;
	

}

#RFQMasterContainer{
	width:800px;
}

#RFQMaster{
	width:780px;
	height:285px;
	}

.RFQLeft{
	width:200px;
	float:left;

	}

.RFQRight{
	width:520px;
	float:right;
	position:relative;
	left:0px;
	}

.RFQFeatureBox{
	position:relative;
	top:-20px;
	width:570px;
	text-align: justify;
	}
	
.RFQImageBox { width:199px;
	height:199px;}


.bodyBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22.8px;
	font-weight: bold;
	font-variant: normal;
	color: #555;
	text-align: left;
}

.bodyBlue2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22.8px;
font-weight: bold;
	font-variant: normal;
	color: #555;
	text-align: left;
}


.bodyBlueITA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	font-style: normal;
	line-height: 22.8px;
	font-variant: normal;
	color: #555;
	text-align: left;
	font-style:italic;
}

.bodyRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22.8px;
font-weight: bold;
	font-variant: normal;
	color: #cc1c24;
	text-align: left;
	

}
.manufactured{
	color:#FFF; text-align:left; font-weight:bolder; position:fixed; bottom: -1px;
	left:10px; font-size:10.5px; text-shadow: -1.5px 1.5px 1.5px rgba(0,0,0, 0.2);}

.socialLinking{
	color:#FFF; text-align:right; font-weight:bolder; position:fixed; bottom:-5.5px;
	right:10px; font-size:10.5px; text-shadow: -1.5px 1.5px 1.5px rgba(0,0,0, 0.2); width:355px;}

	
.translate{
	position:fixed; bottom: -1px;
	left:10px;;}
	
	IMG.photoBorder {
    display: block;
    margin-left: auto;
    margin-right: auto;
	  border: 1px solid #00adee;
    padding: 2px;
    width: 200px;
	height: 200px;

	margin:auto; }
	
	IMG.photoBorderRFQ {
  display: block;

	  border: 1px solid #00adee;
    padding: 2px;

    background-color: #222;

	}

IMG.MiniPhotoBorder {
	  border: 1px solid #00adee;
    padding: 1px;
    width: 125px;
	height: 125px;
    background-color: #00adee;
	margin:auto; }
	
	
a.tooltip:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/

a.tooltip span {display:none;width:125px;text-decoration:none; margin-top:126px;}

a.tooltip:hover span{display:inline; position:absolute; border:2px solid #00adee; background:#ffffff; text-decoration:none; }
.tooltip{font-weight:bold; font:Arial, "Arial Black", "Arial Narrow"; font-size:10px; text-align:center; line-height:12px;}


a.tooltiplg:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/

a.tooltiplg span {display:none;width:202px;text-decoration:none;   margin-top:204px; margin-left:-100px;}

a.tooltiplg:hover span{display:inline; position:absolute; border:2px solid #00adee; background:#ffffff; text-decoration:none;  }


.tooltiplg{font-weight:bold; font:Arial, "Arial Black", "Arial Narrow"; font-size:12px; text-align:center; line-height:14px; color:#333;}


a.tooltiplgProduct:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/



a.tooltiplgProduct span {display:none;width:202px;text-decoration:none;   margin-top:204px; margin-left:-100px;}

a.tooltiplgProduct:hover span{display:inline; position:absolute; border:2px solid #00adee; background:#ffffff; text-decoration:none;  }


.tooltiplgProduct{font-weight:bold; font:Arial, "Arial Black", "Arial Narrow"; font-size:12px; text-align:center; line-height:14px; color:#333;}


.chrome a.tooltiplgProduct:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/



.chrome a.tooltiplgProduct span {display:none;width:202px;text-decoration:none;   margin-top:204px; margin-left:0;}

.chrome a.tooltiplgProduct:hover span{display:inline; position:absolute; border:2px solid #00adee; background:#ffffff; text-decoration:none;  }


.chrome .tooltiplgProduct{font-weight:bold; font:Arial, "Arial Black", "Arial Narrow"; font-size:12px; text-align:center; line-height:14px; color:#333;}

	
a.tooltip:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/

a.tooltip span {display:none;width:125px;text-decoration:none; margin-top:126px;}

a.tooltip:hover span{display:inline; position:absolute; border:2px solid #00adee; background:#ffffff; text-decoration:none; }
.tooltip{font-weight:bold; font:Arial, "Arial Black", "Arial Narrow"; font-size:10px; text-align:center; line-height:12px;}


a.tooltiplg:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/

a.tooltiplg span {display:none;width:202px;text-decoration:none;   margin-top:204px; margin-left:-100px;}

a.tooltiplg:hover span{display:inline; position:absolute; border:2px solid #00adee; background:#ffffff; text-decoration:none;  }


.tooltiplg2{font-weight:bold; font:Arial, "Arial Black", "Arial Narrow"; font-size:12px; text-align:center; line-height:14px; color:#333;}

a.tooltiplgProduct2:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/



a.tooltiplgProduct2 span {display:none;width:74px;text-decoration:none;   margin-top:204px; }

a.tooltiplgProduct2:hover span{display:inline; position:absolute; border:2px solid #00adee; background:#ffffff; text-decoration:none;  }


.tooltiplgProduct2{font-weight:bold; font:Arial, "Arial Black", "Arial Narrow"; font-size:12px; text-align:center; line-height:14px; color:#333;}


.chrome a.tooltiplgProduct2:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/



.chrome a.tooltiplgProduct2 span {display:none;width:74px;text-decoration:none;   margin-top:204px; margin-left:0;}

.chrome a.tooltiplgProduct2:hover span{display:inline; position:absolute; border:2px solid #00adee; background:#ffffff; text-decoration:none;  }


.chrome .tooltiplgProduct2{font-weight:bold; font:Arial, "Arial Black", "Arial Narrow"; font-size:12px; text-align:center; line-height:14px; color:#333;}




a.tooltiplgRFQ:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/


a.tooltiplgRFQ span {display:none;width:202px;text-decoration:none;   margin-top:204px; margin-left:0px;}

a.tooltiplgRFQ:hover span{display:inline; position:absolute; border:2px solid #00adee; background:#ffffff; text-decoration:none;  }


.tooltiplgRFQ{font-weight:bold; font:Arial, "Arial Black", "Arial Narrow"; font-size:12px; text-align:center; line-height:14px; color:#333;}


.chrome a.tooltiplgRFQ:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/



.chrome a.tooltiplgRFQ span {display:none;width:202px;text-decoration:none;   margin-top:204px; margin-left:0px;}

.chrome a.tooltiplgRFQ:hover span{display:inline; position:absolute; border:2px solid #00adee; background:#ffffff; text-decoration:none;  }


.chrome .tooltiplgRFQ{font-weight:bold; font:Arial, "Arial Black", "Arial Narrow"; font-size:12px; text-align:center; line-height:14px; color:#333;}





.body3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22.8px;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	text-align: left;
	padding-left: 10px;

}
.body3 a {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22.8px;
	font-weight: normal;
	font-variant: normal;
	color: #00adee;
	text-align: left;
}
	

.body3 a:link {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22.8px;
	font-weight: normal;
	font-variant: normal;
	color: #00adee;
	text-align: left;
}
	
.body3 a:active {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22.8px;
	font-weight: normal;
	font-variant: normal;
	color: #00adee;
	text-align: left;
}

.body3 a:hover {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22.8px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	text-align: left;
}


.body2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22.8px;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	text-align: left;
	padding-left: 20px;
}

.body2 A:link {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22.8px;
	font-weight: normal;
	font-variant: normal;
	color: #00adee;
	text-align: left;
}
	
.body2 A:active {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22.8px;
	font-weight: normal;
	font-variant: normal;
	color: #00adee;
	text-align: left;
}

.body2 A:hover {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22.8px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	text-align: left;
}

.header11{	font-family: "Arial Black", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	color: #333;
	text-shadow: -1.5px 1.5px 1.5px rgba(0,0,0, 0.2);
	text-align: left;}
h11 {
	font-family: "Arial Black", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	color: #333;
	text-shadow: -1.5px 1.5px 1.5px rgba(0,0,0, 0.2);
	text-align: left;
}
.headerLink a:link {
	font-family: "Arial Black", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	color: #333;
	text-shadow: -1.5px 1.5px 1.5px rgba(0,0,0, 0.2);
	text-align: left;
}





#Spacer{
height:50px;
}
#Landingmaincontainer {max-width:980px; width:100%; min-width:600px;}
#LandingmaincontainerHALFSIZE {max-width:980px; width:100%; min-width:300px;}
#Landingtopsection{

height: 35px; /*Height of top section*/
padding-bottom:10px;

}

#Landingcontentwrapper{
float: left;
width: 100%;
margin-top:-20px;


}

#Landingcontentcolumn{
margin-left: 228px; /*Set left margin to LeftColumnWidth*/
	border-left: 1px solid #00adee;
	min-height:200px;
}

#Landingleftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -100%;
margin-top:-20px;


}

#Landingfooter{
clear: left;
width: 100%;
text-align: center;
padding: 4px 0;
}
.Landinginnertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}




#TopNav ul li
{display: inline; height:10px; float:center; list-style:none; margin-left:5px; padding-left:1%; min-width:600px; max-width:600px;}





#hSocial{
	width:166px;
	height:40px;
	position:absolute;
	top:11px;
	right:0px;
	padding-top:5px;
	padding-right:5px;
}


.qMenuInfoType{
	font-family:Verdana, Geneva, sans-serif;
font-size:9px;
line-height:12px;
text-align:justify;	
}

.qMenuInfoType strong{
	font-family:Verdana, Geneva, sans-serif;
font-size:10.5px;
line-height:12px;
text-align:justify;	
}




.qmenuHead2{
	font-family:"Arial Narrow";
    text-shadow: 2px 2px 3px rgba(85,88,85,0.1);
	color:#DDD;
	font-size:13px;
	font-weight:bold;
	

	
}
.qmenuHead1{
	font-family:"Arial Black", "Arial Narrow";
    text-shadow: 2px 2px 3px rgba(85,88,85,0.1);
	color:#FFFFFF;
	font-size:18px;
	line-height:15px;

	
}

.qmenuHead1 a{
	font-family:Arial, "Arial Black", "Arial Narrow";
    text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
	color:#FFF;
	font-size:25px;
	font-weight:bold;	
	
}

.qmenuHead2 a{
	font-family:Arial, "Arial Black", "Arial Narrow";
    text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
	color:#FFF;
	font-size:25px;
	font-weight:bold;	
	
}



#translate{
	width:180px;
	height:50px;
	position:absolute;
	top:0;
	right:20px;
}


.regulartype{
font-family: Arial, "Arial Black", "Arial Narrow";
font-size:11px;
line-height:22px;
text-align:justify;	

}

#pmaster{
	width:100%;
	max-width:1920px;
	min-width:960px;
	
	
}

#pmasterbody{
	padding-top:125px;
	width:100%;
	max-width:960px;
	min-width: 720px;
	font-family: Arial, "Arial Black", "Arial Narrow";
}

#master-1 { 
	height: 100px; 
	max-width: 1920px; 
	min-width: 1000px; 
	width:100%;
	position:fixed; 
	top:0; 
	left:0; 
	display:block;
	background-color:#FFFFFF;
	z-index:1;
}

#qmenu {
    height:35px;
	position:absolute;
	top: 64px;
	left:0;
	background-image:url(https://www.ctielectronics.com/Assets/MasterMenuGradient.png);
	background-repeat: repeat-x;
	width:100%;
	z-index:99;
	}

#qcontainer {
position: absolute;
padding-left:15px;
width:1920px;


}

#hmaster {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:64px;
	background:#FFF;
	z-index:5;

}

#topmenu {
	width:500px;
	height:40px;
	position:fixed;
	left:33%;
	top:20px;
}

.topmenu ul { display: block; padding: 0px; margin: 0px; list-style: none; text-align: center; position:fixed; } 
.topmenu ul li { display: inline; margin: 0px; list-style: none;padding-left:5px; padding-right:5px; } 

.topmenu a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #666;
	font-size: 12px;	
line-height:22px;
text-align:justify;	
vertical-align:middle;padding-left:5px; padding-right:5px;
}
.topmenu a:link {
	text-decoration: none;
}
.topmenu a:visited {
	text-decoration: none;
}
.topmenu a:hover {
	text-decoration: none;
	color: #00ADEE;
}
.topmenu a:active {
	text-decoration: none;}

#header {
	position:absolute;
	top:5px;
	left:5px;
}

#hliner {
	position:fixed;
	top:90px;
	left:0;
	height:15px;
	background-color:#00adee;
	width:100%;
z-index:0;
	}
	
	
#fmaster {
	height:35px;
	position:fixed;
	bottom:-10px;
	left:0;
	background-image:url(https://www.ctielectronics.com/Assets/menugradient3.png);
	background-repeat: repeat-x;
	width:100%;
	z-index:1;
	font-family: Arial, "Arial Black", "Arial Narrow";
	font-size: 10px;
	color: #CCC;
	line-height:25px;
}
#fliner {
	position:fixed;
	bottom:15px;
	left:0;
	height:15px;
	background-color:#00adee;
	width:100%;
	z-index:0;
	}
	
	
#pcm{display:none;}

ul.mastermenu ul{display:none;}

ul.mastermenu li:hover>ul{display:block}

ul.mastermenu ul{position: absolute;left:-1px;top:98%; }

ul.mastermenu ul ul{
position: absolute;
background-image:url(https://www.ctielectronics.com/Assets/menu.png);
border:medium;
position: absolute;left:98%;top:-1px;
margin:0px;
	list-style:none;
	padding:0px 1px 1px 0px;
	border-color:#111;
	border-width:0px;
	border-style:solid;
	background-color:#666;		
	width:135.35px;
	background-image:url(https://www.ctielectronics.com/Assets/menugradient.png);

}


ul.mastermenu {
	margin:0px;
	list-style:none;
	padding:0px 1px 1px 0px;
	border-color:#A6A6A6;
	border-width:0px;
	border-style:solid;
	padding-right:15px;
	
	
}

ul.mastermenu ul {	
	margin:0px;
	list-style:none;
	padding:0px 1px 1px 0px;
	
	border-color:#222;
	border-width:2px;
	
	border-style:solid;
	background-color:#666;		
	width:135.35px;
	background-image:url(https://www.ctielectronics.com/Assets/menugradient.png);
border:medium;
border-color:#333;

-moz-border-radius-bottomright: 8px;
border-bottom-right-radius: 8px;


-moz-border-radius-bottomleft: 8px;
border-bottom-left-radius: 8px;


}



ul.mastermenu ul {
	margin:0px;
	list-style:none;
	padding:1px 1px 1px 1px;
	background-color:#333333;
	background-repeat:repeat;
	

}

ul.mastermenu table {border-collapse:collapse}ul.mastermenu {
	display:block;
	zoom:1;
	float: left;
	
}
ul.mastermenu ul{
	width:135.35px;
	
}
ul.mastermenu li{
	display:block;
	margin:1px 0px 0px 1px;
	font-size:0px;
	 width:135.35px;
	 

}
ul.mastermenu a:active, ul.mastermenu a:focus {
outline-style:none;
}


a.mastermenui {background-image:url(https://www.ctielectronics.com/Assets/menubuttonback6.png); background-repeat:no-repeat; background-position: center; margin-top:-1px;}


a:hover.mastermenui {background-image:url(https://www.ctielectronics.com/Assets/menubuttonback5b.png); background-repeat:no-repeat; background-position: center; margin-top:-1px; }

ul.mastermenu a, ul.mastermenu li.dis a:hover, ul.mastermenu li.sep a:hover {
	display:block;
	
	vertical-align:middle;
	height: 25px;

	

	border-width:0px;
	border-color:#FCEEB0;
	border-style:solid;
	text-align:left;
	text-decoration:none;
	padding:5px;
	_padding-left:0;
	font:11.5px Arial;
	color: #FFFFFF;
	text-decoration:none;
	cursor:pointer;
	text-align:center;
	
	line-height:20px;
	font:Arial, "Arial Black", "Arial Narrow";
	color:#FFF;
	font-size: 11px;
	font-style:normal;
	font-weight:bold;
	text-shadow: -1.5px 1.5px 1.5px rgba(0,0,0, 0.2);
	
	
}
ul.mastermenu span{
	overflow:hidden;
	
	
}
ul.mastermenu li{
	display:block;
	margin:1px 0px 0px 1px;
	font-size:0px;
	 width:135.35px;

}
ul.mastermenu li li{
	display:block;
	 width:135.35px;
border: .5px solid black;

border-right:0px;
border-left:0px;
border-bottom:1px;

}
ul.mastermenu li li li{
	display:block;
	 width:135.35px;
border: .5px solid black;

border-right:0px;
border-left:0px;
border-bottom:1px;
}

ul.mastermenu li li li li li{
	display:block;
	 width:135.35px;
border: 0px solid black;

border-right:0px;
border-left:0px;
border-bottom:1px;
}

ul.mastermenu ul li {
	float:none;
	
}
ul.mastermenu ul a {
	text-align:left;
	white-space:nowrap;
	
}

ul.mastermenu li.sep{
	text-align:left;
	padding:0px;
	line-height:0;
	height:100%;
	
}

ul.mastermenu li.sep span{
	float:none;	padding-right:0;
	width:3;
	height:100%;
	display:inline-block;
	background-color:#A6A6A6;	background-image:none;}
	
ul.mastermenu ul li.sep span{
	width:100%;
}
ul.mastermenu li:hover{
	position:relative;
	
}
ul.mastermenu li:hover>a{
	background-color:#00ADEE;
	border-color:#4C99AB;
	border-style:solid;
	
		line-height:20px;
	font:Arial, "Arial Black", "Arial Narrow";
	color:#FFF;
	font-size: 11px;
	font-style:normal;
	font-weight:bold;
	text-shadow: -1.5px 1.5px 1.5px rgba(0,0,0, 0.2);
	
	
}
ul.mastermenu li a:hover{
	position:relative;
	background-color:#00ADEE;
	border-color:#4C99AB;
	border-style:solid;
	
		line-height:20px;
	font:Arial, "Arial Black", "Arial Narrow";
	color:#FFF;
	font-size: 11px;
	font-style:normal;
	font-weight:bold;
	text-shadow: -1.5px 1.5px 1.5px rgba(0,0,0, 0.2);
	
}
ul.mastermenu li.dis a {
	color: #AAAAAA !important;
}
ul.mastermenu img {border: none;float:left;_float:none;margin-right:5px;
}
ul.mastermenu ul img {

}
ul.mastermenu img.over{display:none}
ul.mastermenu li.dis a:hover img.over{display:none !important}
ul.mastermenu li.dis a:hover img.def {display:inline !important}
ul.mastermenu li:hover > a img.def  {display:none}
ul.mastermenu li:hover > a img.over {display:inline}
ul.mastermenu a:hover img.over,ul.mastermenu a:hover ul img.def,ul.mastermenu a:hover a:hover ul img.def,ul.mastermenu a:hover a:hover img.over,ul.mastermenu a:hover a:hover a:hover img.over{display:inline}
ul.mastermenu a:hover img.def,ul.mastermenu a:hover ul img.over,ul.mastermenu a:hover a:hover ul img.over,ul.mastermenu a:hover a:hover img.def,ul.mastermenu a:hover a:hover a:hover img.def{display:none}
ul.mastermenu a:hover ul,ul.mastermenu a:hover a:hover ul{display:block}
ul.mastermenu a:hover ul ul{display:none}
ul.mastermenu span{
	display:block;
	background-image:url(./images/arrv_blue_2.gif);
	background-position:right center;
	background-repeat: no-repeat;
   padding-right:8px; }
ul.mastermenu li:hover>a>span{	background-image:url(./images/arrv_white_2.gif);
}
ul.mastermenu a:hover span{	_background-image:url(./images/arrv_white_2.gif)}
ul.mastermenu ul span,ul.mastermenu a:hover table span{background-image:url(./images/arr_blue_2.gif)}
ul.mastermenu ul li:hover > a span{	background-image:url(./images/arr_white_2.gif);}
ul.mastermenu table a:hover span,ul.mastermenu table a:hover a:hover span{background-image:url(./images/arr_white_2.gif)}
ul.mastermenu table a:hover table span{background-image:url(./images/arr_blue_2.gif)}
ul.mastermenu li a.mastermenui0{
font:n;
}
ul.mastermenu li a.mastermenui0:hover{
font:o;}

#contentBoxCenter {
	max-width: 99%; 
	min-width:50%;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	text-align:justify;
	width: 960px;
	voice-family: "\"}\"";
	voice-family:inherit;
	}
  
#masterProductFrameContainer
{
width: 99%;
max-width:960px;
background-color: #fff;
color: #333;
line-height: 130%;

}

#masterProductFrameTop
{
background-color: #FFF;

}

#masterProductFrameTop h1
{
padding: 0;
margin: 0;
}

#masterProductFrameLeftnav
{
float: left;
width:100%;
max-width: 250px;
padding-left:50px;
margin: 0;
}

#masterProductFrameContent
{
	margin-left: 325px;
	max-width: 690px;
	min-width:400px;
	text-align: left;
	border-left: 1px solid #00adee;
}

#masterTemplateContentFrame
{
	max-width: 960px;
	min-width:400px;
	text-align:justify;
}

#masterProductFrameFooter
{
clear: both;
margin: 0;

}

#masterFrame{
	 max-width:99%;
	 background-color:#FFF;
	 width:1000px;
}

.ProductPhotoBorder{
    border: 1px solid #333;
    padding: 5px;
    width: 200px;
	height: 200px;
    background-color: #222;
    }
	
	.ProductPhotoBorder2{
    border: 1px solid #00adee;
    padding: 2px;
    width: 200px;
	height: 200px;
    background-color: #222;
	margin:auto;
	
    }
	
.FSeries{
    border: 1px solid #00adee;
	height: 200px;
	
    }
	

.Buttons {
	width: 200px;
    padding: 5px;}
#BorderBox {
	border-left:1.5px #CCC solid; border-right: 1.5px #CCC solid; min-height: 10%; max-height:100%; max-width:1080px;}

#Divider {
	max-width: 960px;
	border-bottom: 1px #CCC solid;}
	
#DividerB {
	max-width: 960px;
	border-bottom: 1px #00adee solid;}
		
#DividerRFQ {
	width: 680px;
	border-bottom: 1px #00adee solid;}
	
#ScrollLine {
	position:absolute; z-index:101; left: 1px; bottom:32px; width:100%; opacity:0.7; filter:alpha(opacity=70); height:20px; /* For IE8 and earlier */ background-color: #00adee; layer-background-color: #996600; border: 1px none #000000;}
	
	   #wcd, #wcdC {
        height: 455px;
        width: 800px;

		}
	
    #wcd {
        bottom: 50%;
        right: 50%;
        position: absolute;
		
 }
 
    # wcdC {
        left: 50%;
        position: relative;
        top: 50%;
		}
		
		
#wcdMaster{ display:none; margin-top:100px;
}

#CloseButton
{
  display: block;
  height:40px;
  width: 40px;
  background: url("https://www.ctielectronics.com/Assets/Close.png") no-repeat 0 0;

}

 #CloseButton:hover
  { 
    background: url("https://www.ctielectronics.com/Assets/CloseRO.png") no-repeat 0 0;

  }


#CloseButton span
{
  position: absolute;
  top: -999em;
}

#gallerywrapper{
	float:left;
	position:relative;
	z-index:5;
}

.gallerydisplay {
	padding:0;
	margin:0px 0 0 0;
	list-style-type:none;
	float:left;
}

.gallerydisplay img.mainimage,
#defaultimage img.mainimage{
	border:0;
	width:100px;
	height:100px;
}


.gallerydisplay li {
	float:left;
	margin:10px 0 10px 0;
}

.gallerydisplay li a img.mainimage {
	position:absolute;
	left:0;
	display:none;
	border:0;
	top:55px;
	z-index:5;
}

.gallerydisplay li a:active img.mainimage,
.gallerydisplay li a:hover img.mainimage,
.gallerydisplay li a:focus img.mainimage {
	display:block;
}

.gallerydisplay li img.thumbnail{
	height:27px;
	width:27px;
	margin-right:4px;
	border:1px solid #666;
}

.gallerydisplay li a:active img.thumbnail{
	border:#eee solid 1px;
}

#defaultimage img{
	position:absolute;
	top:55px;
	left:0;
	z-index:-1;
}


#qinfotext{
	min-width: 350px;
	min-height: 360px;
	margin-left:8px;
	margin-right:8px;
	color:#FFF;
}


#qinfo{
	margin-left:8px;
	margin-right:8px;
	margin-top:8px;
	height:350px;
	width:370px;
	background-image:url(https://www.ctielectronics.com/Assets/qinfo.png);
	z-index:0;
	-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
}

ul.mastermenu ul ul ul {position: absolute;
left:132px;
top:-1px; 
height: 365px; 
width:390px;
background-image:url(https://www.ctielectronics.com/Assets/menu.png);
background-color:#333;
border:medium;
border-color:#333;
-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;

}


ul.mastermenu ul ul ul a:hover, ul.mastermenu ul ul ul a:active{
	display:block;
		vertical-align:middle;
		

	height: 9px;

	text-align:center;
	text-decoration:none;
	_padding-left:0;
	font:11.5px Arial;
	color: #FFFFFF;
	text-decoration:none;
	cursor:pointer;
line-height:10px;


	font:Arial, "Arial Black", "Arial Narrow";
	color:#FFF;
	font-size: 11px;
	font-style:normal;
	font-weight:bold;
	text-shadow: -1.5px 1.5px 1.5px rgba(0,0,0, 0.2);

}


ul.mastermenu ul ul ul a{
	display:block;
		vertical-align:middle;
		
	line-height:10px;
	height: 9px;
	text-align:center;
	text-decoration:none;
	_padding-left:0;
	cursor:pointer;



	font:Arial, "Arial Black", "Arial Narrow";
	color:#00adee;
	font-size: 11px;
	font-style:normal;
	font-weight:bold;
	text-shadow: -1.5px 1.5px 1.5px rgba(0,0,0, 0.2);

}


#contentBoxCenter {
	max-width: 99%; 
	min-width:50%;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	text-align:justify;
	width: 960px;
	voice-family: "\"}\"";
	voice-family:inherit;
	}
  
#masterProductFrameContainer
{
	width: 99%;
	max-width:960px;
	background-color: #fff;
	color: #D6D6D6;
	line-height: 130%;
}

#masterProductFrameTop
{
background-color: #FFF;

}

#masterProductFrameTop h1
{
padding: 0;
margin: 0;
}

#masterProductFrameLeftnav
{
float: left;
width:100%;
max-width: 250px;
padding-left:50px;
margin: 0;
}

#masterProductFrameContent
{
	margin-left: 325px;
	max-width: 690px;
	min-width:400px;
	text-align: left;
	border-left: 1px solid #00adee;
}

#masterProductFrameFooter
{
clear: both;
margin: 0;

}

#masterFrame{
	 max-width:99%;
	 background-color:#FFF;
	 width:1000px;
}

.ProductPhotoBorder {
	border: 1px solid #333;
	padding: 5px;
	width: 200px;
	height: 200px;
	background-color: #666;
    }

.Buttons {
	width: 200px;
    padding: 5px;}
#BorderBox {
	border-left:1.5px #CCC solid;
	border-right: 1.5px #CCC solid;
	min-height: 10%;
	max-height:100%;
	max-width:1080px;
	background-color: #FFF;
}

#Divider {
	max-width: 960px;
	border-bottom: 1px #CCC solid;}
	
#WhiteBackG { background-color:#FFF;
max-width:960px;
width:100%;
min-width:600px;
height:100px;

	}
#GrayBackG {
	width:100%;
	background-color:#CCC;
	height:100px;	
	}

.SpecificationBod {
	font-family: Arial, "Arial Black", "Arial Narrow";
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
.SpecificationH {
	font-family: Arial, "Arial Black", "Arial Narrow";
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: 28px;
}
.SpecificationIndent {
	font-family: Arial, "Arial Black", "Arial Narrow";
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin-left: 15px;
}

.class1 A:link {text-decoration: none; ; line-height:20px;
	font:Arial, "Arial Black", "Arial Narrow";
	font-size: 13px;
	font-style:normal;
	font-weight:bold;}
.class1 A:visited {text-decoration: none;line-height:20px;
	font:Arial, "Arial Black", "Arial Narrow";
	font-size: 13px;
	font-style:normal;
	font-weight:bold;}
.class1 A:active {text-decoration: none;line-height:20px;
	font:Arial, "Arial Black", "Arial Narrow";
	font-size: 13px;
	font-style:normal;
	font-weight:bold;}
.class1 A:hover {text-decoration: none; color: #00adee;line-height:20px;
	font:Arial, "Arial Black", "Arial Narrow";
	font-size: 13px;
	font-style:normal;
	font-weight:bold;}

.BUTTON a.rollover {
	display: block;
	width: 150px;
	height: 44px;
	text-decoration: none;
	background: url("webvamp.jpg");
	}

.BUTTON a.rollover:hover {
	background-position: -150px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}
#EnlargePhotoDISABLED
{
  display: block;
  width: 48px;
  height: 48px;
  background: url("https://www.ctielectronics.com/Assets/enlarge-button-gray.png") no-repeat 0 0;

}	
	
#EnlargePhoto
{
  display: block;
  width: 48px;
  height: 48px;
  background: url("https://www.ctielectronics.com/Assets/enlarge-button-blue.png") no-repeat 0 0;

}

 #EnlargePhoto:hover
  { 
    background: url("https://www.ctielectronics.com/Assets/enlarge-button-gray.png") no-repeat 0 0;
  }


#EnlargePhoto span
{
  position: absolute;
  top: -999em;
}

#VideosDISABLED
{
  display: block;
  width: 48px;
  height: 48px;
  background: url("https://www.ctielectronics.com/Assets/play-button-gray.png") no-repeat 0 0;

}
#Videos
{
  display: block;
  width: 48px;
  height: 48px;
  background: url("https://www.ctielectronics.com/Assets/play-button-blue.png") no-repeat 0 0;

}

 #Videos:hover
  { 
    background: url("https://www.ctielectronics.com/Assets/play-button-gray.png") no-repeat 0 0;

  }


#Videos span
{
  position: absolute;
  top: -999em;
}

#SupportButton
{
  display: block;
  width: 280px;
  height: 108px;
  background: url("https://www.ctielectronics.com/Assets/SupportButton.png") no-repeat 0 0;

}

 #SupportButton:hover
  { 
    background: url("https://www.ctielectronics.com/Assets/SupportButtonRO.png") no-repeat 0 0;

  }


#SupportButton span
{
  position: absolute;
  top: -999em;
}

#CloseButton
{
  display: block;
  height:40px;
  width: 40px;
  background: url("https://www.ctielectronics.com/Assets/Close.png") no-repeat 0 0;

}

 #CloseButton:hover
  { 
    background: url("https://www.ctielectronics.com/Assets/CloseRO.png") no-repeat 0 0;

  }


#CloseButton span
{
  position: absolute;
  top: -999em;
}

#BioMedProject
{
  display: block;
  height:89px;
  width: 178px;
  background: url("https://www.ctielectronics.com/Assets/biomed-project.png") no-repeat 0 0;

}

 #BioMedProject:hover
  { 
    background: url("https://www.ctielectronics.com/Assets/biomed-projectRO.png") no-repeat 0 0;

  }


#BioMedProject span
{
  position: absolute;
  top: -999em;
}



#HowTo
{
  display: block;
  width: 48px;
  height: 48px;
  background: url("https://www.ctielectronics.com/Assets/how-to-button-blue.png") no-repeat 0 0;

}

 #HowTo:hover
  { 
    background: url("https://www.ctielectronics.com/Assets/how-to-button-gray.png") no-repeat 0 0;

  }


#HowTo span
{
  position: absolute;
  top: -999em;
}

#RFQForm
{
  display: block;
  width: 48px;
  height: 48px;
  background: url("https://www.ctielectronics.com/Assets/RFQ-blue.png") no-repeat 0 0;

}

#RFQForm:hover
  { 
    background: url("https://www.ctielectronics.com/Assets/RFQ-gray.png") no-repeat 0 0;

  }


#RFQForm span
{
  position: absolute;
  top: -999em;
}


#SupportBody {
	font-size: 16px;
	font-family: Arial, "Arial Black", "Arial Narrow";
	color:#F60;
	font-style: normal;
	font-weight: bold;
	width:200px;
	
}
/* tips */

#tips, #tips li{
	margin:0;
	padding:0;
	list-style:none;
		
	}
#tips{
	width:200px;

	position:absolute;
	top:10px;
	left:-15px;
	text-align:center;
	font-size:18px;
	line-height:14px;
	color:#FFF;
	font-weight:900;
		font-family: Arial, "Arial Black", "Arial Narrow";
			text-shadow: -1.5px 1.5px 1.5px rgba(0,0,0, 0.2);
	}
#tips li{
	display:none; /* hide the items at first only to display one with javascript */

	}
	
	
	#tips A:link {text-decoration:underline; line-height:20px;
	font-size:18px;

	color:#FFF;
	font-weight:900;
	font-family: Arial, "Arial Black", "Arial Narrow";}
#tips A:visited {text-decoration:underline; line-height:20px;
	font-size:18px;

	color:#FFF;
	font-weight:900;
	font-family: Arial, "Arial Black", "Arial Narrow";}
#tips A:active {text-decoration:underline;
line-height:20px;
	font-size:18px;

	color:#FFF;
	font-weight:900;
	font-family: Arial, "Arial Black", "Arial Narrow";}
#tips A:hover { color: #666;
line-height:20px;
	font-size:18px;
	
	font-weight:bolder;
	font-family: Arial, "Arial Black", "Arial Narrow";
	text-decoration:underline;}



/* tips */

#tips2, #tips2 li{
	margin:0;
	padding:0;
	list-style:none;
		
	}
#tips2{
	width:200px;

	position:absolute;
	top:10px;
	left:3px;
	text-align:center;
	font-size:18px;
	line-height:14px;
	color:#FFF;
	font-weight:900;
		font-family: Arial, "Arial Black", "Arial Narrow";
			text-shadow: -1.5px 1.5px 1.5px rgba(0,0,0, 0.2);
	}
#tips2 li{
	display:none; /* hide the items at first only to display one with javascript */
	}
	
	
	#tips2 A:link {text-decoration:underline; line-height:20px;
	font-size:18px;

	color:#FFF;
	font-weight:900;
	font-family: Arial, "Arial Black", "Arial Narrow";}
#tips2 A:visited {text-decoration:underline; line-height:20px;
	font-size:18px;

	color:#FFF;
	font-weight:900;
	font-family: Arial, "Arial Black", "Arial Narrow";}
#tips2 A:active {text-decoration:underline;
line-height:20px;
	font-size:18px;

	color:#FFF;
	font-weight:900;
	font-family: Arial, "Arial Black", "Arial Narrow";}
#tips2 A:hover { color: #666;
line-height:20px;
	font-size:18px;
	
	font-weight:bolder;
	font-family: Arial, "Arial Black", "Arial Narrow";
	text-decoration:underline;}


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

li.quickselectlanding{ 
	
display:inline;
}

#photoBox{height:60px; width:210px; position:relative;}
#BoxesFix{ position: relative;
left:-22px;
 width:210px;}
 #navcontainer { float:left; padding-left:60px; margin-top:-22px; }
#Rnavcontainer { float:right; padding-right:60px; margin-top:-22px; }
/*Fat Erik's Breadcrumbs*/
#navlist
{
list-style: none;
padding: 0;
margin: 0;
}

#navlist li
{
display: inline;
padding: 0;
margin: 0;
}

#navlist li:before { content: "> "; }
#navlist li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #navlist li
{
background-image: url("images/gt.gif");
background-repeat: no-repeat;
background-position: 0 50%;
padding: 0 0.5em 0 1em;
margin: 0 1em 0 -1em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #navlist { height: 1%; }

* html #navlist li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #navlist li:first-child { background-image: none; }

