HTML {
height: 100%;
width: 100%;
}


BODY {
height: 100%;
width: 100%;
background-color: #F1FFF2;
background-image: url(images/leftbg.jpg);
background-repeat: repeat-y;
background-position: left;
padding: 0px;
margin: 0px;
font-size: 12px;
}

TABLE
{
border-collapse: collapse;
}

TABLE TD
{
padding: 0px;
}

TABLE.maintable
{
height: 100%;
width: 100%;
border-collapse: collapse;
}

TABLE.specstable
{
border-collapse: separate;
color:#D8E4D9; 
font-size: 13px;
}

TABLE.specstable TD
{
padding: 2px;
}

A.morelink { text-decoration: underline; color: #CE4F4F; }
A.morelink:link { text-decoration: underline; color: #CE4F4F; }
A.morelink:active { text-decoration: underline; color: #CE4F4F; }
A.morelink:visited { text-decoration: underline; color: #CE4F4F; } 
A.morelink:hover { text-decoration: none; color: white; }

A.whitelink { text-decoration: underline; color: white; }
A.whitelink:link { text-decoration: underline; color: white; }
A.whitelink:active { text-decoration: underline; color: white; }
A.whitelink:visited { text-decoration: underline; color: white; } 
A.whitelink:hover { text-decoration: none; color: white; }

A.backlink { text-decoration: underline; color: #327031; }
A.backlink:link { text-decoration: underline; color: #327031; }
A.backlink:active { text-decoration: underline; color: #327031; }
A.backlink:visited { text-decoration: underline; color: #327031; } 
A.backlink:hover { text-decoration: none; color: #327031; }

A.blacklink { text-decoration: none; color: black; }
A.blacklink:link { text-decoration: none; color: black; }
A.blacklink:active { text-decoration: none; color: black; }
A.blacklink:visited { text-decoration: none; color: black; } 
A.blacklink:hover { text-decoration: none; color: black; }

A.blacklinkunderline { text-decoration: underline; color: black; }
A.blacklinkunderline:link { text-decoration: underline; color: black; }
A.blacklinkunderline:active { text-decoration: underline; color: black; }
A.blacklinkunderline:visited { text-decoration: underline; color: black; } 
A.blacklinkunderline:hover { text-decoration: underline; color: black; }



Table.c { color: #D8E4D9; font-size: 12px;}

Div.greenproduct { color: #D8E4D9;
		   width: 500px;
		   border: 1px solid #4FB74F;
                   background-color: #3B5687; 
                   background-image: url(images/bggreen.jpg); 
                   font-family: arial; 
                   padding:3px; 
                   margin-top: 5px; padding-top: 4px; 
                   text-align: left}
Div.redproduct {                   
                   color: #D8E4D9; 
                   width: 500px;  
                   border: 1px solid #D26060; 
                   background-color: #3B5687; 
                   background-image: url(images/bgred.jpg); 
                   font-family: arial; 
                   padding:3px; 
                   margin-top: 5px; 
                   padding-top: 4px; 
                   text-align: left;
                }


img.products {	border-style: none; }

img.textimage { border: 1px solid #6FA2FF;
		margin: 6px;
	      }
		 
HR.betweenproducts {
		   height: 1px;
		   width: 340px;
		   margin-top: 6px;
		   margin-bottom: 4px;
		   background-color: #D0DCD1;
		   color: #D0DCD1;
		   border: none;
	       	   }
	       	   
HR.inproducts {
	       height: 1px;
	       width: 340px;
	       margin-top: 6px;
	       margin-bottom: 4px;
	       background-color: white;
       	       color: white;
	       border: none;
	       	   }
			   
			   
.productItem_blue{
	color: #D8E4D9; width: 500px; border: 1px solid #6FA2FF; background-color: #3B5687; background-image: url(images/bgblue.jpg); font-family: arial; padding:3px; margin-top: 5px; font-size:13px;
}

.productItem_blue table tr td img
{
		border: 1px #365180 solid;
}

.productItem_red{
	color: #D8E4D9; font-size:13px; width: 500px; border: 1px solid #D26060; background-color: #3B5687; background-image: url(images/bgred.jpg); font-family: arial; padding:3px; margin-top: 5px; padding-top: 4px;
}

.productItem_red table tr td img
{
	border: 1px solid #D26060;
}

ul.contactList li a { text-decoration: none; color: #327031; }
ul.contactList li a:link { text-decoration: none; color: #327031; }
ul.contactList li a:active { text-decoration: none; color: #327031; }
ul.contactList li a:visited { text-decoration: none; color: #327031; } 
ul.contactList li a:hover { text-decoration: underline; color: #327031; }