/* California Natural Products Text Definition */

/*BASE h1 layout*/
h1 {
text-align:left;
font-size:22px;
text-transform:capitalize;
border-bottom-width: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}

/*Section h1 layouts*/

.homeH1 {
	color: #b06010;
	border-color: #b06010;	
}

.ingH1 {
color: #ba6f16;
border-color: #ba6f16;		
}

.asepticH1 {
	color: #d1951b;
	border-color: #d1951b;	
}

.innoH1 {
color: #c37f25;
border-color: #c37f25;		
}

.aboutH1 {
	color: #755b37;
	border-color: #755b37;	
}

.contactH1 {
color: #4e3f34;
border-color: #4e3f34;		
}

.headline{
color: #755b37;
font-size:18px;
border:none;
}

/*BASE h2 layout*/

h2 {
text-align:left;
font-size:12px;
padding:0px;
margin:0px;
text-decoration:none;
}


/*Section h2 layouts*/

.ingH2 {
color: #ba6f16;
line-height:normal;
}

.aboutH2 {
color: #755b37;
line-height:normal;
}

table tr td h2{
line-height:25px;
vertical-align:bottom;
}

.leftContent{
position:relative;
display:block;
margin-left:190px;
margin-right:50px;
}

.rightHighlight{
padding-bottom:25px;
margin-left:10px;
text-align:left;
float:right;
width:175px;
position:relative;
}

p{
text-align:left;
margin-top:0px;
margin-bottom:10px;
}

#leftNav ul li{
text-decoration:none;
color:#ffffff;
}

#leftNav ul{
	margin:5px;
	padding:0px;
list-style-type:none;
}

#leftNav ul li{
padding-top:5px;
padding-bottom::5px;
}

#leftNav ul li a {
text-align:left;
text-decoration:none;
color:#FFFFCC;
}

#leftNav ul li a:hover {
text-align:left;
text-decoration:none;
color:#FFFFFF;
border-bottom:solid 4px #c37f25;
}

h3{
font-size:12px;
line-height:14px;
margin:0px;
padding:0px;
}

td{
text-align:center;
height:15px;
}

.left{
text-align:left;
}

.right{
text-align:right;
}

.bold{
font-weight:bold;
}

.productListTable td{
text-align:left;
}
