body {
	font-family:arial,sans-serif;
	font-size:0.8em;
	color:#000;
	text-align:left;
	padding:0;
	margin:0;
	background-color:#fff;
	background-image:url('img/background.gif');
	background-repeat:repeat-y;
	min-width:800px;
	width:100%;
}

img {
	border:0;
}



h1 {
	font-size:140%;
	margin-top:0;
}

h2 {
	font-size:100%;
	margin:0;
	padding:0;
}

h3 {
	font-size:100%;
	margin:0;
	padding:0;
}

p {
	margin:0 0 12px 0;
}

form div {
	margin-bottom:5px;
}

.inputField {
	margin-bottom:10px;
	font-weight:bold;
	clear:both;
}

.inputField span {
	display:block;
	float:left;
	width:100px;
}

.submitField {
	margin-bottom:20px;
}

a, a.inlineLink {
	text-decoration:underline;
}

a:link, a:visited, a:active, a.inlineLink:link, a.inlineLink:visited, a.inlineLink:active {
	color:#f37a1f;
}

a:hover, a.inlineLink:hover {
	color:#000;
}

a.soloLink {
	background-image:url( 'img/arrow.gif' );
	background-repeat:no-repeat;
	background-position:center left;
	padding:0 15px 0 15px;
	font-weight:bold;
	text-decoration:none;
}

a.soloLink:link, a.soloLink:visited, a.soloLink:active {
	color:#656565;
}

a.soloLink:hover {
	color:#f37a1f;
}

#page {
	min-width:810px;
	width:expression(document.body.clientWidth < 815 ? '810px' : 'auto' );
}

/* header elements*/
#header {
	font-size:90%;
	background-color:#fff;
	height:41px;
	background-image:url( 'img/header-top.gif' );
	background-repeat:no-repeat;
	background-position:bottom right;
/*	border-bottom:13px solid #f37a1f;*/
}

#logo {
	float:left;
	display:inline;
	width:108px;
	height:22px;
	margin:16px 35px 4px 16px;
}

#orangeBar {
	float:left;
	display:inline;
	margin:-1px 0;
	width:100%;
	height:13px;
	overflow:hidden;
	background-color:#f37a1f;
	background-image:url( 'img/header-bottom.gif' );
	background-repeat: no-repeat;
	background-position: top right;
}

#headSubNavigation {
	float:right;
	margin:16px 35px 4px 16px;
}

/* navigation elements */
#navigation {
	border-top:13px solid #F37A1F;
	float:left;
	width:140px;
}

.firstLevel {
	border-top:8px solid #656565;
	width:139px;
	font-size:85%;
	background-color:#e2e2e2;
	list-style:none;
	margin:0;
	padding:0;
}

.firstLevel a:link, .firstLevel a:visited, .firstLevel a:active {
	display:block;
	padding-top:7px;
	text-decoration:none;
	color:#656565;
	font-weight:bold;
}

.firstLevel a:hover {
	display:block;
	padding-top:7px;
	text-decoration:none;
	color:#F37A1F;
	font-weight:bold;

}

.firstLevel .icon {
	float:left;
	display:inline;
	width:31px;
	height:28px;
	margin-right:3px;
}

.firstLevel .compressed {
	height:28px;
	border-top:1px solid #b4b4b4;
}

.firstLevel .twoline {
	height:42px;
	border-top:1px solid #b4b4b4;
}

.firstLevel .twolineOn {
	height:80px;
}

.firstLevel .expanded {
	border-top:1px solid #b4b4b4;
}

.firstLevel .expanded a {
	color:#f37a1f;
}

.secondLevel {
	list-style:none;
	font-size:100%;
	margin:0 0 4px 36px;
	padding:0;
	width:103px;
}

.thirdLevel {
	margin:0 0 4px 16px;
	padding:0;
	width:75px;
}

.secondLevel li {
	display:inline;
}

.secondLevel a:link, .secondLevel a:visited, .secondLevel a:active {
	font-weight:normal;
	text-decoration:none;
	color:#656565;
}

.secondLevel a:hover {
	color:#f37a1f;
}

/* content elements */
#content {
	float:left;
	width:621px;
	margin-right:40px;
}

#homePageContent {
	margin-left:140px;
}

#mainImage {
	float:left;
	width:206px;
}

#leftColumn {
	float:left;
	width:206px;
}

#breadCrumbs {
	font-size:85%;
	color:#000;
	float:left;
	width:150px;
	margin:30px auto auto 20px;
}

#breadCrumbs h3 {
	font-weight:normal;
	background-color:#dedede;
	width:150px;
	padding:2px;
}

#breadCrumbs a, #breadCrumbs a:visited, #breadCrumbs a:link, #breadCrumbs a:active {
	color:#000;
}

#breadCrumbs a:hover {
	color:#f37a1f;
}

#breadCrumbs ul {
	padding-bottom:0;
}

#breadCrumbs li {
	margin-top:4px;
}

#subNavigation {
}

#mainContent {
	float:left;
	width:364px;
	margin:30px auto auto 51px;
}

#homeTop {
	float:left;
	border-top:1px solid #656565;
	border-bottom:1px solid #656565;
	background-color:#f2f2f2;
	width:100%;
}

#flashPanel {
	float:left;
	width:470px;
	border-right:1px solid #656565;
}

#homeLinks {
	float:left;
	width:auto;
}

#homeLinks div {
	margin:10px;
}


#homeContent {
	border-bottom:1px solid #656565;
	width:621px;
	float:left;
}

#homeContent #homeCopy {
	margin:30px auto auto 20px;
}

/* footer elements */
#footer {
	font-size:85%;
	text-align:center;
	margin:30px 0 10px 140px;
	width:621px;
}

#copyright {
	margin-bottom:0;
}

#launchBlurb {
	margin-top:0;
}

.reset {
	height:0px;
	overflow:hidden;
	clear:both;
}

#content ul {
	padding:0 0 6px 0px;
	margin:6px 0 6px 16px;
}

#content ul, #content ul li {
	list-style:url('img/arrow.gif') outside;
}

address {
	margin-bottom:10px;
}

.productSummary img {
	float:left;
}

.productSummary div {
	float:left;
	margin-left:20px;
	width:220px;
}

.featuresBox img {
	float:left;
}

.featuresBox div {
	float:left;
	margin-right:20px;
	width:220px;
}

.warning, .important {
	border:1px solid #c2c2c2;
	padding:10px;
}

.warning h4, .important h4 {
	font-size:85%;
	margin:5px 0;
	padding:0;
}

.warning img, .important img {
	margin-top:20px;
	float:left;
}

.warning div, .important div {
	float:left;
	width:260px;
	margin-left:10px;
}

.warning p, .important p {
	font-size:85%;
}

.distribution {
	font-weight: bold;
	color:#F37A1F;
}

table {
	margin:12px 0 12px 0;
	border-collapse:collapse;
	width:100%;
}

table caption {
	text-align:left;

}

table th {
	background-color:#F37A1F;
}

table td, table th {
	padding:4px;
	font-size:85%;
}

table tfoot td {
	font-style:italic;
}

tr.odd td {
	background-color:#c2c2c2;
}

tr.even td {
	background-color:#fff;
}

address {
	font-style:normal;
}

.trademark {
	vertical-align:text-top;
	font-size: 93%;
	text-decoration:none;
}

.copyright, .registered{
	font-size: 81%;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:text-top;
}

label {
	margin-top:8px;
	display:block;
}
input, select, textarea {
	margin-top:2px;
	display:block;
}

.submit {
	margin-top:10px;
}

.topImage {
	display:block;
	margin-bottom:10px;
}

.narrowCol {
	float:left;
	width:40%;
	margin:5px;
}

input, textarea, select {
	width:90%;
}

input.submit {
	width:200px;
}
