﻿html
{ 
	margin: 0px;
	padding: 0px; 
}

body {
	margin: 0px; 
	padding: 0px;
	color: #000000;
	background: #fff;
	font: 10pt Arial, Verdana, Helvetica, Sans-Serif;
}

a:link, a:visited
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.BodyMainBox
{
    position: relative;
	float: left;    
	width: 775px;
	display: block;
}

.PageMainBox
{
    position: relative;
	float: left;   
	width: 765px;
	margin: 10px 0px 0px 10px;
	display: block;
}

.Spacer
{
    position: relative;
	float: left;   
	min-width: 10px;
	width: 100%;
	height: 5px
}

.Error
{
	padding-top: 30px;
	text-align: center;
}


/*======================================================================
Master page 
========================================================================*/

.MasterHeadBox
{
	position: relative;
	float: left;
	width: 1000px;
	height: 181px;
	z-index: 3;
}

.MasterHeadImgBox
{
	position: relative;
	float: left;	
	width: 1000px;
	height: 143px;
	background-image: url(../Images/header.jpg);
	background-repeat: no-repeat;
	z-index: 50;
}

.MasterHeadLinks
{
    position: relative;
	float: left;
    top: -1px;
	width: 1000px;
	height: 39px;
	text-align: center;
	background-image: url(../Images/headBG.jpg);
	background-repeat: repeat-x;
	z-index: 5;
}

.MasterLinkButtonBox
{
    position: relative;
	float: left;
	margin: 12px 0px 0px 250px;
}

.MasterLinkButton
{   
    position: relative;
	float: left;	
	margin: 0px 20px;
	text-align: center;	
	z-index: 20;
}

.MasterLinkButton a:link, .MasterLinkButton a:visited
{
    color: Black;
	font: bold 12pt Arial, Verdana, Helvetica, sans-serif;
}

.MasterLinkButton a:hover
{
    color: Black;
	font: bold 12pt Arial, Verdana, Helvetica, sans-serif;
}

.MasterNavigationBox
{
	position: relative;
	float: left;	
	width: 221px;
	display: block;
	color: Black;
	font: bold 10pt Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
}

.MasterNavImageBox
{
	position: relative;
	float: left;
	margin-top: 5px;
	width: 220px;
}

.MasterNavTextBox
{
    position: relative;
	float: left;
	width: 221px;
	margin-top: 5px;
	padding-bottom: 10px;
}

.MasterNavLink
{
    color: #686868;
	font: bold 10pt Arial, Verdana, Helvetica, sans-serif;
}

.MasterNavLink a:link, .MasterNavLink a:visited
{
    color: #686868;
	font: bold 10pt Arial, Verdana, Helvetica, sans-serif;	
}

.MasterNavLink a:hover
{
    color: #686868;
	font: bold 10pt Arial, Verdana, Helvetica, sans-serif;
}

.MasterContentBox
{
	position: relative;
	float: left;    
	width: 800px;
	min-height: 600px;
	padding-bottom: 20px;
	display: block;
}

.MasterFooterBox
{
	position: relative;
	width: 1000px;
	height: 50px;
	margin-top: 20px;	
	color: Black;
	font: 10pt Arial, Verdana, Helvetica, sans-serif;
	text-align: center;	
	background-color: #e3e3e3;
}

.MasterFooterButtonBox
{
    position: relative;
	float: left;	
	width: 1000px;
	height: 15px;
	margin-top: 5px;
	text-align: center;	
	z-index: 20;
}

.MasterFooterButtonBox a:link, .MasterFooterButtonBox a:visited
{
    color: #686868;
	font: bold 10pt Arial, Verdana, Helvetica, sans-serif;
}

.MasterFooterButtonBox a:hover
{
    color: #686868;
	font: bold 10pt Arial, Verdana, Helvetica, sans-serif;
}

.MasterFooterInfo
{
    position: relative;
	float: left;	
	width: 1000px;	
	margin-top: 5px;
	text-align: center;
}

.MasterCopyBox
{
    position: relative;
	float: left;   
	width: 1000px;
	margin-top: 5px;
	text-align: center;
	height: 25px;
	color: Black;
	font: 8pt Arial, Verdana, Helvetica, sans-serif;
}

/*==============================================================
Home Page
==============================================================*/
.HomeHeadBox
{
    position: relative;
	float: left;    
	width: 765px;
	height: 136px;
	text-align: center;
	background-image: url(../Images/image_insuflect.jpg);
	background-repeat: no-repeat;
	z-index: 5;
}

.HomehiddenBox
{
    position: relative;
	float: left;    
	width: 730px;
	text-align: left;
	margin: -100px 0px 0px 10px;
	display: block;
	color: White;
	font: 1pt Arial, Verdana, Helvetica, sans-serif;
	z-index: 1;	
}

.HomeTitleBar
{
    position: relative;
	float: left;    
	width: 765px;
	height: 31px;
	background-image: url(../Images/titlebar.jpg);
	background-repeat: no-repeat;	
	margin-top: 5px;
	z-index: 5;
}

.HomeTitle2Bar
{
    position: relative;
	float: left;    
	width: 765px;
	height: 31px;
	background-image: url(../Images/titlebar2.jpg);
	background-repeat: no-repeat;	
	margin-top: 5px;
	z-index: 5;
}

.HomeTitleText
{
    position: relative;
	float: left;    
	width: 700px;
	text-align: left;
	margin: 5px 0px 0px 5px;
	color: #05b7fa;
	font: bold 12pt Arial, Verdana, Helvetica, sans-serif;
}

.HomeRowBox
{
    position: relative;
	float: left;   
	width: 765px;
	margin-top: 5px;
	padding-bottom: 5px;
	z-index: 5;
}

.HomeImgBox
{
    position: relative;
	float: left;    
	text-align: left;
	padding-right: 15px;
}

.HomeFooterBackground
{
    position: relative;
	float: right;    
	width: 755px;
	height: 301px;
	background-image: url(../Images/Homeback.jpg);
	background-repeat: no-repeat;	
	margin-top: -301px;
	z-index: 1;
}

/*==============================================================
Description Pages
==============================================================*/
.ProductMainInfoBox
{
    position: relative;
	float: left;    
	width: 765px;
}

.ProductDescriptionBox
{
    position: relative;
	float: left;    
	width: 530px;
	text-align: left;
}

.ProductTitleText
{
    position: relative;
	float: left;    
	width: 530px;
    color: #05b7fa;
	font: bold 12pt Arial, Verdana, Helvetica, sans-serif;
}

.ProductUseTitle
{
    clear: left;
    position: relative;
	float: left;    
	width: 530px;
    color: #ff0202;
	font: bold 14pt Arial, Verdana, Helvetica, sans-serif;
}

.ProductTitle
{
    clear: left;
    position: relative;
	float: left;    
	width: 530px;
    color: #ff0202;
	font: bold 12pt Arial, Verdana, Helvetica, sans-serif;
}

.ProductDescription
{
    clear: left;
    position: relative;
	float: left;    
	width: 530px;
	text-align: left;
}

.ProductDescTitle
{
    clear: left;
    position: relative;
	float: left;    
	width: 530px;
	margin-top: 10px;
	text-align: left;
	font: bold 10pt Arial, Verdana, Helvetica, sans-serif;
}

.ProductDescText
{
    clear: left;
    position: relative;
	float: left;    
	width: 525px;
}

.ProductImageBox
{
    position: relative;
	float: right;    
	width: 235px;
	text-align: right;
}

.ProductLinkBox
{
    clear: left;
    position: relative;
	float: left;    
	width: 765px;
	text-align: center;
}

.ProductDataBox
{
    clear: left;
    position: relative;
	float: left;    
	width: 765px;
	margin-top: 20px;
	text-align: center;
	padding-bottom: 10px;
}

.DataSheetBigText
{
	position: relative;
	float: left;
	clear: left;
	width: 750px;
	text-align: center;
	font: bold 10pt Arial, Helvetica, sans-serif;
	padding: 10px 0px;
}

.DatasheetTableBox
{
	
	width: 750px;
	text-align: center;
	font: 8pt Arial, Helvetica, sans-serif;
	padding: 10px 0px;
}

.DatasheetTableHeaderBox
{
	position: relative;
	float: left;
	width: 750px;
	text-align: center;
	font: bold 10pt Arial, Helvetica, sans-serif;
}

.DataSheetTableTop
{
	background-color: Black;
	color: White;
}

.DatasheetBottomText
{    
	font: 6pt Arial, Helvetica, Sans-Serif;
}

/*==============================================================
Description 2 Pages
==============================================================*/
.ProductHeadInfoBox
{
    position: relative;
	float: left;    
	width: 765px;
}

.ProductHeadDescription
{
    clear: left;
    position: relative;
	float: left;    
	width: 750px;
	text-align: left;
}

.ProductRowBox
{
    clear: left;
    position: relative;
	float: left;    
	width: 765px;
	background-color: #ededed;
	margin-top: 10px;
}

.ProductRowTitleBox
{
    position: relative;
	float: left;    
	width: 730px;
	margin: 5px;
}

.ProductRowTitle
{
    color: #ff0202;
    font: bold 10pt Arial, Helvetica, Sans-Serif;
}

.ProductRowSubTitle
{
    text-align: center;
    font: italic 10pt Arial, Helvetica, Sans-Serif;
}

.ProductRowListBox
{
    position: relative;
	float: left;    
	width: 730px;
	margin-left: -10px;
	line-height: 14pt;
}

.ProductRowDescription
{
    position: relative;
	float: left;    
	width: 500px;
	text-align: left;
}

/*==============================================================
About Page
==============================================================*/
.AboutTitleBox
{
    position: relative;
	float: left;    
	width: 750px;
	color: #05b7fa;
	font: bold 12pt Arial, Verdana, Helvetica, sans-serif;	
}

.AboutContentBox
{
    position: relative;
	float: left;    
	width: 750px;	
	margin-top: 10px;
}

.AboutImageBox
{
    position: relative;
	float: left;    
	width: 765px;
	height: 335px;	
	margin-top: 10px;
	text-align: center;
	background-image: url(../Images/map.jpg);
	background-repeat: no-repeat;
}

.AboutUSBox
{
    position: relative;
	float: left;    
	width: 150px;
	height: 130px;
	margin: 40px 0px 0px 100px;
}

.AboutEUBox
{
    position: relative;
	float: left;    
	width: 80px;
	height: 70px;
	margin: 50px 0px 0px 75px;
}

.AboutJPBox
{
    position: relative;
	float: left;    
	width: 30px;
	height: 30px;
	margin: 100px 0px 0px 190px;	
}

.LABox
{
    position: relative;
	float: left;	
	margin: 68px 0px 0px 25px;	
	display: inline;
}

.AZBox
{
    position: relative;
	float: left;	
	margin: 73px 0px 0px 8px;	
	display: inline;
}

.PHXBox
{
    position: relative;
	float: left;	
	margin: 65px 0px 0px -1px;	
	display: inline;	
}

.SWBox
{
    position: relative;
	float: left;	
	margin: 46px 0px 0px 39px;	
	display: inline;
}

.GBox
{
    position: relative;
	float: left;	
	margin: 38px 0px 0px 0px;	
	display: inline;
}

.JBox
{
    position: relative;
	float: left;	
	margin: 15px 0px 0px 22px;	
	display: inline;
}

/*==============================================================
Contact Page
==============================================================*/
.ContactBodyBox
{
    position: relative;
	float: left;    
	width: 755px;
	height: 450px;
	text-align: center;
	background-image: url(../Images/bg_contact.jpg);
	background-repeat: no-repeat;	
}

.ContactTitleBox
{
    position: relative;
	float: left;    
	width: 730px;	
	margin: 10px;
	text-align: left;
	color: #05b7fa;
	font: bold 12pt Arial, Verdana, Helvetica, sans-serif;
}

.ContactBox
{
    position: relative;
	float: left;    
	width: 755px;
	text-align: center;
	margin-top: 50px;	
	font: bold 10pt Arial, Verdana, Helvetica, sans-serif;
}
