* {
    margin: 0px;
    padding: 0px;
}

html,
body,
div#wrapper-a,
div#wrapper-b {
    min-height: 100%;
    width: 100%;
    height: auto;
}

* html body,
* html div#wrapper-a,
* html div#wrapper-b {
    height: 100%;
}

body {
	background: #fff url(../images/background/body.gif) repeat-x 0 0;
	font-family: tahoma;
    font-size: 12px;
}

div#wrapper-a {
    position: absolute;
    top: 0;
    left: 0;
	background: url(../images/background/header.gif) repeat-x 0 0;
    width: 100%;
}

div#hide {
	position: absolute;
	top: 85px;
	z-index: 1;
	background: #829581;
	width: 25%;
	height: 20px;
	border-bottom: 1px solid #000;
}

div#overlay {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 250;
}

div#wrapper-b {
	position: absolute;
    left: 0;
    top: 0;
	background: url(../images/background/left_border.gif) repeat-y center;
    width: 100%;
}

* html div#wrapper-b {
	background: url(../images/background/left_border_IE.gif) repeat-y center;
}

div#body {
    margin-bottom: 98px;
    height: auto;
    text-align: center;
}

/*	><><><><><><><><><><><><><><><><><><><	*/

div#header {
	position: relative;
	margin: 0 auto 0 auto;
    width: 780px;
    height: 141px;
	text-align: left;
	z-index: 102;
}

#header div#top-nav {
	position: absolute;
	z-index: 102;
    right: 0;
	top: 106px;
	width: 780px;
	height: 34px;
}

#top-nav #nav ul {
	z-index: 102;
	position: relative;
}

#top-nav #nav li {
	list-style-type: none;
	position: relative;
	float: left;
	margin: 0;
	height: 35px;
	border-left: 1px solid #fff;
	border-right: 1px solid #829581;
	text-align: center;
	z-index: 102;
}

#top-nav #nav li.first {
	border-left: 1px solid #bec6bd;
}

#top-nav #nav li a {
	float: left;
	height: 35px;
	padding: 1em 1.25em 0 1.25em;
	font-size: 11px;
	font-weight: bold;
	color: #4f514f;
	text-decoration: none;
}

* html #top-nav #nav li a {
	height: 24px;
}

#top-nav #nav li a:hover {
	color: #f00;
	background: url(../images/background/nav_rollover.gif) repeat-x 0 0;
}

#top-nav #nav li ul {
    position: absolute;
    top: 35px;
    left: -999em;
    background: #c3ccc3;
	margin: 0;
	padding: 0;
	width: 200px;
    height: auto;
    border: 1px solid #030;
}

#top-nav #nav li ul li {
	display: block;
	margin: 0;
    padding: 0;
    width: 200px;
	height: 25px;
	text-align: left;
	border-bottom: 1px solid #030;
}

#top-nav #nav li ul li a {
	display: block;
	width: 179px;
	height: 15px;
	margin: 0;
	padding: 10px 10px 0 10px;
}

#top-nav #nav li ul li a:hover {
	color: #f00;
}

#top-nav #nav li:hover ul,
#top-nav #nav li.hover ul {
    left: 0;
}

/*	><><><><><><><><><><><><><><><><><><><	*/

div#mid {

	background: transparent;
	margin: 0;
    width: 100%;
	height: auto;
}

/*	><><><><><><><><><><><><><><><><><><><	*/


div.content {
	position: relative;
    margin: 0 0 25px 0;
	padding: 0;
	text-align: left;
	z-index: 0;
}

* html body div.content {
	position: relative;
	z-index: 0;
}

.border-bottom {
	border-bottom: 1px solid #e8f0e7;
}

.content div.inner-content {
	margin: auto;
	width: 760px;
	text-align: left;
	padding: 10px;
}

.content div.no-top-margin {
    padding-top: 0;
}

.inner-content h1,
.inner-content h2,
.inner-content h3 {
	margin: 0 0 2px 0;
	padding: 0;
    font-family: "Arial Narrow";
}

.inner-content h1 {
    font-size: 20px;
    color: #485e48;
}

.inner-content h2 {
	font-size: 16px;
	color: #869e86;
}

.inner-content h3 {
	font-size: 14px;
	color: #8e8e8e;
}

.inner-content p {
	margin: 5px 0 10px 0;
	padding: 0;
	line-height: 18px;
}

.inner-content p.legal {
	font-size: 11px;
}


.inner-content a {
	color: #388930;
	text-decoration: underline;
	line-height: 1em;
}

.inner-content a:hover {
	color: #f00;
	text-decoration: underline;
}

.inner-content a.pdf {
    display: block;
    background: url(../images/background/pdf.gif) no-repeat 0 0;
    margin: 10px;
    padding: 10px 0 0 58px;
    width: auto;
    height: 30px;
    font-weight: bold;
    color: #455943;
    text-decoration: none;
}

.inner-content a.pdf:hover {
    background: url(../images/background/pdf.gif) no-repeat 0 -40px;
    color: #f00;
    text-decoration: underline;
}

.inner-content ul {
	margin: 10px 10px 10px 20px;
}

.inner-content ul li {
	margin: 10px 0;
	padding: 0;
	height: auto;
	font-weight: bold;
    font-size: 11px;
	color: #566871;
}


.inner-content ol {
	margin: 10px 10px 10px 30px;
}

.inner-content ol li {
	margin: 10px 0;
	color: #566871;
	height: auto;
}

.inner-content ol li ul,
.inner-content ol li ol{
	margin: 5px;
}

.inner-content ol li ul li, 
.inner-content ol li ol li {
	margin: 10px 0 10px 20px;
	color: #f00;
}

.inner-content dt {
    margin: 0 0 5px 0;
    font-size: 15px;
    color: #485e48;
    border-bottom: 1px solid #ccc;
}

.inner-content dd {
    margin: 0 0 20px 0;
}

.inner-content hr {
    margin: 20px 0;
}

.inner-content div#left {
	float: left;
	width: 485px;
}

.inner-content table#productpage {
    width: 100%;
    margin: 0;
    padding: 0;
}

.inner-content table#productpage td {
    padding: 10px;
    margin: 0;
    vertical-align: top;
    width: 50%;
}

.inner-content table td#productimage {
    text-align: center;
}
.inner-content table td img {
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #ccc;
}

.inner-content table td img.noborder {
    margin: 0 auto;
    padding: 0;
    border: none;
}

.inner-content table.three-column {
    width: 100%;
    background: #fff;
}

.inner-content table.three-column td {
    width: 253px;
    vertical-align: top;
}

.inner-content table.three-column td ul {
    margin: 0;
    list-style-type: none;
}

.inner-content table.three-column td ul li {
    margin: 10px 0;
    height: 120px;
}

.inner-content table.three-column td ul li img {
    float: left;
    margin: 0 5px 0 0;
    padding: 2px;
}

.inner-content table.three-column td ul li a {
    display: block;
}

.inner-content table.three-column td ul li a span {
    display: block;
    padding: 50px 0 0 0;
}    

.content div#mission-statement img {
	padding: 5px;
	border: 1px solid #869e86;
}

.inner-content div#product-feature {
	float: right;
	width: 250px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 1em;
}

#product-feature p {
	line-height: 1em;	
}

#product-feature h2 {
	margin: 10px 0 5px 0;
	font-size: 1.50em;
	color: #8e8e8e;
}

#product-feature img.product-image {
	float: right;
	margin: 2px;
}

#product-feature a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #8e8e8e;
}

#product-feature a:hover {
	text-decoration: none;
	color: #f00;
}

/*	><><><><><><><><><><><><><><><><><><><	*/


div#bot {
    position: absolute;
	bottom: 0;	
    width: 100%;
    font-size: 10px;
	border-top: 1px solid #e8f0e7;
}

#bot div#internal-footer {
	background: url(../images/background/footer.gif) no-repeat 0 0;
	margin: 0 auto;
	padding: 5px 0 0 0;
	width: 780px;
	height: 98px;

}

#internal-footer div#ginko-contact {
	float: left;
	margin: 5px 10px 10px 10px;
	font-size: 11px;
	color: #57758e;
}

div#footer-text {
    width: auto;
    margin: auto;

}

#footer-text ul {
	list-style-type: none;
	margin: 0 20px 0 0;
	padding: 2px 0 0 0;
	text-align: right;
}

* html #footer-text ul {
	padding: 0;
}

#footer-text ul li {
	display: inline;
}

#bot a {
    padding: 0 0 0 22px;
	color: #769773;
	font-family: verdana;
	font-size: 10px;
    text-decoration: none;
}

#bot a:hover {
    color: #000;
    text-decoration: underline;
}


* html div#bot {
    bottom: -1px;
}

/*	><><><><><><><><><><><><><><><><><><><	*/

br.clr {
    clear: both;
}

.float-right {
	float: right;
	margin: 10px;
}

.float-left {
	float: left;
	margin: 10px;
}

/*	><><><><><><><><><><><><><><><><><><><	*/

.subtitle {
    font-size: 11px;
    font-weight: bold;
    color: #2f3d2f;
}

.notice {
    margin: 10px;
    padding: 10px;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #2f3d2f;
}

.notice-red {
    margin: 10px;
    padding: 10px;
    font-size: 11px;
    font-weight: bold;
	color: #f00;
}

div.clearall {
    clear: both;
    height: 1em;
}

select#productselect {
    position: absolute;
    top: -20px;
}

select#productselect option {
    background: #829581;
    color: #fff;
}

/* <><><><><><><><>< FORM RULES ><><><><><><><> */
form#contact_form {
    width: 98%;
}

#contact_form fieldset
{
	display: block;
    margin: 10px 0 0 0;
	padding: 10px;
    border: 1px solid #eee;
}

#contact_form fieldset legend
{
	background: #eee;
    margin: 0 10px 10px 10px;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    color:  #000;
    border: 1px solid #485E48;
}

#contact_form fieldset.radio legend
{
	float:					left;
	margin:					0;
	padding:				0;
	font-size:				12px;
	color:					#dc241f;
}

#contact_form label
{
	clear: both;
	float: left;
	display: block;
	width: 22em;
    padding: 0 0 0 5px;
}

#contact_form label span.error-message
{
	font-size:				.8em;
	font-weight:			bold;
	color:					#f00;
	text-align:				right;
}

#contact_form label.first
{
	margin-top:				1em;
}

#contact_form fieldset.radio label
{
	position:				relative;
	display:				inline;
	top:					1em;
	left:					2em;
	width:					auto;
	margin:					0 0 0 27em;
	padding:				0;
	font-size:				12px;
	color:					#dc241f;
}

* html  form#contact_form fieldset.radio label
{
	width:					15em
}

#contact_form input
{
	position: relative;
	top: -1.4em;
	left: 25em;
	display: block;
}

* html form#contact_form input {
    left: 20em;
}

#contact_form input.error
{
	position: relative;
	background: #ffc;
    border-color: #f00;
	top: -1.4em;
	left: 25em;
	display: block;
}

* html form#contact_form input.error {
    left: 20em;
}


#contact_form fieldset.radio
{
	margin:					0 0 0 -1em;
	border:					0 solid #fff;
	clear:					both;
}

* html  form#contact_form fieldset.radio
{
	margin:					0 0 0 -1.5em;
}

#contact_form fieldset.radio input
{
	position:				static;
	margin:					0 10px 0 0;
	float:					left;
}

* html  form#contact_form fieldset.radio input
{
	background:				transparent;
	border:					none;
}

#contact_form select
{
	position:				relative;
	top:					-1.4em;
	left:					25em;
	margin:					0 0 10px 0;
	display:				block;
}

* html form#contact_form select {
    left: 20em;
}

#contact_form select option
{
	padding:				0 5px;
}

#contact_form input,
#contact_form textarea,
#contact_form select
{
	background:				#eee;
	border:					1px solid #485e48;
}

#contact_form select.error
{
	background:				#ffc;
	border:					1px solid #f00;
}

#contact_form .horz-select
{
	float:					left;
}

#contact_form input.submit
{
	clear:					both;
	width:					auto;
	top:					0;
	left:					50%;
	border:					1px solid #000;
}

#contact_form input.no-border
{
	border:					none;
}

img.border {
     padding: 5px;
    border: 1px solid #ccc;
}

