﻿/*
Name: Layout CSS
Creative by: Earthwise Marketing & Communications
Date modified: 3/20/08
------------------------------------*/


/*base font settings
------------------------------------*/

body {
	/*font-family: Arial, Helvetica, sans-serif; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	}

/*HTML tag font settings
------------------------------------*/

p {
	line-height: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	position: relative;
	z-index: 1;
	font-family:Verdana, Geneva, sans-serif;
}

.block ul li {
	line-height: 1.8em;
	position: relative;
	z-index: 99;
	font-family:Arial, Helvetica, sans-serif;
width:auto;
 
} 

.inventoryheader {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
font-weight:bold;
 }

.inventorybody {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#444444;
 }
#full_col p {
	padding: 0 0 0 40px;
}

.subpage #main_col p {
	padding-left: 42px!important;
	}
	
.detail-page #main_col p {
	padding-left: 12px!important;
	}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #3366CC;
}

.subpage h1 {
	font-size: 3.6em;
	color: #152f0d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 55px 0 0 40px;
	}
	

	
.detail-page h1 {
	font-size: 3.6em;
	color: #152f0d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 0 0 0 12px;
	}
	
.detail-page #main_col h4 {
	padding: 45px 0 12px 12px;
	color: #ab9471;
	}

h2 {
	font-size: 2.0em;
	margin: 0 0em 0em 0em;
	font-weight: bold;
	color: #666;
	line-height: 1.8em;
	}

h3 {
	font-size: 1.5em;
	color: #152f0d;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0 25px 0px 25px;
	position: relative;
	z-index: 99;
	line-height: 1.4em;
	}

.subpage #main_col h3 {
	font-size: 1.3em;
	padding-top: 10px;
	padding-left: 43px;
	color: #583c2a;
	font-family: Lucida, Arial, sans serif;
	}

h4 {
	font-size: 1.0em;
	margin: 1.2em 0em -1.2em 0em;
	font-weight: bold;
	}

#latest-facts-intro h4 {
	font-size: 1.3em;
	color: #f1ce6f;
	margin: 0 0 -.2em 0;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#newsletter-box h4 {
	color: #1c150f;
	padding: 25px 18px 2px 30px;
	font-size: 1.5em;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

h5 {
	font-size: 1.0em;
	margin: 1.2em 0em -1.2em 0em;
	font-weight: bold;
	}

h6 {
	font-size: 1.0em;
	margin: 1.2em 0em -1.2em 0em;
	font-weight: bold;
	}
	
hr {
	background: url(file:///C|/Internet/data/images/line.gif) 15px repeat-x;
	height: 15px;
	border: 0;
	}

pre {
	font-family: monospace;
	font-size: 1.0em;
	}

strong, b {
	font-weight: bold;
	}
	
acronym {
	background-color: #D3D3D3; cursor: help;
}
		
/* Text link styles
------------------------------------*/
a {
	color: #392500;
	font-weight: bold;
}

a:visited {
	color: #ffffff;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}
	
a:hover {
	color: #7b5611;
	}
	
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

