/* layout */
body {
	font-size: 100% ;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	color:  black ;
	background-color: gray;
}
div#master-wrapper {
width		: 95%		;
max-width: 1100px ;
height		: auto		;
margin-left	: auto ;
margin-right:  auto ;
margin-top: 10px ;
margin-bottom: 10px ;
padding		: 0px	;
display:  block ;
background-color: white ;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;
border-radius: 20px;
z-index:  1000 ;
}
div#header {
/*			background: #fff url("images/title_bg.png") top left repeat-x;    */
	padding: 0 10px;
	z-index: 900 ;
}
div#header a a:visited {
	text-decoration: none;
}
img#main-logo {
	border: 0 ;
	margin-top: 5px;
	width:100%;
}
img#right-promo
{
	margin-top: 5px;
	width:100%;
}
span#under-construction {
	color: red;
	font-weight: bold;
	font-size: 14pt;
	z-index: 100 ;
}
div#Logarea
{
	z-index: 110 ;
	height: 80px ;
	width : auto ;
	padding: 0px ;
	font-size: 10pt ;
	color: #007bc0 ;
}
.headercell
{
	float:left;
	width: 50%;
	background-color: white;
}
.headercell a
{
	display: inline;	
}
div#Navigation
{
	width: 100%;
	z-index:  800 ;
}
table.Navigation
{
	margin-left: auto ;
	margin-right: auto ;
	text-align: center ;
}
div#body {
	width: 100% ;
	background: url(./images/OneStopResize.gif) no-repeat bottom right;
	z-index: 700 ;
	background-color: white ;
	min-height: 450px ;
}
div#full-width {
	margin-left: -14%;
	width: 82%;
	float: left;
	padding: 0;
	margin: 0;
	background-color: white ;
}
div#whole-screen {
	margin-left: auto ;
	margin-right: auto ;
	width: 80%;
	padding: 0;
	margin-top: 0;
	background-color: white ;
}
div#menu-section {
	width: 200px;
	float: left;
	padding: 0;
	padding-left: 1%;
	margin: 0;
	margin-bottom: 10px ;
	z-index: 600 ;
	background-color: white ;
}
div#left-section {
	width: 33%;
	float: left;
	padding: 0;
	margin: 0;
	margin-left:  10px ;
	margin-top: 10px;
	z-index: 500 ;
	background-color: white ;
}
div#right-section {
	width: 33%;
	float: left;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	z-index: 500 ;
	background-color: white ;
}
div.body-section {
	padding: 0 10px;
	background-color: white ;
}
img.body-section {
	vertical-align: middle;
	float:left;
	margin-right: 20px;			
}
div#footer {
	clear: both;
	border-top: 1px solid #002f60;
	padding-top: 10px;
	padding-bottom:  10px ;
	margin-right: 10px ;
	margin-bottom: 10px ;
/*	background: url(./images/ISO9001.jpg) no-repeat top right; */
	background-color: white ;
}
/* Typography */
p {
	margin: 0 0 1em 0;
}
h1 {
	font-size: 140%;
}
h2 {
	font-size: 125%;
}
h3 {
	font-size: 100%;
}
h1, h2, h3 {
	color: #007bc0;
}
h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
ul {
	list-style-type: circle;
	margin: 0 ;
	padding:  0;
}
ul.normal {
	padding:  5px;
}
li {
	padding-top: 0;
	margin :0 0 1em 0 ;
}
a {
	height: auto;
}
table {
border-width: 2px;
}
caption
{
	color:blue;
	font-size:larger;
	caption-side:top; 
}
th 
{
	background: cornflowerblue ;
	color: white ;
}
td 
{
	font-family: sans-serif; 
	vertical-align:Top;
	text-align: left;
}
div#footer p#address {
	color: #002f60;
	padding: 0 0 0 20px;
	font-size: 8pt;
}
/* Classes */
.MenuCell {
	text-align: center;
	margin-bottom: 2px;
	font-size: 13px;
	color: #007bc0;
	font-weight: bold;
	height: auto ;
	width: auto;
}
a.MenuCell:link {
	text-decoration: none;
}
a.MenuCell:visited {
	text-decoration: none;
}
img.MenuCell {
	width: 20px ;
}

#navcontainer
{
width: 70% ;
min-width: 150px;
margin-top: 20px;
margin-left: auto ;
margin-right: auto;
padding: 0;
font-size: 13px;
text-align: center;
}

ul#navlist
{
list-style: none;
padding: 0;
margin: 0 ;
width: 100%;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0 ;
text-align: center ;
padding: 0.5em 0.5em 0.5em 0.5em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: white;
text-decoration: none;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li.active a
{
background-color: #3399cc ;
color: white;
width: 100% ;
}

ul#navlist li a:hover, ul#navlist li.active a.active a:hover
{
color: white;
background: #4b6983 ;
border-color: #aaab9c #fff #fff #ccc;
width: 100% ;
}

.red {
	color:  red ;
}
.blue {
	color:  blue ;
}
.green {
	color: green;
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
/* used for catalogue contents */
.type-data{
	display: block ;
	clear: both;
}
.prod-wrapper{
	margin-left: 10px ;
	display: block ;
	clear: both;
}
.prod-image{
	display: block;
	margin-left : 0px;
	margin-right: 10px;
	margin-top: 30px ;
	margin-bottom: 0px;
	padding:  0px ;
	float: left ;
	width :220px;
}
.prod-data{
	display: block;
	padding: 0px;
	width: auto;
	margin-left: 220px;
}
.hidden{
	display: none;
}
.typecell
{
	Float	: left	; 
	width : 300px ;
	height: 220px ;
	padding-left: 0px ;
	padding-right: 20px ;
	padding-top	: 0px	;
	padding-bottom : 0px ;
	margin-left : 0px ;
	margin-right: 0px ;
}
.typecell p
{
	display: block ; 
	text-align: center;
	font-weight: bold ;
}
.typecell img
{
	height: 150px ;
	display: block ; 
	margin-left: auto ;
	margin-right: auto ;
	margin-bottom: 5px ;
}

/* used for submit type buttons */
.submit
{
	width: 85px;
	height: 25px ; 
	border: 0px ;
	margin: 0px ;
	overflow: hidden ;
	text-align: center ;
	background: url("images/Darkbutton.gif") no-repeat center top ;
	line-height: 200%;
	vertical-align: middle ;
	font-family	: helvetica,arial,sans-serif	;
	font-size	: 11px;
	font-weight	: bold	;
	text-decoration: none ; 
	color: white;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
.submit:hover
{
	background: url("images/Lightbutton.gif") no-repeat center top;
	color: black;
}
/*---------- bubble tooltip -----------*/

a.tt{
    position:relative;
    z-index:24;  
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
    padding: 0;
    margin: 0 ;
    background-color: white ;
}

a.tt div{ display: none; } 

/*background:; ie hack, something must be changed in a for ie to execute it*/

a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover div.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:400px;
	color: #993300;
    text-align: left;
 	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.9;
	MozOpacity: 0.9;
	opacity: 0.9;
}
a.tt:hover div.top{
	display: block;
	padding: 30px 8px 0;
    background: url(./images/bubble.gif) no-repeat top;
}

a.tt:hover div.middle{
	display: block;
	padding: 0 8px; 
	background: url(./images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover div.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(./images/bubble.gif) no-repeat bottom;
}