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


/********** Body/Main **********/ 
body 
{ 
text-align: center;
} 

.center
	{
	margin-right:auto;
	margin-left:auto;
	width:950px;
	}

.center-2
	{
	margin-right:auto;
	margin-left:auto;
	width:1050px;
	}
p
{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

#breadcrumbs a
{
	font-family:Arial, Helvetica, sans-serif;
	padding-top:150px;
	padding-left:30px;
	font-size:xx-small;
	color:#666;
	text-decoration:none;
	vertical-align:bottom;
	float:left;
}


.orange
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#F90;
	font-weight:bold;
	text-indent:23px
}

#text-wrapper
{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:xx-small;
	text-align:left;
	width:650px;
	color:#333;
	padding-left:210px;
	
	float:left; 
}

#main-wrapper
{
	width:1050px;
	padding:0px;
	float:none;
}  

#main-content
{
	display: inline;
	float:left;
	width:1050px;
	min-height:500px;
	background:url(images/main.jpg);
	background-repeat:repeat-y;
	padding:0px;
}
#main-wrapper
{
	width:1050px;
	padding:0px;
}  



.feature
{
	list-style:circle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:left;
	color:#F60;
}
.feature p
{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:left;
	color:#009;
}


/********** Header **********/ 

.head-wrapper
{
	position:relative;  
	z-index:2;	
	width:1050px;
	
}
.top-left
{
	background:url(images/top-left.jpg);
	height:214px;
	width:430px;
	float:left;
	background-repeat:no-repeat;
	clear:both;
}

.top-rigtht 
{
	background:url(images/top-right.jpg);
	height:187px;
	padding-top:27px;
	width:580px;
	float:left;
	background-repeat:no-repeat;
	color:#666;
	text-decoration:none;
} 

.top-rigtht a
{
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	text-decoration:none;
	font-size:small;
} 

 
/********** Footer **********/ 

.foot-wrapper
{
	
	width:1050px;
} 

.footer
{
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/footer.jpg);
	height:50px;
	float:left;
	clear:both;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#666;
	font-size:x-small;
	text-align:center;
	
} 

.footer-text 
{
	width:600px;
	text-decoration:none;
	color:#666;
	font-size:x-small;
	border-top: 1px solid #ccc;
}

.footer-text a:hover
{
	text-decoration:underline;
	color:#000;
	
}

.footer-text a
{
	text-decoration:none;
	color:#666;
}

/********** Menu **********/ 

#menu-wrapper
{
	width:900px;
	float:left;
}

#menu 
{
	position:absolute;
	top:165px;
	left:160px;
	width:850px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	margin: 0;
	padding:0px;
}

#menu ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
	display:block;
	width: 130px;
	float: left;
}

h2
{
	font-size:small;
}

#menu a, #menu h2 

{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	display: block;
	margin: 0;
	padding: 2px 3px;
}

#menu h2 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#FFF;
	background:#E1F1F2;
}

#menu h2 a	
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#000;
	background:#E1F1F2;
	text-decoration: none;
}

#menu a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFF;
	background:#008BCC;
	text-decoration: none;
}

#menu-active h2 a
{
	color:#FFF;
	background:#008BCC;
}

#menu a:hover 
{ 
	color:#FFF;
	background:#009;
	
}

#menu h2 a:hover 
{
	color:#FFF;
	background:#008BCC;
	font-size:small;
}

#menu li 
{
	position: relative;
}

#menu ul ul ul 
{
	position: absolute;
	top: 0;
	left: 100%;
}

div#menu ul ul 
{
	display: none;
}

div#menu ul li:hover ul
{
	display: block;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{
	display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
	display: block;
}





#menu ul li {
	float: left; 
	width:100%;
}

#menu ul li a 
{
	height: 1%;
} 

#menu a, #menu h2 {
	font:small arial, helvetica, sans-serif;
}



/********** Content & Features **********/ 

.main-wrapper .main-content .feature li {
	color: #00F;
}
.main-wrapper .main-content table {
	font-size: x-small;
	text-align: left;
} 

.product-features
{
	color:#006B9F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight:bold;
}

/********** News Containers **********/ 

#News-wrapper
{

	width:500px;
	border-bottom: 1px solid #ccc;
}

#News-wrapper-2
{

	width:500px;
	border-bottom: 1px solid #ccc;
}

#News-wrapper-image 
{ 
    float: left; 
    margin: 4px; 
}

#News-wrapper-image-2
{ 
    float: left; 
    margin: 4px; 
}

#News-Title a
{
	font-size:medium;
	color:#333;
	text-decoration:none;
	font-weight:bold;
	
}

#News-Title-2 a
{
	font-size:medium;
	color:#333;
	text-decoration:none;
	font-weight:bold;
	
}
 
#Main-News
{
	width:400px;
}

#Main-News ul,li
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

#Main-News-Image
{
	float:right;
	margin:4px;
}

.News-Title
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	color:#008BCC;
	font-weight:bold;
	
}



.hover-link a
{
	
	color:#ffffff;
	background-color:#ffffff;
	text-decoration:none;
	
}

.hover-link a:visited
{
	
	background-color:#ffffff;
	color:#ffffff;
	text-decoration:none;
	
}

.hover-link a:hover
{
	
	background-color:#ffffff;
	color:#ffffff;
	text-decoration:none;
	
}

#hover-linkb a
{
	
	color:#000;
	background:#FFF;
	text-decoration:none;
	
}

.tbl-tester
{
	visibility:visible;
	color:#000;
	height:0px;
	
}

.tbl-tester-2
{
	visibility:hidden;
	color:#000;
	height:0px;
	
}

#tbl-pro
{
	visibility:hidden;
	color:#000;
	height:0px;
}

#tbl-pro2
{
	visibility:hidden;
	color:#000;
	height:0px;
}

#tbl-pro3
{
	visibility:hidden;
	color:#000;
	height:0px;
}

#tbl-pro4
{
	visibility:hidden;
	color:#000;
	height:0px;
}

#tbl-pro15
{
	visibility:hidden;
	color:#000;
	height:0px;
}


#link-pro
{
	visibility:visible;
}

#link-pro15
{
	visibility:visible;
}

#link-pro2
{
	visibility:visible;
}

#link-pro3
{
	visibility:visible;
}

#link-pro4
{
	visibility:visible;
}
/********** Product Tables **********/ 

.row0
{
	text-align:center;
	color:#000;
	background-color:#BCE7E7;

}
.row1
{ 
	text-align:center;
	color:#000;
	background-color:#FFF;
}

.bl
{
	background:url(images/botlefttbl.jpg);
	background-repeat:no-repeat;
	color:#000;
	background-color:#BCE7E7;
	text-align: left;
}

.br
{
	background:url(images/botrightbl.jpg);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#BCE7E7;
	color:#000;
	width:10px;
}

.tr
{
	background:url(images/toprigtbl.jpg);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#BCE7E7;
	color:#000;
	width:10px;
	
}

.tl
{
	
	background:url(images/toplefttbl.jpg);
	background-repeat:no-repeat;
	color:#000;
	background-color:#BCE7E7;
}

.td-bord
{
	border:0.5px solid #666;
	
}

.td-bord-left
{
	border-right:1px solid #666;
	border-left:1px solid #666;
}

/******************************/ 


/********** Fly Outs -  INDEX  -PC Series ************/ 

#flywrapper
{
	position:absolute;
	top:335px;
	left:320px;
	width:190px;
	height:auto;
	visibility:hidden;
}

#flytop
{
	
	width:195px;
	height:14px;
	color:#000;
	padding:3px;
	background:url(images/pop_out_top.gif);
	background-repeat:no-repeat;
	z-index: 4;
	
}


#flybody
{
	
	width:200px;
	color:#000;
	padding:2px;
	background:url(images/pop_out_body.gif);
	background-repeat:repeat-y;
}

#flybody p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
}
#flybody li
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
}
#flybottom
{
	
	height:40px;
	text-align:center;
	width:200px;
	color:#000;
	padding:0px;
	background:url(images/pop_out_bottom.gif);
	z-index: 4;
	
}

/******************************/ 

/********** Fly Outs HC Series ************/ 

#flywrapper-hc
{
	position:absolute;
	top:335px;
	left:490px;
	width:190px;
	height:auto;
	visibility:hidden;
}

#flytop-hc
{
	
	width:195px;
	height:14px;
	color:#000;
	padding:3px;
	background:url(images/pop_out_top.gif);
	background-repeat:no-repeat;
	z-index: 4;
	
}


#flybody-hc
{
	
	width:200px;
	color:#000;
	padding:1px;
	background:url(images/pop_out_body.gif);
	background-repeat:repeat-y;
}

#flybody-hc p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
}
#flybody-hc li
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
}


#flybottom-hc
{
	
	height:40px;
	text-align:center;
	width:200px;
	color:#000;
	padding:0px;
	background:url(images/pop_out_bottom.gif);
	z-index: 4;
	
}

/******************************/ 

/********** Fly Outs BC Series ************/ 

#flywrapper-bc
{
	position:absolute;
	top:240px;
	left:640px;
	width:190px;
	height:auto;
	visibility:hidden;
}

#flytop-bc
{
	width:195px;
	height:14px;
	color:#000;
	padding:3px;
	background:url(images/pop_out_top.gif);
	background-repeat:no-repeat;
	z-index: 4;
}


#flybody-bc
{
	
	width:200px;
	color:#000;
	padding:1px;
	background:url(images/pop_out_body.gif);
	background-repeat:repeat-y;
}
#flybody-bc p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
}
#flybody-bc li
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
}



#flybottom-bc
{
	
	height:40px;
	text-align:center;
	width:200px;
	color:#000;
	padding:0px;
	background:url(images/pop_out_bottom.gif);
	z-index: 4;

}

/******************************/ 

/********** Fly Outs K2 Series ************/ 

#flywrapper-mc
{
	position:absolute;
	top:500px;
	left:490px;
	width:190px;
	height:auto;
	visibility:hidden;
}

#flytop-mc
{
	
	width:195px;
	height:14px;
	color:#000;
	padding:3px;
	background:url(images/pop_out_top.gif);
	background-repeat:no-repeat;
	z-index: 4;
	
}


#flybody-mc
{
	
	width:200px;
	color:#000;
	padding:1px;
	background:url(images/pop_out_body.gif);
	background-repeat:repeat-y;
}

#flybody-mc p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
}
#flybody-mc li
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
}

#flybottom-mc
{
	
	height:40px;
	text-align:center;
	width:200px;
	color:#000;
	padding:0px;
	background:url(images/pop_out_bottom.gif);
	z-index: 4;
	
}

/******************************/ 

/********** Fly Outs Modules ************/ 

#flywrapper-modules
{
	position:absolute;
	top:625px;
	left:318px;
	width:190px;
	height:auto;
	visibility:hidden;
}

#flytop-modules
{
	
	width:195px;
	height:14px;
	color:#000;
	padding:3px;
	background:url(images/pop_out_top.gif);
	background-repeat:no-repeat;
	z-index: 4;
	
}


#flybody-modules
{
	
	width:200px;
	color:#000;
	padding:1px;
	background:url(images/pop_out_body.gif);
	background-repeat:repeat-y;
}

#flybody-modules p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
}
#flybody-modules li
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
}

#flybottom-modules
{
	
	height:40px;
	text-align:center;
	width:200px;
	color:#000;
	padding:0px;
	background:url(images/pop_out_bottom.gif);
	z-index: 4;
	
}

/******************************/ 

/********** Fly Outs Accessories ************/ 

#flywrapper-accessories
{
	position:absolute;
	top:560px;
	left:500px;
	width:190px;
	height:auto;
	visibility:hidden;
}

#flytop-accessories
{
	
	width:195px;
	height:14px;
	color:#000;
	padding:3px;
	background:url(images/pop_out_top.gif);
	background-repeat:no-repeat;
	z-index: 4;
	
}


#flybody-accessories
{
	
	width:200px;
	color:#000;
	padding:1px;
	background:url(images/pop_out_body.gif);
	background-repeat:repeat-y;
}

#flybody-accessories p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
}
#flybody-accessories li
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
}


#flybottom-accessories
{
	
	height:40px;
	text-align:center;
	width:200px;
	color:#000;
	padding:0px;
	background:url(images/pop_out_bottom.gif);
	z-index: 4;

}

/******************************/

/********** Fly Outs Accessories ************/ 

#flywrapper-56
{
	position:absolute;
	top:340px;
	left:790px;
	width:190px;
	height:auto;
	visibility:hidden;
}

#flytop-56
{
	
	width:195px;
	height:14px;
	color:#000;
	padding:3px;
	background:url(images/pop_out_top.gif);
	background-repeat:no-repeat;
	z-index: 4;
	
}


#flybody-56
{
	width:200px;
	color:#000;
	padding:1px;
	background:url(images/pop_out_body.gif);
	background-repeat:repeat-y;
}

#flybody-56 p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
}
#flybody-56 li
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
}


#flybottom-56
{
	
	height:40px;
	text-align:center;
	width:200px;
	color:#000;
	padding:0px;
	background:url(images/pop_out_bottom.gif);
	z-index: 4;

}

/******************************/ 
 

/********** Fly Outs New Products ************/ 

#flywrapper-newproduct
{
	position:absolute;
	top:642px;
	left:660px;
	width:190px;
	height:auto;
	visibility:hidden;
	text-align:left;
}

#flytop-newproduct
{
	
	width:195px;
	height:14px;
	color:#000;
	padding:3px;
	background:url(images/pop_out_top.gif);
	background-repeat:no-repeat;
	z-index: 4;
	
}


#flybody-newproduct
{
	
	width:200px;
	color:#000;
	padding:1px;
	background:url(images/pop_out_body.gif);
	background-repeat:repeat-y;
}

#flybody-newproduct p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
	text-align:left;

}
#flybody-newproduct li
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
}

#flybottom-newproduct
{
	
	height:40px;
	text-align:center;
	width:200px;
	color:#000;
	padding:0px;
	background:url(images/pop_out_bottom.gif);
	z-index: 4;
	
}

/******************************/ 

/********** Fly Outs Applications ************/ 

#flywrapper-applications
{
	position:absolute;
	top:560px;
	left:700px;
	width:190px;
	height:auto;
	visibility:hidden;
}

#flytop-applications
{
	
	width:195px;
	height:14px;
	color:#000;
	padding:3px;
	background:url(images/pop_out_top.gif);
	background-repeat:no-repeat;
	z-index: 4;
	
}


#flybody-applications
{
	
	width:200px;
	color:#000;
	padding:1px;
	background:url(images/pop_out_body.gif);
	background-repeat:repeat-y;
}

#flybody-applications p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
}
#flybody-applications li
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
}


#flybottom-applications
{
	
	height:40px;
	text-align:center;
	width:200px;
	color:#000;
	padding:0px;
	background:url(images/pop_out_bottom.gif);
	z-index: 4;
}

/******************************/ 

/********** Fly Outs -  PRODUCT  -PC Series ************/ 

#flywrapper-pro
{
	position:absolute;
	top:265px;
	left:320px;
	width:190px;
	height:auto;
	visibility:hidden;
}

#flytop-pro
{
	
	width:195px;
	height:14px;
	color:#000;
	padding:3px;
	background:url(images/pop_out_top.gif);
	background-repeat:no-repeat;
	z-index: 4;
	
}


#flybody-pro
{
	
	width:200px;
	color:#000;
	padding:2px;
	background:url(images/pop_out_body.gif);
	background-repeat:repeat-y;
}
#flybody-pro p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
}
#flybody-pro li
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
}


#flybottom-pro
{
	
	height:40px;
	text-align:center;
	width:200px;
	color:#000;
	padding:0px;
	background:url(images/pop_out_bottom.gif);
	z-index: 4;
	
}

/******************************/ 

/********** Fly Outs HC Series ************/ 

#flywrapper-hc-pro
{
	position:absolute;
	top:270px;
	left:490px;
	width:190px;
	height:auto;
	visibility:hidden;
}

#flytop-hc-pro
{
	
	width:195px;
	height:14px;
	color:#000;
	padding:3px;
	background:url(images/pop_out_top.gif);
	background-repeat:no-repeat;
	z-index: 4;
	
}


#flybody-hc-pro
{
	
	width:200px;
	color:#000;
	padding:1px;
	background:url(images/pop_out_body.gif);
	background-repeat:repeat-y;
}

#flybody-hc-pro p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
}
#flybody-hc-pro li
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
}

#flybottom-hc-pro
{
	
	height:40px;
	text-align:center;
	width:200px;
	color:#000;
	padding:0px;
	background:url(images/pop_out_bottom.gif);
	z-index: 4;
	
}

/******************************/ 

/********** Fly Outs BC Series ************/ 

#flywrapper-bc-pro
{
	position:absolute;
	top:160px;
	left:665px;
	width:190px;
	height:auto;
	visibility:hidden;
}

#flytop-bc-pro
{
	
	width:195px;
	height:14px;
	color:#000;
	padding:3px;
	background:url(images/pop_out_top.gif);
	background-repeat:no-repeat;
	z-index: 4;

}


#flybody-bc-pro
{
	
	width:200px;
	color:#000;
	padding:1px;
	background:url(images/pop_out_body.gif);
	background-repeat:repeat-y;
}

#flybody-bc-pro p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
}
#flybody-bc-pro li
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
}

#flybottom-bc-pro
{
	
	height:40px;
	text-align:center;
	width:200px;
	color:#000;
	padding:0px;
	background:url(images/pop_out_bottom.gif);
	z-index: 4;

}

/******************************/ 

/********** Fly Outs MC Series ************/ 

#flywrapper-mc-pro
{
	position:absolute;
	top:275px;
	left:835px;
	width:190px;
	height:auto;
	visibility:hidden;
}

#flytop-mc-pro
{
	
	width:195px;
	height:14px;
	color:#000;
	padding:3px;
	background:url(images/pop_out_top.gif);
	background-repeat:no-repeat;
	z-index: 4;
	
}


#flybody-mc-pro
{
	
	width:200px;
	color:#000;
	padding:1px;
	background:url(images/pop_out_body.gif);
	background-repeat:repeat-y;
}

#flybody-mc-pro p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
}
#flybody-mc-pro li
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
}

#flybottom-mc-pro
{
	
	height:40px;
	text-align:center;
	width:200px;
	color:#000;
	padding:0px;
	background:url(images/pop_out_bottom.gif);
	z-index: 4;
	
}

/******************************/ 

/********** Fly Outs Modules ************/ 

#flywrapper-modules-pro
{
	position:absolute;
	top:565px;
	left:318px;
	width:190px;
	height:auto;
	visibility:hidden;
}

#flytop-modules-pro
{
	
	width:195px;
	height:14px;
	color:#000;
	padding:3px;
	background:url(images/pop_out_top.gif);
	background-repeat:no-repeat;
	z-index: 4;
	
}


#flybody-modules-pro
{
	
	width:200px;
	color:#000;
	padding:1px;
	background:url(images/pop_out_body.gif);
	background-repeat:repeat-y;
}

#flybody-modules p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
}
#flybody-modules li
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
}

#flybottom-modules-pro
{
	
	height:40px;
	text-align:center;
	width:200px;
	color:#000;
	padding:0px;
	background:url(images/pop_out_bottom.gif);
	z-index: 4;
	
}

/******************************/ 

/********** Fly Outs Accessories ************/ 

#flywrapper-accessories-pro
{
	position:absolute;
	top:500px;
	left:490px;
	width:190px;
	height:auto;
	visibility:hidden;
}

#flytop-accessories-pro
{
	
	width:195px;
	height:14px;
	color:#000;
	padding:3px;
	background:url(images/pop_out_top.gif);
	background-repeat:no-repeat;
	z-index: 4;
	
}


#flybody-accessories-pro
{
	
	width:200px;
	color:#000;
	padding:1px;
	background:url(images/pop_out_body.gif);
	background-repeat:repeat-y;
}

#flybody-accessories-pro p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
}
#flybody-accessories-pro li
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
}

#flybottom-accessories-pro
{
	
	height:40px;
	text-align:center;
	width:200px;
	color:#000;
	padding:0px;
	background:url(images/pop_out_bottom.gif);
	z-index: 4;

}

/******************************/ 

/********** Fly Outs New Products ************/ 

#flywrapper-newproduct-pro
{
	position:absolute;
	top:580px;
	left:660px;
	width:190px;
	height:auto;
	visibility:hidden;
}

#flytop-newproduct-pro
{
	
	width:195px;
	height:14px;
	color:#000;
	padding:3px;
	background:url(images/pop_out_top.gif);
	background-repeat:no-repeat;
	z-index: 4;
	
}


#flybody-newproduct-pro
{
	
	width:200px;
	color:#000;
	padding:1px;
	background:url(images/pop_out_body.gif);
	background-repeat:repeat-y;
}

#flybody-newproducts-pro p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
}
#flybody-newproducts-pro li
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
}

#flybottom-newproduct-pro
{
	
	height:40px;
	text-align:center;
	width:200px;
	color:#000;
	padding:0px;
	background:url(images/pop_out_bottom.gif);
	z-index: 4;
	
}

/******************************/ 

/********** Fly Outs Applications ************/ 

#flywrapper-applications-pro
{
	position:absolute;
	top:500px;
	left:830px;
	width:190px;
	height:auto;
	visibility:hidden;
}

#flytop-applications-pro
{
	
	width:195px;
	height:14px;
	color:#000;
	padding:3px;
	background:url(images/pop_out_top.gif);
	background-repeat:no-repeat;
	z-index: 4;
	
}


#flybody-applications-pro
{
	
	width:200px;
	color:#000;
	padding:3px;
	font-size:10px;
	background:url(images/pop_out_body.gif);
	background-repeat:repeat-y;
}
#flybody-application-pro p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
}
#flybody-application-pro li
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
}
#flybottom-applications-pro
{
	
	height:40px;
	text-align:center;
	width:200px;
	color:#000;
	padding:0px;
	background:url(images/pop_out_bottom.gif);
	z-index: 4;
}

/******************************/

/********** Facts ************/ 

#fact-wrapper
{
	position:absolute;
	background-repeat:no-repeat;
	top:200px;
	left:40px;
	width:120px;
	height:auto;
	
}

#fact-wrapper p 
{
	font-size:x-small;
}



#fact-top
{
	
	width:118px;
	height:4px;
	color:#000;
	padding:3px;
	background:url(images/fact-top.gif);
	background-repeat:no-repeat;

	
}


#fact-body
{
	text-align:left;
	width:128px;
	color:#000;
	padding:10px;
	background:url(images/fact-body.gif);
	background-repeat:repeat-y;
}

.orange-title
{
	color:#F90;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

#fact-bottom
{
	
	height:35px;
	text-align:center;
	width:123px;
	color:#000;
	padding:0px;
	background-repeat:no-repeat;
	background:url(images/fact-bottom.gif);

}

/******************************/ 

.button 
{
    border: none;
	cursor:pointer;
	background:url(images/button-product.jpg);
	width:115px;
	height:22px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.button:hover 
{
    border: none;
	width:115px;
	color:#000;
	height:22px;
	
}

.search
{
	border: none;
    background:url(images/search.jpg);
	background-repeat:no-repeat;
	height:20px;
	color:#333;
}

.search-title
{
	color:#F60;
	text-align:center;
	font-size:medium;
	font-weight:bold;
	text-decoration:none;
}

/******************************/


/*********** Contact Us *********/

#contact-wrapper
{
	border:solid;
	border-width:1px;
	border-color:#666;
	width:400px;
	padding:5px;
	height:auto;
	float:right;
}

/******************************/

/********** Tabbed Menu **********/ 

#tab-box
{
	visibility:visible;
	width:710px;
	height:auto;
	background:#F0F0F0;
	border:solid;
	border-width:1px;
	border-color:#333;
}

#tab-box-2
{
	visibility:hidden;
	width:710px;
	height:0px;
	background:#F0F0F0;
	border:solid;
	border-width:1px;
	border-color:#333;
}

#tab-box-3
{
	visibility:hidden;
	width:710px;
	height:0px;
	background:#F0F0F0;
	border:solid;
	border-width:1px;
	border-color:#333;
}

#tab-box-4
{
	visibility:hidden;
	width:720px;
	height:0px;
	background:#F0F0F0;
	border:solid;
	border-width:1px;
	border-color:#333;
}




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

ul.tabs li 
{ 
float: left; 
padding: 0; 
margin: 0; 
padding-top: 0; 
background: url(images/tab_right.jpg) no-repeat right top; 
margin-right: 0px; 
} 

ul.tabs li a 
{ 
display: block; 
padding: 0px 10px; 
color: #fff; 
text-decoration: none; 
background: url(images/tab_left.jpg) no-repeat left top; 
} 

ul.tabs li a:hover 
{ 
color:#000;
}

.white
{
	color:#000;
	background:#FFF;
}

.blue
{
	color:#FFF;
	background:#0580C3;
}

/******************************/


