﻿* { margin: 0; padding: 0; border: 0; }

body 
{ background-color: #666C6B;
}
.header
{ background:url(images/header.png);
  background-repeat: no-repeat;
  height: 306px;
  width: 900px;
  margin: 0 auto;
}
.container
{ background:url(images/container.png);
  width: 900px;
  background-repeat: repeat-y;
  margin: 0 auto;
  font-family: Arial, Verdana;
  font-size: 12px;
  line-height: 1.8em;
}
.footer
{ background:url(images/footer.png);
  background-repeat: no-repeat;
  height: 94px;
  width: 900px;
  margin: 0 auto;
}
.invi
{display:none}
.ftxt
{font-family: Arial, Verdana;
 font-size: 12px;
 color: #fff;
 margin-left: 460px;
 padding-top: 70px;
 font-weight: bold;
}
p {text-align: justify}
.stxt-head
{text-align:right; 
 color: #84FA98; 
 border-bottom: 2px solid #84FA98; 
 padding-bottom: 2px;
}
.stxt
{width: 250px; 
 margin-left: 25px; 
 margin-top: 20px;
 color: #fff;
}
/* TYPOGRAPHY */
a
{color:#71B1F5;
 text-decoration: underline;}
a:hover
{color:#ADE2F4;
 text-decoration: none;}
h2, h3
{ font-family: Arial, Verdana; 
  color: #06657A;}
/* PAGES */
.pageholder
{ padding-top: 10px;
  width: 850px;
  margin: 0 auto;
}
.contholder
{width: 800px;
 margin-top: 10px;
 margin: 0 auto;}
/* MENU */
.menu {
	margin-left: 290px;
	width: 611px;
	list-style: none;
	background: transparent;
}
.menu li {
    margin-top: 65px;
	height: 37px;
	width: 122px;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	height: 37px;
	background-repeat: no-repeat;
}
.home a {background-image: url(images/navs/navs_02.png); width: 122px;}
.home {background-image: url(images/navs/navs_hover_02.png);}
.aboutus a {background-image: url(images/navs/navs_04.png); width: 122px;}
.aboutus {background-image: url(images/navs/navs_hover_04.png);}
.products a {background-image: url(images/navs/navs_06.png); width: 120px;}
.products {background-image: url(images/navs/navs_hover_06.png);}
.services a {background-image: url(images/navs/navs_08.png); width: 122px;}
.services {background-image: url(images/navs/navs_hover_08.png);}
.contact a {background-image: url(images/navs/navs_10.png); width: 122px;}
.contact {background-image: url(images/navs/navs_hover_10.png);}

ul.menu li a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

