body
{
	font-family:Verdana;
	color:MidnightBlue;
	font-size:12px;
	background: url('images/ribbg.jpg') repeat;
}
textarea
{
	font-family:Verdana;
	font-size:12px;
}
h1
{
	font-size:1.3em;
	font-style:none;
	font-weight:bolder;
	display:block;
	margin:0;
	margin-left:-10px;
	padding:10px 0px 10px 20px;
	width:100%;
	color:black;
	background: url('images/bg2.jpg') repeat-x center left;
}
h1 a {
	font-size:10px;
	color:DarkSlateGray;
	text-decoration: none;
}
h2
{
	font-size:13px;
	text-transform:uppercase;
	color:Teal;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:5px;
	display:block;
}
h3
{
	font-size:12px;
	color:Teal;
	font-weight:bold;
	display:block;
}
img {margin-right:3px;}
a h3 {text-decoration:underline;}
.productlogo {
	border:none;
	margin:0 20px 20px 20px;
	padding:0;
	position:relative;
	float:left;
	max-width:60px;
}
.header
{
	width:101%;
	background:#669999;
	margin-left:-10px;
	margin-top:-15px;
	padding-left:10px;
	padding-top:15px;
}
.logo
{
	margin:10px 10px 0px 10px;
	height:95px;
	text-align:top;
	vertical-align:top;
}
.menu {
    width: auto;
    float: left;
    cursor: default;
	padding:3px 0px 5px 0px;
	margin:2px;
}
.menu ul {
    display: none;
    position: absolute;
    background:#D3D3D3;
    color: blue;
    list-style: none;
	width:140px;
	border-bottom:2px solid DimGray;
	border-right:2px solid DimGray;
	border-top:1px solid WhiteSmoke;
	border-left:1px solid WhiteSmoke;
}
.menubar 
{
	margin:0px 100px 10px 5px;
	background:url('images/menubg.png') repeat-x top;
	padding:5px 0px 3px 0px;
	height:25px;
	position:absolute;
}
.placeholder
{
	height:5px;
}
.menu span
{
	text-decoration:none;
	padding:3px 10px 3px 10px;
	border-right:2px solid #23415A;
/*	border-bottom:1px solid #23415A; */
	background:transparent;
	color:WhiteSmoke;
	display:block;
	margin-top:-3px;
}
.menu span:hover {background:url('images/mbg2.png') repeat-y center center;}
.menubar a
{
	text-decoration:none;
	padding:3px 14px 3px 13px;
	margin:0;
	border-right:2px solid #23415A;
/*	border-bottom:1px solid #23415A; */
}
#lastmenu {border-right:none;}
.menubar a:link, .menubar a:visited
{
	background:transparent;
	color:WhiteSmoke;
}
.menubar a.short:hover 
{
	background:url('images/mbg1.png') no-repeat center center;
	color:WhiteSmoke;
}
.menubar a.mid:hover 
{
	background:url('images/mbg2.png') repeat-y center center;
	color:WhiteSmoke;
}
.menubar a.long:hover 
{
	background:url('images/mbg3.png') repeat-y center center;
	color:WhiteSmoke;
}
.menu ul li {
	background:#D3D3D3;
    display: block;
	width:128px;
	border:none;
	padding:3px;
	margin:3px;
	border-bottom:1px solid WhiteSmoke;
}
.menu ul li a {
	width:100%;
	border:none;
	padding:3px;
	margin:3px;
	background:transparent;
}
.menu ul li  a:link, .menu ul li a:visited{color:DarkSlateGray;}
.menu ul li  a:hover{color:DarkSlateGray;}
div.menu:hover ul {
    display: block;
    margin:5px 0 0 0;
    padding: 0;
}
div.menu ul li:hover {
	background:#BABABA;
}
.content
{
	color:MidnightBlue;
	width:65%;
	margin:10px;
	line-height:150%;
	word-spacing:3px;
	min-height:270px;
	float:left;
}
.content a
{
	color:DarkSlateGray;
}
.content table
{
	border:1px double DimGray;
}
.content td, .content th
{
	border:1px solid DimGray;
	padding:5px;
	border-collapse:collapse;
	font-size:12px;
}
.content th
{

	background:#99CCCC;
	text-transform:uppercase;
}
.content .hr
{
	height:3px;
	color: #669999;
	background-color: Silver;
	border:none;
	width:92%;
	margin:20px 0 20px 0;
	padding:0;
}
.content li {margin-top:10px;}
.content ul{margin-top:-5px;}
p {margin:10px 0px 25px 0px;}
p.main{font-size:14px;}
.footer
{
	text-align:center;
	font-size:10px;
	width:65%;
	margin-top:20px;
	float:left;
	margin-bottom:20px;
}
.footer a
{
	color:DarkSlateGray;
}
.footer hr
{
	border: 0;
	height: 1px;
	color: DimGray;
	background-color: DimGray;
}
.feature
{
	font-size:11px;
	border-right:3px solid Silver;
	width:32%;
	padding:0;
	margin:0;
	float:left;
	min-height:290px;
	text-align:center;
}
.feature span {
	width:100%;
	background:WhiteSmoke;
	color:DimGray;
	text-align:center;
	display:block;
	padding:4px 0px 4px 0px;
	margin-bottom:10px;
	font-weight:bold;
}
.feature div{
	padding:10px 25px 10px 25px;
	text-align:left;
}
.feature a img {
	max-width:100px;
	max-height:85px;
	margin-left:auto;
	margin-right:auto;
	border:none;
}
.sidebar
{
	float:left;
	margin:20px 0 20px 15px;
	width:26%;
	border-left:3px solid Silver;
	padding-left:20px;
	line-height:180%;
	font-size:11px;
}
.sidebar a{
	color:DarkRed;
}
.sidebar hr {
	height:4px;
	background:Silver;
	border:none;
	margin-top:15px;
	margin-bottom:10px;
}
table.formattable, .formattable td{border:none;}
.caption
{
	color:DarkSlateGray;
	font-size:11px;
}
.caption ol {list-style-type: lower-alpha;}

/* INTERACTIVE IMAGES */
.animation-block{
	color:DimGray;
	font-size:11px;
	border:2px solid Silver;
	padding:10px;
	background:WhiteSmoke;
	position:relative;
}
#component_name {
	position:fixed;
	display:none;
	background:black;
	opacity:0.7;
	filter:alpha(opacity=70);
	color:white;
	padding:3px;
	z-index:9999;
}
.animation-block div.desc{
	position:absolute;
	top:10px;
	right:10px;
	width:45%;
	text-align:center;
	height:93%;
}
.animation-block div.desc span {vertical-align:middle;}
.animation-block div.desc p {
	margin-top:20px;
	text-align:left;
	display:none;
}
.animation-block div.desc img{
	display:none;
	vertical-align:middle;
	margin-left:auto;
	margin-right:auto;
}