﻿@charset "UTF-8";
/* CSS Document */

/* bodyMain */
img {
	border: 0px;
}
#bodyMain {
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	line-height: 1.5em;
	padding: 10px 0px 10px 10px;
}
#bodyMain h1 {
	position: relative;
	font-size: 1.4em;
	padding-top: 10px;
	margin-top: 0px;
}
#bodyMain h2 {
	font-size: 1.2em;
	margin-top: 0px;
}
#bodyMain h2 a {
	text-decoration: none;
}
#bodyMain h2 a:hover {
	text-decoration: underline;
}
#bodyMain h3 {
	font-size: 1.0em;
	margin-top: 0px;
}
#bodyMain h3 a {
	text-decoration: none;
}
#bodyMain h3 a:hover {
	text-decoration: underline;
}
#bodyMain p {
	clear: left;
	font-size: 0.8em;
	margin-top: 0px;
}
#bodyMain ul {
	font-size: 0.8em;
	list-style-type: none;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
#bodyMain li {
	position: relative;
	background: url("../images/relatedBullet.gif") no-repeat 20px 10px;
	padding: 0px 0px 0px 40px;
}
#bodyMain ol.ordered  {
	font-size: 0.8em;
}
#bodyMain li.ordered {
}
#bodyMain a {
	margin-top: 0px;
	color: #000080;
	text-decoration: underline;
}
#bodyMain a:hover {
	color: #e66100;
	text-decoration: underline;
}

#bodyMain a.button {
	position: relative;
	text-align: center;
	background: url("../images/buttonBg.jpg") repeat-x;
	border: 1px solid #000080;
	padding: 5px;
	font-size: 1.0em;
	font-weight: bold; 
	color: #000080;
	text-decoration: none;
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
}
#bodyMain a.button:hover {
	color: #e66100;
	text-decoration: underline;
}

#bodyMain a.buttonSmall {
	text-align: center;
	background: url("../images/buttonBg.jpg") repeat-x;
	border: 1px solid #000080;
	padding: 3px;
	font-size: 0.7em;
	font-weight: bold; 
	color: #000080;
	text-decoration: none;
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
}
#bodyMain a.buttonSmall:hover {
	color: #e66100;
	text-decoration: underline;
}


/* imageFloat */

#bodyMain #imageFloat {
	float: right;
	margin: 10px 0px 15px 15px; 
	text-align: center;
	position: relative;
}

#bodyMain #imageFloat .imageCaption {
	clear: right;
	color: #000080;
	font-size: 0.8em;
	font-weight: bold; 
}

/* product tables */

#bodyMain .tableTitle {
	clear: both;
	display: block;
	font: 0.9em Lucida Grande, Verdana, Arial, sans-serif;
	font-weight: bold;
	background-color: #dee0cf;
	border-bottom: 1px solid #a4a4a4;
	padding: 0.25em;
	margin: 20px 0px 0px 0px;
}
#bodyMain .tableColHeader {
	vertical-align: top;
	font: 0.8em Lucida Grande, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #000080;
}
#bodyMain .tableRows {
	vertical-align: top;
	font: 0.8em Lucida Grande, Verdana, Arial, sans-serif;
	line-height: 1.5em;
}
#bodyMain .tableDataColHeader {
	vertical-align: top;
	font: 0.9em Lucida Grande, Verdana, Arial, sans-serif;
	font-weight: bold;
	background-color: #dee0cf;
	border-bottom: 1px solid #a4a4a4;
	padding: 0.25em;
	margin: 20px 0px 0px 0px;
}

/* imageMenu */

#bodyMain #imageMenu {
/*	border: 1px solid #000; */ 
	display: inline-block;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#bodyMain #imageMenu .imageObj {
/*	border: 1px solid #0cc; */
	display: inline-block;
	padding: 20px;
	float: left;
}
#bodyMain #imageMenu .imageObj a {
/*	border: 1px solid #c0c; */  
	display: block;
	text-decoration: none;
}
#bodyMain #imageMenu .imageObj a:hover {
	text-decoration: underline;
}
#bodyMain #imageMenu .imagePic {
/*	border: 1px solid #cc0; */
	padding: 10px;
	display: block;
}
#bodyMain #imageMenu .imagePic img {
	border: 0px; 
}
#bodyMain #imageMenu .imageDesc {
/*	border: 1px solid #c00; */  
	display: block;
	text-align: center;
	font-size: 0.7em;
	line-height: 1.2em;
}

/* blockQuote */

blockquote {
	position: relative;
	margin: 0px auto;
	background: transparent url("../images/quoteOpen.png") left top no-repeat;
	font: 0.8em Lucida Grande, Verdana, Arial, sans-serif;
	width: 400px;
}
blockquote div {
	position: relative;
	text-align: center;
	padding: 0px 50px 0px 50px;
	background: transparent url("../images/quoteClose.png") right bottom no-repeat;
}

/* whitepaper */
#bodyMain .whitepaper {
	float: left;
	display: block;
	position: relative;
}
#bodyMain .whitepaper .whitepaperImg {
	float: left;
	margin: 0px;
	padding: 0px 20px 0px 0px;
}
#bodyMain .whitepaper .whitepaperDesc {
	float: left;
	width: 580px;
}

/* other */

.divider {
	position: relative;
	width: 100%;
	float: left;
	clear: both;
	padding-top: 30px;
    font-size: 1px;
    line-height: 0px;
}