#container,div{
-webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: content-box;    /* Firefox, other Gecko */
box-sizing: content-box;         /* Opera/IE 8+ */
}
body {
	padding:0;margin:0;
	text-align: center;
	background: url(images/gradient-body.jpg) repeat-x #cccccc;
}
#wrapper {
	text-align: left;
	margin: 16px auto 0 auto;
	padding: 0px;
	border:0;
	width:986px;
	border-left:6px solid #bfc5ce;
	border-right:6px solid #bfc5ce;
	border-bottom:6px solid #bfc5ce;
	border-top:6px solid #bfc5ce;
}
#header {
	width:986px;
	height:73px;
	background:url(images/header2011d.jpg) #87A3C8;
	color:white;
	font-weight:bold;
	font-family:"Segoe UI","Tahoma";
	font-size:26px;
	text-align:right;
	padding:26px 32px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.shadowed{
	text-shadow: 1px 1px 1px #000;
	line-height: 1em;

	height:1em;
	filter: Shadow(Color=#000000, Direction=135, Strength=2);
}
.bar1{
	background-color:#214472;
	width:986px;
}
.bar2{
	background-color:#a0b7d6;
}
.bar3{
	background-color:#cfdae9;
}
.bar4{
	background-color:#88a4c9;
}
.bar5{
	clear: both;
	width:986px;
	height:7px;
	margin: 0px auto;
	background:url(images/gradient-shadow.png) repeat-x #EEEEEE;
}
#nav{
	height:38px;
	width:986px;
	background:url(images/navbar2011-2.jpg) repeat-x #EEEEEE;
}
#nav a, .mainlink, .navselected{
	font-size:13px;
	font-family:"Segoe UI","tahoma";
}
#nav a, .navselected{
	padding:9px 9px 9px 9px;
	float:left;
	display:block;
	border-right:1px solid #4171A0;
	font-weight:bold;
}
#nav a{
	color:white;
	font-weight:bold;
	text-decoration:none;
}
.navselected, #nav a:hover{
	background:url(images/navbar2011-3.jpg) repeat-x #EEEEEE;
}
.navselected{
	color:black;
}
.date{
	float:left;
	font-weight:bold;
	margin:12px 90x 0 0;
}
.sep1{
	float:left;
}
#container{
	width:986px;
	padding:16px 0 32px 0;
	background:#EEEEEE;
}
#layouttable{
	margin:0 16px 0 16px;
}
#side-a {
	padding:0 10px 10px 10px;
	font:11px arial;
}
#side-b {
	width:200px;
	padding:0 10px 10px 10px;
	font-size:11px;
	font-family:arial;
}
.sidenav{
	padding:0;margin:0;
	list-style-type:none;
	line-height:1.7em;
}	
#side-b a{
	font:12px arial;
	color:blue;	
}
#side-b a:hover{
	color:#031aa6;
}
.sidenav-li{
	border-bottom:1px dashed #87A3C8;
}
.sidenav-last{
	border-bottom:1px solid #111188;
}
.sidenav-head{
	padding:3px;
	margin-bottom:7px;
	font-weight:bold;
	font-size:15px;
	font-family:"Segoe UI",arial;
	color:white;
	background:#285185;
	border:1px solid #DDDDDD;
}
.demobox{
	background-color:#F9F9F9;
	border:1px solid #E6E6E6;
	padding:6px;
}

#content {
	width:700px;
	background-color:white;
	border:1px solid #DDDDDD;
	padding:6px 18px 18px 18px;
	font:13px "Segoe UI", arial, helvetica;
	line-height:1.6em;
}
table{
	font-size:12px;
	font-family:verdana, arial;
}
.pageheader{
	border-bottom:1px dashed #CCCCCC;
	margin-bottom:24px;
	padding-bottom:3px;
	font-size:11px;
	font-family:"Segoe UI","Tahoma";
}
.sectionheader{
	margin-bottom:22px;
	padding:3px 3px 3px 6px;
	border-right:2px solid #CCCCCC;
	border-bottom:3px solid #CCCCCC;
	background:#285185;
	font-weight:bold;
	font-size:16px;
	font-family:arial;
	color:white;
}
.sectionheader2{
	margin-bottom:22px;
	padding:3px 3px 2px 6px;
	border-bottom:3px solid #386195;
	font:bold 15px tahoma;
	color:#386195;
}
.shicon{
	margin-right:10px;
}
.shbullets{
	font-size:11px;
	color:#AED7FF;
}
.ul-header{
	font:bold 13px verdana;

}
.mainul{
	margin:4px 0 0 16px;
	padding:0;
	list-style-type:square;
	font:11px verdana;
	line-height:1.6em;
}
.quickbox{
	float:right;
	width:240px;
	margin:0 0 12px 12px;
	padding:8px;
	border:2px dashed #EEEEBE;
	background-color:#FFFFDF;
}
.quickbox-blue{
	float:left;
	width:217px;
	padding:8px;
	border:2px dashed #CECEEE;
	background-color:#F8FBFF;
}
.divnote{
	padding:16px;
	border:4px dashed #EEEEBE;
	background-color:#FFFFDF;
}
#footer {
	clear: both;
	width:986px;
	margin: 0px auto;
	padding: 12px 0 12px 0;
	background:url(images/gradient-shadow.png) repeat-x;
	text-align:center;
	font:bold 11px arial;
	color:#123456;
}
.tabs{
	float:left;
	list-style-type:none;
	padding:0;
	margin:0;
}
.tabs li{
	float:left;
	display:inline;
	margin:0 2px 0 1px;
	text-transform:uppercase;
	font:bold 12px tahoma;
}
.tabs li a{
	float:left;
	display:block;
	height:22px;
	padding:2px 6px 2px 6px;
	background-color:#3366FF;
	border:2px solid #0000CC;
	border-bottom:none;
	font:bold 12px tahoma;
	text-decoration:none;
	color:white;
}
.tabs li a:hover{
	background-color:#FFFFFF;
	border-color:#CCCCCC;
	text-decoration:underline;
	color:black;
}
.tabselected{
	padding:3px 6px 3px 6px;
	background-color:#EEEEEE;
	border:2px solid #BBBBBB;
	border-bottom:none;
	color:black;
	text-align:center;
}
.submenubar{
	clear:both;
	width:100%;
	height:10px;
	margin:0 0 2px 0;
	padding:2px;
	background-color:#EEEEEE;
	border:2px solid #BBBBBB;
	border-top:none;
}
.heading1{
	font-size:16px;
	font-weight:bold;
	color:#386195;
}
#hardwaretable{
	font:12px arial;
}
#hardwaretable td{
	border-bottom:2px solid #999999;
}
#hardwaretable td{
	padding:3px 0 3px 8px;
}	
#hardwaretable .hthead{
	border-left:2px solid #999999;
	font-weight:bold;
	background-color:#FFFFEF;
}
.footnote{
	font-size:11px;
}
#formframe{
  text-align:center;
  margin-right:8px;
  width:192px;
  height:235px;
}
#etherformframe{
  text-align:center;
  margin-right:8px;
  width:192px;
  height:283px;
}
#formframe2{
  text-align:center;
  width:435px;
  height:315px;
}
#formframe3{
  text-align:center;
  margin:0 8px 0 14px;
  width:192px;
  height:275px;
}
.quickcontact{
  width:160px;
  height:21px;
  font-family: arial;
  font-size: 12px;
  border: 1px solid #7799DD;
  margin-bottom:2px;
}
.quickcontact3{
  width:178px;
  height:20px;
  font-family: arial;
  font-size: 12px;
  border: 1px solid #7799DD;
  margin-bottom:5px;
}
#tanotes{
  height:48px;
}
#submitbutton{
  padding:2px;
  margin-top:10px;
  font:bold 14px arial;
  background-color:#c93800;
  color:white;
}
.answer{
	display:none;
	margin-left:16px;
	border:2px solid #DDDDEE;
	padding:8px;
	margin-bottom:12px;
}
.demolink{
	font-size:14px;
}
.pb{
	border:1px solid #BBBBBB;
}
.downloadbox{
	width:210px;
	float:right;
	border:1px solid #666666;
	margin:0 0 12px 12px;
}
.downloadboxhead{
	font:bold 12px arial;
	padding:4px 0 4px 4px;
	background-color:#00CCDD;
}
.downloadboxbody{
	padding:8px 8px 12px 8px;
}
