/*CSS for general webpage*/

html {
  overflow: scroll;
}

body {
	margin: 0px;
	padding: 0px;
	/*min-width: 900px;*/
	text-align: center;
	height: 100%;
	background: #ddd url(../images/bg_main.gif) repeat-y center top;
}
ul {
	padding: 0px;
	margin: 0px;
	line-height: 20px;
}

li { 
	padding-left: 15px;
	margin: 0px;
	line-height: 20px;
}

hr {
	border: 0;
	color: #ccc;
	height: 1px;
}

a img{
  border: 0;
}

iframe{
	width:200px;
	border: 0px;
}

#wrap {  
	text-align: left;
  	width: 900px;
	height: 100%;
	margin: 0 auto;
}

#header {
	background: url(../images/bg_header.gif) no-repeat top left;
	height: 100px;
	width: 100%;
}

#navi {
	background: url(../images/bg_navi.gif) repeat-x top left;
	height: 28px;
	padding: 0px;
	text-align: right;
	width: 100%;
}

#left {
	float: left;
	width: 220px;
	padding: 10px 0 0 10px;
}
#right {
	float: right;
	width: 630px;
	margin: 10px 10px 10px 0;
}
#content {
	width: 100%;
}
#content p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
ul.list1, ol.list1{
	margin: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
#right ul li {
	padding: 0;
}
#right a{
	text-decoration: none;
	color: #000099;
}
#right a:hover{
	text-decoration: none;
	color: #666;
}
#content h3{
	font-family: Arial;
	font-size: 14px;
	color: #999;
	line-height: 16px;
	font-weight: bold;
}
#content h3 a{
	font-family: Arial;
	font-size: 14px;
	color: #999;
  text-decoration: none;
}
#content h3 a:hover{
  text-decoration: none;
	color: #000099;  
}
#content h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000099;
	line-height: 16px;
}
#content h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	letter-spacing: .1em;
	padding: 1em 0;
	border-bottom: #eee 1px solid;
}
.lefttopbox {
	background: url(../images/boxgrey_mid.gif) repeat-x top left;	
}
.lefttopleft {
	background: url(../images/boxgrey_left.gif) no-repeat top left;	
}
.lefttopright {
	background: url(../images/boxgrey_right.gif) no-repeat top right;	
	padding: 3px 8px 3px 8px;
}
.leftbottombox {
	background: #eee;
	padding: 5px 5px 15px 5px;
	margin-bottom: 10px;
}
.boxheader {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.listitem {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.listitem a{
	text-decoration: none;
	color: #666;
}

.imgtable td {
  vertical-align: top;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #999;
  padding-bottom: 10px;
}
.producttable td {
  vertical-align: top;
  font-family: Verdana;
  font-size: 11px;
  color: #666;
}
.spectstable {
  border-left: #ccc 1px solid;
  border-top: #ccc 1px solid;
  font-family: Verdana;
  font-size: 9px;
  color: #666;
}
.spectstable td {
  vertical-align: top;
  color: #666;
  border-right: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
}
.contacttable td {
  vertical-align: top;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #999;
}
.thumbnail {
  padding:5px;
  border:2px solid #ddd;
}
.atopbox {
	background: url(../images/boxblue_mid.gif) repeat-x top left;	
}
.atopleft {
	background: url(../images/boxblue_left.gif) no-repeat top left;	
}
.atopright {
	background: url(../images/boxblue_right.gif) no-repeat top right;	
	padding: 3px 8px 3px 8px;
}
.abottombox {
	background: #eee;
	padding: 5px 0 15px 5px;
	margin-bottom: 20px;
	font-family: Verdana;
	font-size: 11px;
	color: #666;
}
.aheader {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000099;
	line-height: 16px;
}
.atext {
	margin: 0px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

#footer {
	clear: both;
	background: url(../images/bg_footmid.gif) repeat-x top left;
	text-align: center;
	line-height:30px;
	margin: 10px;
}
#footleft {
	background: url(../images/bg_footleft.gif) no-repeat top left;
}
#footright {
	background: url(../images/bg_footright.gif) no-repeat top right;
}
#footer p {	
	font-family: Verdana;
	font-size: 9px;
	color: #333;
	margin: 0px;
}
#footer p a{	
	color: #333;
	text-decoration: none;
}

/*CSS for Simple Tree Menu*/

.treeview ul{
	/*Standard bullet style*/
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	/*Standard bullet style*/
}

/*Style for LI elements in general (excludes an LI that contains sub lists)*/

.treeview li{ 
	/*Standard bullet style*/
	padding-left: 15px;
	margin: 0px;
	line-height: 20px;
	/*Standard bullet style*/
	background: url(../images/list.gif) no-repeat left center;
	list-style-type: none;
	font-family: Verdana;
	font-size: 11px;
	color: #666;
}

.treeview a{ 
	font-weight: normal;
	color: #000099;
	text-decoration: none;
}

.treeview a:hover{ 
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

/* Style for LI that contains sub lists (other ULs). */

.treeview li.submenu{ 
	background: url(../images/closed.gif) no-repeat left 5px;
	cursor: pointer !important;
}

/*Style for ULs that are children of LIs (submenu) */

.treeview li.submenu ul{ 
display: none; /*Hide them by default. Don't delete. */
}

/*Style for LIs of ULs that are children of LIs (submenu) */

.treeview .submenu ul li{ 
cursor: default;
}

.treeview2 ul{
	/*Standard bullet style*/
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	/*Standard bullet style*/
}

/*Style for LI elements in general (excludes an LI that contains sub lists)*/

.treeview2 li{ 
	/*Standard bullet style*/
	padding-left: 15px;
	margin: 0px;
	line-height: 20px;
	/*Standard bullet style*/
	background: url(../images/list2.gif) no-repeat left center;
	list-style-type: none;
	font-family: Verdana;
	font-size: 11px;
	color: #666;
}


.treeview2 ul li a{ 
	color: #cc0000;
}

.treeview2 a:hover{ 
	color: #000;
	text-decoration: none;
}

.spec ul{	
	margin: 4px;
}

/*Style for LI elements in general (excludes an LI that contains sub lists)*/

.spec li{ 
	padding-left: 4px;
	margin: 4px;
	font-family: Verdana;
	font-size: 9px;
	color: #666;
}

.mapbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: center;
}

.imageright {
	float: right;
}
.imageleft {
	float: left;
}
.clear {
	clear: both;
}
