﻿.Header
{
    padding-bottom: 7px;
    padding-left: 7px;
    width: auto;
    height: 22px;
    border-bottom: 1px solid #006233;
}
  
.HeaderGray {
    padding-bottom: 7px;
    padding-left: 7px;
    width: auto;
    height: 22px;
    border-bottom: 1px solid Gray;
}  

.onecolumn {
    width: 755px;
    height: 450px;
    position: relative;
    padding: 20px 0 0 20px;
    left: 0px;
    top: 0px;    
    background-image: url('../../Images/corner.png');
    background-repeat: no-repeat;
}

.leftcolumn {
    width: 250px;
    min-height: 150px;
    position: absolute;
    padding: 20px 0 0 20px;
    left: 60px;
    top: 0px;    
    background-image: url('../../Images/corner.png');
    background-repeat: no-repeat;
}

.centercolumn {
    width: 770px;
    height: 100px;
    position: absolute;
    padding: 10px 0 0 10px;
    left: 60px;
    top: 0px;    
    background-image: url('../../Images/corner.png');
    background-repeat: no-repeat;
}



.rightcolumn {
    width: 490px;
    position: relative;
    margin-left: auto;
    right: 0px;
    top: 0px;    
    min-height: 500px;
}

.rightcolumnlarge {
    width: 430px;
    position: relative;
    margin-left: auto;
    right: 0px;
    top: 0px;    
    min-height: 400px;
}

.leftcolumnsmall {
    width: 300px;
    min-height: 150px;
    position: absolute;
    padding: 15px 0 0 20px;
    left: 60px;
    top: 0px;    
    
    right: 520px;
    clear: both;
}

.Container {
    padding: 15px;
    width: auto;
    background-color: #F3F3F3;
    border-left: 1px solid #008043;
    margin-bottom: 15px;
}

.bottomLinks {
    color: #008043;
    font-family: Calibri;
    font-size: 10pt;
    text-decoration: none;
    line-height: 150%;
}

.bottomLinks:link {
    text-decoration: none;
}

.bottomLinks:visited {
    text-decoration: none;
}

.bottomLinks:hover {
    text-decoration: underline;
}

.bottomLinks:active {
    text-decoration: none;
}

.imgComment
{
    position: relative;
    top: 0px;
    left: 0px;
    padding: 5px 7px 7px 10px;
    background-color: #008A2D;
    border-top: 2px solid #004A00;
}

.imgComment p {
    color: White;    
    font-family: Calibri;
    font-size: 9pt;
    text-decoration: none;
    margin: 0;
}



.textBoxTxt {
    padding: 7px;
    background-color: transparent;
    font-family: Verdana;
    margin: 0px;
    color: Black;
    font-size: 11px;
    overflow: visible;
}

.textBoxName {
    font-family: Verdana;
    font-size: 9pt;
    color: #008043;
    text-decoration: none;
    padding-left: 10px;
    font-weight: bold;    
}

.textBoxError {
    font-family: Calibri;
    font-size: 9pt;
    color: #008043;
    text-decoration: none;    
}

.txtArea {
    vertical-align: middle;
    margin-top: 10px;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: #F3F3F3;
    border-left: 1px solid #008043;
}

.txtAreaError {
    background-color: #EAFFDF;
    vertical-align: middle;
    margin-top: 10px;
    border-top: none;
    border-left: none;
    border-right: none;    
    border-left: 1px solid #008043;
}

.msgArea {
    vertical-align: middle;
    margin-top: 10px;
    padding-top: 5px;
    background-color: #F3F3F3;
    border-left: 1px solid #008043;
}

.msgAreaError {
    background-color: #EAFFDF;
    vertical-align: middle;
    margin-top: 10px;
    padding-top: 5px;
    border-left: 1px solid #008043;
}

.MenuListHead {
    width: 200px;
    padding: 4px 4px 4px 10px;
    background-color: #018948;
    border-left: 2px solid #006233;
    cursor: pointer;
    margin: 2px;
    border-left-color: #004F29;
}

.MenuListHead a {
    color: White;
    font-size: 11pt;
}

.IndexContRight{
    width: 220px;
    position: relative;
    margin-left: auto;
    right: 0px;
}

.IndexContLeft{
    width: 220px;
    position: relative;
    left: 0px;
}

.innerBlock {
    width: 140px;
    margin-bottom: 15px;
    top: 0px;
    position: relative;
}

.innerBlock h1 {
    font-family: Calibri;
    font-size: 18pt;
    color: #008043;
    text-decoration: none;
    margin: 0px 0px 5px 10px;
    padding: 0px;
    font-weight: bold;
}

.Prod {
	width: 140px;
	display: block;	
    margin: 0px;
}

.Prod a .large {    
    font-family: Calibri;
    font-size: 14px;
    color: Gray;
    text-decoration: none;
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

.Prod a img {
	border: 0;
}

.Prod a.p1 {
    width: 120px;
	display: block;
	padding: 4px;
	font-family: Calibri;
    font-size: 14px;     
    color: Gray;
    margin: 0px;
}

.Prod a.p1:hover {
    color: #008043;
    text-decoration: underline;    
    background-image: url('../../Images/prodBack.jpg');
    background-repeat: no-repeat;
    margin: 0px;
}

.Prod a.p1:hover .large {
    height: 98px;
    left: 113px;
    position: absolute;
    top: auto;
    margin-top: -69px;
    width: 220px;
    z-index: 1;
    padding: 11px 11px 11px 1px;
    background-image: url('../../Images/previewBack.png');
    background-repeat: no-repeat; 
    color: #008043;
    display: block;
}

.prodThumb {
    width: 130px;
    height: 135px;
    margin: 10px 10px 0 10px;
    padding: 10px;     
	display: block;
	text-align: center;
}

.prodThumb:hover {
    background-image: url('../../Images/thumbBack.png');
    background-repeat: no-repeat;
    cursor: pointer;    
    color: #008043; 
}

.prodThumb img {
    border: none;
}

.prodThumb:hover a {
    color: #008043; 
    text-decoration: underline;
}

.prodThumb a {
    border: none;
    color: Gray;   
	font-family: Calibri;
    font-size: 16px; 
    font-weight: bold;
}

.prodThumb a:hover {
    color: #008043;  
}

.pageNavNumbersTop 
{
    width: 460px;
    height: 20px;
    margin: 0 0 5px 0;
    padding-left:15px;
    padding-right:15px;
    padding-bottom: 2px;
    position: relative;
    top: 0px;    
    border-bottom: 1px solid #006233;
}

.pageNavNumbersBottom {
    width: 460px;
    height: 20px;
    margin: 20px 0 20px 0;
    padding-left:15px;
    padding-right:15px;
    position: relative;
    top: 0px;    
    border-top: 1px solid #006233;
}

.pageTotals {
    width: 200px;
    margin-left: auto;
    position: absolute;
    top: 3px; 
    right: 15px;
    left: auto; 
    color: #006233;
    text-align: right;
}

.pageNumbers {
    font-family: Calibri;
    font-size: 14px;
    color: Gray;    
    padding: 0 3px;
    font-weight: bold;
}

.pageNumbersSel {
    font-family: Calibri;
    font-size: 14px;
    color: #006233;
    padding: 0 3px;
    font-weight: bold;
}

.imgFloat {
    float: left;
    margin: 0 25px 25px 0;
}

.imgCenter {
    position: relative;
    margin-left: 100px;
}

.ContainerLeftMenu {
    width: 200px;
    padding: 4px 4px 4px 10px;
    background-color: #F3F3F3;
    border-left: 2px solid #008043;
    cursor: pointer;
    margin: 10px 2px 2px 2px;
}

.ContainerOptional {
    width: 200px;
    padding: 4px 4px 4px 10px;
    background-color: #F3F3F3;
    border-left: 2px solid #008043;
    cursor: pointer;
    margin: 10px 0px 7px 1px;
}

.prodDetail {
    width: 450px;
    padding: 10px 20px 15px 20px;     
	display: block;
}

.prodDetail:hover {
    background-image: url('../../Images/detailsBack.png');
    background-repeat: no-repeat;
}

.prodDetaildiv {
    width: 100px;
    height: 15px;
    position: relative;
    top: 0;
    right: 0px;
    margin-left: 350px;
}

.prodDetaildiv a {
    visibility: hidden;
       
}

.prodDetail:hover .prodDetaildiv a {   
    color: #008043;
    width: 100px;
    font-family: Calibri;
    font-size: 10pt;
    text-decoration: italic;
    text-decoration: none;
    font-weight: bold;
    visibility: visible;
}

.prodDetail:hover .prodDetaildiv a:hover {
    text-decoration: none;
}

.ProductPhoto {
    width: 200px;
    text-align: center;
    position: relative;
    padding: 10px 0px;
    margin-left:5px;
}
    
.topProductsContainer {
    width: 278px;
    height: 113px;
    padding: 11px;
    background-image: url('../../Images/dBack.png');
    background-repeat: no-repeat;
}
    
.topProductsContainer:Hover {
    background-image: url('../../Images/dBackOver.png');
    background-repeat: no-repeat;
}

.readMore {
    position: relative;
    float: right;
}

.homePhotoContainer {
    width: 430px;
    height: 218px;
    position: relative;
    top: 0px;
    left: 0px;
}

.homePhotoFloat {
    position: absolute;
    top: 0px;
    margin-left: auto;
    right: 0px;
}

.homePhotoFloatSec {
    position: absolute;
    top: 109px;
    margin-left: auto;
    right: 0px;
}



.prodDetailHome {
    width: 390px;
    padding: 10px 20px 15px 20px;     
	display: block;
}

.prodDetailHome:hover {
    background-image: url('../../Images/detailsBackHome.png');
    background-repeat: no-repeat;
}

.prodDetaildivHome {
    width: 100px;
    height: 15px;
    position: relative;
    top: 0px;
    right: 0px;
    margin-left: 290px;
}

.prodDetaildivHome a {
    visibility: hidden;
       
}

.prodDetailHome:hover .prodDetaildivHome a {
    color: #008043;
    font-family: Calibri;
    font-size: 10pt;    
    font-weight: bold;
    visibility: visible;
    text-decoration: none;
}

.prodDetailHome:hover .prodDetaildivHome a:hover {
    text-decoration: none;
}

.pageResult {
    width: 460px;
    margin-bottom: 20px;
    padding-left:15px;
    padding-right:15px;   
    position: relative;
    top: 0px;
    height: 120px;   
    vertical-align:middle;
    line-height: 20px; 
}

.borderGray {
    border: 1px solid #C0C0C0;
}



.MainNews {
    width: 160px;
    position: absolute;
    right: auto;
    left: -210px;
    top: -260px;
    padding: 10px;
    margin: 0px auto 10px auto;
    border: 1px solid gray;
    vertical-align: middle;
    background-color: #FCFCFC;
}

.MainNews div.splitter {
    border-top: 1px dashed #008043;
    margin: 10px 0;
    height: 1px;
}

.MainNews h1 {
    margin: -5px 0 5px 0;
}

.NewsH 
{
    width: 470px;
    padding: 10px;
    border: 1px solid transparent
}

.NewsH h4 {
    margin-top: 0px;
}

.NewsH p {
    margin-bottom: 0px;
}

.NewsH:hover
{
    background-color: #EEFFEA;
    border: 1px solid #6DD95E;
}

.nSplitter
{
    width: 480px;
    height: 1px;
    margin: 5px;
    border-top: 1px dashed gray;
    position: relative;
}