﻿body, html{
  height:100%;
}

body{
 margin:0;
 background:url(../images/bg.jpg) no-repeat top left;
}

body, div, td, h1, h2, h3, p{
 font: normal normal normal 10pt/14pt verdana, arial, helvetica, sans-serif;
 color:#444;
}

html>body #main{
  height: auto;
}

a{
  text-decoration:underline;
}

a:link, a:visited, a:active {
  color: #060;
}

a:hover {
  color: #C30;
}

a img{
  border:0;
}

h1, h2, h3{
 font-weight: bold;  
}

h1{
 font-size: 16px;
 color: #0084C6; 
 letter-spacing: 2pt;
 border-bottom:1pt solid #696;
 height:20pt;
 margin:0;
}

h2{
  margin:0 0 3pt 0;
}

h2, .subtitle {
  font-size: 12px;
  font-weight: bold;
  color: #C30;
  line-height: 18px
}

#main{
  padding:0 0 0 100pt;
  width:475pt;
  height:100%;
  min-height:100%;
}

#header{
  padding-top:6pt;
  text-align:right;
  height:94pt;
}

#menu{
  margin:0 0 5pt 0;
  width:100%;
  height:28px;
  background-color:#0084C6;
}

.menu{
	padding:0;
	margin:0;
	width:100%;
	padding:0 0 0 0px;
	background-color:#0084C6;
	border-bottom:2pt solid #005496;
}

.menu li{
	list-style:none;
	float:left;
	padding:4px 12px 4px 12px;
	margin-right:2px;
}

.menu li a{
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color:#fff;
}

.menu li a:hover{
	color:#bbf;
}

.active{
	background-color:#005496;
}
.active a{
	color:#FF0 !important;	
}

#clearFooter{
  height:40pt;
}

#footer{
  color:#999;
  border-top:1pt solid #ccc;
 text-align:center;
 height:20pt;
 margin:0 175pt 0 100pt;
}

#footerContainer{
 margin:-30pt 0 0 0;
}

#titleAlign{
 padding:2pt;
}

#twoCols td{
  width:50%;
  vertical-align:top;
}

#twoCols #left{
  padding-right:5pt;
}

#products{
  width:400pt;
}

#products td{
  vertical-align:top;
  text-align:left;
  padding:2pt 2pt 10pt 2pt;
}

.underLine{
 border-bottom:1pt solid #696;
 text-align:left;
 margin:10pt 0 5pt 0;
}

#spec{
  font-size: 9px; 
  background-color: #FFE7CE; 
  padding-top: 6px; 
  padding-right: 6px; 
  padding-bottom: 12px; 
  padding-left: 6px; 
  border: 1px #FF9966 solid; 
  line-height: 16px
}

#info{
  color:#999;
}

