body {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
  text-align: left;
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}


#main {
  width: 740px;
  margin-top: 10px;
}
#main2 {
  margin-top: 10px;
}
#clearone {
  clear: both;
  height: 1px;
}


/* HEADER */

#header, #header h1 {
	margin: 0;
	padding: 0;
}

#header-bottom {
  height: 0px;
}

#headerimage {
	margin: 0;
	padding: 0;
	}


/* CONTENT */

#content {
  margin: 0 260px 0 0;
  background-color: #FFFFFF;
  color: #333333;
  border-right: #b9d2e3 1px solid;
}
#content .inner {
  margin: 10px 20px 10px 20px;
}
#content .inner h2 {
  color: #006600;
  padding-bottom: 0.2em;
  padding-top: 10px;
  font-size: 14px;
}
#content .inner ul {
  margin: 0 30px 0 30px;
  padding: 0;
    color: #666666;
  font-size: 12px;
  text-align: justify;
}
#content .inner h3 {
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 0px;
}
#content .inner a:link, #content .inner a:visited {
  color: #245185;
  font-weight: bold;
}
#content .inner a:hover {
  color: #990000;
}
#content .inner p {
  color: #666666;
  font-size: 12px;
  text-align: justify;
  line-height: 18px;
}
#content .inner ol {
  color: #666666;
  font-size: 12px;
  text-align: justify;
  line-height: 18px;
}
#content .inner .features li img {
  float: left;
  margin: 0 5px 5px 0;
}
#content .inner p.author {
  font-weight:  bold;
}
#content .inner p.more{
  margin-top: 0;
  text-align: right;
}
#content .inner p.more a:link, #content .inner p.more a:visited {
  color: black;
  background-image: url(images/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
  font-size: 90%;
  color: #1e4c82;
}


/* SIDEBAR */

#sidebar {
  float: right;
  width: 250px;
  background-color: #d9daea;
  color: #334566;
  margin: 0;
  padding: 0;
}
#sidebar h3 {
  font-size: 14px;
  margin: 0;
 font-weight: bold;
}
#sidebar h4 {
  font-size: 12px;
  margin: 0;
 font-weight: bold;
}
#sidebar .inner {
  padding: 10px;
}
#sidebar ul {
  list-style-image: url(images/more-bullet.gif);
  margin-left: 0;
  padding-left: 20px;
}
#sidebar p, #sidebar li {
  font-size: 12px;
  line-height: 18px;
}
#sidebar p.caption {
  font-size: 10px;
  line-height: 12px;
  margin: 0 20px 20px 20px;
  text-align: justify;
}
#sidebar a.learnmore {
  font-size: 10px;
}
#sidebar ul a:link, #sidebar ul a:visited {
  color: white;
}
#sidebar .date {
  font-weight: bold;
}

#sidebar .image {
  float: right;
  margin: 10px 5px 15px 15px;
}
#sidebar p.purchase, #sidebar p.document {
  clear: right;
  margin: 0 20px 5px 20px;
  text-align: right;
}
#sidebar p.purchase a:link, #sidebar p.purchase a:visited {
  color: #245185;
  background-image: url(images/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
  font-weight: bold;
}
#sidebar p.document a:link, #sidebar p.document a:visited {
  color: #245185;
  background-image: url(images/doc01.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
  font-weight: bold;
}
#sidebar p.purchase a:hover, #sidebar p.document a:hover {
  color: #990000;
}

/* FOOTER */

#footer {
  width: 100%;
  border-top: 1px solid #b9d2e3;
  margin-top: 10px;
  clear: both;
  text-align: center;
}
#footer p {
  font-size: 10px;
  color: #256290;
  margin-top: 10px;
  line-height: 14px;
}

#footer a:link {
	color: #1e4c82;
	text-decoration: none;
	font-weight: bold;
}
#footer a:visited {
	color: #1e4c82;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
#footer a:active {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}




/* DROP SHADOW */


#container {
	width:768px;
	overflow:auto;
	margin:0.5em auto 0;	
	background:url(images/shadow_leftright_longer.png) top left no-repeat;
}

.wrap0,.wrap1,.wrap2,.wrap3 {
	float:left;
}

.wrap0 {
	width:768px;
	background:url(images/shadow_leftright_longer.png) top right no-repeat;
}

.wrap1 {
	width:762px;
	background:url(images/shadow_bottom.png) bottom right no-repeat;
	padding-right:6px;
}

.wrap2 {
	width:758px;
	background:url(images/shadow_bottom.png) bottom left no-repeat;
	padding:0 0 6px 4px;
}

.wrap3 {
	width:740px;
	padding:8px;
	background:#FFF;
	border:1px solid #999;
}




/* NAVIGATION MENU */

#nav, #nav ul {
visibility: hidden;
margin: 0;
padding: 0;
height: 0px;
}



/* MISC */

#pagetitle {
	background: url(images/pagetitle.jpg) no-repeat;
	width: 738px;
	border: solid #CCCCCC 1px;
	height: 40px;
	margin-bottom: 10px;
}

#pagetitle h1 {
	color: #FFFFFF;
	font-size: 16px;
	margin: 12px 20px 12px 20px;
	font-weight: bold;
	letter-spacing: 2px;
}

/* ALT CONTENT */

#altcontent {
  margin: 0;
  color: #333333;
}
#altcontent .inner {
  margin: 10px 20px 10px 20px;
}
#altcontent .table h1 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 5px 20px 5px 20px;
}
#altcontent .table h2 {
	font-size: 12px;
	color: #006600;
	font-weight: bold;
	margin: 15px 20px 0px 20px;
}
#altcontent .table h2.kits {
	font-size: 12px;
	color: #245185;
	font-weight: bold;
	margin: 15px 20px 0px 20px;
}
#altcontent .table p {
  color: #666666;
  font-size: 12px;
  text-align: left;
  line-height: 18px;
  margin: 0px 40px 0px 40px;

}

#altcontent .inner h2 {
  color: #006600;
  padding-bottom: 0.2em;
  padding-top: 10px;
  font-size: 14px;
}

#altcontent .inner ul {
  margin: 0 30px 0 30px;
  padding: 0;
    color: #666666;
  font-size: 12px;
  text-align: justify;
}
#altcontent .inner h3 {
  font-size: 12px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 0px;
}
#altcontent .inner a:link, #altcontent .inner a:visited {
  color: #245185;
  font-weight: bold;
}
#altcontent .inner a:hover {
  color: #990000;
}
#altcontent .inner p {
  color: #666666;
  font-size: 12px;
  text-align: justify;
  line-height: 18px;
}

#altcontent .inner ol {
  color: #666666;
  font-size: 12px;
  text-align: justify;
  line-height: 18px;
}
#altcontent .inner .features li img {
  float: left;
  margin: 0 5px 5px 0;
}
#altcontent .inner p.author {
  font-weight:  bold;
}
#altcontent .inner p.more{
  margin-top: 0;
  text-align: right;
}
#altcontent .inner p.more a:link, #altcontent .inner p.more a:visited {
  color: black;
  background-image: url(images/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
  font-size: 90%;
  color: #1e4c82;
}
#altcontent p.return {
	font-size: 10px;
	text-align: right;
}
#altcontent .hometable {
margin: 0;
padding: 0;
}
#altcontent .whatsnew {
padding: 0px 10px 0px 0px;
}
#altcontent .whatsnew h2 {
margin: 5px 10px 5px 10px;
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
}
#altcontent .whatsnew p {
margin: 20px 10px 5px 10px;
font-size: 12px;
color: #384a6a;
}
#techtable {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	border: #999999 solid 1px
	margin-top: 10px;
	margin-bottom: 15px;
}
#techtable td {
	padding: 3px;
	border: #999999 solid 1px;
}
.techpix {
margin-left: 20px;
}