/* css styles */
body
{
	background: #4c4c4c url(../img/grad1.png) 0 0 repeat-x;
	margin: 0;
	text-align: center;
}

h1
{
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #dedede;
	font-size: 13px;
}

h2
{
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #9d9d9d;
	font-size: 13px;
}

h3
{
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #ff0000;
	font-size: 16px;
}

h4
{
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #ff0000;
	font-size: 13px;
}

/* global anchor styles */

a.btn
{
	display: block;
	width: 80px;
	text-align: center;
	background-color: #7e8b8f; /* green; */
	font-family: Trebuchet MS, verdana, arial, sans-serif;
	font-size: 12px;

	color: #fff;
	text-decoration: none;
	padding: 2px 5px;
/*	border: 1px solid #cce; */

}

a.btn:hover
{
	color: #fff;
	text-decoration: none;
	background-color: #b58437;/* #c90; */
	font-weight: bold;
}

a.lnk
{
	display: block;
	width: 180px;
	text-align: center;
	background-color: #7e8b8f; /* green; */
	font-family: Trebuchet MS, verdana, arial, sans-serif;
	font-size: 12px;

	color: #fff;
	text-decoration: none;
	padding: 2px 5px;
/*	border: 1px solid #cce; */

}

a.lnk:hover
{
	color: #fff;
	text-decoration: none;
	background-color: #b58437;/* #c90; */
	font-weight: bold;
}

/*
a
{
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	color: #cce;
	text-decoration: none;

}

a:hover
{
	color: #fff;
	text-decoration: underline;
}
*/


div#container
{
	margin-left: auto; 
    margin-right: auto;
	width: 800px;
	text-align: left;
	background: #000;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 10pt;
}


div#header
{
	background: #000;
}

div#content
{
	float: left;
	width:  50%; /*422px; */
	margin-right: 10px;
/*	background: #cce; */
	padding: 5px 5px 5px 10px;
	color: #cce;
/*	height: 600px; */
	line-height: 130%;
}

div#content img
{
	border: 1px solid #cce;
}

div#sidebar
{
	float: right;
	width: 45%; /*360px; */
    color: #cce;
	padding: 5px;
/*	height: 400px; */
}

div#sidebar h2
{
	width: 160px;
}

div#footer
{
	clear: both;
	background: #000;
	margin-bottom: 6px;
/*	border-top: 1px solid red; */
}

div#menustrip
{
	color: #cce;
	margin: 12px 5px 25px 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid red;
}

#mp
{
	border: solid 1px #cce;
	margin-top: 0px;
	margin-left: 10px;
	z-index: -10;
}

.skelly
{
	float: right;	
}

img.galv
{
	border: 1px solid #cce;
	margin: 30px 0px 5px 0px;
}

/* Form Styles */
div.formStyle
{
	margin: 0px 10px 10px 10px;
	padding: 0px 10px 10px 10px;
	border: 0px solid red;
	width: 380px;
}

table#tblForm
{
	font-family: arial;
	font-size: 10pt;
	color: #ddd;
}

table#tblForm input, select
{
    font-family: arial;
	font-size: 10pt;
	color: #000;
	background-color: #ddd;
}

.olab
{
	color: red;
	font-weight: bold;
}

table#prodlist td
{
	font-family: arial;
	font-size: 10pt;
	color: #ddd;
	padding: 3px 2px;
}

table#prodlist td.ftr
{
  border-top: solid #cce 1px;
}

table#prodlist th
{
	font-family: arial;
	font-size: 10pt;
	color: #ddd;
	padding: 3px 6px;
	border-bottom: solid #cce 1px;
	text-align: left;
}



/* free download button styles */
a.fdlbtn
{
	display: block;
	width: 100px;
	text-align: center;
	background-color: black;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	color: red;
	text-decoration: none;
	padding: 4px 5px;
    border: 1px solid red;
	line-height: 75%;

}

a.fdlbtn:hover
{
	color: #fff;
	text-decoration: none;
	background-color: red;
}

/* email link style */
a.email
{
	color: red;
	text-decoration: none;
}

a.email:hover
{
	color: white;
}