 /* Main style settings here */
 p,h1,h2,h3,h4,ul,ol,li,div,blockquote,body,table,td,a{
	
}
h1{
	
	font-weight: bold;
	font-size: 14px;
    
    text-decoration: none;
    color: #000000;
}
h2{
	
	font-weight: bold;
	font-size: 12px;
    
    text-decoration: none;
    color: #000000;
}
/*Main div classes for container page*/
#header{
    border: 0px;
    position: absolute;
	top : 0px;
    left : 50px;
    width : 880px;
	height : 104px;     
} 
#content_menu{
    position: absolute;
	top : 104px;
	left : 50px;
	width : 880px;
    height: 30px;
    background-color: #62814c; 
}
#v_menu{
    position: absolute;
	top : 300px;
	left : 0px;
	width : 180px;
    height: 30px;
}
#leftbar{
    border: 0;
    border-top: 1px solid #ffffff;
    position: absolute;
	top : 134px;
    left : 50px;
    width : 180px;
	height : 100%;  
    background-color: #62814c; 
}        
#centrebar{
    position: absolute;
	top : 134px;
	left : 230px;
	width : 700px;
    height: 100%;
    border: 0px;
    border-top: 0px;
    background-color: #f2ebe2; 
}
#cvn{
	visibility: hidden;
	position: absolute;
    background-color: #ffffff;
    border: 1px solid #000000;
}
/*font classes*/
.tbheader{
	font-weight: bolder;
	font-size: 26px;
    
    text-decoration: none;
    color: #000000;
}
.NavHeader{
	font-weight: bolder;
	font-size: 16px;
    
    text-decoration: none;
    color: #000000;
}
.NavHeader:hover{
    text-decoration: underline;
}
.tbbold{
	font-weight: bold;
	font-size: 12px;
    
    text-decoration: none;
    color: #000000;
}
.tbpara{
	font-style : normal;
	
	color: #000000;
	font-size: 12px;
	padding: 1px;
	line-height: 14px;    
	text-decoration: none;
}
.tbDataEntry{
	font-style : normal;
	
	color: #000000;
	font-size: 12px;
	padding: 1px;
	line-height: 14px;    
	text-decoration: none;
}
/*use for product compare window, for essentials list and in siblings.inc*/
.green_link{
	font-weight :bold;
	
	color: #62814c;
	font-size: 12px;
    text-decoration: underline;
}
.green_link:hover{
	text-decoration: none;
}
.brown_link{
	font-weight :bold;
	
	color: #8d6c42;
	font-size: 12px;
    text-decoration: none;
}
.brown_link:hover{
	text-decoration: underline;
}
.navLink{
    font-weight :bolder;
	
	color: #ffffff;
	font-size: 10px;
    text-decoration: none;
}
.navLink:hover{
	color: #66cc99;
    font-weight :bolder;
	
	font-size: 10px;
    text-decoration: none;
}
.tbError{
	font-weight: bold;
	font-size: 11px;
    
    text-decoration:none;
    color: #FF0000;
}
