* {
    padding: 0;
    margin: 0;
} 

div {scrollbar-base-color: #3366ff}

body {
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #000;
}

img { border: none; }
a { color: #3366ff; text-decoration: none; }

#tableid {
	margin-top:20px;
	overflow:auto;
}
a:hover { text-decoration: underline; color : #000; }

#wrap {
margin: 0 auto;
width: 900px;
}
#banner { 
	height:50px;
	margin:10px 5px 0 10px;
/*	margin:'margin-top' 'margin-right' 'margin-bottom' 'margin-left' */
}
#menu {
height: 40px;
line-height: 40px;
background: #3366ff url(images/menu2.jpg) no-repeat;
text-transform: uppercase;
}
#menu ul {
padding-left: 50px;
list-style-type: none;
}
#menu ul li {
display: block;
padding-left: 10px;
float: left;
}
#menu ul li a {
color: #eee;
padding: 0 10px;
text-decoration: none;
font-weight: 100;
font-size: 14px;
letter-spacing: -1px;
}
#menu ul li a:hover {
color: #eee;
text-decoration: underline;
}

#content {
padding: 10px 20px;
}
.left {
width: 670px;
float: left;
text-align: justify;
}
.left2 {
width: 580px;
float: left;
text-align: justify;
}
.left2 h2 {
color: #000;
font-family:Arial, Helvetica, sans-serif;
font-size: 20px;
letter-spacing: -1px;
font-weight: 100;
padding : 10px 0 15px 0;
margin-top:10px;
}
.left2 h2 a {
color: #000;
}
.left h2 {
color: #000;
font-family:Arial, Helvetica, sans-serif;
font-size: 20px;
letter-spacing: -1px;
font-weight: 100;
padding : 10px 0 15px 0;
margin-top:10px;
}
.left h2 a {
color: #000;
}
/* Section one of products */
#maintext {
padding-bottom:5px;
margin-bottom:5px;
}


#contacts {
padding-bottom:40px;
margin-bottom:5px;
margin-top:45px;
}

/* Section three of products */
.right {
width: 150px;
float: right;
padding: 10px;
border-left: 1px solid #000;
font-size: 12px;
}
.right ul {
list-style-type:disc;
padding: 5px 10px 10px 20px;
color: #000;
}
.right h2 {
height: 30px;
font-size: 14px;
color:#000000;
line-height: 30px;
font-weight: 600;

}
.right a { text-decoration: none }

#footer {
background: #fff;
border-top: 3px solid #000000;
margin-top: 20px;
text-align: center;
color: #333;
font-size: 11px;
padding: 10px;
}
#footer a {
color: #333;
}

#list ul {
padding-left: 19px;
list-style:none;
font-size:11px;
}

td{
padding-top:10px;
padding-bottom:10px;}

table.fancytable {
  margin: 1em 1em 1em 0;
  background: whitesmoke;
  border-collapse: collapse;
}
table.fancytable tr:hover {
   background: lightsteelblue !important;
}
table.fancytable th, table.fancytable td {
  border: 1px silver solid;
  font-size:12px;
  padding: 0.2em;
}
table.fancytable th {
  background: gainsboro;
  text-align: left;
}
table.fancytable caption {
  margin-left: inherit;
  margin-right: inherit;
}

